update Changes, perlhist.pod, beginnings of perldelta.pod
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of March 1997):
18
19     Gisle Aas           <gisle@aas.no>
20     Kenneth Albanowski  <kjahds@kjahds.com>
21     Graham Barr         <gbarr@ti.com>
22     Spider Boardman     <spider@orb.nashua.nh.us>
23     Tom Christiansen    <tchrist@perl.com>
24     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
25     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
26     Jarkko Hietaniemi   <jhi@iki.fi>
27     Nick Ing-Simmons    <nik@tiuk.ti.com>
28     Andreas Koenig      <a.koenig@mind.de>
29     Doug MacEachern     <dougm@opengroup.org>
30     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
31     Hans Mulder         <hansm@euronet.nl>
32     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
33     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
34     Tom Phoenix         <rootbeer@teleport.com>
35     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
36     Dean Roehrich       <roehrich@cray.com>
37     Roderick Schertler  <roderick@argon.org>
38     Larry W. Virden     <lvirden@cas.org>
39     Ilya Zakharevich    <ilya@math.ohio-state.edu>
40
41 And the Keepers of the Patch Pumpkin:
42
43     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
44     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
45     Tim Bunce           <Tim.Bunce@ig.co.uk>
46     Andy Dougherty      <doughera@lafcol.lafayette.edu>
47     Gurusamy Sarathy    <gsar@engin.umich.edu>
48     Chip Salzenberg     <chip@perl.com>
49
50 And, of course, the Author of Perl:
51
52     Larry Wall          <larry@wall.org>
53
54
55 NOTE: Each change entry shows the change number; who checked it into the
56 repository; when; description of the change; which branch the change
57 happened in; and the affected files.  The file lists have a short symbolic
58 indicator:
59
60             !       modified
61             +       added
62             -       deleted
63             +>      branched (from elsewhere)
64             !>      merged changes (from elsewhere)
65
66
67 ----------------
68 Version 5.004_71        Developer release working toward 5.005
69 ----------------
70
71 ____________________________________________________________________________
72 [  1397] By: gsar                                  on 1998/07/09  08:35:39
73         Log: merge changes from maintbranch (1354, and relevant part of 1356); all
74              maintenance changes upto 1356 merged
75      Branch: perl
76            ! pod/perldiag.pod pp_hot.c t/op/misc.t
77 ____________________________________________________________________________
78 [  1396] By: gsar                                  on 1998/07/09  08:02:52
79         Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
80              make all configs build on Solaris and win32
81      Branch: perl
82            + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
83            + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
84            + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
85            ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
86            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
87 ____________________________________________________________________________
88 [  1395] By: gsar                                  on 1998/07/09  05:39:48
89         Log: From:    Stephen McCamant <alias@mcs.com>
90              Date:    Wed, 08 Jul 1998 23:16:49 CDT
91              Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
92              Subject: [PATCH] UNOP opclass test in B.xs
93      Branch: perl
94            ! ext/B/B.xs
95 ____________________________________________________________________________
96 [  1394] By: gsar                                  on 1998/07/09  05:37:48
97         Log: get it building again on win32
98      Branch: perl
99            ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
100            ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
101            ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
102            ! win32/makefile.mk
103 ____________________________________________________________________________
104 [  1393] By: gsar                                  on 1998/07/09  05:20:31
105         Log: applied patch from Ilya, tweaked some to get clean static build of
106              the ext/re stuff (untested on win32)
107      Branch: perl
108            ! regcomp.c regexec.c
109 ____________________________________________________________________________
110 [  1392] By: gsar                                  on 1998/07/09  03:56:45
111         Log: fix installperl typo
112              From:    kstar@chapin.edu
113              Date:    Wed, 08 Jul 1998 23:51:57 EDT
114              Message-Id: <19980708235157.D1380@O2.chapin.edu>
115              Subject: Re: [PATCH] 5.004_70 installperl and docs
116      Branch: perl
117            ! installperl
118 ____________________________________________________________________________
119 [  1391] By: gsar                                  on 1998/07/09  01:48:16
120         Log: From: Chip Salzenberg <chip@perl.org>
121              Date: Wed, 8 Jul 1998 18:10:55 -0400
122              Message-ID: <19980708181055.A8005@perlsupport.com>
123              Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
124      Branch: perl
125            ! util.c
126 ____________________________________________________________________________
127 [  1390] By: gsar                                  on 1998/07/09  01:45:16
128         Log: added patch, tweaked per Ilya's suggestion
129              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
130              Date: Wed, 8 Jul 1998 13:34:42 +0100
131              Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
132              Subject: [PATCH] perl5db.pl complains about non-integer condition
133      Branch: perl
134            ! lib/perl5db.pl
135 ____________________________________________________________________________
136 [  1389] By: gsar                                  on 1998/07/09  01:42:13
137         Log: reenable misaligned memory checks, cast to UV & check alignment
138              From: Dominic Dunlop <domo@computer.org>
139              Date: Wed, 8 Jul 1998 11:21:48 +0000
140              Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
141              Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
142      Branch: perl
143            ! malloc.c
144 ____________________________________________________________________________
145 [  1388] By: gsar                                  on 1998/07/09  01:36:22
146         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
147              Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
148              Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
149              Subject: [PATCH 5.004_70] more on finding metaconfig units.
150      Branch: perl
151            ! Porting/pumpkin.pod
152 ____________________________________________________________________________
153 [  1387] By: gsar                                  on 1998/07/09  01:35:23
154         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
155              Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
156              Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
157              Subject: Configure indentation patch
158      Branch: perl
159            ! Configure
160 ____________________________________________________________________________
161 [  1386] By: gsar                                  on 1998/07/09  01:33:31
162         Log: don't try to hardlink perldiag.pod; that is no longer not needed
163              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
164              Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
165              Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
166              Subject: Re: pelr installation attempts hard links between file systems
167      Branch: perl
168            ! installperl
169 ____________________________________________________________________________
170 [  1385] By: gsar                                  on 1998/07/09  01:28:05
171         Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
172      Branch: perl
173            ! win32/makefile.mk
174 ____________________________________________________________________________
175 [  1384] By: gsar                                  on 1998/07/09  01:26:19
176         Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
177      Branch: perl
178            ! t/TEST
179 ____________________________________________________________________________
180 [  1383] By: gsar                                  on 1998/07/09  01:06:47
181         Log: manually apply patch with a dependency on unapplied patch
182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
183              Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
184              Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
185              Subject: [PATCH 5.004_70] make quoted RE embeddable
186      Branch: perl
187            ! sv.c t/op/pat.t
188 ____________________________________________________________________________
189 [  1382] By: gsar                                  on 1998/07/09  01:02:23
190         Log: change order of libs for extensions
191              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
192              Date: Tue, 7 Jul 1998 23:48:05 +0200
193              Message-ID: <19980707234805.C180@cdata.tvnet.hu>
194              Subject: [PATCH _70] linking problem with modules
195      Branch: perl
196            ! lib/ExtUtils/MM_Unix.pm
197 ____________________________________________________________________________
198 [  1381] By: gsar                                  on 1998/07/09  00:56:12
199         Log: patch for more flexible initialization of xsub parameters
200              From: Tye McQueen <tye@metronet.com>
201              Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
202              Message-Id: <199807070004.AA16454@metronet.com>
203              Subject: Enhanced arg inits for xsubpp
204      Branch: perl
205            ! lib/ExtUtils/xsubpp pod/perlxs.pod
206 ____________________________________________________________________________
207 [  1380] By: gsar                                  on 1998/07/09  00:44:01
208         Log: From: Tye McQueen <tye@metronet.com>
209              Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
210              Message-Id: <16619-17073@lyris.activestate.com>
211              Subject: New pl2bat.pl
212      Branch: perl
213            ! win32/bin/pl2bat.pl
214 ____________________________________________________________________________
215 [  1379] By: gsar                                  on 1998/07/09  00:30:58
216         Log: remove ordering dependency in posix.t
217      Branch: perl
218            ! t/lib/posix.t
219 ____________________________________________________________________________
220 [  1378] By: gsar                                  on 1998/07/08  20:17:43
221         Log: make -i'*suffix' work too
222      Branch: perl
223            ! doio.c
224 ____________________________________________________________________________
225 [  1377] By: gsar                                  on 1998/07/08  08:56:28
226         Log: regen headers; result builds & tests on Solaris again (threaded)
227      Branch: perl
228            ! embedvar.h
229 ____________________________________________________________________________
230 [  1376] By: gsar                                  on 1998/07/08  08:55:03
231         Log: change#1350 breaks things, back it out
232      Branch: perl
233            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
234 ____________________________________________________________________________
235 [  1375] By: gsar                                  on 1998/07/08  07:47:00
236         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
237              Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
238              Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
239              Subject: [PATCH 5.004_70] Switch modifiers in RE off
240      Branch: perl
241            ! pod/perlre.pod regcomp.c t/op/re_tests
242 ____________________________________________________________________________
243 [  1374] By: gsar                                  on 1998/07/08  07:41:06
244         Log: From: Gisle Aas <gisle@aas.no>
245              Date: 07 Jul 1998 23:08:59 +0200
246              Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
247              Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
248      Branch: perl
249            ! sv.c
250 ____________________________________________________________________________
251 [  1373] By: gsar                                  on 1998/07/08  07:36:01
252         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
253              Date: Tue, 7 Jul 1998 23:47:50 +0200
254              Message-ID: <19980707234750.A180@cdata.tvnet.hu>
255              Subject: [PATCH _70] dos-djgpp update
256      Branch: perl
257            ! djgpp/config.over djgpp/djgppsed.sh
258 ____________________________________________________________________________
259 [  1372] By: gsar                                  on 1998/07/08  07:12:47
260         Log: add extension to support SysV IPC
261              From: Jarkko Hietaniemi <jhi@iki.fi>
262              Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
263              Message-Id: <199807062332.CAA25792@alpha.hut.fi>
264              Subject: [PATCH] 5.004_70: IPC::SysV
265      Branch: perl
266            + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
267            + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
268            + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
269            + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
270            + ext/IPC/SysV/t/sem.t
271            ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
272            ! t/op/ipcmsg.t t/op/ipcsem.t
273 ____________________________________________________________________________
274 [  1371] By: gsar                                  on 1998/07/08  05:12:07
275         Log: add patch for C<use re 'debug'>
276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
277              Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
278              Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
279              Subject: Re: _70 and Devel::RE
280      Branch: perl
281            + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
282            - lib/re.pm
283            ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
284            ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
285 ____________________________________________________________________________
286 [  1370] By: gsar                                  on 1998/07/08  04:27:27
287         Log: added patch to generate PPDEF(pp_foo)
288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
289              Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
290              Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
291              Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
292      Branch: perl
293            + pp_proto.h
294            ! MANIFEST Makefile.SH opcode.pl proto.h
295 ____________________________________________________________________________
296 [  1369] By: gsar                                  on 1998/07/08  04:19:49
297         Log: suggest 'make test' after make
298      Branch: perl
299            ! Makefile.SH
300 ____________________________________________________________________________
301 [  1368] By: gsar                                  on 1998/07/08  03:58:19
302         Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
303              From: Colin Kuskie <ckuskie@cadence.com>
304              Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
305              Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
306              Subject: Corrected -i prefix patch
307      Branch: perl
308            + t/io/iprefix.t
309            ! MANIFEST doio.c pod/perlrun.pod
310 ____________________________________________________________________________
311 [  1366] By: gsar                                  on 1998/07/08  02:28:30
312         Log: From: Gisle Aas <gisle@aas.no>
313              Date: 07 Jul 1998 17:48:36 +0200
314              Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
315              Subject: [PATCH] Remove some rendundant SvOOK_on tests
316      Branch: perl
317            ! sv.c sv.h
318 ____________________________________________________________________________
319 [  1365] By: gsar                                  on 1998/07/08  02:25:17
320         Log: applied patch to clarify m//g
321              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
322              Date: Tue, 7 Jul 1998 15:59:03 +0100
323              Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
324              Subject: [PATCH] Re: m//g in perlop.pod
325      Branch: perl
326            ! pod/perlop.pod
327 ____________________________________________________________________________
328 [  1364] By: gsar                                  on 1998/07/08  02:13:07
329         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
330              Subject: [PATCH] 5.004_70 bug in perlfaq.pod
331              Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
332              Date: Tue, 7 Jul 1998 11:59:41 +0100
333      Branch: perl
334            ! pod/perlfaq.pod
335 ____________________________________________________________________________
336 [  1363] By: gsar                                  on 1998/07/08  02:11:11
337         Log: applied tweak (via private mail)
338              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
339              Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
340              Message-Id: <199807071027.NAA20829@alpha.hut.fi>
341              Subject: tiny perllocale.pod patch for 5.004_70
342      Branch: perl
343            ! pod/perllocale.pod
344 ____________________________________________________________________________
345 [  1362] By: gsar                                  on 1998/07/08  02:07:48
346         Log: applied patch, various tweaks to pander to pod2man tantrums
347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
348              Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
349              Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
350              Subject: [PATCH 5.004_70] CONFIGPM
351      Branch: perl
352            ! Porting/Glossary configpm
353 ____________________________________________________________________________
354 [  1361] By: gsar                                  on 1998/07/07  22:13:11
355         Log: From: Stephen McCamant <alias@mcs.com>
356              Date: Mon,  6 Jul 1998 21:22:17 -0500 (CDT)
357              Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
358              Subject: Re: Inconsistent arithmetics on refs
359      Branch: perl
360            ! sv.c
361 ____________________________________________________________________________
362 [  1360] By: gsar                                  on 1998/07/07  22:11:11
363         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
364              Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
365              Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
366              Subject: [PATCH 5.004_70] Anohter ptags improvement
367      Branch: perl
368            ! emacs/ptags
369 ____________________________________________________________________________
370 [  1359] By: gsar                                  on 1998/07/07  22:08:48
371         Log: fix accidental RE-de-optimization
372              From: larry@wall.org (Larry Wall)
373              Date: Mon, 6 Jul 1998 17:49:31 -0700
374              Message-Id: <199807070049.RAA23475@wall.org>
375              Subject: Re: before you deluge us with patches
376              --
377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
378              Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
379              Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
380              Subject: Re: before you deluge us with patches
381      Branch: perl
382            ! pp_hot.c regexec.c
383 ____________________________________________________________________________
384 [  1358] By: gsar                                  on 1998/07/07  21:36:29
385         Log: From: Gisle Aas <gisle@aas.no>
386              Subject: [PATCH] Evaluation of AVHVs in scalar context
387              Date: 06 Jul 1998 21:41:14 +0200
388              Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
389      Branch: perl
390            ! pp_hot.c t/op/avhv.t
391 ____________________________________________________________________________
392 [  1357] By: gsar                                  on 1998/07/07  21:29:46
393         Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
394      Branch: perl
395            ! lib/Math/Trig.pm lib/fields.pm thread.sym
396 ____________________________________________________________________________
397 [  1356] By: TimBunce                              on 1998/07/07  17:19:42
398         Log: Assorted patches:
399              
400              ------  BUILD PROCESS  ------
401              
402              Title:  "Add Test.pm (from perl 5.004_70)"
403              Files:  MANIFEST lib/Test.pm
404              
405              ------  EXTENSIONS  ------
406              
407              Title:  "Add CR LF CRLF to Socket.pm"
408              From:  Chris Nandor <pudge@pobox.com>
409              Msg-ID:  <v04003a46b1b6067832a1@[24.48.28.52]>
410              Files:  ext/Socket/Socket.pm
411              
412              ------  LIBRARY  ------
413              
414              Title:  "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
415              Files:  lib/AutoSplit.pm
416              
417              Title:  "Upgrade base.pm (from perl 5.004_70)"
418              Files:  lib/base.pm
419              
420              Title:  "Add File::Spec modules (from 5.004_70)"
421              Files:  lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
422              lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
423              lib/File/Spec/Win32.pm
424              
425              ------  TESTS  ------
426              
427              Title:  "fixup test for method call on undefined value"
428              Files:  t/op/misc.t
429              
430              ------  UTILITIES  ------
431              
432              Title:  "perlbug upgrade (from 5.004_70)"
433              Files:  utils/perlbug.PL
434              
435              Title:  "Upgrade perldoc (from 5.004_70)"
436              Files:  utils/perldoc.PL
437      Branch: maint-5.004/perl
438            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
439            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
440            + lib/File/Spec/Win32.pm lib/Test.pm
441            ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
442            ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
443 ____________________________________________________________________________
444 [  1355] By: TimBunce                              on 1998/07/07  14:39:51
445         Log: Title:  "Fix memory leak in Safe module"
446              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
447              Msg-ID:  <199806290544.BAA18463@aatma.engin.umich.edu>
448              Files:  ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
449      Branch: maint-5.004/perl
450            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
451 ____________________________________________________________________________
452 [  1354] By: TimBunce                              on 1998/07/07  14:35:25
453         Log: Title:  "Better error message for $undef->method call"
454              From:  Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
455              joshua.pritikin@db.com
456              Msg-ID:  <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
457              Files:  pod/perldiag.pod pp_hot.c
458      Branch: maint-5.004/perl
459            ! pod/perldiag.pod pp_hot.c
460 ____________________________________________________________________________
461 [  1353] By: gsar                                  on 1998/07/06  23:33:38
462         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
463              Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
464              Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
465              Subject: [PATCH 5.004_70] Update metaconfig info
466      Branch: perl
467            ! Porting/pumpkin.pod
468 ____________________________________________________________________________
469 [  1352] By: gsar                                  on 1998/07/06  23:30:54
470         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
471              Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
472              Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
473              Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
474      Branch: perl
475            ! Configure INSTALL Policy_sh.SH Porting/Glossary
476            ! Porting/config.sh Porting/config_H
477 ____________________________________________________________________________
478 [  1351] By: gsar                                  on 1998/07/06  23:24:47
479         Log: try harder to run non-executable tests
480      Branch: perl
481            ! t/TEST
482 ____________________________________________________________________________
483 [  1350] By: gsar                                  on 1998/07/06  23:12:17
484         Log: add patch to improve method caching, regen headers
485              From: joshua.pritikin@db.com
486              Date: Mon, 6 Jul 1998 09:19:29 -0400
487              Message-Id: <H00000e50008a518@MHS>
488              Subject: [PATCH _70] cache missing methods
489      Branch: perl
490            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
491 ____________________________________________________________________________
492 [  1349] By: TimBunce                              on 1998/07/06  23:03:16
493         Log: Assorted patches:
494              
495              ------  BUILD PROCESS  ------
496              
497              Title:  "Configure: Workaround bash CDPATH oddity"
498              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
499              Msg-ID:  <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
500              Files:  Configure
501              
502              Title:  "Don't suppress display of Makefile recipes that invoke perl"
503              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
504              Msg-ID:  <199806252213.SAA08545@aatma.engin.umich.edu>
505              Files:  Makefile.SH
506              
507              ------  CORE LANGUAGE  ------
508              
509              Title:  "one more^Wless quad unpack bug"
510              From:  Jarkko Hietaniemi <jhi@iki.fi>
511              Msg-ID:  <199806301132.OAA27353@alpha.hut.fi>
512              Files:  pp.c
513              
514              Title:  "minor fixups to bring maint closer to devel for patching"
515              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
516              Msg-ID:  <199805200046.UAA19284@aatma.engin.umich.edu>
517              Files:  pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
518              
519              Title:  "-Pw switches used together report bogus error"
520              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
521              Msg-ID:  <199806252331.TAA10160@aatma.engin.umich.edu>
522              Files:  perl.c
523              
524              Title:  "Add doc and perl home page info to -v output"
525              From:  Tom Christiansen <tchrist@jhereg.perl.com>
526              Msg-ID:  <199802172229.PAA29309@jhereg.perl.com>
527              Files:  perl.c
528              
529              Title:  "Fix C<@a = (%a = 1)> bizarreness"
530              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
531              <tchrist@jhereg.perl.com>
532              Msg-ID:  <199807012026.OAA31507@jhereg.perl.com>,
533              <199807012339.TAA26024@aatma.engin.umich.edu>
534              Files:  pp_hot.c
535              
536              Title:  "make find_script() return saved string, reenable missing
537              diagnostics"
538              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
539              Msg-ID:  <199806262224.SAA00422@aatma.engin.umich.edu>
540              Files:  perl.c util.c
541              
542              Title:  "minor e_script optimization"
543              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
544              Msg-ID:  <199807060704.DAA25988@aatma.engin.umich.edu>
545              Files:  perl.c
546              
547              ------  DOCUMENTATION  ------
548              
549              Title:  "Insecure $ENV{} message out of step with perldiag"
550              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
551              Msg-ID:  <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
552              Files:  pod/perldiag.pod pod/perlsec.pod
553              
554              Title:  "documenting close without arguments"
555              From:  Tom Phoenix <rootbeer@teleport.com>
556              Msg-ID:  <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
557              Files:  pod/perlfunc.pod
558              
559              Title:  "pod for scalar .. op"
560              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
561              Msg-ID:  <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
562              Files:  pod/perlop.pod
563              
564              ------  EXTENSIONS  ------
565              
566              Title:  "Fcntl: add few constants, enhance maintainability"
567              From:  Jarkko Hietaniemi <jhi@iki.fi>
568              Msg-ID:  <199806221558.SAA18626@alpha.hut.fi>
569              Files:  ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
570              
571              ------  LIBRARY  ------
572              
573              Title:  "Fix undef warnings in Text::Parsewords"
574              From:  Jarkko Hietaniemi <jhi@iki.fi>
575              Msg-ID:  <199806300842.LAA26409@alpha.hut.fi>
576              Files:  lib/Text/ParseWords.pm
577              
578              Title:  "Add Symbol::delete_package()"
579              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
580              Msg-ID:  <199807060702.DAA25976@aatma.engin.umich.edu>
581              Files:  pod/perlembed.pod lib/Symbol.pm
582      Branch: maint-5.004/perl
583            ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
584            ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
585            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
586            ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
587            ! t/op/split.t taint.c util.c
588 ____________________________________________________________________________
589 [  1348] By: gsar                                  on 1998/07/06  22:55:56
590         Log: remove #! line from Errno_pm.PL
591      Branch: perl
592            ! ext/Errno/Errno_pm.PL
593 ____________________________________________________________________________
594 [  1347] By: gsar                                  on 1998/07/06  22:51:34
595         Log: added patch to fix Cwd.pm warnings, fixed a couple more places
596              From: Gisle Aas <gisle@aas.no>
597              Date: 06 Jul 1998 13:08:53 +0200
598              Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
599              Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
600      Branch: perl
601            ! lib/Cwd.pm
602 ____________________________________________________________________________
603 [  1346] By: gsar                                  on 1998/07/06  22:20:29
604         Log: much simpler fix to typecheck read/sysread/recv, as suggested by
605              Stephen McCamant
606      Branch: perl
607            ! op.c
608 ____________________________________________________________________________
609 [  1345] By: gsar                                  on 1998/07/06  21:58:52
610         Log: undo ck_sysread() changes#1319,1337 in preparation for a much
611              simpler fix
612      Branch: perl
613            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
614            ! opcode.pl proto.h
615 ____________________________________________________________________________
616 [  1344] By: TimBunce                              on 1998/07/06  21:51:05
617         Log: Title:  "Fix for broken goto &xsub"
618              From:  Albert Dvornik <bert@genscan.com>,
619              Msg-ID:  <tq4sxawf2h.fsf@puma.genscan.com>
620              Files:  MANIFEST pp_ctl.c t/op/goto_xs.t
621      Branch: maint-5.004/perl
622            + t/op/goto_xs.t
623            ! MANIFEST pp_ctl.c
624 ____________________________________________________________________________
625 [  1343] By: TimBunce                              on 1998/07/06  21:40:14
626         Log: Title:  "Undo sub stub optimization and add comments on GV_FOO constants"
627              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
628              Msg-ID:  <199807050841.EAA25114@aatma.engin.umich.edu>
629              Files:  gv.h gv.c op.c toke.c
630      Branch: maint-5.004/perl
631            ! gv.c gv.h op.c toke.c
632 ____________________________________________________________________________
633 [  1342] By: gsar                                  on 1998/07/06  20:57:06
634         Log: From:    Gisle Aas <gisle@aas.no>
635              Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
636              Date:    06 Jul 1998 21:52:12 +0200
637              Subject: Keepers of the Patch Pumpkin
638      Branch: perl
639            ! Changes
640 ____________________________________________________________________________
641 [  1341] By: gsar                                  on 1998/07/06  20:43:35
642         Log: remove dup entry in perldiag
643      Branch: perl
644            ! pod/perldiag.pod
645 ____________________________________________________________________________
646 [  1340] By: gsar                                  on 1998/07/06  20:31:44
647         Log: more reasonable diagnostic on keyword vs. sub ambiguity
648      Branch: perl
649            ! pod/perldiag.pod toke.c
650 ____________________________________________________________________________
651 [  1339] By: gsar                                  on 1998/07/06  19:23:06
652         Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
653      Branch: perl
654            ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
655            ! sv.c toke.c util.c
656 ____________________________________________________________________________
657 [  1338] By: gsar                                  on 1998/07/06  18:45:35
658         Log: per Larry suggestion, toss change#1327 and fix the documentation
659              to match behavior instead
660      Branch: perl
661            ! pod/perlfunc.pod pp_sys.c
662 ____________________________________________________________________________
663 [  1337] By: gsar                                  on 1998/07/06  17:15:26
664         Log: allow read(FH,threadsv,...)
665      Branch: perl
666            ! op.c
667
668 ----------------
669 Version 5.004_70
670 ----------------
671
672 ____________________________________________________________________________
673 [  1336] By: gsar                                  on 1998/07/06  09:06:33
674         Log: 5.004_70 tweaks
675      Branch: perl
676            ! Changes win32/Makefile win32/makefile.mk
677 ____________________________________________________________________________
678 [  1335] By: gsar                                  on 1998/07/06  07:05:37
679         Log: update Changes
680      Branch: perl
681            ! Changes pod/perldiag.pod
682 ____________________________________________________________________________
683 [  1334] By: gsar                                  on 1998/07/06  06:41:17
684         Log: allow eval-groups in patterns only if they C<use re 'eval';>
685      Branch: perl
686            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
687            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
688 ____________________________________________________________________________
689 [  1333] By: gsar                                  on 1998/07/06  03:22:52
690         Log: From: Hans Mulder <hansm@icgroup.nl>
691              Date: Mon,  6 Jul 98 02:11:32 +0200
692              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
693              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
694      Branch: perl
695            ! malloc.c
696 ____________________________________________________________________________
697 [  1332] By: gsar                                  on 1998/07/06  03:18:34
698         Log: added Errno-1.09 from CPAN
699      Branch: perl
700            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
701 ____________________________________________________________________________
702 [  1331] By: gsar                                  on 1998/07/06  02:59:09
703         Log: fix small memleak on -e, don't try to find_script() when e_script
704      Branch: perl
705            ! perl.c
706 ____________________________________________________________________________
707 [  1330] By: gsar                                  on 1998/07/06  00:40:24
708         Log: add Symbol::delete_package()
709      Branch: perl
710            ! lib/Symbol.pm pod/perlembed.pod
711 ____________________________________________________________________________
712 [  1329] By: gsar                                  on 1998/07/05  23:05:40
713         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
714              From: Stephen McCamant <alias@mcs.com>
715              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
716              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
717              Subject: [PATCH] alignment in X[IN]V allocation
718      Branch: perl
719            ! sv.c
720 ____________________________________________________________________________
721 [  1328] By: gsar                                  on 1998/07/05  22:47:57
722         Log: make read() return undef on errors as documented, and clarify docs
723      Branch: perl
724            ! pod/perlfunc.pod pp_sys.c
725 ____________________________________________________________________________
726 [  1327] By: gsar                                  on 1998/07/05  22:11:21
727         Log: fix getc() to return empty string instead of undef on eof, as it was
728              documented to behave; still returns undef on error
729      Branch: perl
730            ! pp_sys.c
731 ____________________________________________________________________________
732 [  1326] By: gsar                                  on 1998/07/05  21:53:30
733         Log: patch whitespace-mutiliated; applied manually
734              From: Hans Mulder <hansm@icgroup.nl>
735              Date: Sun,  5 Jul 98 23:23:20 +0200
736              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
737              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
738      Branch: perl
739            ! ext/Errno/Errno_pm.PL
740 ____________________________________________________________________________
741 [  1325] By: gsar                                  on 1998/07/05  21:38:39
742         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
743              From: Tom Christiansen <tchrist@jhereg.perl.com>
744              Date: Sun, 05 Jul 1998 09:15:22 -0500
745              Subject: Re: docpatch 
746              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
747      Branch: perl
748            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
749            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
750            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
751            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
752            ! pod/perlrun.pod
753 ____________________________________________________________________________
754 [  1324] By: gsar                                  on 1998/07/05  21:06:56
755         Log: applied patch, and undid change#1302 which it made unnecessary
756              From: Billy <wdconsta@cs.adelaide.edu.au>
757              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
758              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
759              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
760      Branch: perl
761            ! t/lib/h2ph.t utils/h2ph.PL
762 ____________________________________________________________________________
763 [  1323] By: gsar                                  on 1998/07/05  20:56:39
764         Log: fix t/lib/fields.t's @INC so make test runs
765      Branch: perl
766            ! t/lib/fields.t
767 ____________________________________________________________________________
768 [  1322] By: gsar                                  on 1998/07/05  20:26:43
769         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
770      Branch: perl
771            ! gv.c gv.h toke.c
772 ____________________________________________________________________________
773 [  1321] By: gsar                                  on 1998/07/05  07:41:50
774         Log: sundry win32 config tweaks
775      Branch: perl
776            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
777            ! win32/config.gc win32/config.vc win32/config_H.bc
778            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
779            ! win32/config_sh.PL win32/makefile.mk
780 ____________________________________________________________________________
781 [  1320] By: gsar                                  on 1998/07/05  06:30:35
782         Log: update Changes
783      Branch: perl
784            ! Changes
785 ____________________________________________________________________________
786 [  1319] By: gsar                                  on 1998/07/05  06:27:37
787         Log: add ck_sysread() for better sysread/read/recv sanity
788      Branch: perl
789            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
790            ! opcode.pl proto.h
791 ____________________________________________________________________________
792 [  1318] By: gsar                                  on 1998/07/05  04:34:05
793         Log: From: Stephen McCamant <alias@mcs.com>
794              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
795              Subject: [PATCH] Document B::Deparse, add pp_threadsv
796              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
797      Branch: perl
798            ! ext/B/B/Deparse.pm
799 ____________________________________________________________________________
800 [  1317] By: gsar                                  on 1998/07/05  04:15:25
801         Log: added patch with tweak to doc
802              From: Chip Salzenberg <chip@perl.org>
803              Message-ID: <19980704205136.A16319@perlsupport.com>
804              Date: Sat, 4 Jul 1998 20:51:36 -0400
805              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
806      Branch: perl
807            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
808 ____________________________________________________________________________
809 [  1316] By: gsar                                  on 1998/07/05  03:56:22
810         Log: Porting/Glossary goes podly into Config.pm
811      Branch: perl
812            ! Porting/Glossary configpm
813 ____________________________________________________________________________
814 [  1315] By: gsar                                  on 1998/07/05  02:50:18
815         Log: add suggested tool as an example in ExtUtils::Packlist
816              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
817              Message-Id: <199807031028.LAA10456@sale-wts>
818              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
819              Subject: Re: [make install] another horror story
820      Branch: perl
821            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
822 ____________________________________________________________________________
823 [  1314] By: gsar                                  on 1998/07/05  02:28:04
824         Log: avoid race condition (storing ptr to SV before incrementing its
825              REFCNT) and warning in newRV()
826      Branch: perl
827            ! sv.c
828 ____________________________________________________________________________
829 [  1313] By: gsar                                  on 1998/07/05  02:06:40
830         Log: applied suggested fix for xhv_array sizing, with portability tweaks
831              From: Gisle Aas <gisle@aas.no>
832              Subject: Re: [PATCH] Re: perl5.004_69 core dump
833              Date: 04 Jul 1998 10:20:35 +0200
834              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
835      Branch: perl
836            ! hv.c
837 ____________________________________________________________________________
838 [  1312] By: gsar                                  on 1998/07/05  01:36:45
839         Log: From: Gisle Aas <gisle@aas.no>
840              Subject: [PATCH] hv_max may be a few too many
841              Date: 04 Jul 1998 09:28:46 +0200
842              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
843      Branch: perl
844            ! doop.c
845 ____________________________________________________________________________
846 [  1311] By: gsar                                  on 1998/07/05  00:35:27
847         Log: patchlevel up to 5.004_70, various tweaks
848              * fix taint problems due to maintbranch regression
849              * PERL_OBJECT now builds again
850              * deal with C++ strong-typing problems in hv.c
851              * fix mismatch in "reserved word" diagnostic
852      Branch: perl
853            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
854            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
855 ____________________________________________________________________________
856 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
857         Log: Remove old RE //t flag from scan_subst().
858      Branch: maint-5.004/perl
859            ! toke.c
860 ____________________________________________________________________________
861 [  1309] By: gsar                                  on 1998/07/04  08:32:53
862         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
863      Branch: perl
864            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
865 ____________________________________________________________________________
866 [  1307] By: gsar                                  on 1998/07/04  07:00:14
867         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
868      Branch: perl
869            ! pp_hot.c t/op/local.t
870 ____________________________________________________________________________
871 [  1306] By: gsar                                  on 1998/07/04  05:52:34
872         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
873              From: joshua.pritikin@db.com
874              Date: Wed, 1 Jul 1998 10:09:43 -0400
875              Message-Id: <H00000e500086fb3@MHS>
876              Subject: [PATCH _69] sv_2mortal fix
877      Branch: perl
878            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
879 ____________________________________________________________________________
880 [  1305] By: gsar                                  on 1998/07/04  05:46:42
881         Log: add patch preextend global string table, tweak for 512 entries
882              From: Gisle Aas <gisle@aas.no>
883              Date: 04 Jul 1998 01:04:08 +0200
884              Subject: Re: [PATCH] Re: perl5.004_69 core dump
885              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
886      Branch: perl
887            ! perl.c
888 ____________________________________________________________________________
889 [  1304] By: gsar                                  on 1998/07/04  05:40:35
890         Log: simplify xhv_array sizing
891              From: Gisle Aas <gisle@aas.no>
892              Date: 04 Jul 1998 00:49:42 +0200
893              Subject: Re: [PATCH] Re: perl5.004_69 core dump
894              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
895      Branch: perl
896            ! hv.c
897 ____________________________________________________________________________
898 [  1303] By: gsar                                  on 1998/07/04  05:37:29
899         Log: make 4-arg win32_select() sleep more reasonably on false values
900              From: Blair Zajac <blair@gps.caltech.edu>
901              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
902              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
903              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
904              --
905              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
906              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
907              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
908      Branch: perl
909            ! win32/win32sck.c
910 ____________________________________________________________________________
911 [  1302] By: gsar                                  on 1998/07/04  05:32:50
912         Log: adjust h2ph.t for dos-specific problem
913              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
914              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
915              Date: Fri, 3 Jul 1998 23:45:25 +0200
916              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
917      Branch: perl
918            ! t/lib/h2ph.t
919 ____________________________________________________________________________
920 [  1301] By: gsar                                  on 1998/07/04  05:31:04
921         Log: fix CPAN.pm problem, OS2 tweaks
922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
923              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
924              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
925              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
926      Branch: perl
927            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
928            ! lib/ExtUtils/MakeMaker.pm
929 ____________________________________________________________________________
930 [  1300] By: gsar                                  on 1998/07/04  05:27:20
931         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
932              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
933              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
934              Subject: [PATCH 5.004_68] Add elc target to to makefile
935      Branch: perl
936            ! Makefile.SH
937 ____________________________________________________________________________
938 [  1299] By: gsar                                  on 1998/07/04  05:25:56
939         Log: newer emacs/cperl-mode.el (via private mail)
940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
941              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
942              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
943              Subject: [PATCH 5.004_68] cperl-mode
944      Branch: perl
945            ! emacs/cperl-mode.el
946 ____________________________________________________________________________
947 [  1298] By: gsar                                  on 1998/07/04  05:22:41
948         Log: From: Dominic Dunlop <domo@computer.org>
949              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
950              Date: Thu, 2 Jul 1998 22:57:26 +0000
951              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
952      Branch: perl
953            ! hints/machten.sh malloc.c
954 ____________________________________________________________________________
955 [  1297] By: gsar                                  on 1998/07/04  05:20:52
956         Log: allow a flags args to fbm_instr() for future needs
957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
958              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
959              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
960              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
961      Branch: perl
962            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
963 ____________________________________________________________________________
964 [  1296] By: gsar                                  on 1998/07/04  05:16:15
965         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
966              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
967              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
968              Subject: [PATCH 5.004_69] INSTALL-1.39
969      Branch: perl
970            ! INSTALL
971 ____________________________________________________________________________
972 [  1295] By: gsar                                  on 1998/07/04  05:15:05
973         Log: Configure update
974              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
975              Date: Wed, 1 Jul 98 23:07:50 EDT
976              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
977              Subject: [PATCH 5.004_69] Config_69-01
978      Branch: perl
979            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
980            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
981            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
982 ____________________________________________________________________________
983 [  1294] By: gsar                                  on 1998/07/04  05:10:25
984         Log: add perlbug -F switch to save message to file
985              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
986              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
987              Date: Wed, 1 Jul 1998 21:14:22 +0200
988              Subject: Re: [PATCH 5.004_69] perlbug -fok
989      Branch: perl
990            ! Makefile.SH utils/perlbug.PL
991 ____________________________________________________________________________
992 [  1293] By: gsar                                  on 1998/07/04  05:06:52
993         Log: catch nonexistent backrefs in REs
994              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
995              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
996              Date: Wed, 1 Jul 1998 20:14:05 +0200
997              Subject: Re: [PATCH _66] for bad backrefs
998              --
999              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
1000              Date: Wed, 1 Jul 1998 20:47:16 +0200
1001              Subject: Re: [PATCH _66] for bad backrefs
1002      Branch: perl
1003            ! regcomp.c t/op/re_tests util.c
1004 ____________________________________________________________________________
1005 [  1292] By: gsar                                  on 1998/07/04  05:02:01
1006         Log: fix perlcc to not rm output file, and other -w(arts)
1007      Branch: perl
1008            ! utils/perlcc.PL
1009 ____________________________________________________________________________
1010 [  1291] By: gsar                                  on 1998/07/04  04:30:03
1011         Log: ignore stash entries that are not GVs in dump.c
1012      Branch: perl
1013            ! dump.c
1014 ____________________________________________________________________________
1015 [  1290] By: gsar                                  on 1998/07/04  03:55:10
1016         Log: cleaner page headers from pod2man
1017      Branch: perl
1018            ! pod/pod2man.PL
1019 ____________________________________________________________________________
1020 [  1288] By: gsar                                  on 1998/07/04  03:16:39
1021         Log: tweaks to Getopt::Std
1022              From: Robin Barker <rmb1@cise.npl.co.uk>
1023              Date: Tue, 30 Jun 98 14:45:49 BST
1024              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
1025              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
1026              --
1027              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
1028              To: perl5-porters@perl.org
1029              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
1030      Branch: perl
1031            ! lib/Getopt/Std.pm
1032 ____________________________________________________________________________
1033 [  1287] By: gsar                                  on 1998/07/04  03:13:02
1034         Log: added patch, with tweaks
1035              From: Gisle Aas <gisle@aas.no>
1036              Date: 03 Jul 1998 00:50:15 +0200
1037              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
1038              Subject: [PATCH] Some AVHV documentation
1039      Branch: perl
1040            ! pod/perlref.pod
1041 ____________________________________________________________________________
1042 [  1286] By: gsar                                  on 1998/07/04  02:53:26
1043         Log: applied patch with tweaks to prose
1044              From: Gisle Aas <gisle@aas.no>
1045              Subject: [PATCH] Simplified AVHV support
1046              Date: 30 Jun 1998 13:34:07 +0200
1047              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
1048      Branch: perl
1049            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
1050            ! pp.c proto.h t/op/avhv.t
1051 ____________________________________________________________________________
1052 [  1285] By: gsar                                  on 1998/07/04  02:30:48
1053         Log: tweak doc for ".."
1054              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1055              Subject: [PATCH] pod for scalar ..
1056              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
1057              Date: Tue, 30 Jun 1998 12:14:50 +0100
1058      Branch: perl
1059            ! pod/perlop.pod
1060 ____________________________________________________________________________
1061 [  1284] By: gsar                                  on 1998/07/04  02:28:43
1062         Log: fix use of uninitialized var in pp_unpack()
1063              From: Jarkko Hietaniemi <jhi@iki.fi>
1064              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
1065              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
1066              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
1067      Branch: perl
1068            ! pp.c
1069 ____________________________________________________________________________
1070 [  1283] By: gsar                                  on 1998/07/04  02:26:37
1071         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1072              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
1073              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
1074              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
1075      Branch: perl
1076            ! lib/Text/ParseWords.pm
1077 ____________________________________________________________________________
1078 [  1282] By: gsar                                  on 1998/07/04  02:24:32
1079         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
1080              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
1081              Date: Mon, 29 Jun 1998 16:53:56 -0700
1082              Subject: [PATCH 5.004_69]README.vms doc patch
1083              --
1084              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
1085              Date: Mon, 29 Jun 1998 16:51:25 -0700
1086              --
1087              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
1088              Date: Thu, 02 Jul 1998 13:53:57 -0700
1089              Subject: [PATCH 5.004_69]VMS filetest operator fixup
1090      Branch: perl
1091            ! README.vms vms/descrip_mms.template vms/vms.c
1092 ____________________________________________________________________________
1093 [  1281] By: gsar                                  on 1998/07/04  02:17:48
1094         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1095              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
1096              Date: Mon, 29 Jun 1998 16:46:25 -0700
1097              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
1098      Branch: perl
1099            ! vms/subconfigure.com
1100 ____________________________________________________________________________
1101 [  1280] By: gsar                                  on 1998/07/04  02:16:03
1102         Log: don't attempt to copy directories on VMS
1103              From: Dan Sugalski <sugalskd@osshe.edu>
1104              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
1105              Date: Mon, 29 Jun 1998 16:31:29 -0700
1106              Subject: [PATCH 5.004_69]Tweak to installperl
1107      Branch: perl
1108            ! installperl
1109 ____________________________________________________________________________
1110 [  1279] By: gsar                                  on 1998/07/04  02:09:26
1111         Log: add 'installhtml*dir' to win32 config templates
1112              From: "Douglas Lankshear" <dougl@ActiveState.com>
1113              Subject: [PATCH 5.004_68] For Win32 config
1114              Date: Mon, 29 Jun 1998 09:00:13 -0700
1115              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
1116      Branch: perl
1117            ! win32/config.bc win32/config.gc win32/config.vc
1118 ____________________________________________________________________________
1119 [  1278] By: gsar                                  on 1998/07/04  02:06:23
1120         Log: implemented described fix for h2ph hanging on "enum"
1121              From: Billy <wdconsta@cs.adelaide.edu.au>
1122              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
1123              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
1124              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
1125      Branch: perl
1126            ! utils/h2ph.PL
1127 ____________________________________________________________________________
1128 [  1277] By: gsar                                  on 1998/07/04  01:51:47
1129         Log: merge changes#1210,1211,1270 from maintbranch
1130      Branch: perl
1131            + lib/re.pm
1132            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
1133            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
1134            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1135 ____________________________________________________________________________
1136 [  1276] By: gsar                                  on 1998/07/04  00:33:37
1137         Log: deprecate use of reserved word "our" (Larry's idea)
1138              Date: Mon, 22 Jun 1998 08:55:09 -0700
1139              From: larry@wall.org (Larry Wall)
1140              Message-Id: <199806221555.IAA07212@wall.org>
1141              Subject: Re: our
1142      Branch: perl
1143            ! pod/perldiag.pod toke.c
1144 ____________________________________________________________________________
1145 [  1275] By: nick                                  on 1998/07/02  18:36:59
1146         Log: Integrate mainline, just to keep up.
1147      Branch: ansiperl
1148           +> t/lib/fields.t
1149            - lib/Math/Trig/Radial.pm
1150           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1151           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
1152           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
1153           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
1154           !> win32/config.bc win32/config.gc win32/config.vc
1155           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
1156           !> win32/win32iop.h
1157 ____________________________________________________________________________
1158 [  1274] By: gsar                                  on 1998/07/02  16:47:20
1159         Log: tweak win32/config.* variables
1160      Branch: perl
1161            ! win32/config.bc win32/config.gc win32/config.vc
1162 ____________________________________________________________________________
1163 [  1273] By: gsar                                  on 1998/07/02  16:33:53
1164         Log: export opendir() set of functions on win32
1165      Branch: perl
1166            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
1167            ! win32/win32iop.h
1168 ____________________________________________________________________________
1169 [  1272] By: gsar                                  on 1998/07/01  23:21:49
1170         Log: fix C<@a = (%a = 1)> bizarreness
1171      Branch: perl
1172            ! pp_hot.c
1173 ____________________________________________________________________________
1174 [  1271] By: gsar                                  on 1998/06/30  22:49:39
1175         Log: document perltrap on precedence of keys/values/each
1176      Branch: perl
1177            ! pod/perltrap.pod
1178 ____________________________________________________________________________
1179 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
1180         Log: Added lib/re.pm missing from change 1210
1181      Branch: maint-5.004/perl
1182            + lib/re.pm
1183 ____________________________________________________________________________
1184 [  1269] By: gsar                                  on 1998/06/30  08:20:52
1185         Log: From:    Murray Nesbitt <murray@ActiveState.com>
1186              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
1187              Date:    Mon, 29 Jun 1998 14:30:59 PDT
1188              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
1189      Branch: perl
1190            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1191 ____________________________________________________________________________
1192 [  1268] By: gsar                                  on 1998/06/30  05:38:34
1193         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
1194              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
1195              Date:    Mon, 29 Jun 1998 15:04:57 -0000
1196              Subject: [PATCH perl5.004_69] perldoc.PL
1197      Branch: perl
1198            ! utils/perldoc.PL
1199 ____________________________________________________________________________
1200 [  1267] By: gsar                                  on 1998/06/30  05:34:06
1201         Log: add patch to integrate Math::Trig::Radial into Math::Trig
1202              From: Jarkko Hietaniemi <jhi@iki.fi>
1203              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
1204              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
1205              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
1206      Branch: perl
1207            - lib/Math/Trig/Radial.pm
1208            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
1209 ____________________________________________________________________________
1210 [  1266] By: gsar                                  on 1998/06/30  05:17:33
1211         Log: From:    Gisle Aas <gisle@aas.no>
1212              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
1213              Date:    29 Jun 1998 12:36:09 +0200
1214              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
1215      Branch: perl
1216            + t/lib/fields.t
1217            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
1218            ! t/op/array.t
1219 ____________________________________________________________________________
1220 [  1265] By: gsar                                  on 1998/06/30  05:12:57
1221         Log: tweaks to overloaded constants (change#1259)
1222      Branch: perl
1223            ! scope.c scope.h toke.c
1224 ____________________________________________________________________________
1225 [  1264] By: nick                                  on 1998/06/29  17:38:03
1226         Log: Integrate mainline c. _69 to ansiperl
1227      Branch: ansiperl
1228           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
1229           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
1230           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
1231           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
1232           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
1233           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
1234           !> (integrate 100 files)
1235
1236 ----------------
1237 Version 5.004_69
1238 ----------------
1239
1240 ____________________________________________________________________________
1241 [  1263] By: gsar                                  on 1998/06/29  09:17:28
1242         Log: update Changes and perlhist.pod
1243      Branch: perl
1244            ! Changes pod/perlhist.pod
1245 ____________________________________________________________________________
1246 [  1262] By: gsar                                  on 1998/06/29  08:26:36
1247         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
1248              under several build configurations)
1249      Branch: perl
1250            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
1251            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
1252            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1253 ____________________________________________________________________________
1254 [  1261] By: gsar                                  on 1998/06/29  06:51:10
1255         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
1256      Branch: perl
1257            ! scope.h
1258 ____________________________________________________________________________
1259 [  1260] By: gsar                                  on 1998/06/29  06:46:12
1260         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
1261              Date:    Mon, 29 Jun 1998 08:10:46 +0200
1262              From:    ts <decoux@moulon.inra.fr>
1263              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
1264      Branch: perl
1265            ! pod/perlembed.pod
1266 ____________________________________________________________________________
1267 [  1259] By: gsar                                  on 1998/06/29  06:01:35
1268         Log: added patch for overloading constants, made PERL_OBJECT-aware
1269              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1270              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
1271              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
1272      Branch: perl
1273            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
1274            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
1275            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
1276            ! t/pragma/overload.t toke.c
1277 ____________________________________________________________________________
1278 [  1258] By: gsar                                  on 1998/06/29  05:32:25
1279         Log: fix Socket.pm typo from change#1240
1280      Branch: perl
1281            ! ext/Socket/Socket.pm
1282 ____________________________________________________________________________
1283 [  1257] By: gsar                                  on 1998/06/29  05:09:24
1284         Log: applied patch, tweak for threads awareness
1285              From: Albert Dvornik <bert@genscan.com>
1286              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
1287              Date: 24 Jun 1998 19:33:09 -0400
1288              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
1289      Branch: perl
1290            + t/op/goto_xs.t
1291            ! MANIFEST pp_ctl.c
1292 ____________________________________________________________________________
1293 [  1256] By: gsar                                  on 1998/06/29  03:34:18
1294         Log: applied patch, fixed one more leak, tweaked whitespace bugs
1295              From: Guy Decoux <decoux@moulon.inra.fr>
1296              (via)
1297              Date: Fri, 26 Jun 1998 09:59:32 -0400
1298              From: "Chunhui Teng" <cteng@nortel.ca>
1299              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
1300              Subject: Memory leak in Perl 5.004 and the fix
1301      Branch: perl
1302            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
1303 ____________________________________________________________________________
1304 [  1255] By: gsar                                  on 1998/06/29  02:50:37
1305         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
1306              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
1307              Date: 28 Jun 1998 23:47:07 +0200
1308              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
1309      Branch: perl
1310            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1311 ____________________________________________________________________________
1312 [  1254] By: gsar                                  on 1998/06/28  21:35:02
1313         Log: From: joshua.pritikin@db.com
1314              Date: Fri, 26 Jun 1998 09:34:34 -0400
1315              Message-Id: <H00000e500081d23@MHS>
1316              Subject: [PATCH _68] PUSHSTACK renovation
1317      Branch: perl
1318            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
1319 ____________________________________________________________________________
1320 [  1253] By: gsar                                  on 1998/06/28  21:21:22
1321         Log: From: Stephen McCamant <alias@mcs.com>
1322              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
1323              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
1324              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
1325      Branch: perl
1326            ! perlvars.h sv.c
1327 ____________________________________________________________________________
1328 [  1252] By: gsar                                  on 1998/06/28  21:16:34
1329         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1330              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
1331              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
1332              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
1333      Branch: perl
1334            ! regcomp.c
1335 ____________________________________________________________________________
1336 [  1251] By: gsar                                  on 1998/06/28  21:14:32
1337         Log: add Math/Trig/Radial.pm, update MANIFEST
1338              From: Jarkko Hietaniemi <jhi@iki.fi>
1339              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
1340              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
1341              Subject: Math::Trig::Radial ?
1342      Branch: perl
1343            + lib/Math/Trig/Radial.pm
1344            ! MANIFEST
1345 ____________________________________________________________________________
1346 [  1250] By: gsar                                  on 1998/06/28  21:09:48
1347         Log: applied patch, tweaked doc, and regen regnodes.h
1348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1349              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
1350              Subject: [PATCH 5.004_68] \z in RE
1351              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
1352      Branch: perl
1353            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
1354            ! t/op/re_tests t/op/regexp.t toke.c
1355 ____________________________________________________________________________
1356 [  1249] By: gsar                                  on 1998/06/28  20:56:38
1357         Log: From: mike@bill.iac.net
1358              Message-ID: <19980627034913.A32220@bill.minivend.com>
1359              Date: Sat, 27 Jun 1998 03:49:13 +0000
1360              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
1361      Branch: perl
1362            ! lib/Text/ParseWords.pm t/lib/parsewords.t
1363 ____________________________________________________________________________
1364 [  1248] By: gsar                                  on 1998/06/28  20:54:43
1365         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1366              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
1367              Subject: [PATCH] Fix ptags
1368              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
1369      Branch: perl
1370            ! emacs/ptags
1371 ____________________________________________________________________________
1372 [  1247] By: gsar                                  on 1998/06/28  20:42:54
1373         Log: apply patch sent via private mail
1374              From: Stephen McCamant <alias@mcs.com>
1375              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
1376              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
1377              Subject: Re: Enhanced B::Deparse 
1378      Branch: perl
1379            ! ext/B/B/Deparse.pm
1380 ____________________________________________________________________________
1381 [  1246] By: gsar                                  on 1998/06/28  20:38:24
1382         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1383              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
1384              Subject: [PATCH 5.004_68] pat.t tests
1385              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
1386      Branch: perl
1387            ! t/op/pat.t
1388 ____________________________________________________________________________
1389 [  1245] By: gsar                                  on 1998/06/28  20:36:08
1390         Log: From: joshua.pritikin@db.com
1391              Date: Fri, 26 Jun 1998 10:02:32 -0400
1392              Message-Id: <H00000e500081d28@MHS>
1393              Subject: [PATCH _68] improve recursive error messages!
1394      Branch: perl
1395            ! gv.c pod/perldiag.pod universal.c
1396 ____________________________________________________________________________
1397 [  1244] By: gsar                                  on 1998/06/28  20:09:02
1398         Log: From: Dominic Dunlop <domo@vo.lu>
1399              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
1400              Date: Thu, 25 Jun 1998 17:46:55 +0000
1401              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
1402              to op/pat.t; add tests for a few  more regexp parse failures etc.
1403      Branch: perl
1404            ! t/op/pat.t t/op/re_tests t/op/regexp.t
1405 ____________________________________________________________________________
1406 [  1243] By: gsar                                  on 1998/06/28  20:06:30
1407         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
1408              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1409              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
1410              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
1411              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
1412      Branch: perl
1413            ! perl_exp.SH
1414 ____________________________________________________________________________
1415 [  1242] By: gsar                                  on 1998/06/28  20:01:28
1416         Log: 
1417              From: Gisle Aas <gisle@aas.no>
1418              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
1419              Date: 25 Jun 1998 10:32:43 +0200
1420              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
1421      Branch: perl
1422            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
1423 ____________________________________________________________________________
1424 [  1241] By: gsar                                  on 1998/06/28  19:55:11
1425         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
1426              From: Stephen McCamant <alias@mcs.com>
1427              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
1428              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
1429              Subject: [PATCH REPOST] refgen in opcode.pl
1430      Branch: perl
1431            ! opcode.h opcode.pl
1432 ____________________________________________________________________________
1433 [  1240] By: gsar                                  on 1998/06/28  19:46:29
1434         Log: From: Chris Nandor <pudge@pobox.com>
1435              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
1436              Date: Wed, 24 Jun 1998 19:58:28 -0400
1437              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
1438      Branch: perl
1439            ! ext/Socket/Socket.pm
1440 ____________________________________________________________________________
1441 [  1239] By: gsar                                  on 1998/06/28  19:44:19
1442         Log: From: Gisle Aas <gisle@aas.no>
1443              Subject: [PATCH] Optimize foreach (1..1000000)
1444              Date: 24 Jun 1998 20:26:48 +0200
1445              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
1446      Branch: perl
1447            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
1448            ! pp_hot.c t/op/range.t
1449 ____________________________________________________________________________
1450 [  1238] By: gsar                                  on 1998/06/28  19:28:13
1451         Log: avoid creation of %^R
1452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1453              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
1454              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
1455              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
1456      Branch: perl
1457            ! perl.c t/op/splice.t
1458 ____________________________________________________________________________
1459 [  1237] By: gsar                                  on 1998/06/28  19:23:40
1460         Log: From: Gisle Aas <gisle@aas.no>
1461              Subject: [PATCH] Negative LENGTH argument to splice
1462              Date: 24 Jun 1998 15:11:35 +0200
1463              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
1464      Branch: perl
1465            + t/op/splice.t
1466            ! MANIFEST pod/perlfunc.pod pp.c
1467 ____________________________________________________________________________
1468 [  1236] By: gsar                                  on 1998/06/28  19:18:29
1469         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1470              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
1471              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
1472              Date: Wed, 24 Jun 1998 13:13:02 +0100
1473      Branch: perl
1474            ! pod/perldiag.pod pod/perlsec.pod
1475 ____________________________________________________________________________
1476 [  1235] By: gsar                                  on 1998/06/28  19:16:13
1477         Log: Complex.pm update
1478              From: Jarkko Hietaniemi <jhi@iki.fi>
1479              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
1480              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
1481              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
1482      Branch: perl
1483            ! lib/Math/Complex.pm t/lib/complex.t
1484 ____________________________________________________________________________
1485 [  1234] By: gsar                                  on 1998/06/28  19:13:05
1486         Log: disable perl malloc on UNICOS for now
1487              From: Jarkko Hietaniemi <jhi@iki.fi>
1488              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
1489              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
1490              Subject: [PATCH] 5.004_68: UNICOS hints
1491      Branch: perl
1492            ! hints/unicos.sh
1493 ____________________________________________________________________________
1494 [  1233] By: gsar                                  on 1998/06/28  19:10:53
1495         Log: fixes unpack("q"...), and semctl() tests for UNICOS
1496              From: Jarkko Hietaniemi <jhi@iki.fi>
1497              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
1498              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
1499              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
1500      Branch: perl
1501            ! pp.c t/op/ipcsem.t t/op/pack.t
1502 ____________________________________________________________________________
1503 [  1232] By: gsar                                  on 1998/06/28  19:01:23
1504         Log: tweak various places for iperlsys.h awareness
1505      Branch: perl
1506            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
1507            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
1508 ____________________________________________________________________________
1509 [  1231] By: gsar                                  on 1998/06/28  18:37:07
1510         Log: add a perlio.h stub for compat (some extensions seem to #include it)
1511      Branch: perl
1512            + perlio.h
1513 ____________________________________________________________________________
1514 [  1230] By: gsar                                  on 1998/06/28  18:35:23
1515         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
1516              Date: Wed, 24 Jun 1998 00:37:01 +0200
1517              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1518              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
1519      Branch: perl
1520            ! pod/pod2text.PL
1521 ____________________________________________________________________________
1522 [  1229] By: gsar                                  on 1998/06/28  18:33:42
1523         Log: hand apply mutiliated patch
1524              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
1525              Date: Tue, 23 Jun 1998 11:41:00 -0700
1526              From: Dan Sugalski <sugalskd@osshe.edu>
1527              Subject: [PATCH 5.004_68]Configure update for VMS
1528      Branch: perl
1529            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1530 ____________________________________________________________________________
1531 [  1228] By: gsar                                  on 1998/06/28  17:17:35
1532         Log: hand apply whitespace mutiliated patch
1533              Date: Tue, 23 Jun 98 16:38:06 BST
1534              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
1535              From: Robin Barker <rmb1@cise.npl.co.uk>
1536              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
1537      Branch: perl
1538            ! utils/perlbug.PL
1539 ____________________________________________________________________________
1540 [  1227] By: gsar                                  on 1998/06/28  17:14:34
1541         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
1542              From: Tom Phoenix <rootbeer@teleport.com>
1543              Subject: [PATCH] documenting close without arguments
1544              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
1545      Branch: perl
1546            ! pod/perlfunc.pod
1547 ____________________________________________________________________________
1548 [  1226] By: gsar                                  on 1998/06/28  17:12:56
1549         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
1550              From: Tom Phoenix <rootbeer@teleport.com>
1551              Subject: Better diags for vars.pm
1552              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
1553      Branch: perl
1554            ! lib/vars.pm
1555 ____________________________________________________________________________
1556 [  1225] By: gsar                                  on 1998/06/28  17:05:59
1557         Log: hand apply whitespace mutiliated perldoc.PL patches
1558              Date: Tue, 23 Jun 98 15:49:52 BST
1559              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
1560              From: Robin Barker <rmb1@cise.npl.co.uk>
1561              Subject: PATCH [5.004_68] perldoc.PL
1562              --
1563              Date: Fri, 26 Jun 98 17:50:05 BST
1564              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
1565              From: Robin Barker <rmb1@cise.npl.co.uk>
1566              Subject: [PATCH 5.004_68] perldoc.PL
1567      Branch: perl
1568            ! utils/perldoc.PL
1569 ____________________________________________________________________________
1570 [  1224] By: gsar                                  on 1998/06/28  16:50:59
1571         Log: integrate ansiperl to get makedef.pl tweak
1572      Branch: perl
1573            ! Porting/pumpkin.pod win32/makedef.pl
1574 ____________________________________________________________________________
1575 [  1223] By: gsar                                  on 1998/06/28  16:33:32
1576         Log: add CGI-2.42, its and testsuite
1577      Branch: perl
1578            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
1579            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
1580            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
1581            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
1582            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
1583            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
1584            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
1585            ! lib/CGI/Switch.pm
1586 ____________________________________________________________________________
1587 [  1222] By: gsar                                  on 1998/06/28  15:28:29
1588         Log: enable Errno build on win32, add Errno-1.08 files to repository
1589      Branch: perl
1590            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
1591            + ext/Errno/Makefile.PL t/lib/errno.t
1592            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
1593            ! win32/config.vc win32/makefile.mk
1594 ____________________________________________________________________________
1595 [  1221] By: gsar                                  on 1998/06/28  14:34:06
1596         Log: tweak win32 config templates for cpp
1597      Branch: perl
1598            ! win32/config.bc win32/config.gc win32/config.vc
1599 ____________________________________________________________________________
1600 [  1220] By: nick                                  on 1998/06/26  16:46:13
1601         Log: Integrate mainline
1602      Branch: ansiperl
1603           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1604           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
1605           !> util.c win32/win32.h
1606 ____________________________________________________________________________
1607 [  1219] By: gsar                                  on 1998/06/26  04:33:57
1608         Log: make find_script() return saved string, reenable missing diagnostics
1609      Branch: perl
1610            ! perl.c util.c
1611 ____________________________________________________________________________
1612 [  1218] By: gsar                                  on 1998/06/25  23:24:53
1613         Log: avoid warning with -P switch
1614      Branch: perl
1615            ! perl.c
1616 ____________________________________________________________________________
1617 [  1217] By: gsar                                  on 1998/06/25  22:06:58
1618         Log: don't suppress display of Makefile recipes that invoke perl
1619      Branch: perl
1620            ! Makefile.SH
1621 ____________________________________________________________________________
1622 [  1216] By: gsar                                  on 1998/06/25  21:32:06
1623         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
1624              in RVs
1625      Branch: perl
1626            ! sv.c
1627 ____________________________________________________________________________
1628 [  1215] By: gsar                                  on 1998/06/25  18:56:59
1629         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
1630      Branch: perl
1631            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1632 ____________________________________________________________________________
1633 [  1214] By: gsar                                  on 1998/06/25  18:11:22
1634         Log: add FILE_SHARE_DELETE ifndef in win32.h
1635      Branch: perl
1636            ! win32/win32.h
1637 ____________________________________________________________________________
1638 [  1213] By: nick                                  on 1998/06/24  17:18:59
1639         Log: Correct perl malloc tweak to .def generation
1640      Branch: ansiperl
1641            ! win32/makedef.pl
1642 ____________________________________________________________________________
1643 [  1212] By: gsar                                  on 1998/06/24  12:40:13
1644         Log: check in what change#1182 didn't, and Changes
1645      Branch: perl
1646            ! Changes pod/perlre.pod pod/perlvar.pod
1647 ____________________________________________________________________________
1648 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
1649         Log: Update test count in t/lib/basename.t (see change 1210)
1650      Branch: maint-5.004/perl
1651            ! t/lib/basename.t
1652 ____________________________________________________________________________
1653 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
1654         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
1655              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
1656              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
1657              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
1658              <199805261143.MAA04260@toad.ig.co.uk>,
1659              <199805261235.IAA10371@aatma.engin.umich.edu>,
1660              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
1661              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
1662              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1663      Branch: maint-5.004/perl
1664            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
1665            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
1666            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1667 ____________________________________________________________________________
1668 [  1209] By: nick                                  on 1998/06/23  21:33:34
1669         Log: Perl_malloced_size() only available with perl's malloc
1670      Branch: ansiperl
1671            ! win32/makefile.mk
1672 ____________________________________________________________________________
1673 [  1208] By: nick                                  on 1998/06/23  18:15:23
1674         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
1675              so see what has changed...
1676      Branch: ansiperl
1677           +> Porting/genlog iperlsys.h lib/File/Spec.pm
1678           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1679           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1680           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
1681           +> t/lib/filespec.t win32/perlhost.h
1682            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
1683            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
1684            - perlproc.h perlsock.h
1685           !> (integrate 96 files)
1686
1687 ----------------
1688 Version 5.004_68
1689 ----------------
1690
1691 ____________________________________________________________________________
1692 [  1207] By: gsar                                  on 1998/06/23  10:55:05
1693         Log: final touches to 5.004_68
1694      Branch: perl
1695            ! perl.c
1696 ____________________________________________________________________________
1697 [  1206] By: gsar                                  on 1998/06/23  10:50:10
1698         Log: more MULTIPLICITY tweaks
1699      Branch: perl
1700            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
1701            ! win32/config.gc win32/config.vc win32/config_H.bc
1702            ! win32/config_H.gc win32/config_H.vc
1703 ____________________________________________________________________________
1704 [  1205] By: gsar                                  on 1998/06/23  09:03:46
1705         Log: partial MULTIPLICITY cleanup
1706      Branch: perl
1707            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
1708            ! thrdvar.h
1709 ____________________________________________________________________________
1710 [  1204] By: gsar                                  on 1998/06/23  09:00:48
1711         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
1712      Branch: perl
1713            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
1714 ____________________________________________________________________________
1715 [  1203] By: gsar                                  on 1998/06/23  07:08:02
1716         Log: bump patchlevel to 68, Porting/makerel tweaks
1717      Branch: perl
1718            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
1719            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1720 ____________________________________________________________________________
1721 [  1202] By: gsar                                  on 1998/06/23  06:16:19
1722         Log: remove atomic.h pending resolution of licensing issues,
1723              EMULATE_ATOMIC_REFCOUNTS everywhere
1724      Branch: perl
1725            - atomic.h
1726            ! MANIFEST perl.h sv.h
1727 ____________________________________________________________________________
1728 [  1201] By: gsar                                  on 1998/06/23  06:06:23
1729         Log: applied patch, regen headers
1730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1731              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
1732              Subject: [PATCH 5.004_67] Malloc size feedback
1733              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
1734      Branch: perl
1735            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
1736            ! pp_sys.c proto.h sv.c toke.c
1737 ____________________________________________________________________________
1738 [  1200] By: gsar                                  on 1998/06/23  05:59:09
1739         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
1740              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
1741              From: Stephen McCamant <alias@mcs.com>
1742              Subject: [PATCH] Inheritance of B:: classes
1743      Branch: perl
1744            ! ext/B/B.pm
1745 ____________________________________________________________________________
1746 [  1199] By: gsar                                  on 1998/06/23  05:57:58
1747         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
1748              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
1749              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
1750              Subject: [PATCH] _67: somebody said POSIX::mknod?
1751              From: Jarkko Hietaniemi <jhi@iki.fi>
1752      Branch: perl
1753            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1754            ! ext/POSIX/POSIX.xs perl.h
1755 ____________________________________________________________________________
1756 [  1198] By: gsar                                  on 1998/06/23  05:48:56
1757         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
1758              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1759              Subject: PATCH [5.004_67] perldoc.PL
1760              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
1761      Branch: perl
1762            ! utils/perldoc.PL
1763 ____________________________________________________________________________
1764 [  1197] By: gsar                                  on 1998/06/23  05:47:24
1765         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
1766              Date: Mon, 22 Jun 1998 09:29:18 -0700
1767              From: Dan Sugalski <sugalskd@ous.edu>
1768              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
1769      Branch: perl
1770            ! lib/AutoSplit.pm
1771 ____________________________________________________________________________
1772 [  1196] By: gsar                                  on 1998/06/23  05:45:19
1773         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
1774              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
1775              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
1776              From: Jarkko Hietaniemi <jhi@iki.fi>
1777      Branch: perl
1778            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1779 ____________________________________________________________________________
1780 [  1195] By: gsar                                  on 1998/06/23  05:43:32
1781         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
1782              Date: Mon, 22 Jun 1998 15:22:24 +0000
1783              From: Dominic Dunlop <domo@vo.lu>
1784              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
1785              update machten.sh to vary REG_INFTY
1786      Branch: perl
1787            ! hints/machten.sh t/op/re_tests t/op/regexp.t
1788 ____________________________________________________________________________
1789 [  1194] By: gsar                                  on 1998/06/23  05:38:36
1790         Log: filter out array subscripts when generating symbols for AIX
1791              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
1792              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
1793              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
1794              From: Jarkko Hietaniemi <jhi@iki.fi>
1795      Branch: perl
1796            ! perl_exp.SH
1797 ____________________________________________________________________________
1798 [  1193] By: gsar                                  on 1998/06/23  05:32:52
1799         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
1800              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
1801              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
1802              From: Lupe Christoph <lupe@alanya.m.isar.de>
1803              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
1804      Branch: perl
1805            ! hints/solaris_2.sh
1806 ____________________________________________________________________________
1807 [  1192] By: gsar                                  on 1998/06/23  05:27:13
1808         Log: add detailed changelogs and 'genlog'--the script which generates them
1809      Branch: perl
1810            + Porting/genlog
1811            ! Changes INSTALL
1812 ____________________________________________________________________________
1813 [  1191] By: gsar                                  on 1998/06/22  15:56:27
1814         Log: tweak win32 makefiles for PERL_OBJECT build
1815      Branch: perl
1816            ! win32/Makefile win32/makefile.mk
1817 ____________________________________________________________________________
1818 [  1190] By: gsar                                  on 1998/06/22  04:06:02
1819         Log: backout change#1178 as it was dependent on an unapplied patch,
1820              fix filespec.t to know its @INC
1821      Branch: perl
1822            ! sv.c t/lib/filespec.t
1823 ____________________________________________________________________________
1824 [  1189] By: gsar                                  on 1998/06/22  03:47:43
1825         Log: eliminate use of tokenbuf in util.c
1826      Branch: perl
1827            ! util.c
1828 ____________________________________________________________________________
1829 [  1188] By: gsar                                  on 1998/06/22  01:53:59
1830         Log: add patch that generates regnodes.h via regcomp.pl
1831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1832              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
1833              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
1834              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
1835      Branch: perl
1836            + regcomp.pl regcomp.sym regnodes.h
1837            ! MANIFEST Makefile.SH regcomp.h
1838 ____________________________________________________________________________
1839 [  1187] By: gsar                                  on 1998/06/22  01:42:21
1840         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1841              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
1842              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
1843              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
1844      Branch: perl
1845            ! pp_ctl.c pp_hot.c
1846 ____________________________________________________________________________
1847 [  1186] By: gsar                                  on 1998/06/22  01:14:14
1848         Log: merge relevant portions from maintbranch change#1155
1849      Branch: perl
1850            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
1851            ! pod/perlrun.pod pp_hot.c
1852 ____________________________________________________________________________
1853 [  1185] By: gsar                                  on 1998/06/22  00:59:28
1854         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1855              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
1856              Subject: [PATCH 5.004_67] Zero-length matching bug
1857              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
1858      Branch: perl
1859            ! regexec.c t/op/pat.t
1860 ____________________________________________________________________________
1861 [  1184] By: gsar                                  on 1998/06/22  00:57:27
1862         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
1863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1864              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
1865              Subject: Re: _67 not okay
1866              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
1867      Branch: perl
1868            ! malloc.c
1869 ____________________________________________________________________________
1870 [  1183] By: gsar                                  on 1998/06/22  00:53:37
1871         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1872              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
1873              Subject: [PATCH 5.004_67] Test study/re/
1874              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
1875      Branch: perl
1876            ! t/op/pat.t
1877 ____________________________________________________________________________
1878 [  1182] By: gsar                                  on 1998/06/21  21:25:07
1879         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1880              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
1881              Subject: [PATCH 5.004_67] $^R documented
1882              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
1883      Branch: perl
1884            ! pod/perlre.pod pod/perlvar.pod
1885 ____________________________________________________________________________
1886 [  1181] By: gsar                                  on 1998/06/21  21:23:41
1887         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1888              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
1889              Subject: [PATCH 5.004_67] Re docs
1890              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
1891      Branch: perl
1892            ! pod/perlop.pod pod/perlre.pod
1893 ____________________________________________________________________________
1894 [  1180] By: gsar                                  on 1998/06/21  21:22:16
1895         Log: adapted contents of message into comments in malloc.c and INSTALL
1896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1897              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
1898              Subject: [5.004_67] malloc.c -Defines
1899              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
1900      Branch: perl
1901            ! INSTALL malloc.c
1902 ____________________________________________________________________________
1903 [  1179] By: gsar                                  on 1998/06/21  07:26:35
1904         Log: applied patch, with edits to the prose
1905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1906              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
1907              Subject: [PATCH 5.004_67] Error variables compared
1908              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
1909      Branch: perl
1910            ! pod/perlvar.pod
1911 ____________________________________________________________________________
1912 [  1178] By: gsar                                  on 1998/06/21  07:07:16
1913         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1914              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
1915              Subject: [PATCH 5.004_67] print study /re/ broken
1916              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
1917      Branch: perl
1918            ! sv.c
1919 ____________________________________________________________________________
1920 [  1177] By: gsar                                  on 1998/06/21  07:06:10
1921         Log: applied patch, tweaked wording
1922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1923              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
1924              Subject: [PATCH 5.004_67] Documentation patch for malloc
1925              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
1926      Branch: perl
1927            ! malloc.c pod/perldiag.pod
1928 ____________________________________________________________________________
1929 [  1176] By: gsar                                  on 1998/06/21  07:00:30
1930         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1931              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
1932              Subject: [PATCH 5.004_67] Cosmetic malloc patch
1933              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
1934      Branch: perl
1935            ! malloc.c
1936 ____________________________________________________________________________
1937 [  1175] By: gsar                                  on 1998/06/21  06:58:37
1938         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
1939              Date: Fri, 19 Jun 1998 16:00:57 -0700
1940              From: Dan Sugalski <sugalskd@osshe.edu>
1941              Subject: [PATCH 5.004_67] fixup patches for VMS
1942      Branch: perl
1943            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
1944            ! t/op/taint.t vms/test.com vms/vms.c
1945 ____________________________________________________________________________
1946 [  1174] By: gsar                                  on 1998/06/21  06:55:18
1947         Log: applied VMS patch from Dan Sugalski
1948              Date: Fri, 19 Jun 1998 15:36:34 -0700
1949              From: SYSTEM@cedar.osshe.edu
1950              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
1951              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
1952      Branch: perl
1953            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
1954            ! vms/descrip_mms.template vms/gen_shrfls.pl
1955            ! vms/subconfigure.com
1956 ____________________________________________________________________________
1957 [  1173] By: gsar                                  on 1998/06/21  06:51:38
1958         Log: applied patch, modified logic to avoid reentering lexer at compile-time
1959              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
1960              Date: Fri, 19 Jun 1998 11:31:04 -0500
1961              From: Graham Barr <gbarr@ti.com>
1962              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
1963      Branch: perl
1964            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
1965            ! lib/English.pm
1966 ____________________________________________________________________________
1967 [  1172] By: gsar                                  on 1998/06/21  06:27:57
1968         Log: applied patch, along with many changes:
1969              - ipfoo.h headers have been coalesced along with perlfoo.h into
1970              iperlsys.h
1971              - win32/cp*.h have been combined in perlhost.h
1972              - CPerlObj::PerlParse() takes an extra xsinit arg
1973              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
1974              From: "Douglas Lankshear" <dougl@ActiveState.com>
1975              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
1976              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
1977              Date: Fri, 19 Jun 1998 10:59:50 -0700
1978      Branch: perl
1979            + iperlsys.h win32/perlhost.h
1980            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
1981            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
1982            - perlsock.h
1983            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
1984            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
1985            ! win32/runperl.c win32/win32.h
1986 ____________________________________________________________________________
1987 [  1171] By: gsar                                  on 1998/06/21  00:44:42
1988         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
1989              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1990              Subject: Re: PATCH _67 (Doc) perlop.pod 
1991              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
1992      Branch: perl
1993            ! pod/perlop.pod
1994 ____________________________________________________________________________
1995 [  1170] By: gsar                                  on 1998/06/21  00:43:06
1996         Log: a tweaked version of:
1997              From: "Douglas Lankshear" <dougl@ActiveState.com>
1998              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
1999              Date: Wed, 17 Jun 1998 20:25:51 -0700
2000              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
2001      Branch: perl
2002            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
2003 ____________________________________________________________________________
2004 [  1169] By: gsar                                  on 1998/06/21  00:10:18
2005         Log: added patch, regen headers
2006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2007              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
2008              Subject: Re: Ilya's patches
2009              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
2010      Branch: perl
2011            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
2012 ____________________________________________________________________________
2013 [  1168] By: gsar                                  on 1998/06/21  00:05:01
2014         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
2015              From: Tom Phoenix <rootbeer@teleport.com>
2016              Subject: [PATCH] docs creating files via open
2017              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
2018      Branch: perl
2019            ! pod/perlfunc.pod
2020 ____________________________________________________________________________
2021 [  1167] By: gsar                                  on 1998/06/21  00:03:34
2022         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2023              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
2024              Subject: [PATCH 5.004_67] Better version of malloc improver
2025              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
2026      Branch: perl
2027            ! malloc.c
2028 ____________________________________________________________________________
2029 [  1166] By: gsar                                  on 1998/06/20  23:59:23
2030         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
2031      Branch: perl
2032            ! pod/perlre.pod
2033 ____________________________________________________________________________
2034 [  1165] By: gsar                                  on 1998/06/20  23:47:09
2035         Log: added patch, tweaked missed files, excised comment that doesn't really
2036              belong in the sources
2037              From: joshua.pritikin@db.com
2038              Date: Mon, 15 Jun 1998 10:03:37 -0400
2039              Message-Id: <H00000e500072c63@MHS>
2040              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
2041      Branch: perl
2042            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
2043            ! t/op/avhv.t
2044 ____________________________________________________________________________
2045 [  1164] By: gsar                                  on 1998/06/20  23:29:09
2046         Log: add File-Spec-0.6 from CPAN
2047      Branch: perl
2048            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2049            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2050            + lib/File/Spec/Win32.pm t/lib/filespec.t
2051            ! MANIFEST
2052 ____________________________________________________________________________
2053 [  1163] By: gsar                                  on 1998/06/20  23:15:41
2054         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
2055      Branch: perl
2056            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
2057 ____________________________________________________________________________
2058 [  1162] By: gsar                                  on 1998/06/20  21:48:32
2059         Log: manual integration of all outstanding ansi branch stuff into mainline
2060      Branch: perl
2061            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
2062            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
2063            ! win32/win32.h
2064 ____________________________________________________________________________
2065 [  1161] By: gsar                                  on 1998/06/20  21:12:01
2066         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
2067      Branch: perl
2068            ! utils/perldoc.PL
2069 ____________________________________________________________________________
2070 [  1160] By: nick                                  on 1998/06/20  21:05:51
2071         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
2072      Branch: ansiperl
2073            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
2074            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
2075 ____________________________________________________________________________
2076 [  1159] By: gsar                                  on 1998/06/20  02:51:35
2077         Log: cleanup installation of utilities on win32
2078      Branch: perl
2079            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
2080            ! win32/pod.mak
2081 ____________________________________________________________________________
2082 [  1158] By: gsar                                  on 1998/06/20  02:50:35
2083         Log: intuit @INC pathnames from exe location only if dll location
2084              is unknown (ensures that multiple executables will coexist)
2085      Branch: perl
2086            ! win32/win32.c
2087 ____________________________________________________________________________
2088 [  1157] By: gsar                                  on 1998/06/20  02:48:34
2089         Log: make perldoc ignore null files (it tried to open() them)
2090      Branch: perl
2091            ! utils/perldoc.PL
2092 ____________________________________________________________________________
2093 [  1156] By: gsar                                  on 1998/06/19  21:18:47
2094         Log: fix perldoc to ignore unfound null filenames
2095      Branch: perl
2096            ! utils/perldoc.PL
2097 ____________________________________________________________________________
2098 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
2099         Log: Assorted patches:
2100              
2101              ------  BUILD PROCESS  ------
2102              
2103              Title:  "Clarify varargs issues in INSTALL docs"
2104              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2105              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
2106              Files:  INSTALL
2107              
2108              ------  CORE LANGUAGE  ------
2109              
2110              Title:  "Further fixes for updated SysV IPC support"
2111              From:  Jarkko Hietaniemi <jhi@iki.fi>
2112              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
2113              Files:  Configure perl.h doio.c
2114              
2115              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
2116              From:  Andrew Bettison <andrewb@zip.com.au>
2117              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
2118              Files:  pp_hot.c
2119              
2120              Title:  "Invalidate method cache on C<local *subname>"
2121              From:  Chip Salzenberg <chip@perl.org>
2122              Msg-ID:  <19980604134731.D24343@perlsupport.com>
2123              Files:  scope.c t/op/method.t
2124              
2125              Title:  "fix uninitialized cv variable in op.c"
2126              From:  joshua.pritikin@db.com
2127              Msg-ID:  <H00000e50005af05@MHS>
2128              Files:  op.c
2129              
2130              Title:  "fix for undef as last arg to setsockopt"
2131              From:  Graham Barr <gbarr@ti.com>
2132              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
2133              Files:  pp_sys.c
2134              
2135              Title:  "Fix -i when @ARGV is empty"
2136              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
2137              <gsar@engin.umich.edu>, Ilya Zakharevich
2138              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2139              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
2140              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
2141              <199806071817.OAA28141@aatma.engin.umich.edu>,
2142              <199806191549.QAA16376@toad.ig.co.uk>
2143              Files:  pp_hot.c
2144              
2145              ------  DOCUMENTATION  ------
2146              
2147              Title:  "Discrepancy between perlop.pod and m// operator docs"
2148              From:  Tom Phoenix <rootbeer@teleport.com>
2149              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
2150              Files:  pod/perlop.pod
2151              
2152              Title:  "Doc addition for perlfunc entry for system()"
2153              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
2154              <fletch@phydeaux.org>
2155              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
2156              <199806012057.QAA26830@monk.mps.ohio-state.edu>
2157              Files:  pod/perlfunc.pod
2158              
2159              Title:  "Clarify effects of using quotes with m operator"
2160              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2161              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
2162              Files:  pod/perlop.pod
2163              
2164              Title:  "Document -i with STDIN"
2165              From:  joshua.pritikin@db.com
2166              Msg-ID:  <H00000e50006a84a@MHS>
2167              Files:  pod/perlrun.pod
2168              
2169              ------  EXTENSIONS  ------
2170              
2171              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
2172              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2173              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
2174              Files:  lib/ExtUtils/Liblist.pm
2175              
2176              ------  LIBRARY  ------
2177              
2178              Title:  "Typo fix for Math::BogFloat"
2179              From:  Mike Stok <mike@stok.co.uk>
2180              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
2181              Files:  lib/Math/BigFloat.pm
2182              
2183              ------  PORTABILITY - GENERAL  ------
2184              
2185              Title:  "Add docs about types of diff to Porting/patching.pod"
2186              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2187              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
2188              Files:  Porting/patching.pod
2189              
2190              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
2191              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
2192              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
2193              Files:  hints/powerux.sh
2194              
2195              Title:  "Assorted improvements to hints/solaris_2.sh"
2196              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2197              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
2198              Files:  hints/solaris_2.sh
2199      Branch: maint-5.004/perl
2200            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
2201            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
2202            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
2203            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
2204            ! t/op/method.t
2205 ____________________________________________________________________________
2206 [  1154] By: gsar                                  on 1998/06/19  17:22:23
2207         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
2208      Branch: perl
2209            ! ext/B/B/Asmdata.pm regcomp.c
2210 ____________________________________________________________________________
2211 [  1153] By: nick                                  on 1998/06/19  17:21:21
2212         Log: Use libxxx.a for -lxxx with GCC
2213      Branch: ansiperl
2214            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
2215            ! win32/makefile.mk
2216 ____________________________________________________________________________
2217 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
2218         Log: Title:  Tom's jumbo doc patch
2219              From:   Tom Christiansen <tchrist@chthon.perl.com>
2220              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
2221              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2222              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2223              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2224              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2225              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2226              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2227              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2228              pod/perlop.pod pod/perlre.pod pod/perlref.pod
2229              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
2230              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
2231              pod/perlvar.pod
2232      Branch: maint-5.004/perl
2233            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2234            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2235            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2236            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2237            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2238            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2239            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2240            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2241            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
2242            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
2243 ____________________________________________________________________________
2244 [  1151] By: nick                                  on 1998/06/19  15:38:28
2245         Log: Resolve latest
2246      Branch: ansiperl
2247           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
2248           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
2249           !> sv.c t/TEST
2250 ____________________________________________________________________________
2251 [  1150] By: gsar                                  on 1998/06/18  20:43:07
2252         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
2253              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
2254              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2255              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
2256      Branch: perl
2257            ! hints/powerux.sh
2258 ____________________________________________________________________________
2259 [  1149] By: gsar                                  on 1998/06/18  20:41:30
2260         Log: hand apply whitespace-mutiliated patch
2261              From: joshua.pritikin@db.com
2262              Date: Mon, 15 Jun 1998 09:21:36 -0400
2263              Message-Id: <H00000e50007289b@MHS>
2264              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
2265      Branch: perl
2266            ! av.c
2267 ____________________________________________________________________________
2268 [  1148] By: gsar                                  on 1998/06/18  20:33:59
2269         Log: hand apply whitespace-mutiliated and reversed patch
2270              Date: Tue, 16 Jun 1998 16:31:40 -0400
2271              From: Les Peters <lpeters@aol.net>
2272              Message-Id: <199806162031.QAA08202@ds9>
2273              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
2274      Branch: perl
2275            ! ext/Socket/Socket.xs
2276 ____________________________________________________________________________
2277 [  1147] By: gsar                                  on 1998/06/18  20:26:59
2278         Log: close child pipe in t/TEST, other cosmetic tweaks
2279      Branch: perl
2280            ! t/TEST
2281 ____________________________________________________________________________
2282 [  1146] By: gsar                                  on 1998/06/18  19:37:41
2283         Log: back out problematic change#1105, tweak perlsub.pod
2284      Branch: perl
2285            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
2286            ! pp_ctl.c proto.h sv.c
2287 ____________________________________________________________________________
2288 [  1145] By: nick                                  on 1998/06/18  19:31:07
2289         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
2290      Branch: ansiperl
2291           +> configure.com ext/DB_File/dbinfo
2292           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
2293           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
2294           +> vms/subconfigure.com
2295            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
2296            - vms/fndvers.com
2297           !> (integrate 499 files)
2298 ____________________________________________________________________________
2299 [  1144] By: gsar                                  on 1998/06/18  16:35:11
2300         Log: fix spurious cxstack_max init that trampled memory
2301      Branch: perl
2302            ! perl.c
2303 ____________________________________________________________________________
2304 [  1143] By: gsar                                  on 1998/06/18  16:33:01
2305         Log: fix memory leaks and uninitialized memory accesses found by Purify
2306      Branch: perl
2307            ! doio.c perl.c regexec.c sv.c
2308 ____________________________________________________________________________
2309 [  1142] By: gsar                                  on 1998/06/18  16:28:48
2310         Log: fix off-by-one that trampled memory in re_croak2()
2311      Branch: perl
2312            ! regcomp.c
2313 ____________________________________________________________________________
2314 [  1141] By: gsar                                  on 1998/06/18  16:26:59
2315         Log: fix AutoLoader to do the right thing when there are relative paths
2316              in @INC
2317      Branch: perl
2318            ! lib/AutoLoader.pm
2319 ____________________________________________________________________________
2320 [  1140] By: gsar                                  on 1998/06/18  16:22:47
2321         Log: fix Makefile.SH typo
2322      Branch: perl
2323            ! Makefile.SH
2324 ____________________________________________________________________________
2325 [  1139] By: gsar                                  on 1998/06/17  18:06:16
2326         Log: 5.004_67 niggles
2327      Branch: perl
2328            ! Makefile.SH op.c
2329
2330 ----------------
2331 Version 5.004_67
2332 ----------------
2333
2334 ____________________________________________________________________________
2335 [  1138] By: gsar                                  on 1998/06/15  10:09:27
2336         Log: up patchlevel.h to 67, other small tweaks
2337      Branch: perl
2338            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
2339            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2340            ! win32/config_H.vc win32/makefile.mk
2341 ____________________________________________________________________________
2342 [  1137] By: gsar                                  on 1998/06/15  09:08:57
2343         Log: tweaks to get PERL_OBJECT building again; passes tests
2344      Branch: perl
2345            ! ObjXSub.h objpp.h proto.h
2346 ____________________________________________________________________________
2347 [  1136] By: gsar                                  on 1998/06/15  08:51:54
2348         Log: back out previous change (it breaks PERL_OBJECT)
2349      Branch: perl
2350            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
2351            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
2352            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
2353 ____________________________________________________________________________
2354 [  1135] By: gsar                                  on 1998/06/15  05:32:01
2355         Log: added patch, fixed typo, reworked documentation
2356              Message-Id: <H00000e500071aa3@MHS>
2357              Date:    Sun, 14 Jun 1998 14:03:15 EDT
2358              From:    joshua.pritikin@db.com
2359              Subject: [PATCH 5.004_66] JMPENV!
2360      Branch: perl
2361            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
2362            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
2363            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
2364 ____________________________________________________________________________
2365 [  1134] By: gsar                                  on 1998/06/15  04:07:18
2366         Log: various win32 odds and ends
2367              - added support for waitpid(), open2/open3, and a bugfix for kill()
2368              from Ronald Schmidt <RonaldWS@aol.com>
2369              - tweak testsuite mods of above
2370              - regenerate win32/config_H.?c
2371              - change kill() to win32_kill() and export it
2372              - coalesce common code in win32.c
2373              - add PerlProc_waitpid() and export win32_waitpid()
2374              result builds and passes on the three win32 compilers
2375      Branch: perl
2376            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
2377            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
2378            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2379            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
2380            ! win32/win32.c win32/win32iop.h
2381 ____________________________________________________________________________
2382 [  1133] By: gsar                                  on 1998/06/15  01:39:13
2383         Log: newer Getopt/Long.pm from public distribution cited in:
2384              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
2385              Date:    14 Jun 1998 15:15:28 +0200
2386              From:    Johan Vromans <jvromans@squirrel.nl>
2387              Subject: Getopt::Long version 2.17 released
2388      Branch: perl
2389            ! lib/Getopt/Long.pm
2390 ____________________________________________________________________________
2391 [  1132] By: gsar                                  on 1998/06/15  01:37:12
2392         Log: documentation update from tchrist
2393              Message-Id: <199806140419.WAA20549@chthon.perl.com>
2394              Date:    Sat, 13 Jun 1998 22:19:32 MDT
2395              From:    Tom Christiansen <tchrist@chthon.perl.com>
2396              Subject: doc patches
2397      Branch: perl
2398            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2399            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2400            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2401            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2402            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2403            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2404            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2405            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2406            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
2407            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
2408 ____________________________________________________________________________
2409 [  1131] By: gsar                                  on 1998/06/14  19:33:36
2410         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
2411              From: Roderick Schertler <roderick@argon.org>
2412              Subject: [PATCH] Re: Exceptions in IPC::Open2
2413              Date: 12 Jun 1998 13:24:15 -0400
2414      Branch: perl
2415            ! lib/IPC/Open3.pm
2416 ____________________________________________________________________________
2417 [  1130] By: gsar                                  on 1998/06/14  19:32:25
2418         Log: fixup MANIFEST
2419      Branch: perl
2420            ! MANIFEST
2421 ____________________________________________________________________________
2422 [  1129] By: gsar                                  on 1998/06/14  18:51:53
2423         Log: various win32 fixes
2424              - fixes that silence VC noises about dup exports, non-default libs, and
2425              unsupported *.def file directives
2426              - s/inplace/inplace_label/ malloc.c
2427              - update Config{usemymalloc} based on d_mymalloc
2428              - export Perl_*Vars
2429              - fix makefiles to not build miniperl.exe twice, and to make it properly
2430              when defaults are changed
2431      Branch: perl
2432            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
2433            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
2434            ! win32/makefile.mk win32/perllib.c win32/win32.h
2435 ____________________________________________________________________________
2436 [  1128] By: gsar                                  on 1998/06/14  01:38:39
2437         Log: remove unused global `scrgv'
2438      Branch: perl
2439            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
2440 ____________________________________________________________________________
2441 [  1127] By: nick                                  on 1998/06/13  08:39:07
2442         Log: Move specialsv_list to embed.sym, regen embed*.h
2443      Branch: win32/perl
2444            ! embed.h embedvar.h global.sym interp.sym
2445 ____________________________________________________________________________
2446 [  1126] By: gsar                                  on 1998/06/12  07:23:06
2447         Log: From: jan.dubois@ibm.net (Jan Dubois)
2448              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
2449              Date: Thu, 11 Jun 1998 21:13:31 +0200
2450              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
2451      Branch: perl
2452            ! win32/makedef.pl win32/win32.c win32/win32iop.h
2453 ____________________________________________________________________________
2454 [  1125] By: gsar                                  on 1998/06/12  07:21:29
2455         Log: added patch, undo earlier workaround
2456              From: jan.dubois@ibm.net (Jan Dubois)
2457              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
2458              Date: Thu, 11 Jun 1998 20:28:36 +0200
2459              Message-ID: <35831f69.4975644@smtp1.ibm.net>
2460      Branch: perl
2461            ! perl.c util.c
2462 ____________________________________________________________________________
2463 [  1124] By: gsar                                  on 1998/06/12  07:16:12
2464         Log: hand-applied patch with wrapped lines
2465              From: "Douglas Lankshear" <dougl@ActiveState.com>
2466              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
2467              Date: Thu, 11 Jun 1998 11:06:33 -0700
2468              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
2469      Branch: perl
2470            ! win32/win32.c
2471 ____________________________________________________________________________
2472 [  1123] By: gsar                                  on 1998/06/12  07:07:25
2473         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
2474              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2475              Subject: [PATCH 5.004_66] Config_66-01-02.diff
2476              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
2477      Branch: perl
2478            ! Configure
2479 ____________________________________________________________________________
2480 [  1122] By: gsar                                  on 1998/06/12  07:06:02
2481         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
2482              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
2483              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2484              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
2485      Branch: perl
2486            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
2487            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
2488            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
2489            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
2490 ____________________________________________________________________________
2491 [  1121] By: gsar                                  on 1998/06/12  07:01:20
2492         Log: a tweaked version of:
2493              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
2494              Date: Fri, 12 Jun 1998 01:26:53 +0200
2495              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
2496              Subject: Re: Misparsing s///x
2497      Branch: perl
2498            ! pod/perlre.pod
2499 ____________________________________________________________________________
2500 [  1120] By: gsar                                  on 1998/06/12  06:51:08
2501         Log: applied patch, with indentation tweaks
2502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2503              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
2504              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
2505              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
2506      Branch: perl
2507            ! regcomp.c regcomp.h regexec.c
2508 ____________________________________________________________________________
2509 [  1119] By: gsar                                  on 1998/06/11  17:42:07
2510         Log: make REG_INFTY default to something saner when sizeof(short) > 2
2511              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
2512              Date:    Thu, 11 Jun 1998 11:50:07 EDT
2513              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
2514              Subject: Re: [PATCH for tests] Regexp fails on long string 
2515      Branch: perl
2516            ! regcomp.h
2517 ____________________________________________________________________________
2518 [  1118] By: gsar                                  on 1998/06/11  07:09:06
2519         Log: regen embedvar.h
2520      Branch: perl
2521            ! embedvar.h
2522 ____________________________________________________________________________
2523 [  1117] By: gsar                                  on 1998/06/11  06:45:52
2524         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2525              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
2526              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
2527              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
2528      Branch: perl
2529            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
2530            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
2531 ____________________________________________________________________________
2532 [  1116] By: gsar                                  on 1998/06/11  06:35:54
2533         Log: misc win32 fixes
2534              From: "Douglas Lankshear" <dougl@ActiveState.com>
2535              Subject: [PATCH 5.004_66]
2536              Date: Wed, 10 Jun 1998 11:28:27 -0700
2537              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
2538      Branch: perl
2539            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
2540 ____________________________________________________________________________
2541 [  1115] By: gsar                                  on 1998/06/11  06:33:21
2542         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
2543              Date: Wed, 10 Jun 1998 00:53:25 +0200
2544              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2545              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
2546      Branch: perl
2547            ! Makefile.SH
2548 ____________________________________________________________________________
2549 [  1114] By: gsar                                  on 1998/06/11  06:31:34
2550         Log: back out change#1111 and add alternative patch:
2551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2552              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
2553              Subject: Re: PATCH for study/foo/
2554              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
2555      Branch: perl
2556            ! pp.c sv.c
2557 ____________________________________________________________________________
2558 [  1113] By: gsar                                  on 1998/06/11  02:59:23
2559         Log: fix outdated bytecode.pl
2560      Branch: perl
2561            ! bytecode.h bytecode.pl byterun.c byterun.h
2562 ____________________________________________________________________________
2563 [  1112] By: gsar                                  on 1998/06/10  07:56:06
2564         Log: Added patch, regenerated perly.c and perly.c.diff
2565              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
2566              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
2567              From: Stephen McCamant <alias@mcs.com>
2568              Subject: [PATCH] too many RV2GVs in *foo{THING}
2569      Branch: perl
2570            ! perly.c perly.c.diff perly.y t/op/gv.t
2571 ____________________________________________________________________________
2572 [  1111] By: gsar                                  on 1998/06/10  07:40:30
2573         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2574              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
2575              Subject: Re: PATCH for study/foo/
2576              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
2577      Branch: perl
2578            ! pp.c
2579 ____________________________________________________________________________
2580 [  1110] By: gsar                                  on 1998/06/10  07:37:04
2581         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2582              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
2583              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
2584              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
2585      Branch: perl
2586            ! pod/perldebug.pod
2587 ____________________________________________________________________________
2588 [  1109] By: gsar                                  on 1998/06/10  07:35:29
2589         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2590              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
2591              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
2592              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
2593      Branch: perl
2594            ! regcomp.h
2595 ____________________________________________________________________________
2596 [  1108] By: gsar                                  on 1998/06/10  07:31:25
2597         Log: Added patch, tweaked other places affected by name change
2598              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
2599              Date: Wed, 10 Jun 1998 00:54:17 +0200
2600              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2601              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
2602      Branch: perl
2603           +> ext/DynaLoader/DynaLoader_pm.PL
2604            - ext/DynaLoader/DynaLoader.pm.PL
2605            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
2606            ! win32/makefile.mk
2607 ____________________________________________________________________________
2608 [  1107] By: gsar                                  on 1998/06/10  07:24:20
2609         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
2610              Date: Wed, 10 Jun 1998 00:53:42 +0200
2611              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2612              Subject: [PATCH for _66] new version of README.dos
2613      Branch: perl
2614            ! README.dos
2615 ____________________________________________________________________________
2616 [  1106] By: gsar                                  on 1998/06/10  07:22:31
2617         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
2618              Date: Wed, 10 Jun 1998 00:54:04 +0200
2619              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2620              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
2621      Branch: perl
2622            ! t/op/taint.t
2623 ____________________________________________________________________________
2624 [  1105] By: gsar                                  on 1998/06/10  07:21:21
2625         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
2626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2627              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
2628              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
2629              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
2630      Branch: perl
2631            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
2632            ! perlvars.h pp_ctl.c proto.h sv.c
2633 ____________________________________________________________________________
2634 [  1104] By: gsar                                  on 1998/06/10  07:06:01
2635         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2636              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
2637              Subject: Lost chunk of RE jumbo patch
2638              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
2639      Branch: perl
2640            + t/op/regexp_noamp.t
2641 ____________________________________________________________________________
2642 [  1103] By: gsar                                  on 1998/06/10  07:04:20
2643         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2644              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
2645              Subject: [PATCH 5.004_66] Combined OS/2 support
2646              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
2647      Branch: perl
2648            ! os2/Changes os2/diff.configure os2/os2.c
2649 ____________________________________________________________________________
2650 [  1102] By: gsar                                  on 1998/06/10  07:00:08
2651         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
2652              Date:    Fri, 13 Mar 1998 20:03:52 EST
2653              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2654              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
2655      Branch: perl
2656            ! lib/Pod/Html.pm
2657 ____________________________________________________________________________
2658 [  1101] By: gsar                                  on 1998/06/10  06:55:20
2659         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2660              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
2661              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
2662      Branch: perl
2663            ! regexec.c
2664 ____________________________________________________________________________
2665 [  1100] By: gsar                                  on 1998/06/10  06:52:50
2666         Log: updated MANIFEST for previous change
2667      Branch: perl
2668            ! MANIFEST
2669 ____________________________________________________________________________
2670 [  1099] By: gsar                                  on 1998/06/10  06:51:08
2671         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
2672              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
2673              Date: Fri, 05 Jun 1998 11:08:40 -0700
2674              From: Dan Sugalski <sugalskd@osshe.edu>
2675              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
2676      Branch: perl
2677            + t/base/rs.t
2678            ! perl.h pod/perlvar.pod sv.c
2679 ____________________________________________________________________________
2680 [  1098] By: gsar                                  on 1998/06/10  06:36:59
2681         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2682              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
2683              Subject: [PATCH fror 5.004_66] DB_File-1.60
2684              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
2685      Branch: perl
2686            + ext/DB_File/dbinfo
2687            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2688            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
2689            ! t/lib/db-hash.t t/lib/db-recno.t
2690 ____________________________________________________________________________
2691 [  1097] By: gsar                                  on 1998/06/10  06:33:16
2692         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
2693              Date: Thu, 4 Jun 1998 13:47:31 -0400
2694              From: Chip Salzenberg <chip@perl.org>
2695              Subject: [PATCH] Invalidate method cache on C<local *subname>
2696      Branch: perl
2697            ! scope.c t/op/method.t
2698 ____________________________________________________________________________
2699 [  1096] By: gsar                                  on 1998/06/10  06:30:51
2700         Log: From: Norton Allen <allen@huarp.harvard.edu>
2701              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
2702              Subject: [PATCH] _66 MM_Unix.pm for QNX
2703              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
2704      Branch: perl
2705            ! lib/ExtUtils/MM_Unix.pm
2706 ____________________________________________________________________________
2707 [  1095] By: gsar                                  on 1998/06/10  06:29:21
2708         Log: From: Norton Allen <allen@huarp.harvard.edu>
2709              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
2710              Subject: [PATCH] _66 proto.h
2711              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
2712      Branch: perl
2713            ! proto.h
2714 ____________________________________________________________________________
2715 [  1094] By: gsar                                  on 1998/06/10  06:26:39
2716         Log: Applied relevant parts of:
2717              From: Paul Johnson <pjcj@transeda.com>
2718              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
2719              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
2720              Subject: [PATCH] Enhancing xsubpp's support for C++
2721      Branch: perl
2722            ! lib/ExtUtils/xsubpp
2723 ____________________________________________________________________________
2724 [  1093] By: gsar                                  on 1998/06/10  06:22:54
2725         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
2726              Date: Wed, 3 Jun 1998 11:22:19 -0500
2727              From: Graham Barr <gbarr@ti.com>
2728              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
2729      Branch: perl
2730            ! pp_sys.c
2731 ____________________________________________________________________________
2732 [  1092] By: gsar                                  on 1998/06/10  06:20:44
2733         Log: Message-Id: <199806030919.KAA03527@sale-wts>
2734              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
2735              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2736              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
2737      Branch: perl
2738            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
2739 ____________________________________________________________________________
2740 [  1091] By: gsar                                  on 1998/06/10  06:18:42
2741         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
2742              Date: Mon, 01 Jun 1998 12:22:29 -0700
2743              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
2744              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
2745      Branch: perl
2746            ! proto.h
2747 ____________________________________________________________________________
2748 [  1090] By: gsar                                  on 1998/06/10  06:14:24
2749         Log: A tweaked version of:
2750              Date: Mon, 1 Jun 1998 12:05:47 -0700
2751              From: SYSTEM@cedar.osshe.edu
2752              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
2753              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
2754      Branch: perl
2755            ! ext/SDBM_File/sdbm/Makefile.PL
2756 ____________________________________________________________________________
2757 [  1089] By: gsar                                  on 1998/06/10  05:58:00
2758         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
2759              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
2760              From: Stephen McCamant <alias@mcs.com>
2761              Subject: [PATCH] Re: Uninitialised error from -M()
2762      Branch: perl
2763            ! op.c t/op/stat.t
2764 ____________________________________________________________________________
2765 [  1088] By: gsar                                  on 1998/06/10  05:55:24
2766         Log: Date: Sat, 30 May 1998 08:07:01 -0400
2767              From: lvirden@cas.org (Larry Virden)
2768              Message-Id: <199805301207.IAA08856@cas.org>
2769              Subject: PATCH for pod and warning notice
2770      Branch: perl
2771            ! pod/perlguts.pod
2772 ____________________________________________________________________________
2773 [  1087] By: gsar                                  on 1998/06/10  05:52:05
2774         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2775              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
2776              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
2777              Subject: [PATCH 5.004_66] Config_66-01
2778      Branch: perl
2779            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2780            ! Porting/config_H config_h.SH
2781 ____________________________________________________________________________
2782 [  1086] By: gsar                                  on 1998/06/10  05:46:38
2783         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
2784              Date: Mon, 08 Jun 1998 16:13:14 -0700
2785              From: Dan Sugalski <sugalskd@osshe.edu>
2786              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
2787      Branch: perl
2788            ! ext/Thread/Thread/Semaphore.pm
2789 ____________________________________________________________________________
2790 [  1085] By: gsar                                  on 1998/06/10  05:44:44
2791         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
2792              Date: Mon, 08 Jun 1998 16:10:02 -0700
2793              From: Dan Sugalski <sugalskd@osshe.edu>
2794              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
2795      Branch: perl
2796            - vms/descrip.mms
2797            ! ext/Thread/Thread/Queue.pm
2798 ____________________________________________________________________________
2799 [  1084] By: gsar                                  on 1998/06/10  05:38:11
2800         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
2801              Date: Mon, 08 Jun 1998 15:38:28 -0700
2802              From: Dan Sugalski <sugalskd@osshe.edu>
2803              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
2804      Branch: perl
2805            + configure.com vms/descrip_mms.template vms/munchconfig.c
2806            + vms/subconfigure.com
2807            - vms/config.vms vms/fndvers.com
2808            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
2809 ____________________________________________________________________________
2810 [  1083] By: gsar                                  on 1998/06/10  05:07:04
2811         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
2812              variant of:
2813              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
2814              Date:    Sat, 13 Dec 1997 07:31:02 EST
2815              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2816              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
2817      Branch: perl
2818            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
2819 ____________________________________________________________________________
2820 [  1082] By: gsar                                  on 1998/06/10  04:52:26
2821         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
2822              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
2823      Branch: perl
2824            ! malloc.c
2825 ____________________________________________________________________________
2826 [  1081] By: gsar                                  on 1998/06/10  03:45:10
2827         Log: reverse integrate contents of win32 branch into mainline
2828      Branch: perl
2829           !> (integrate 44 files)
2830 ____________________________________________________________________________
2831 [  1080] By: gsar                                  on 1998/06/09  17:37:55
2832         Log: `p4 integrate -b ASPerl && p4 resolve -at`
2833      Branch: asperl
2834           !> (integrate 43 files)
2835 ____________________________________________________________________________
2836 [  1079] By: gsar                                  on 1998/06/09  00:59:06
2837         Log: add examples of diff(1) usage
2838      Branch: win32/perl
2839            ! Porting/patching.pod
2840 ____________________________________________________________________________
2841 [  1078] By: gsar                                  on 1998/06/09  00:52:23
2842         Log: undo change#1077
2843      Branch: win32/perl
2844            ! sv.c
2845 ____________________________________________________________________________
2846 [  1077] By: gsar                                  on 1998/06/06  16:47:32
2847         Log: make sv_setsv() treat freed SVs like SVt_NULL
2848      Branch: win32/perl
2849            ! sv.c
2850 ____________________________________________________________________________
2851 [  1076] By: gsar                                  on 1998/06/05  19:03:14
2852         Log: delete undiscussed AS changes for PPD (broke .packlist
2853              mechanism)
2854      Branch: win32/perl
2855            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2856 ____________________________________________________________________________
2857 [  1075] By: gsar                                  on 1998/06/05  18:18:44
2858         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
2859              with the xsubpp-generated symbol)
2860      Branch: win32/perl
2861            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
2862            ! win32/dl_win32.xs
2863 ____________________________________________________________________________
2864 [  1074] By: gsar                                  on 1998/06/04  22:45:18
2865         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
2866      Branch: win32/perl
2867            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
2868            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
2869 ____________________________________________________________________________
2870 [  1073] By: nick                                  on 1998/06/04  17:18:14
2871         Log: resolve -at win32 branch into ansiperl
2872      Branch: ansiperl
2873           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2874           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2875           +> t/lib/h2ph.t win32/GenCAPI.pl
2876           !> (integrate 127 files)
2877 ____________________________________________________________________________
2878 [  1072] By: gsar                                  on 1998/06/04  01:49:24
2879         Log: document CORE::GLOBAL:: and global overriding, fix up
2880              File::DosGlob, testsuited and all
2881      Branch: win32/perl
2882            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
2883 ____________________________________________________________________________
2884 [  1071] By: gsar                                  on 1998/06/03  22:12:55
2885         Log: add AS patch#24, remove one other instance of error_no
2886              that was missed (patch#23 was intentionally skipped)
2887      Branch: win32/perl
2888            ! embedvar.h globals.c perlvars.h win32/makedef.pl
2889            ! win32/runperl.c
2890 ____________________________________________________________________________
2891 [  1070] By: gsar                                  on 1998/06/01  19:42:06
2892         Log: fix Liblist.pm to tolerate backslashen in paths
2893      Branch: win32/perl
2894            ! lib/ExtUtils/Liblist.pm
2895 ____________________________________________________________________________
2896 [  1069] By: gsar                                  on 1998/06/01  07:43:02
2897         Log: @INC construction on win32 cleaned up
2898              - perl.dll location based paths should be much more reliable now
2899              - registry stuff unchanged
2900              - Config.pm now has all the installfoolib entries for MakeMaker et al
2901      Branch: win32/perl
2902            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2903            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2904            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
2905            ! win32/runperl.c win32/win32.c win32/win32.h
2906 ____________________________________________________________________________
2907 [  1068] By: gsar                                  on 1998/05/31  21:52:18
2908         Log: semctl tweak
2909              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
2910              Date:    Sun, 31 May 1998 16:27:33 CDT
2911              From:    Graham Barr <gbarr@pobox.com>
2912              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
2913      Branch: win32/perl
2914            ! doio.c
2915 ____________________________________________________________________________
2916 [  1067] By: gsar                                  on 1998/05/31  21:07:44
2917         Log: minimal fix to enable compiling with -DMULTIPLICITY
2918              (non-threadsafe regcomp.c globals need revisiting)
2919      Branch: win32/perl
2920            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
2921            ! win32/GenCAPI.pl win32/makedef.pl
2922 ____________________________________________________________________________
2923 [  1066] By: gsar                                  on 1998/05/30  21:35:37
2924         Log: integrate mainline changes (ASPerl branch is identical to
2925              win32 branch as of this change)
2926      Branch: asperl
2927           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
2928           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
2929           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
2930           !> win32/config.gc win32/config.vc win32/config_H.bc
2931           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2932 ____________________________________________________________________________
2933 [  1065] By: gsar                                  on 1998/05/30  21:13:06
2934         Log: change#1060 was inexplicably missing some of the "ensure
2935              AS stuff does no harm" fixes
2936      Branch: win32/perl
2937            ! embed.h global.sym win32/Makefile win32/makefile.mk
2938 ____________________________________________________________________________
2939 [  1064] By: gsar                                  on 1998/05/30  21:10:27
2940         Log: integrate mainline to pick up trivial changes
2941      Branch: win32/perl
2942           !> MANIFEST pp_sys.c
2943
2944 ----------------
2945 Version 5.004_66
2946 ----------------
2947
2948 ____________________________________________________________________________
2949 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
2950         Log: Remove duplicate win32/TEST line from MANIFEST.
2951      Branch: perl
2952            ! MANIFEST
2953 ____________________________________________________________________________
2954 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
2955         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
2956      Branch: perl
2957            ! pp_sys.c
2958 ____________________________________________________________________________
2959 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
2960         Log: Integrate from win32 branch into mainline (this now pulls in the
2961              asperl stuff).
2962      Branch: perl
2963           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2964           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2965           +> t/lib/h2ph.t win32/GenCAPI.pl
2966           !> (integrate 104 files)
2967 ____________________________________________________________________________
2968 [  1060] By: gsar                                  on 1998/05/29  11:05:50
2969         Log: reverse integrate asperl branch contents (phew!)
2970              - various fixups to ensure AS stuff does no harm
2971              - adjust win32/makefiles for the new directory layout (new layout
2972              looks rather a muddle--needs rework)
2973              - verified build & test on NT and Solaris/gcc
2974      Branch: win32/perl
2975           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2976           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
2977            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
2978            ! win32/config.bc win32/config.gc win32/config.vc
2979            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2980            ! win32/makefile.mk
2981           !> (integrate 77 files)
2982 ____________________________________________________________________________
2983 [  1059] By: gsar                                  on 1998/05/29  08:33:56
2984         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
2985      Branch: asperl
2986            ! util.c
2987 ____________________________________________________________________________
2988 [  1058] By: gsar                                  on 1998/05/29  08:31:09
2989         Log: type xtext for *.t that were missing it
2990      Branch: asperl
2991            ! t/lib/thread.t t/op/nothread.t
2992 ____________________________________________________________________________
2993 [  1057] By: gsar                                  on 1998/05/29  08:28:46
2994         Log: stray t/op/ipc*.t fixups
2995      Branch: win32/perl
2996            ! t/op/ipcmsg.t t/op/ipcsem.t
2997 ____________________________________________________________________________
2998 [  1056] By: gsar                                  on 1998/05/29  07:41:49
2999         Log: fixups to make it build and pass tests under both compilers
3000      Branch: asperl
3001            ! ObjXSub.h objpp.h proto.h
3002 ____________________________________________________________________________
3003 [  1055] By: gsar                                  on 1998/05/29  07:22:51
3004         Log: integrate mainline changes
3005      Branch: asperl
3006           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3007           !> (integrate 69 files)
3008      Branch: win32/perl
3009            ! Todo.5.005 pod/perldelta.pod
3010 ____________________________________________________________________________
3011 [  1054] By: gsar                                  on 1998/05/29  05:04:03
3012         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
3013      Branch: win32/perl
3014            ! t/lib/h2ph.t
3015 ____________________________________________________________________________
3016 [  1053] By: gsar                                  on 1998/05/29  05:01:54
3017         Log: misc changes
3018              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
3019              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
3020      Branch: win32/perl
3021            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
3022            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
3023            ! x2p/util.c x2p/util.h
3024 ____________________________________________________________________________
3025 [  1052] By: gsar                                  on 1998/05/29  02:31:44
3026         Log: merge changes#1014,1038 from maintbranch
3027      Branch: win32/perl
3028            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3029            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
3030            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
3031            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
3032            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
3033            ! t/io/pipe.t utils/h2ph.PL
3034 ____________________________________________________________________________
3035 [  1051] By: gsar                                  on 1998/05/29  01:38:51
3036         Log: regenerate win32/config_H.?c
3037      Branch: win32/perl
3038            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3039 ____________________________________________________________________________
3040 [  1050] By: gsar                                  on 1998/05/29  01:32:41
3041         Log: integrate mainline
3042      Branch: win32/perl
3043            ! win32/Makefile win32/makefile.mk
3044           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
3045           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
3046           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
3047           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
3048           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
3049           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
3050 ____________________________________________________________________________
3051 [  1049] By: gsar                                  on 1998/05/29  00:57:05
3052         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
3053              all tests
3054      Branch: asperl
3055            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
3056            ! win32/win32.h win32/win32iop.h
3057 ____________________________________________________________________________
3058 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
3059         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
3060              in change 1043 clashed badly with changes made in the win32
3061              branch. I did an accept on the win32 branch version for now.
3062      Branch: perl
3063           +> t/op/die.t
3064           !> (integrate 52 files)
3065 ____________________________________________________________________________
3066 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
3067         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3068              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
3069              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
3070              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
3071              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
3072      Branch: perl
3073            ! Configure MANIFEST Porting/Glossary Porting/config.sh
3074            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
3075            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
3076            ! win32/config.bc win32/config.gc win32/config.vc
3077 ____________________________________________________________________________
3078 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
3079         Log: Back out change 1043 since Andy's forthcoming Config patch
3080              includes a modified version.
3081      Branch: perl
3082            ! Configure config_h.SH doio.c perl.h
3083 ____________________________________________________________________________
3084 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
3085         Log: Bump patchlevel.h to 66.
3086      Branch: perl
3087            ! patchlevel.h
3088 ____________________________________________________________________________
3089 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
3090         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
3091              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
3092              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
3093              (above minus the t/system.t test pending checking)
3094              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
3095              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
3096              Subject: [PATCH] _65 and _04 <DOC> patching.pod
3097              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
3098      Branch: perl
3099            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
3100 ____________________________________________________________________________
3101 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
3102         Log: This change really is:
3103              Subject: [PATCH] 5.004_65: the infamous semctl()
3104              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
3105              From: Jarkko Hietaniemi <jhi@iki.fi>
3106              
3107              Change 1041 claimed to be this patch but was really:
3108              Subject: [PATCH] 5.004_65: t/op/ipc*.t
3109              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
3110              From: Jarkko Hietaniemi <jhi@iki.fi>
3111      Branch: perl
3112            ! Configure config_h.SH doio.c perl.h
3113 ____________________________________________________________________________
3114 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
3115         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3116              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
3117              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
3118              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
3119              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
3120      Branch: perl
3121            ! Configure INSTALL Porting/Glossary Porting/config.sh
3122            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
3123            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
3124            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
3125 ____________________________________________________________________________
3126 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
3127         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
3128              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
3129              From: Jarkko Hietaniemi <jhi@iki.fi>
3130      Branch: perl
3131            ! t/op/ipcmsg.t t/op/ipcsem.t
3132 ____________________________________________________________________________
3133 [  1040] By: gsar                                  on 1998/05/28  02:06:47
3134         Log: tweaks to enable Borland build
3135      Branch: asperl
3136            ! win32/makefile.mk win32/win32.c
3137 ____________________________________________________________________________
3138 [  1039] By: gsar                                  on 1998/05/27  23:29:22
3139         Log: remove C<#define index strchr> from win32.h (unused, and the
3140              pollution causes spurious variable name changes in extensions)
3141      Branch: win32/perl
3142            ! win32/win32.h
3143 ____________________________________________________________________________
3144 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
3145         Log: Assorted patches:
3146              
3147              ------  BUILD PROCESS  ------
3148              
3149              Title:  "add utilities to make test dependencies"
3150              From:  Robin Barker <rmb1@cise.npl.co.uk>
3151              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
3152              Files:  Makefile.SH
3153              
3154              Title:  "Add 'make nok' complement to 'make ok'"
3155              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3156              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
3157              Files:  Makefile.SH
3158              
3159              Title:  "further h2ph patches (add enum support)"
3160              From:  Billy <wdconsta@cs.adelaide.edu.au>
3161              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
3162              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3163              
3164              ------  CORE LANGUAGE  ------
3165              
3166              Title:  "Fix %! error spelling and add perldiag.pod entry"
3167              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
3168              Msg-ID:  <19980524193101.A573@pobox.com>
3169              Files:  pod/perldiag.pod gv.c
3170              
3171              Title:  "Remove obsolete Win32 uppercasing ENV code"
3172              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3173              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
3174              Files:  perl.c
3175              
3176              Title:  "Don't mung $! on implicit close"
3177              From:  Chip Salzenberg <chip@perl.org>
3178              Msg-ID:  <19980525113309.A15845@perlsupport.com>
3179              Files:  doio.c
3180              
3181              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
3182              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3183              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
3184              Files:  doio.c
3185              
3186              ------  DOCUMENTATION  ------
3187              
3188              Title:  "doc patch: you canna return an array ( list context: || vs or)"
3189              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
3190              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
3191              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
3192              
3193              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
3194              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3195              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
3196              Files:  pod/perlop.pod pod/perlre.pod
3197              
3198              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
3199              with /g does list context get matches without parens"
3200              From:  Greg Chapman <glc@well.com>, Tom Christiansen
3201              <tchrist@jhereg.perl.com>, Tom Phoenix
3202              <rootbeer@teleport.com>
3203              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
3204              <199805231559.JAA21316@jhereg.perl.com>,
3205              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
3206              Files:  pod/perlop.pod
3207              
3208              Title:  "Documenting last/next/redo even further"
3209              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
3210              <rootbeer@teleport.com>
3211              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
3212              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
3213              Files:  pod/perlfunc.pod
3214              
3215              Title:  "Documenting last/next/redo within continue block"
3216              From:  Tom Phoenix <rootbeer@teleport.com>
3217              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
3218              Files:  pod/perlfunc.pod
3219              
3220              Title:  "Document stat return in scalar context"
3221              From:  Mark-Jason Dominus <mjd@plover.com>
3222              Files:  pod/perlfunc.pod
3223              
3224              ------  EXTENSIONS  ------
3225              
3226              Title:  "Better LD_RUN_PATH handling on IRIX"
3227              From:  "W. Phillip Moore" <wpm@ms.com>
3228              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
3229              Files:  lib/ExtUtils/MM_Unix.pm
3230              
3231              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
3232              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3233              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
3234              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
3235              
3236              ------  LIBRARY  ------
3237              
3238              Title:  "Fix FileHandle.pm example bug"
3239              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3240              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
3241              Files:  lib/FileHandle.pm
3242              
3243              Title:  "Add zero/negative $count docs for Benchmark.pm"
3244              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3245              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
3246              Files:  lib/Benchmark.pm
3247              
3248              ------  PORTABILITY - GENERAL  ------
3249              
3250              Title:  "Add test suite recommendations to Porting/patching.pod"
3251              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3252              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
3253              Files:  Porting/patching.pod
3254              
3255              ------  TESTS  ------
3256              
3257              Title:  "Fix looping bug in t/io/pipe.t"
3258              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3259              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
3260              Files:  t/io/pipe.t
3261      Branch: maint-5.004/perl
3262            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
3263            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
3264            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
3265            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
3266            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
3267            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
3268            ! utils/h2ph.PL
3269 ____________________________________________________________________________
3270 [  1037] By: gsar                                  on 1998/05/27  16:18:30
3271         Log: add AS patch#22 (fix to make die_exit.t pass)
3272      Branch: asperl
3273            ! win32/runperl.c
3274 ____________________________________________________________________________
3275 [  1036] By: gsar                                  on 1998/05/27  12:50:34
3276         Log: add AS patch#21 (misc. fixes)
3277      Branch: asperl
3278            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
3279            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
3280            ! win32/win32.c win32/win32sck.c
3281 ____________________________________________________________________________
3282 [  1035] By: gsar                                  on 1998/05/26  17:26:17
3283         Log: more changes to satisfy non-debug VC build (C-API doesn't
3284              build, and the testsuite still won't run)
3285      Branch: asperl
3286            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
3287            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
3288 ____________________________________________________________________________
3289 [  1034] By: gsar                                  on 1998/05/26  17:20:22
3290         Log: remove doubled hunk (perforce auto-integrate oddity)
3291      Branch: win32/perl
3292            ! pod/perldiag.pod
3293 ____________________________________________________________________________
3294 [  1033] By: gsar                                  on 1998/05/26  13:39:14
3295         Log: tweaks to make it build with the Borland compiler.  Won't run
3296              testsuite because @INC intuition from location of perlcore.dll seems
3297              to be broken.  Also, system() and qx// seem broken as well.
3298      Branch: asperl
3299            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
3300            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
3301            ! regexec.c toke.c
3302 ____________________________________________________________________________
3303 [  1032] By: gsar                                  on 1998/05/24  23:13:05
3304         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
3305      Branch: win32/perl
3306            ! lib/Benchmark.pm
3307 ____________________________________________________________________________
3308 [  1031] By: gsar                                  on 1998/05/24  05:36:44
3309         Log: tweak makefiles
3310      Branch: asperl
3311            ! win32/Makefile win32/makefile.mk
3312 ____________________________________________________________________________
3313 [  1030] By: gsar                                  on 1998/05/23  18:58:23
3314         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
3315      Branch: win32/perl
3316            ! pp_sys.c t/op/die.t
3317 ____________________________________________________________________________
3318 [  1029] By: gsar                                  on 1998/05/23  18:55:13
3319         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
3320              incomplete)
3321      Branch: win32/perl
3322            ! embed.h global.sym op.c pp.c proto.h sv.c
3323 ____________________________________________________________________________
3324 [  1028] By: gsar                                  on 1998/05/23  18:25:14
3325         Log: merge change#1013 from maintbranch (1012 is n/a)
3326      Branch: win32/perl
3327            ! toke.c
3328 ____________________________________________________________________________
3329 [  1027] By: gsar                                  on 1998/05/23  18:02:21
3330         Log: merge change#1011 from maintbranch
3331      Branch: win32/perl
3332            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
3333            ! utils/perlbug.PL
3334 ____________________________________________________________________________
3335 [  1026] By: nick                                  on 1998/05/23  08:45:04
3336         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
3337      Branch: win32/perl
3338            ! t/op/ipcmsg.t t/op/ipcsem.t
3339 ____________________________________________________________________________
3340 [  1025] By: nick                                  on 1998/05/23  08:36:36
3341         Log: Resolve win32 into ansiperl
3342      Branch: ansiperl
3343           +> t/op/die.t
3344           !> (integrate 42 files)
3345 ____________________________________________________________________________
3346 [  1024] By: gsar                                  on 1998/05/21  21:11:12
3347         Log: more mingw32 tweaks
3348      Branch: win32/perl
3349            ! ext/POSIX/POSIX.xs t/pragma/locale.t
3350 ____________________________________________________________________________
3351 [  1023] By: gsar                                  on 1998/05/21  19:15:02
3352         Log: fix problematic change#965 from maintbranch
3353              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
3354              Date:    Sat, 16 May 1998 17:45:22 EDT
3355              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3356              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
3357      Branch: win32/perl
3358            ! gv.c op.c t/comp/proto.t
3359 ____________________________________________________________________________
3360 [  1022] By: gsar                                  on 1998/05/21  01:37:04
3361         Log: fix POSIX for mingw32
3362      Branch: win32/perl
3363            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
3364 ____________________________________________________________________________
3365 [  1021] By: gsar                                  on 1998/05/20  15:02:21
3366         Log: remove strupr() from perl.c
3367      Branch: win32/perl
3368            ! perl.c
3369 ____________________________________________________________________________
3370 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
3371         Log: Title:  "fix up descrepancy in h2ph test"
3372              From:  Tim Bunce
3373              Files:  t/lib/h2ph.pht
3374      Branch: maint-5.004/perl
3375            ! t/lib/h2ph.pht
3376 ____________________________________________________________________________
3377 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
3378         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
3379              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3380              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
3381              Files:  t/op/subst.t
3382              
3383              Title:  "fix up descrepancy in h2ph test"
3384              From:  Tim Bunce
3385              Files:  t/lib/h2ph.t
3386      Branch: maint-5.004/perl
3387            ! t/lib/h2ph.t t/op/subst.t
3388 ____________________________________________________________________________
3389 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
3390         Log: Title:  "fix mem leak and core dump from change 1016"
3391              From:  Tim Bunce
3392              Files:  pp_sys.c
3393      Branch: maint-5.004/perl
3394            ! pp_sys.c
3395 ____________________________________________________________________________
3396 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
3397         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
3398              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3399              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
3400              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
3401              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
3402              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
3403              doio.c doop.c ext/ODBM_File/ODBM_File.xs
3404              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3405              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
3406              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
3407              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
3408              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
3409              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
3410              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
3411              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
3412              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
3413              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
3414              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
3415              universal.c util.c win32/Makefile win32/config_H.bc
3416              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
3417              win32/makefile.mk win32/perlglob.c win32/runperl.c
3418              win32/win32.c win32/win32sck.c x2p/s2p.PL
3419      Branch: maint-5.004/perl
3420            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
3421            ! cygwin32/perlld deb.c doio.c doop.c embed.h
3422            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
3423            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
3424            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
3425            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
3426            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
3427            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
3428            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
3429            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
3430            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
3431            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
3432            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
3433            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
3434            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
3435            ! universal.c util.c utils/perldoc.PL win32/Makefile
3436            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
3437            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
3438            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
3439            ! x2p/s2p.PL
3440 ____________________________________________________________________________
3441 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
3442         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
3443              From:  Graham Barr <gbarr@ti.com>
3444              Msg-ID:  <3561D147.7F3E0C88@ti.com>
3445              Files:  pp_sys.c t/op/die.t
3446      Branch: maint-5.004/perl
3447            ! pp_sys.c t/op/die.t
3448 ____________________________________________________________________________
3449 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
3450         Log: Title:  "loosen const sub re-defined warnings"
3451              From:  Doug MacEachern <dougm@pobox.com>
3452              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
3453              Files:  proto.h global.sym op.c pp.c sv.c
3454      Branch: maint-5.004/perl
3455            ! global.sym op.c pp.c proto.h sv.c
3456 ____________________________________________________________________________
3457 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
3458         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
3459              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3460              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
3461              Files:  sv.c
3462              
3463              Title:  "Further h2ph patches (including a test suite)"
3464              From:  Billy <wdconsta@cs.adelaide.edu.au>
3465              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
3466              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3467      Branch: maint-5.004/perl
3468            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3469            ! MANIFEST sv.c utils/h2ph.PL
3470 ____________________________________________________________________________
3471 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
3472         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
3473              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
3474              <ilya@math.ohio-state.edu>
3475              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
3476              <199805151931.PAA23086@aatma.engin.umich.edu>,
3477              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
3478              Files:  toke.c
3479      Branch: maint-5.004/perl
3480            ! toke.c
3481 ____________________________________________________________________________
3482 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
3483         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
3484              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
3485              <jhi@iki.fi>
3486              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
3487              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
3488              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
3489              t/op/ipcsem.t
3490      Branch: maint-5.004/perl
3491            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
3492            ! t/op/ipcsem.t
3493 ____________________________________________________________________________
3494 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
3495         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
3496              From:  jan.dubois@ibm.net (Jan Dubois)
3497              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
3498              Files:  embed.h interp.sym
3499              
3500              Title:  "Undo changed error message which breaks Tk"
3501              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3502              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
3503              Files:  pp_ctl.c
3504              
3505              Title:  "Minor fixups to new -e script code"
3506              From:  Tim Bunce
3507              Files:  perl.c
3508              
3509              Title:  "Remove old diags not relevant after -e fix"
3510              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
3511              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
3512              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
3513              <199805181335.OAA07008@toad.ig.co.uk>,
3514              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
3515              Files:  pod/perldiag.pod
3516              
3517              Title:  "more examples for vec()"
3518              From:  Tom Phoenix <rootbeer@teleport.com>
3519              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
3520              Files:  pod/perlfunc.pod
3521              
3522              Title:  ""make ok" (perlbug -ok) should not be interactive"
3523              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
3524              <jhi@iki.fi>
3525              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
3526              <l03130300b1834f9732a0@[194.222.64.89]>
3527              Files:  utils/perlbug.PL
3528      Branch: maint-5.004/perl
3529            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
3530            ! pp_ctl.c utils/perlbug.PL
3531 ____________________________________________________________________________
3532 [  1010] By: gsar                                  on 1998/05/18  09:40:58
3533         Log: integrate mainline changes (untested)
3534      Branch: asperl
3535           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
3536           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
3537           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3538           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
3539           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
3540           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
3541            - ext/DynaLoader/DynaLoader.pm
3542            ! win32/win32.c
3543           !> (integrate 234 files)
3544 ____________________________________________________________________________
3545 [  1009] By: gsar                                  on 1998/05/18  07:51:19
3546         Log: more whitespace tweaks from maintbranch
3547      Branch: win32/perl
3548            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
3549 ____________________________________________________________________________
3550 [  1008] By: gsar                                  on 1998/05/17  22:37:20
3551         Log: sundry whitespace cleanups from maintbranch
3552      Branch: win32/perl
3553            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
3554 ____________________________________________________________________________
3555 [  1007] By: gsar                                  on 1998/05/16  21:59:46
3556         Log: integrate mainline
3557      Branch: win32/perl
3558           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
3559           !> t/op/ipcmsg.t t/op/ipcsem.t
3560 ____________________________________________________________________________
3561 [  1006] By: gsar                                  on 1998/05/16  21:54:23
3562         Log: merge changes#996,998,999 from maintbranch
3563      Branch: win32/perl
3564            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
3565 ____________________________________________________________________________
3566 [  1005] By: gsar                                  on 1998/05/16  21:49:47
3567         Log: merge change#995 from maintbranch, tweak interp.sym and
3568              run embed.pl
3569      Branch: win32/perl
3570            ! embedvar.h interp.sym intrpvar.h perl.c
3571 ____________________________________________________________________________
3572 [  1004] By: gsar                                  on 1998/05/16  21:27:18
3573         Log: merge changes#989,990,992 from maintbranch
3574      Branch: win32/perl
3575            + t/op/die.t
3576            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
3577 ____________________________________________________________________________
3578 [  1003] By: gsar                                  on 1998/05/16  21:16:47
3579         Log: sync config*.gc with others, and verify that nothing from
3580              change#986 needs to be merged
3581      Branch: win32/perl
3582            ! win32/config.gc win32/config_H.gc
3583 ____________________________________________________________________________
3584 [  1002] By: gsar                                  on 1998/05/16  21:04:04
3585         Log: merge change#985 from maintbranch
3586      Branch: win32/perl
3587            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
3588            ! util.c
3589 ____________________________________________________________________________
3590 [  1001] By: gsar                                  on 1998/05/16  17:53:16
3591         Log: add a test to check return value from successful s/// (there was none!)
3592      Branch: win32/perl
3593            ! t/op/subst.t
3594 ____________________________________________________________________________
3595 [  1000] By: gsar                                  on 1998/05/16  17:42:34
3596         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
3597              return a value on the stack
3598      Branch: win32/perl
3599            ! pp_hot.c
3600 ____________________________________________________________________________
3601 [   999] By: TimBunce                              on 1998/05/15  23:04:30
3602         Log: Title:  "Update Porting/makerel script for perforce dir structure"
3603              From:  Tim Bunce
3604              Files:  Porting/makerel
3605      Branch: maint-5.004/perl
3606            ! Porting/makerel
3607 ____________________________________________________________________________
3608 [   998] By: TimBunce                              on 1998/05/15  22:49:55
3609         Log: Title:  "Updated Changes file for trial 3"
3610              From:  Tim Bunce
3611              Files:  Changes
3612      Branch: maint-5.004/perl
3613            ! Changes
3614 ____________________________________________________________________________
3615 [   997] By: gsar                                  on 1998/05/15  22:21:41
3616         Log: merge changes#982,984 from maintbranch
3617      Branch: win32/perl
3618            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
3619            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
3620 ____________________________________________________________________________
3621 [   996] By: TimBunce                              on 1998/05/15  22:19:32
3622         Log: Title:  "Negative array subscript unrecognized in regex"
3623              From:  Mark-Jason Dominus <mjd@plover.com>,
3624              h.sanden@elsevier.nl (Hugo van der Sanden)
3625              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
3626              <199805151514.RAA04121@dorlas.elsevier.nl>
3627              Files:  t/base/lex.t toke.c
3628              
3629              Title:  "Remove e_fp from toke.c after change 955"
3630              From:  Tim Bunce
3631              Files:  toke.c
3632      Branch: maint-5.004/perl
3633            ! t/base/lex.t toke.c
3634 ____________________________________________________________________________
3635 [   995] By: TimBunce                              on 1998/05/15  22:08:32
3636         Log: Title:  "Fix -e security hole (no longer uses temp file)"
3637              From:  Tim Bunce
3638              Files:  embed.h perl.h perl.c
3639      Branch: maint-5.004/perl
3640            ! embed.h perl.c perl.h
3641 ____________________________________________________________________________
3642 [   994] By: gsar                                  on 1998/05/15  22:08:17
3643         Log: merge change#981 from maintbranch, add XXX comment about
3644              supporting %! for usethreads case
3645      Branch: win32/perl
3646            ! gv.c op.c
3647 ____________________________________________________________________________
3648 [   992] By: TimBunce                              on 1998/05/15  22:01:32
3649         Log: Title:  "install non-backwards compatible .pm files into archlib"
3650              From:  Tim Bunce
3651              Files:  installperl
3652              
3653              Title:  "revert "Can't locate" message to original for maintenance"
3654              From:  Tim Bunce
3655              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
3656              Files:  pod/perldiag.pod pp_ctl.c
3657      Branch: maint-5.004/perl
3658            ! installperl pod/perldiag.pod pp_ctl.c
3659 ____________________________________________________________________________
3660 [   991] By: gsar                                  on 1998/05/15  21:35:00
3661         Log: reverse integrate ansiperl (all except the
3662              C<attrs qw(package locked)> stuff, and the duplicate hunks)
3663              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
3664      Branch: win32/perl
3665           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
3666           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
3667           !> utils/perldoc.PL
3668 ____________________________________________________________________________
3669 [   990] By: TimBunce                              on 1998/05/15  16:54:18
3670         Log: Title:  "Add tests for die $ref"
3671              From:  Graham Barr <gbarr@ti.com>
3672              Msg-ID:  <355C6297.121B576B@ti.com>
3673              Files:  MANIFEST t/op/die.t
3674      Branch: maint-5.004/perl
3675            + t/op/die.t
3676            ! MANIFEST
3677 ____________________________________________________________________________
3678 [   989] By: TimBunce                              on 1998/05/15  16:38:19
3679         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
3680              From:  Jarkko Hietaniemi <jhi@iki.fi>
3681              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
3682              Files:  t/op/ipcmsg.t
3683      Branch: maint-5.004/perl
3684            ! t/op/ipcmsg.t
3685 ____________________________________________________________________________
3686 [   988] By: mbeattie                              on 1998/05/15  16:28:08
3687         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
3688              (manually applied and tweaked) to fix up SysV IPC semaphores for
3689              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
3690              t/op/ipcsem.t for platforms which wanted to skip test. Completely
3691              disable ipcsem.t since it doesn't seem to work properly even when
3692              not skipped. This is _65.
3693      Branch: perl
3694            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
3695            ! t/op/ipcmsg.t t/op/ipcsem.t
3696 ____________________________________________________________________________
3697 [   987] By: nick                                  on 1998/05/15  16:03:35
3698         Log: Integrate win32
3699      Branch: ansiperl
3700           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
3701           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
3702           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3703           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
3704           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3705           +> t/op/pos.t utils/perlcc.PL
3706            - ext/DynaLoader/DynaLoader.pm
3707           !> (integrate 208 files)
3708 ____________________________________________________________________________
3709 [   986] By: TimBunce                              on 1998/05/15  15:28:45
3710         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
3711              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
3712              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
3713              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
3714              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
3715              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
3716              win32/config.bc win32/config.vc win32/config_H.bc
3717              win32/config_H.vc
3718      Branch: maint-5.004/perl
3719            + README.beos beos/nm.c hints/beos.sh
3720            ! Configure MANIFEST Porting/Glossary config_h.SH
3721            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
3722            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
3723            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3724 ____________________________________________________________________________
3725 [   985] By: TimBunce                              on 1998/05/15  15:02:43
3726         Log: Title:  "allow die $ref"
3727              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3728              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
3729              Files:  pp_ctl.c pp_sys.c util.c
3730              
3731              Title:  "ExtUtils::Manifest could truncate files during "make dist""
3732              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
3733              koenig@kulturbox.de (Andreas J. Koenig)
3734              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
3735              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
3736              Files:  lib/ExtUtils/Manifest.pm
3737              
3738              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
3739              From:  Dan Sugalski <sugalskd@osshe.edu>
3740              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
3741              Files:  lib/AutoSplit.pm
3742              
3743              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
3744              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
3745              J. Koenig), larry@wall.org (Larry Wall)
3746              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
3747              <sfc202c9jsb.fsf@anna.in-berlin.de>,
3748              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
3749              Files:  lib/AutoSplit.pm
3750      Branch: maint-5.004/perl
3751            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
3752            ! util.c
3753 ____________________________________________________________________________
3754 [   984] By: TimBunce                              on 1998/05/15  14:18:52
3755         Log: ------  CORE LANGUAGE  ------
3756              
3757              Title:  "Fix close pipe returning status from wrong child"
3758              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
3759              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
3760              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
3761              Files:  t/io/pipe.t util.c
3762              
3763              Title:  "Avoid English.pm triggering load of Errno.pm"
3764              From:  Tim Bunce
3765              Files:  gv.c lib/English.pm
3766              
3767              ------  DOCUMENTATION  ------
3768              
3769              Title:  "Document child exit cause a parent sleep to end early"
3770              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3771              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
3772              Files:  pod/perlfunc.pod
3773              
3774              ------  EXTENSIONS  ------
3775              
3776              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
3777              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3778              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
3779              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3780              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3781              
3782              Title:  "MM_VMS.pm fixes for building external library"
3783              From:  Dan Sugalski <sugalskd@ous.edu>
3784              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
3785              Files:  lib/ExtUtils/MM_VMS.pm
3786              
3787              Title:  "Appease picky DEC compiler in POSIX.xs"
3788              From:  Dan Sugalski <sugalskd@ous.edu>
3789              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
3790              Files:  ext/POSIX/POSIX.xs
3791              
3792              ------  TESTS  ------
3793              
3794              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
3795              From:  Jarkko Hietaniemi <jhi@iki.fi>
3796              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
3797              Files:  t/op/ipcsem.t
3798              
3799              Title:  "Fix doc bug for system() return value"
3800              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3801              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
3802              Files:  pod/perlfunc.pod t/op/exec.t
3803              
3804              ------  UTILITIES  ------
3805              
3806              Title:  "Avoid possible constant autoload loop"
3807              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
3808              Zakharevich <ilya@math.ohio-state.edu>
3809              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
3810              <355B475A.C5AD4B90@ti.com>,
3811              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
3812              Files:  utils/h2xs.PL
3813              
3814              Title:  "Further improvements to h2ph.PL"
3815              From:  kstar@chapin.edu
3816              Msg-ID:  <199805130241.WAA25459@chapin.edu>
3817              Files:  utils/h2ph.PL
3818      Branch: maint-5.004/perl
3819            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3820            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3821            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
3822            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
3823            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
3824
3825 ----------------
3826 Version 5.004_64
3827 ----------------
3828
3829 ____________________________________________________________________________
3830 [   983] By: mbeattie                              on 1998/05/15  14:04:17
3831         Log: Integrate win32 branch into mainline.
3832      Branch: perl
3833           +> Porting/patching.pod t/op/defins.t
3834           !> (integrate 107 files)
3835 ____________________________________________________________________________
3836 [   982] By: TimBunce                              on 1998/05/15  12:33:26
3837         Log: Title:  "comment init_postdump_symbols issues"
3838              From:  Tim Bunce
3839              Files:  perl.c
3840              
3841              Title:  "Improve sort docs re SUBNAME"
3842              From:  circle@azstarnet.com
3843              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
3844              Files:  pod/perlfunc.pod
3845      Branch: maint-5.004/perl
3846            ! perl.c pod/perlfunc.pod
3847 ____________________________________________________________________________
3848 [   981] By: TimBunce                              on 1998/05/15  11:47:28
3849         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
3850              From:  Graham Barr <gbarr@ti.com>
3851              Msg-ID:  <355080CD.1111BC81@ti.com>
3852              Files:  gv.c
3853      Branch: maint-5.004/perl
3854            ! gv.c
3855 ____________________________________________________________________________
3856 [   980] By: gsar                                  on 1998/05/15  06:16:13
3857         Log: add doc for C<+{}> vs. C<{;}> disambiguation
3858      Branch: win32/perl
3859            ! pod/perlref.pod
3860 ____________________________________________________________________________
3861 [   979] By: gsar                                  on 1998/05/15  04:59:47
3862         Log: tweaks to win32 makefiles.  This version builds and passes all
3863              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
3864      Branch: win32/perl
3865            ! win32/Makefile win32/makefile.mk
3866 ____________________________________________________________________________
3867 [   978] By: gsar                                  on 1998/05/15  02:41:58
3868         Log: merge changes#922,944,949,965,970 from maintbranch
3869      Branch: win32/perl
3870            + Porting/patching.pod t/op/defins.t
3871            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
3872            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
3873            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
3874            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3875            ! utils/perlbug.PL
3876 ____________________________________________________________________________
3877 [   977] By: gsar                                  on 1998/05/15  02:15:25
3878         Log: merge changes#906,907,909,910 from maintbranch
3879      Branch: win32/perl
3880            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
3881            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
3882            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
3883            ! util.c
3884 ____________________________________________________________________________
3885 [   976] By: gsar                                  on 1998/05/15  01:34:53
3886         Log: merge change#905 from maintbranch, minor fixes to get
3887              clean build+test on Solaris
3888      Branch: win32/perl
3889            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
3890            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
3891            ! regcomp.c sv.c t/op/taint.t toke.c
3892 ____________________________________________________________________________
3893 [   975] By: gsar                                  on 1998/05/14  23:34:26
3894         Log: merge change#904 from maintbranch
3895      Branch: win32/perl
3896            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
3897            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
3898            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
3899            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
3900            ! vms/descrip.mms
3901 ____________________________________________________________________________
3902 [   974] By: gsar                                  on 1998/05/14  23:11:05
3903         Log: merge change#897 from maintbranch
3904      Branch: win32/perl
3905            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3906            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
3907            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3908            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
3909            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
3910            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
3911            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3912            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
3913            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3914            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
3915            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3916            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3917            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3918            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
3919            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
3920            ! win32/config_H.bc win32/config_H.vc win32/win32.c
3921            ! x2p/find2perl.PL
3922 ____________________________________________________________________________
3923 [   973] By: gsar                                  on 1998/05/14  22:24:26
3924         Log: integrate mainline
3925      Branch: win32/perl
3926            + Porting/Contract
3927           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
3928           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3929           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
3930           +> utils/perlcc.PL
3931            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3932            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
3933            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
3934            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3935            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3936            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
3937            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
3938            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
3939            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
3940            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
3941            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
3942            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3943            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3944            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3945            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3946            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
3947            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
3948            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3949            ! win32/win32.c x2p/find2perl.PL
3950           !> (integrate 59 files)
3951 ____________________________________________________________________________
3952 [   972] By: nick                                  on 1998/05/14  18:09:01
3953         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
3954              Remove K&R style functions, avoid struct/typedef clash. 
3955      Branch: ansiperl
3956            ! bytecode.h byterun.c sv.c toke.c
3957 ____________________________________________________________________________
3958 [   971] By: TimBunce                              on 1998/05/14  16:52:19
3959         Log: 
3960              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
3961              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3962              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
3963              Files:  pp.c
3964      Branch: maint-5.004/perl
3965            ! pp.c
3966 ____________________________________________________________________________
3967 [   970] By: TimBunce                              on 1998/05/14  16:18:06
3968         Log: 
3969              Title:  "perlbug reformatted"
3970              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
3971              <hv@crypt0.demon.co.uk>
3972              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
3973              <l03130300b17cebcb6d33@[194.222.64.89]>,
3974              <v03110702b17ccbab6824@[195.95.102.67]>
3975              Files:  utils/perlbug.PL
3976      Branch: maint-5.004/perl
3977            ! utils/perlbug.PL
3978 ____________________________________________________________________________
3979 [   969] By: mbeattie                              on 1998/05/14  16:15:09
3980         Log: Integrate win32 branch into mainline
3981      Branch: perl
3982           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
3983           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
3984            - ext/DynaLoader/DynaLoader.pm
3985           !> (integrate 118 files)
3986 ____________________________________________________________________________
3987 [   968] By: mbeattie                              on 1998/05/14  16:05:57
3988         Log: Bump patchlevel to 65
3989      Branch: perl
3990            ! patchlevel.h
3991 ____________________________________________________________________________
3992 [   967] By: mbeattie                              on 1998/05/14  16:05:19
3993         Log: Another fixup of MANIFEST
3994      Branch: perl
3995            ! MANIFEST
3996 ____________________________________________________________________________
3997 [   966] By: mbeattie                              on 1998/05/14  16:02:20
3998         Log: Add missing files to MANIFEST
3999      Branch: perl
4000            ! MANIFEST
4001 ____________________________________________________________________________
4002 [   965] By: TimBunce                              on 1998/05/14  16:00:11
4003         Log: 
4004              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
4005              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4006              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
4007              Files:  gv.h gv.c op.c
4008      Branch: maint-5.004/perl
4009            ! gv.c gv.h op.c
4010 ____________________________________________________________________________
4011 [   964] By: mbeattie                              on 1998/05/14  15:58:01
4012         Log: Subject: [PATCH] Using Getopts::* with strict vars
4013              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
4014              From: Tom Phoenix <rootbeer@teleport.com>
4015      Branch: perl
4016            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
4017 ____________________________________________________________________________
4018 [   963] By: mbeattie                              on 1998/05/14  15:56:53
4019         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
4020              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
4021              From: epeschko@den-mdev1 (Ed Peschko)
4022      Branch: perl
4023            + utils/perlcc.PL
4024            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
4025            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
4026 ____________________________________________________________________________
4027 [   962] By: mbeattie                              on 1998/05/14  15:45:28
4028         Log: From: Dan Sugalski <sugalskd@ous.edu>
4029              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
4030              Date: Wed, 08 Apr 1998 17:08:48 -0700
4031              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
4032              Date: Fri, 08 May 1998 10:49:16 -0700
4033      Branch: perl
4034            ! ext/Thread/Thread.pm
4035 ____________________________________________________________________________
4036 [   961] By: mbeattie                              on 1998/05/14  15:43:39
4037         Log: Subject: Consolidated patch to 5.004_64
4038              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
4039              From: Charles Bailey <BAILEY@newman.upenn.edu>
4040      Branch: perl
4041            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
4042            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
4043            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
4044            ! vms/perlvms.pod
4045 ____________________________________________________________________________
4046 [   960] By: mbeattie                              on 1998/05/14  15:41:41
4047         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
4048              Date: 07 Apr 1998 18:31:21 +0200
4049              From: JVromans@Squirrel.nl (Johan Vromans)
4050      Branch: perl
4051            ! lib/Getopt/Long.pm
4052 ____________________________________________________________________________
4053 [   959] By: mbeattie                              on 1998/05/14  15:39:29
4054         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4055              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
4056              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
4057              Subject: [PATCH] perl 5.004_64+Config_04
4058              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
4059      Branch: perl
4060            ! lib/Benchmark.pm pod/perlfunc.pod
4061 ____________________________________________________________________________
4062 [   958] By: mbeattie                              on 1998/05/14  15:36:30
4063         Log: From: kstar@chapin.edu
4064              Subject: [PATCH] hints for Irix 6
4065              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
4066              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
4067              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
4068      Branch: perl
4069            ! INSTALL hints/irix_6.sh installperl
4070 ____________________________________________________________________________
4071 [   957] By: mbeattie                              on 1998/05/14  15:33:48
4072         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
4073              Date: Mon, 06 Apr 1998 21:09:24 +0200
4074              From: Achim Bohnet <ach@mpe.mpg.de>
4075      Branch: perl
4076            ! lib/ExtUtils/Install.pm
4077 ____________________________________________________________________________
4078 [   956] By: mbeattie                              on 1998/05/14  15:32:39
4079         Log: Subject: [PATCH] Config: Irix 5 hints
4080              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
4081              From: kstar@O2.chapin.edu
4082      Branch: perl
4083            ! hints/irix_5.sh
4084 ____________________________________________________________________________
4085 [   955] By: mbeattie                              on 1998/05/14  15:31:12
4086         Log: Subject: PATCH: h2ph produces incorrect code
4087              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
4088              From: Billy <wdconsta@cs.adelaide.edu.au>
4089      Branch: perl
4090            ! utils/h2ph.PL
4091 ____________________________________________________________________________
4092 [   954] By: mbeattie                              on 1998/05/14  15:29:27
4093         Log: Subject: [PATCH] perldebug.pod
4094              Date: Mon, 6 Apr 1998 00:36:57 -0600
4095              From: jason stewart <jasons@sandy-home.arc.unm.edu>
4096      Branch: perl
4097            ! pod/perldebug.pod
4098 ____________________________________________________________________________
4099 [   953] By: mbeattie                              on 1998/05/14  15:28:00
4100         Log: From: Dominic Dunlop <domo@vo.lu>
4101              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
4102              Date: Wed, 6 May 1998 14:39:32 +0000
4103              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
4104              Date: Sat, 4 Apr 1998 19:44:34 +0000
4105      Branch: perl
4106            ! hints/machten.sh t/op/hashwarn.t
4107 ____________________________________________________________________________
4108 [   952] By: mbeattie                              on 1998/05/14  15:23:19
4109         Log: New pod/perldelta.pod (previous one branched in last change):
4110              Subject: [PATCH 5.004_64] Start new perldelta
4111              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
4112              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4113      Branch: perl
4114            + pod/perldelta.pod
4115 ____________________________________________________________________________
4116 [   951] By: mbeattie                              on 1998/05/14  15:20:43
4117         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4118              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
4119              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
4120              Subject: [PATCH 5.004_64] Start new perldelta
4121              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
4122              (above branched perldelta -> perldelta4, new perldelta will be
4123              created/added next change)
4124              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
4125              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
4126      Branch: perl
4127            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
4128            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
4129           +> pod/perldelta4.pod
4130            - pod/perldelta.pod
4131            ! MANIFEST hints/svr4.sh
4132 ____________________________________________________________________________
4133 [   949] By: TimBunce                              on 1998/05/14  15:11:30
4134         Log: 
4135              Title:  "while($x=<>) no longer warns (implicit defined added)"
4136              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
4137              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
4138              Files:  MANIFEST op.c t/op/defins.t
4139      Branch: maint-5.004/perl
4140            + t/op/defins.t
4141            ! MANIFEST op.c
4142 ____________________________________________________________________________
4143 [   948] By: mbeattie                              on 1998/05/14  15:09:51
4144         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4145              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
4146              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
4147              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
4148              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
4149              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
4150              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
4151              Subject: [PATCH 5.004_64] Config_64-03-04.diff
4152              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
4153      Branch: perl
4154            + README.beos beos/nm.c hints/beos.sh
4155            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
4156            ! Porting/Glossary Porting/config.sh Porting/config_H
4157            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
4158            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
4159            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
4160            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
4161            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
4162            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
4163            ! win32/config.vc win32/config_H.bc win32/config_H.vc
4164 ____________________________________________________________________________
4165 [   946] By: TimBunce                              on 1998/05/14  15:07:06
4166         Log: 
4167              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
4168              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4169              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
4170              Files:  perl.c sv.c t/op/misc.t
4171      Branch: maint-5.004/perl
4172            ! perl.c sv.c t/op/misc.t
4173 ____________________________________________________________________________
4174 [   945] By: mbeattie                              on 1998/05/14  15:00:31
4175         Log: Subject: Perl Social Contract
4176              Date: 13 Apr 1998 06:16:59 -0700
4177              From: Russ Allbery <rra@stanford.edu>
4178      Branch: perl
4179            + Porting/Contract
4180 ____________________________________________________________________________
4181 [   944] By: TimBunce                              on 1998/05/14  14:59:37
4182         Log: 
4183              Title:  "5.004_04-m2 Cleanup of test failures"
4184              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4185              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
4186              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
4187              win32/config.bc win32/config.vc
4188      Branch: maint-5.004/perl
4189            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
4190            ! win32/config.bc win32/config.vc
4191 ____________________________________________________________________________
4192 [   943] By: mbeattie                              on 1998/05/14  14:58:13
4193         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
4194              Subject: [PATCH 5.004_64] Test.pm update
4195              Date: Sat, 4 Apr 1998 08:33:50 -0500
4196              Subject: [PATCH 5.004_64] modcount + comments
4197              Date: Fri, 17 Apr 1998 16:07:35 -0400
4198      Branch: perl
4199            ! lib/Test.pm op.c thrdvar.h
4200 ____________________________________________________________________________
4201 [   942] By: mbeattie                              on 1998/05/14  14:49:43
4202         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4203              Subject: [PATCH 5.004_64] newSV
4204              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
4205              Subject: [PATCH 5.004_64] Cryptic error from B::CC
4206              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
4207      Branch: perl
4208            ! ext/B/B/CC.pm handy.h proto.h sv.c
4209 ____________________________________________________________________________
4210 [   941] By: mbeattie                              on 1998/05/14  14:47:29
4211         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4212              Subject: [PATCH 5.004_64] anydbm.t
4213              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
4214              Subject: [PATCH 5.004_64] threads on OS/2
4215              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
4216              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
4217              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
4218              Subject: [PATCH 5.004_64] Immediate stop in debugger
4219              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
4220              Subject: [PATCH 5.005_64] ptags broken
4221              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
4222              Subject: [PATCH 5.004_64] Document switch syntax via RE
4223              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
4224      Branch: perl
4225            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
4226            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
4227            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
4228 ____________________________________________________________________________
4229 [   940] By: mbeattie                              on 1998/05/14  14:38:44
4230         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
4231              Date: Fri, 03 Apr 1998 16:01:57 -0800
4232              From: Dan Sugalski <sugalskd@osshe.edu>
4233      Branch: perl
4234            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
4235            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
4236 ____________________________________________________________________________
4237 [   939] By: mbeattie                              on 1998/05/14  14:35:42
4238         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
4239              Date: Fri, 03 Apr 1998 13:58:15 -0800
4240              From: Dan Sugalski <sugalskd@osshe.edu>
4241      Branch: perl
4242            ! perl.c
4243 ____________________________________________________________________________
4244 [   938] By: gsar                                  on 1998/05/14  10:53:55
4245         Log: merge change#896 from maintbranch
4246      Branch: win32/perl
4247            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
4248            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
4249            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
4250            ! t/op/gv.t t/op/misc.t t/op/pack.t
4251 ____________________________________________________________________________
4252 [   937] By: gsar                                  on 1998/05/14  09:31:34
4253         Log: merge change#887 from maintbranch
4254      Branch: win32/perl
4255            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4256            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
4257            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
4258            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
4259            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
4260            ! t/op/stat.t toke.c utils/h2xs.PL
4261 ____________________________________________________________________________
4262 [   936] By: gsar                                  on 1998/05/14  09:06:18
4263         Log: merge change#886 from maintbranch
4264      Branch: win32/perl
4265            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
4266            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
4267            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
4268            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
4269            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4270            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
4271            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
4272            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
4273            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
4274            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
4275            ! vms/test.com
4276 ____________________________________________________________________________
4277 [   935] By: gsar                                  on 1998/05/14  07:00:02
4278         Log: merge changes#872,873 from maintbranch
4279      Branch: win32/perl
4280            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
4281            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
4282            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
4283            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
4284            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
4285            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
4286            ! utils/perldoc.PL
4287 ____________________________________________________________________________
4288 [   934] By: gsar                                  on 1998/05/14  06:24:38
4289         Log: merge changes#755..759,763,764 from maintbranch
4290      Branch: win32/perl
4291            + hints/openbsd.sh
4292            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
4293            ! t/op/pos.t utils/perldoc.PL
4294 ____________________________________________________________________________
4295 [   933] By: gsar                                  on 1998/05/14  06:07:31
4296         Log: merge change#754 from maintbranch
4297      Branch: win32/perl
4298            ! perl.c
4299 ____________________________________________________________________________
4300 [   932] By: gsar                                  on 1998/05/14  06:03:50
4301         Log: merge changes#752,753 from maintbranch
4302      Branch: win32/perl
4303            + t/op/pos.t
4304            ! README ext/GDBM_File/GDBM_File.pm
4305            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
4306 ____________________________________________________________________________
4307 [   931] By: gsar                                  on 1998/05/14  05:51:19
4308         Log: merge change#745 from maintbranch
4309      Branch: win32/perl
4310            + ext/DynaLoader/DynaLoader.pm.PL
4311            - ext/DynaLoader/DynaLoader.pm
4312            ! MANIFEST ext/DynaLoader/Makefile.PL
4313 ____________________________________________________________________________
4314 [   930] By: nick                                  on 1998/05/13  20:39:59
4315         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
4316      Branch: ansiperl
4317            ! utils/perldoc.PL
4318           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
4319           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
4320           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
4321           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4322           !> win32/makedef.pl win32/makefile.mk
4323 ____________________________________________________________________________
4324 [   929] By: gsar                                  on 1998/05/13  10:13:36
4325         Log: merge change#687 from maintbranch
4326      Branch: win32/perl
4327            ! pod/perlfunc.pod
4328 ____________________________________________________________________________
4329 [   928] By: gsar                                  on 1998/05/13  10:08:13
4330         Log: merge change#683 from maintbranch
4331      Branch: win32/perl
4332            ! pod/perlguts.pod
4333 ____________________________________________________________________________
4334 [   927] By: gsar                                  on 1998/05/13  09:51:43
4335         Log: merge change#681 from maintbranch
4336      Branch: win32/perl
4337            ! ext/Fcntl/Fcntl.pm
4338 ____________________________________________________________________________
4339 [   926] By: gsar                                  on 1998/05/13  09:47:11
4340         Log: merge change#664 from maint branch
4341      Branch: win32/perl
4342            ! regcomp.c regcomp.h regexec.c
4343 ____________________________________________________________________________
4344 [   925] By: gsar                                  on 1998/05/13  08:55:28
4345         Log: merge missing part of change#663 from maint branch
4346      Branch: win32/perl
4347            ! op.c
4348 ____________________________________________________________________________
4349 [   924] By: gsar                                  on 1998/05/12  18:50:04
4350         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
4351              and seems to generate problematic code for PII.
4352      Branch: win32/perl
4353            ! win32/makefile.mk
4354 ____________________________________________________________________________
4355 [   923] By: gsar                                  on 1998/05/12  16:24:02
4356         Log: fix test failure
4357              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
4358              Date:    Tue, 12 May 1998 10:40:57 BST
4359              From:    Nick.Ing-Simmons@tiuk.ti.com
4360              Subject: test buglet
4361      Branch: win32/perl
4362            ! t/op/hashwarn.t
4363 ____________________________________________________________________________
4364 [   922] By: TimBunce                              on 1998/05/11  20:58:58
4365         Log: Assorted patches:
4366              
4367              ------  CORE LANGUAGE  ------
4368              
4369              Title:  "incorrect return value for hv_iterinit"
4370              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4371              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
4372              Files:  pod/perlguts.pod hv.c
4373              
4374              ------  DOCUMENTATION  ------
4375              
4376              Title:  "perlvar.pod buglet E<EVMSERR>"
4377              From:  Achim Bohnet <ach@mpe.mpg.de>
4378              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
4379              Files:  pod/perlvar.pod
4380              
4381              Title:  "Improve docs for warning about code after an exec()"
4382              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
4383              <chaimf@concentric.net>
4384              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
4385              <m3ra22qn1z.fsf@chany-p100.emwp.com>
4386              Files:  pod/perlfunc.pod
4387              
4388              Title:  "Remove dead code from pod2man"
4389              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4390              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
4391              Files:  pod/pod2man.PL
4392              
4393              Title:  "tweak doc for C<do FILENAME>"
4394              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4395              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
4396              Files:  pod/perlfunc.pod
4397              
4398              Title:  "Document integer pragma effect on % operator"
4399              From:  Gisle Aas <gisle@aas.no>
4400              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
4401              Files:  pod/perlop.pod
4402              
4403              Title:  "Reduce rm command line length in pod/Makefile"
4404              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
4405              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
4406              Files:  pod/Makefile
4407              
4408              ------  EXTENSIONS  ------
4409              
4410              Title:  "Clarify Termios usage in POSIX.pod"
4411              From:  Rocco Caputo <troc@netrus.net>
4412              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
4413              Files:  ext/POSIX/POSIX.pod
4414              
4415              ------  LIBRARY  ------
4416              
4417              Title:  "Fix File::Find::finddepth typo in trial 2 release"
4418              From:  koenig@kulturbox.de (Andreas J. Koenig)
4419              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
4420              Files:  lib/File/Find.pm t/lib/filefind.t
4421              
4422              ------  PORTABILITY - GENERAL  ------
4423              
4424              Title:  "Add Porting/patching.pod document"
4425              From:  Daniel Grisinger <dgris@tdrenterprises.com>
4426              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
4427              Files:  MANIFEST Porting/patching.pod
4428              
4429              Title:  "hints/machten.sh: disable semctl(), align with devel version"
4430              From:  Dominic Dunlop <domo@vo.lu>
4431              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
4432              Files:  hints/machten.sh
4433              
4434              Title:  "Add VMS specifics to Porting/makerel"
4435              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4436              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
4437              <199804271732.SAA13762@toad.ig.co.uk>,
4438              <9804250212.AA27695@forte.com>
4439              Files:  Porting/makerel
4440      Branch: maint-5.004/perl
4441            + Porting/patching.pod
4442            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
4443            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
4444            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
4445            ! t/lib/filefind.t
4446 ____________________________________________________________________________
4447 [   921] By: gsar                                  on 1998/05/10  02:28:03
4448         Log: various tweaks to makefiles
4449      Branch: win32/perl
4450            ! win32/Makefile win32/makedef.pl win32/makefile.mk
4451 ____________________________________________________________________________
4452 [   920] By: gsar                                  on 1998/05/10  02:27:19
4453         Log: fix ExtUtils::Liblist mishandling paths with spaces
4454      Branch: win32/perl
4455            ! lib/ExtUtils/Liblist.pm
4456 ____________________________________________________________________________
4457 [   919] By: gsar                                  on 1998/05/09  17:10:15
4458         Log: minor cleanup
4459      Branch: win32/perl
4460            ! MANIFEST perl.c
4461 ____________________________________________________________________________
4462 [   918] By: gsar                                  on 1998/05/09  17:09:09
4463         Log: protect sortcop from C<sort { sort { ... } ... } ...>
4464              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
4465              Date:    Fri, 08 May 1998 19:33:44 EDT
4466              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
4467              Subject: [PATCH] Re: double recursion in sort 
4468      Branch: win32/perl
4469            ! pp_ctl.c t/op/runlevel.t
4470 ____________________________________________________________________________
4471 [   917] By: gsar                                  on 1998/05/09  17:05:55
4472         Log: c
4473      Branch: win32/perl
4474            ! win32/config.bc win32/config.gc win32/config.vc
4475 ____________________________________________________________________________
4476 [   916] By: gsar                                  on 1998/05/07  03:40:15
4477         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
4478      Branch: win32/perl
4479            ! pp.c
4480 ____________________________________________________________________________
4481 [   915] By: mbeattie                              on 1998/05/06  13:08:29
4482         Log: Speed up pp_entersub for usethreads with only 1 thread running.
4483      Branch: perl
4484            ! pp_hot.c
4485 ____________________________________________________________________________
4486 [   914] By: gsar                                  on 1998/05/03  18:44:38
4487         Log: make hv_iterinit() return HvKEYS()
4488              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
4489              Date:    Sat, 02 May 1998 16:29:22 EDT
4490              From:    "SynaptiCAD, Inc." <sales@syncad.com>
4491              Subject: incorrect return value for hv_iterinit
4492      Branch: win32/perl
4493            ! hv.c pod/perlguts.pod
4494 ____________________________________________________________________________
4495 [   913] By: TimBunce                              on 1998/05/01  22:38:38
4496         Log: Update MANIFEST for trial 2.
4497              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
4498      Branch: maint-5.004/perl
4499            ! MANIFEST
4500 ____________________________________________________________________________
4501 [   912] By: TimBunce                              on 1998/05/01  22:30:29
4502         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
4503      Branch: maint-5.004/perl
4504            + t/op/tiehandle.t
4505 ____________________________________________________________________________
4506 [   911] By: TimBunce                              on 1998/05/01  21:35:03
4507         Log: 
4508              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
4509              From:  timbo@ig.co.uk (Tim Bunce)
4510              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
4511              Files:  perl.h
4512              
4513              Title:  "Add WRITE & CLOSE to TIEHANDLE"
4514              From:  Graham Barr <gbarr@pobox.com>
4515              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
4516              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
4517      Branch: maint-5.004/perl
4518            + lib/Tie/Handle.pm
4519            ! perl.h pod/perltie.pod pp_sys.c
4520 ____________________________________________________________________________
4521 [   910] By: TimBunce                              on 1998/05/01  20:47:47
4522         Log: 
4523              Title:  "Add warning for Illegal hex digit"
4524              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
4525              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
4526              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
4527              <199804271409.PAA12819@toad.ig.co.uk>,
4528              <199804280307.WAA12332@psasolar.psa.pencom.com>
4529              Files:  pod/perldiag.pod util.c
4530              
4531              Title:  "perl_call_method() bug fix (corrupt op pointer)"
4532              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
4533              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
4534              Files:  perl.c
4535              
4536              Title:  "Fix printf segmentation fault"
4537              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
4538              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
4539              Files:  pp_hot.c
4540              
4541              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
4542              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4543              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
4544              Files:  pod/perlsub.pod
4545      Branch: maint-5.004/perl
4546            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
4547 ____________________________________________________________________________
4548 [   909] By: TimBunce                              on 1998/05/01  19:44:47
4549         Log: 
4550              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
4551              Files:  doio.c util.c
4552      Branch: maint-5.004/perl
4553            ! doio.c util.c
4554 ____________________________________________________________________________
4555 [   908] By: gsar                                  on 1998/05/01  19:21:02
4556         Log: add AS patch#20 (exposes more global constants)
4557      Branch: asperl
4558            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
4559            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
4560            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
4561 ____________________________________________________________________________
4562 [   907] By: TimBunce                              on 1998/05/01  17:50:46
4563         Log: 
4564              Title:  "Runtime Carp verbosity without aliasing"
4565              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
4566              Msg-ID:  <H00000e50003936c@MHS>
4567              Files:  lib/Carp.pm
4568              
4569              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
4570              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
4571              <rootbeer@teleport.com>
4572              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
4573              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
4574              Files:  lib/File/Basename.pm
4575      Branch: maint-5.004/perl
4576            ! lib/Carp.pm lib/File/Basename.pm
4577 ____________________________________________________________________________
4578 [   906] By: TimBunce                              on 1998/04/28  11:04:49
4579         Log: 
4580              ------  CORE LANGUAGE  ------
4581              
4582              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
4583              references in LVs"
4584              From:  Spider Boardman <spider@orb.nashua.nh.us>
4585              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
4586              <19980422164037.D29222@perl.org>
4587              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
4588              pp.c sv.c
4589              
4590              Title:  "Fix SvGMAGIC typo in change 904"
4591              Files:  doop.c
4592      Branch: maint-5.004/perl
4593            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
4594            ! proto.h sv.c
4595 ____________________________________________________________________________
4596 [   905] By: TimBunce                              on 1998/04/28  10:32:20
4597         Log: Regexp patches
4598              
4599              Title:  "New regex flag //t to leave $1 etc. tainted"
4600              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
4601              Msg-ID:  <19980310192640.37826@cyprus>
4602              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
4603              t/op/taint.t toke.c
4604              
4605              Title:  "Don't accidentally untaint target of s///"
4606              From:  Chip Salzenberg <chip@pobox.com>
4607              Msg-ID:  <19980310151756.24767@cyprus>
4608              Files:  pp_ctl.c pp_hot.c t/op/taint.t
4609              
4610              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
4611              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4612              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
4613              Files:  regcomp.c
4614      Branch: maint-5.004/perl
4615            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
4616            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
4617 ____________________________________________________________________________
4618 [   904] By: TimBunce                              on 1998/04/27  20:20:21
4619         Log: Assorted patches:
4620              
4621              ------  CORE LANGUAGE  ------
4622              
4623              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
4624              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
4625              <Tim.Bunce@ig.co.uk>
4626              Msg-ID:  <19980424080630.D13985@perl.org>
4627              Files:  doop.c
4628              
4629              Title:  "Better error message for require failure"
4630              From:  epeschko@den-mdev1 (Ed Peschko)
4631              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
4632              Files:  pod/perldiag.pod pp_ctl.c
4633              
4634              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
4635              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4636              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
4637              Files:  perl.c
4638              
4639              Title:  "Fix nice_chunk memory leak"
4640              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4641              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
4642              Files:  sv.c
4643              
4644              Title:  "-2.0 vs. -2 (was Number representations)"
4645              From:  Chip Salzenberg <chip@pobox.com>
4646              Msg-ID:  <19980309185652.11231@cyprus>
4647              Files:  op.c
4648              
4649              Title:  "perl.c fixes for -DUNEXEC"
4650              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
4651              <mwette@mr-ed.jpl.nasa.gov>
4652              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
4653              Files:  perl.c
4654              
4655              ------  DOCUMENTATION  ------
4656              
4657              Title:  "perlcall is Perl from C, not C from Perl"
4658              From:  Steve A Fink <sfink@cs.berkeley.edu>
4659              Files:  pod/perlembed.pod
4660              
4661              Title:  "Clarify require "Foo::Bar" non-bareword issue"
4662              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
4663              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
4664              Files:  pod/perlfunc.pod
4665              
4666              Title:  "(repost) new text for perlsec", "new text for perlsec"
4667              From:  Tom Phoenix <rootbeer@teleport.com>
4668              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
4669              Files:  pod/perlsec.pod
4670              
4671              ------  EXTENSIONS  ------
4672              
4673              Title:  "IO::Socket->socketpair broken (typo)"
4674              From:  Olaf Titz <olaf@bigred.inka.de>
4675              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
4676              Files:  ext/IO/lib/IO/Socket.pm
4677              
4678              Title:  "NDBM_File man page needs Fcntl"
4679              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
4680              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
4681              Files:  ext/NDBM_File/NDBM_File.pm
4682              
4683              ------  LIBRARY  ------
4684              
4685              Title:  "Documentation discrepancy: pragmatic modules"
4686              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
4687              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
4688              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
4689              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
4690              
4691              ------  PORTABILITY - GENERAL  ------
4692              
4693              Title:  "Updated hints file for svr4"
4694              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4695              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
4696              Files:  hints/svr4.sh
4697              
4698              Title:  "Pumpkin update -- shared libperl.so location"
4699              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4700              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
4701              Files:  Porting/pumpkin.pod
4702              
4703              Title:  "perl compile fix for AIX 4.3"
4704              From:  Jens-Uwe Mager <jum@helios.de>
4705              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
4706              Files:  ext/DynaLoader/dl_aix.xs
4707              
4708              Title:  "Dynaloader build on VMS",
4709              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
4710              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
4711              Files:  vms/descrip.mms
4712              
4713              ------  UTILITIES  ------
4714              
4715              Title:  "Major update to h2ph.PL"
4716              From:  Billy <wdconsta@cs.adelaide.edu.au>
4717              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
4718              Files:  utils/h2ph.PL
4719      Branch: maint-5.004/perl
4720            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
4721            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
4722            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
4723            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
4724            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
4725 ____________________________________________________________________________
4726 [   903] By: gsar                                  on 1998/04/25  22:27:19
4727         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
4728      Branch: asperl
4729            ! win32/GenCAPI.pl
4730 ____________________________________________________________________________
4731 [   902] By: nick                                  on 1998/04/25  16:35:08
4732         Log: Case sensitive tweak to perldoc.PL
4733      Branch: ansiperl
4734            ! utils/perldoc.PL
4735 ____________________________________________________________________________
4736 [   901] By: nick                                  on 1998/04/25  15:16:54
4737         Log: Implement use attrs qw(locked package);
4738              Passes all tests except posix (hangs/dies) in sigaction test after 
4739              printing "ok 9".
4740      Branch: ansiperl
4741            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
4742 ____________________________________________________________________________
4743 [   900] By: nick                                  on 1998/04/25  13:58:17
4744         Log: Auto-insert defined() test in while when test expression is 
4745              readline (i.e. <>), glob, readdir, or each.
4746      Branch: ansiperl
4747            + t/op/defins.t
4748            ! op.c pod/perlop.pod
4749 ____________________________________________________________________________
4750 [   899] By: nick                                  on 1998/04/25  13:14:52
4751         Log: Resolve ansiperl against win32 branch
4752      Branch: ansiperl
4753           +> (branch 53 files)
4754            - config_H
4755           !> (integrate 227 files)
4756 ____________________________________________________________________________
4757 [   898] By: gsar                                  on 1998/04/24  17:01:05
4758         Log: add AS patch#18
4759      Branch: asperl
4760            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
4761 ____________________________________________________________________________
4762 [   897] By: TimBunce                              on 1998/04/23  19:49:22
4763         Log: Assorted patches:
4764              
4765              ------  CORE LANGUAGE  ------
4766              
4767              Title:  "fix for "Unbalanced string table refcount""
4768              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4769              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
4770              Files:  sv.c
4771              
4772              Title:  "Allow more lenient switch processing"
4773              From:  "John L. Allen" <allen@grumman.com>
4774              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
4775              Files:  perl.c
4776              
4777              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
4778              From:  Gisle Aas <gisle@aas.no>
4779              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
4780              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
4781              
4782              Title:  "Odd number of elements in hash list."
4783              From:  Tom Phoenix <rootbeer@teleport.com>
4784              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
4785              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
4786              
4787              Title:  "another destruct_level fix"
4788              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4789              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
4790              Files:  hv.c
4791              
4792              Title:  "bidirectional pipe warning blues"
4793              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4794              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
4795              Files:  doio.c
4796              
4797              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
4798              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
4799              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
4800              Files:  pp_hot.c pp_sys.c
4801              
4802              Title:  "unimplemented umask() should return undef not die"
4803              From:  kstar@chapin.edu (Kurt D. Starsinic)
4804              Msg-ID:  <199803120515.VAA08660@chapin.edu>
4805              Files:  pod/perlfunc.pod pp_sys.c
4806              
4807              Title:  "warning for: bless $foo, """
4808              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
4809              Msg-ID:  <H00000e5000378a0@MHS>
4810              Files:  pod/perldiag.pod pp.c
4811              
4812              ------  DOCUMENTATION  ------
4813              
4814              Title:  "Mention SWIG in perlxs.pod"
4815              From:  Steve A Fink <sfink@cs.berkeley.edu>
4816              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
4817              Files:  pod/perlxs.pod
4818              
4819              Title:  "fix-up of previous perlre.pod patch"
4820              From:  Ted Ashton <ashted@southern.edu>
4821              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
4822              Files:  pod/perlre.pod
4823              
4824              Title:  "long list of man page nitpicks"
4825              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
4826              <tchrist@jhereg.perl.com>
4827              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
4828              <199804222204.QAA20805@jhereg.perl.com>
4829              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
4830              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
4831              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4832              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
4833              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
4834              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4835              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4836              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4837              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
4838              pod/pod2man.PL
4839              
4840              Title:  "document that system() does not set $! when it fails"
4841              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
4842              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
4843              Files:  pod/perlfunc.pod
4844              
4845              Title:  "Fix pod/roffitall execute permission"
4846              From:  lvirden@cas.org
4847              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
4848              Files:  pod/roffitall
4849              
4850              Title:  "document when split ignores trailing empty fields"
4851              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
4852              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
4853              Files:  pod/perlfunc.pod
4854              
4855              ------  EXTENSIONS  ------
4856              
4857              Title:  "Buglet in Opcode.pm documentation"
4858              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4859              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
4860              Files:  ext/Opcode/Opcode.pm
4861              
4862              Title:  "Failure to append to perllocal.pod should not be fatal"
4863              From:  koenig@kulturbox.de (Andreas J. Koenig)
4864              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
4865              Files:  lib/ExtUtils/MM_Unix.pm
4866              
4867              Title:  "Document that IO.pm does not load IO::Select etc"
4868              From:  Graham Barr <gbarr@ti.com>
4869              Msg-ID:  <353B48F1.64E35A63@ti.com>
4870              Files:  ext/IO/IO.pm
4871              
4872              Title:  "Install extensions with bootstrap (again) in $archlib"
4873              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
4874              Koenig)
4875              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
4876              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
4877              Files:  lib/ExtUtils/Install.pm
4878              
4879              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
4880              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4881              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
4882              Files:  ext/Socket/Socket.xs
4883              
4884              ------  LIBRARY  ------
4885              
4886              Title:  "Benchmark.pm: add run-for-some-time mode"
4887              From:  Jarkko Hietaniemi <jhi@iki.fi>
4888              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
4889              Files:  lib/Benchmark.pm
4890              
4891              Title:  "Comments added to Carp.pm"
4892              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
4893              <chip@perlsupport.com>, Tom Christiansen
4894              <tchrist@jhereg.perl.com>
4895              Msg-ID:  <19980422164242.E29222@perl.org>,
4896              <199804222033.OAA17959@jhereg.perl.com>,
4897              <980409182357.ZM21638@bandanna>
4898              Files:  lib/Carp.pm
4899              
4900              Title:  "chat2.pl fix"
4901              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4902              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
4903              Files:  lib/chat2.pl
4904              
4905              Title:  "lib/Pod/Html.pm"
4906              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
4907              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
4908              <199710180417.AAA19778@staff2.cso.uiuc.edu>
4909              Files:  lib/Pod/Html.pm
4910              
4911              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
4912              arg."
4913              From:  hiroo.hayashi@computer.org
4914              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
4915              Files:  lib/Term/ReadLine.pm
4916              
4917              ------  OTHER CHANGES  ------
4918              
4919              Title:  "ptags broken"
4920              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4921              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
4922              Files:  emacs/ptags
4923              
4924              ------  PORTABILITY - WIN32  ------
4925              
4926              Title:  "win32 tweaks (signals and crypt support)"
4927              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4928              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
4929              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
4930              win32/config_H.vc win32/win32.c
4931              
4932              ------  PORTABILITY - GENERAL  ------
4933              
4934              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
4935              From:  Russ Allbery <rra@stanford.edu>
4936              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
4937              Files:  Porting/Contract
4938              
4939              Title:  "Config: Irix 5 hints"
4940              From:  kstar@O2.chapin.edu
4941              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
4942              Files:  hints/irix_5.sh
4943              
4944              Title:  "VMS patches to 5.004_03"
4945              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4946              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
4947              Files:  vms/vms.c
4948              
4949              Title:  "hints/netbsd.sh - enable vfork"
4950              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4951              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
4952              Files:  hints/netbsd.sh
4953              
4954              ------  UTILITIES  ------
4955              
4956              Title:  "support find2perl -follow"
4957              From:  Billy <wdconsta@cs.adelaide.edu.au>
4958              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
4959              Files:  x2p/find2perl.PL
4960      Branch: maint-5.004/perl
4961            + Porting/Contract t/op/hashwarn.t
4962            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
4963            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
4964            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
4965            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4966            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
4967            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
4968            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4969            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
4970            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
4971            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
4972            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
4973            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4974            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4975            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4976            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
4977            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
4978            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
4979            ! win32/config_H.bc win32/config_H.vc win32/win32.c
4980            ! x2p/find2perl.PL
4981 ____________________________________________________________________________
4982 [   896] By: TimBunce                              on 1998/04/22  11:49:24
4983         Log: Assorted patches:
4984              
4985              ------  CORE LANGUAGE  ------
4986              
4987              Title:  "Additional regex-cache patch"
4988              From:  Chip Salzenberg <chip@atlantic.net>
4989              Msg-ID:  <19980305104831.38100@cyprus>
4990              Files:  pp_ctl.c
4991              
4992              Title:  "Conservative C<*x = undef> patch"
4993              From:  Chip Salzenberg <chip@atlantic.net>
4994              Msg-ID:  <19980310163310.48509@cyprus>
4995              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
4996              
4997              Title:  "Consider @ARGV to be plain files if inplace (-i)"
4998              From:  Chip Salzenberg <salzench@nielsenmedia.com>
4999              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
5000              Files:  doio.c
5001              
5002              Title:  "Fix semctl for Linux, Sun and SVR4"
5003              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
5004              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
5005              Files:  doio.c
5006              
5007              Title:  "C<dSP> entails using C<SP>, not C<sp>"
5008              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5009              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
5010              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
5011              doio.c doop.c ext/DB_File/DB_File.xs
5012              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5013              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
5014              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
5015              win32/win32.c
5016              
5017              Title:  "Make autouse -w-safe"
5018              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5019              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
5020              Files:  lib/autouse.pm op.c sv.c
5021              
5022              Title:  "Misleading error on close of unopened handle"
5023              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5024              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
5025              Files:  doio.c
5026              
5027              Title:  "Confusing error from perl -e "x'""
5028              From:  Hans Mulder <hansmu@xs4all.nl>
5029              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
5030              Files:  toke.c
5031              
5032              Title:  "Add HAS_GNULIBC define"
5033              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5034              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
5035              Files:  config_H config_h.SH
5036              
5037              Title:  "h_errno might not be an int"
5038              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5039              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
5040              Files:  pp_sys.c
5041              
5042              Title:  "Revised taint hole closer", "Revised taint hole closer"
5043              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
5044              <ilya@math.ohio-state.edu>
5045              Msg-ID:  <19980310222127.09350@cyprus>,
5046              <199803110554.AAA29157@monk.mps.ohio-state.edu>
5047              Files:  doio.c
5048              
5049              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
5050              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
5051              van der Sanden)
5052              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
5053              <199803171727.MAA05234@aatma.engin.umich.edu>
5054              Files:  op.c t/op/misc.t
5055              
5056              Title:  "Stale SP in pp_substr"
5057              From:  Stephen McCamant <alias@mcs.com>
5058              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
5059              Files:  pp.c
5060              
5061              Title:  "Statement unlikely to be reached warning"
5062              From:  Hans Mulder <hansm@icgned.nl>
5063              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
5064              Files:  op.c
5065              
5066              Title:  "Tainting propagates from nowhere"
5067              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5068              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
5069              Files:  pp.c
5070              
5071              Title:  "two trivial tweaks to 5.004m5t1"
5072              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5073              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
5074              Files:  proto.h win32/Makefile
5075              
5076              Title:  "unpacking negatives on Alpha"
5077              From:  Achim Bohnet <ach@mpe.mpg.de>
5078              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
5079              Files:  pp.c t/op/pack.t
5080              
5081              ------  LIBRARY AND EXTENSIONS  ------
5082              
5083              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
5084              From:  Graham Barr <gbarr@ti.com>
5085              Msg-ID:  <3482F365.4A0486BA@ti.com>
5086              Files:  lib/Cwd.pm
5087              
5088              Title:  "Math/BigInt.pm, fixed use of undefined value."
5089              From:  abigail@fnx.com
5090              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
5091              Files:  lib/Math/BigInt.pm
5092              
5093              Title:  "File::Find rewrite"
5094              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5095              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
5096              Files:  lib/File/Find.pm
5097              
5098              Title:  "efficient version of strict.pm"
5099              From:  koenig@anna.mind.de (Andreas J. Koenig)
5100              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
5101              Files:  lib/strict.pm
5102              
5103              Title:  "Socket occasional SEGV in pack_sockaddr_un"
5104              From:  Trevor Blackwell <tlb@viaweb.com>
5105              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
5106              Files:  ext/Socket/Socket.xs
5107              
5108              Title:  "Warning on mis-use of 'use lib'"
5109              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
5110              <rootbeer@teleport.com>, chip@atlantic.net
5111              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
5112              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
5113              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
5114              Files:  lib/lib.pm
5115              
5116              Title:  "bug in Class::Struct"
5117              From:  Tom Christiansen <tchrist@toy.perl.com>
5118              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
5119              Files:  lib/Class/Struct.pm
5120              
5121              Title:  "Allow POSIX to export nice()"
5122              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
5123              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
5124              Files:  ext/POSIX/POSIX.pm
5125              
5126              Title:  "'use Env' on WinNT/95 fails"
5127              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5128              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
5129              Files:  lib/Env.pm
5130              
5131              ------  OTHER CHANGES  ------
5132              
5133              Title:  "mv-if-diff"
5134              From:  Robin Barker <rmb1@cise.npl.co.uk>
5135              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
5136              Files:  mv-if-diff
5137              
5138              ------  PORTABILITY - WIN32  ------
5139              
5140              Title:  "fix various problems with backticks on win32"
5141              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5142              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
5143              Files:  win32/config_h.PL win32/win32.c
5144              
5145              ------  TESTS  ------
5146              
5147              Title:  "Fix bug in locale.t"
5148              From:  Jarkko Hietaniemi <jhi@iki.fi>
5149              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
5150              Files:  t/pragma/locale.t
5151      Branch: maint-5.004/perl
5152            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
5153            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5154            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
5155            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
5156            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
5157            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
5158            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
5159            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
5160            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
5161            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
5162            ! win32/Makefile win32/config_h.PL win32/win32.c
5163 ____________________________________________________________________________
5164 [   895] By: gsar                                  on 1998/04/22  03:13:19
5165         Log: intern -> sys_intern
5166      Branch: win32/perl
5167            ! embedvar.h interp.sym intrpvar.h win32/win32.h
5168 ____________________________________________________________________________
5169 [   894] By: gsar                                  on 1998/04/22  02:42:20
5170         Log: hand-applied patch along with small tweaks
5171              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
5172              Date:    Tue, 21 Apr 1998 23:31:06 +0200
5173              From:    jan.dubois@ibm.net (Jan Dubois)
5174              Subject: Re: Per-Interpreter variables for win32.c 
5175      Branch: win32/perl
5176            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
5177            ! win32/makedef.pl win32/win32.c win32/win32.h
5178 ____________________________________________________________________________
5179 [   893] By: gsar                                  on 1998/04/21  03:42:21
5180         Log: add AS patch#17
5181      Branch: asperl
5182            + win32/GenCAPI.pl
5183            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
5184            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5185            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
5186            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
5187            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
5188            ! win32/win32.c
5189 ____________________________________________________________________________
5190 [   892] By: gsar                                  on 1998/04/20  20:51:50
5191         Log: add AS patch#16
5192      Branch: asperl
5193            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
5194            ! win32/makefile.mk
5195 ____________________________________________________________________________
5196 [   891] By: gsar                                  on 1998/04/19  23:50:34
5197         Log: tweak doc for C<do FILENAME>
5198      Branch: win32/perl
5199            ! pod/perlfunc.pod
5200 ____________________________________________________________________________
5201 [   890] By: gsar                                  on 1998/04/19  01:08:11
5202         Log: use a pidtable that grows dynamically for popen()
5203              Message-Id: <3539f434.44835409@smtp1.ibm.net>
5204              Date:    Sat, 18 Apr 1998 21:01:27 +0200
5205              From:    jan.dubois@ibm.net (Jan Dubois)
5206              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
5207      Branch: win32/perl
5208            ! win32/win32.c
5209 ____________________________________________________________________________
5210 [   889] By: gsar                                  on 1998/04/17  02:13:58
5211         Log: support POSIX, enable more locale tests
5212      Branch: win32/perl
5213            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5214            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
5215            ! win32/makedef.pl win32/makefile.mk
5216 ____________________________________________________________________________
5217 [   888] By: mbeattie                              on 1998/04/14  16:22:51
5218         Log: CC did "<<" instead of ">>" for right-shift on ints.
5219      Branch: perl
5220            ! ext/B/B/CC.pm
5221 ____________________________________________________________________________
5222 [   887] By: TimBunce                              on 1998/04/10  17:44:55
5223         Log: Assorted patches:
5224              
5225              ------  CORE LANGUAGE  ------
5226              
5227              Title:  "Re: die exits with 0"
5228              From:  Robin Barker <rmb1@cise.npl.co.uk>
5229              Files:  perl.c t/op/die_exit.t
5230              
5231              Title:  "More toke.c commentary; fix oddity"
5232              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
5233              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
5234              Files:  toke.c
5235              
5236              Title:  "for semctl on solaris"
5237              From:  Graham Barr <gbarr@ti.com>
5238              Msg-ID:  <34624B80.C014E841@ti.com>
5239              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
5240              
5241              ------  DOCUMENTATION  ------
5242              
5243              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
5244              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
5245              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
5246              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
5247              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
5248              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
5249              Files:  pod/perlre.pod
5250              
5251              ------  LIBRARY AND EXTENSIONS  ------
5252              
5253              Title:  "BigFloat - small neagtive numbers cause panic"
5254              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5255              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
5256              Files:  lib/Math/BigFloat.pm
5257              
5258              Title:  "Update Getopt::Long to 2.16"
5259              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
5260              <jvromans@squirrel.nl>
5261              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
5262              <13572.6847.863219.973795@phoenix.squirrel.nl>
5263              Files:  lib/Getopt/Long.pm
5264              
5265              Title:  "New Text::ParseWords"
5266              From:  pomeranz@netcom.com (Hal Pomeranz)
5267              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
5268              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
5269              
5270              Title:  "Fixed Text/Wrap.pm bugs (2)"
5271              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
5272              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
5273              Files:  lib/Text/Wrap.pm
5274              
5275              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
5276              print/exit)"
5277              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
5278              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
5279              Files:  lib/File/CheckTree.pm
5280              
5281              ------  OTHER CHANGES  ------
5282              
5283              Title:  "Add ./emacs/ptags"
5284              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5285              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
5286              Files:  emacs/ptags
5287              
5288              ------  TESTS  ------
5289              
5290              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
5291              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
5292              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
5293              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
5294              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
5295              <v02130515b06be80f1486@[205.228.240.16]>
5296              Files:  t/op/stat.t
5297              
5298              Title:  "for failure with lib/timelocal"
5299              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
5300              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
5301              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
5302              Files:  t/lib/timelocal.t
5303              
5304              Title:  "Make "localhost" related failures more clear"
5305              From:  Paul Hoffman <phoffman@proper.com>
5306              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
5307              Files:  t/lib/io_sock.t t/lib/io_udp.t
5308              
5309              ------  UTILITIES  ------
5310              
5311              Title:  "Let h2xs read multiple header files"
5312              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
5313              <bsugars@canoe.ca>
5314              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
5315              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
5316              Files:  utils/h2xs.PL
5317      Branch: maint-5.004/perl
5318            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
5319            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
5320            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
5321            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
5322            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
5323            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
5324 ____________________________________________________________________________
5325 [   886] By: TimBunce                              on 1998/04/10  14:35:34
5326         Log: Changes relating primarily to portability.
5327              
5328              ------  CORE LANGUAGE  ------
5329              
5330              Title:  "5.004_55: Another round of OS/2 patches"
5331              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5332              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
5333              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
5334              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
5335              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
5336              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
5337              t/lib/filecopy.t util.c utils/perldoc.PL
5338              
5339              Title:  "VMS: chdir() with empty arg list"
5340              From:  lane@duphy4.drexel.edu (Charles Lane)
5341              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
5342              Files:  pp_sys.c
5343              
5344              ------  LIBRARY AND EXTENSIONS  ------
5345              
5346              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
5347              From:  "W. Phillip Moore" <wpm@ms.com>
5348              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
5349              Files:  lib/ExtUtils/MM_Unix.pm
5350              
5351              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
5352              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
5353              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
5354              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
5355              
5356              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
5357              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5358              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
5359              Files:  ext/POSIX/POSIX.xs
5360              
5361              Title:  ""ODBM_File.c", line 275: NULL undefined"
5362              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
5363              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
5364              Files:  ext/ODBM_File/ODBM_File.xs
5365              
5366              ------  OTHER CHANGES  ------
5367              Files:  
5368              
5369              ------  PORTABILITY - GENERAL  ------
5370              
5371              Title:  "5.004_04 QNX getcwd"
5372              From:  Norton Allen <allen@huarp.harvard.edu>
5373              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
5374              <199803061511.KAA22346@bottesini.harvard.edu>
5375              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
5376              
5377              Title:  "hints/netbsd.sh d_setrgid d_setruid"
5378              From:  Jarkko Hietaniemi <jhi@iki.fi>
5379              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
5380              Files:  hints/netbsd.sh
5381              
5382              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
5383              d_casti32=undef"
5384              From:  Tom Hughes <tom@compton.demon.co.uk>
5385              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
5386              Files:  hints/svr4.sh
5387              
5388              Title:  "hints/bsdos.sh patch for BSDI 3.1"
5389              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
5390              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
5391              Files:  hints/bsdos.sh
5392              
5393              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
5394              From:  Keong Lim <Keong.Lim@sr.com.au>
5395              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
5396              Files:  ext/DynaLoader/dl_hpux.xs
5397              
5398              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
5399              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
5400              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
5401              Files:  hints/aix.sh
5402              
5403              Title:  "alpha-dec_osf 5.0"
5404              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
5405              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
5406              Files:  hints/dec_osf.sh
5407              
5408              Title:  "Off-by-one error with OS2::PrfDB"
5409              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5410              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
5411              Files:  os2/OS2/PrfDB/PrfDB.xs
5412              
5413              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
5414              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5415              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
5416              Files:  hints/openbsd.sh
5417              
5418              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
5419              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5420              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
5421              Files:  hints/linux.sh
5422              
5423              Title:  "5.004_(04|63)] Close VMS security hole"
5424              From:  Charles Bailey <BAILEY@newman.upenn.edu>
5425              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
5426              Files:  vms/vms.c
5427              
5428              Title:  "Re: Perl online documentation on OpenVMS"
5429              From:  pvhp@forte.com (Peter Prymmer)
5430              Msg-ID:  <9803192143.AA28120@forte.com>
5431              Files:  README.vms
5432              
5433              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
5434              vms/perly_c.vms and vms/perly_h.vms"
5435              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
5436              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
5437              Msg-ID:  <199710151650.JAA29185@wall.org>,
5438              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
5439              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
5440              Files:  vms/perly_c.vms
5441              
5442              Title:  "Updated, non-wordwrapped, patch to README.VMS"
5443              From:  Dan Sugalski <sugalskd@osshe.edu>
5444              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
5445              Files:  README.vms
5446              
5447              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
5448              From:  Charles Bailey <BAILEY@newman.upenn.edu>
5449              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
5450              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
5451              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
5452              vms/ext/filespec.t
5453              
5454              Title:  "Re: VMSperl crashes on -Mblib argument"
5455              From:  bailey@newman.upenn.edu (Charles Bailey)
5456              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
5457              Files:  lib/blib.pm vms/vms.c
5458              
5459              Title:  "hints/linux.sh (MkLinux / PPC)"
5460              From:  pudge@pobox.com (Chris Nandor)
5461              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
5462              Files:  hints/linux.sh
5463              
5464              Title:  "hpux.sh hints file clarification suggestion"
5465              From:  root@qad.com
5466              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
5467              Files:  hints/hpux.sh
5468              
5469              Title:  "new hints/solaris_2.sh"
5470              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5471              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
5472              Files:  hints/solaris_2.sh
5473      Branch: maint-5.004/perl
5474            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
5475            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
5476            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
5477            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
5478            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
5479            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
5480            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5481            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
5482            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
5483            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
5484            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
5485            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
5486            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
5487            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
5488            ! vms/vms.c
5489 ____________________________________________________________________________
5490 [   885] By: gsar                                  on 1998/04/08  01:14:29
5491         Log: small tweaks to make it compile (doesn't run)
5492      Branch: asperl
5493            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
5494            ! win32/config.vc win32/makefile.mk
5495 ____________________________________________________________________________
5496 [   884] By: gsar                                  on 1998/04/08  00:14:13
5497         Log: integrate mainline changes
5498      Branch: asperl
5499           +> Changes5.004 ext/Thread/Thread/Signal.pm
5500           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
5501           +> lib/ExtUtils/inst t/op/hashwarn.t
5502            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
5503           !> (integrate 127 files)
5504 ____________________________________________________________________________
5505 [   883] By: gsar                                  on 1998/04/06  20:21:20
5506         Log: make old DomainName() implementation the default (so Win95
5507              is happy)
5508      Branch: win32/perl
5509            ! win32/win32.c
5510 ____________________________________________________________________________
5511 [   882] By: gsar                                  on 1998/04/05  23:32:33
5512         Log: fix memory leaks in offer_nice_chunk()
5513      Branch: win32/perl
5514            ! perl.h sv.c
5515 ____________________________________________________________________________
5516 [   881] By: gsar                                  on 1998/04/04  23:11:52
5517         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
5518      Branch: win32/perl
5519            ! cop.h util.c
5520 ____________________________________________________________________________
5521 [   880] By: gsar                                  on 1998/04/04  22:35:54
5522         Log: fix refcounting of GvSTASH() when glob becomes nought
5523              (this takes care of the "unbalanced strtab refcount" problem)
5524      Branch: win32/perl
5525            ! sv.c
5526 ____________________________________________________________________________
5527 [   879] By: gsar                                  on 1998/04/04  21:16:17
5528         Log: change 866 was incomplete
5529      Branch: win32/perl
5530            ! hv.c
5531 ____________________________________________________________________________
5532 [   878] By: gsar                                  on 1998/04/04  20:31:56
5533         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
5534      Branch: win32/perl
5535            ! cop.h perl.c pp_ctl.c
5536 ____________________________________________________________________________
5537 [   877] By: gsar                                  on 1998/04/04  17:55:30
5538         Log: integrate mainline
5539      Branch: win32/perl
5540           +> Changes5.004
5541           !> Changes MANIFEST sv.c t/op/misc.t
5542 ____________________________________________________________________________
5543 [   876] By: gsar                                  on 1998/04/04  17:26:32
5544         Log: remove __declspec kludge in sdbm.h in favor of setting a
5545              flag for static symbols
5546      Branch: win32/perl
5547            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
5548            ! ext/SDBM_File/sdbm/sdbm.h
5549 ____________________________________________________________________________
5550 [   875] By: gsar                                  on 1998/04/04  01:11:57
5551         Log: fix order of init
5552              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
5553              Date:    Fri, 03 Apr 1998 13:58:15 PST
5554              From:    Dan Sugalski <sugalskd@osshe.edu>
5555              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
5556              with MULTIPLICITY
5557      Branch: win32/perl
5558            ! perl.c
5559 ____________________________________________________________________________
5560 [   874] By: gsar                                  on 1998/04/04  00:34:59
5561         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
5562              the declared symbol is not in a DLL (so kludge it)
5563      Branch: win32/perl
5564            ! ext/SDBM_File/sdbm/sdbm.h
5565 ____________________________________________________________________________
5566 [   873] By: TimBunce                              on 1998/04/03  22:17:40
5567         Log: Title:  "FileHandle Documentation patch"
5568              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5569              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
5570              Files:  lib/FileHandle.pm
5571      Branch: maint-5.004/perl
5572            ! lib/FileHandle.pm
5573 ____________________________________________________________________________
5574 [   872] By: TimBunce                              on 1998/04/03  22:01:03
5575         Log: Documentation and documentation related patches:
5576              
5577              ------  BUILD PROCESS  ------
5578              
5579              Title:  "Docs re /usr/bin/perl quasi-standard location"
5580              From:  Tom Phoenix <rootbeer@teleport.com>
5581              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
5582              Files:  INSTALL pod/perlrun.pod
5583              
5584              ------  DOCUMENTATION  ------
5585              
5586              Title:  "/RFC|RFC-1305/ non-greedy"
5587              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
5588              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
5589              Files:  pod/perlre.pod
5590              
5591              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
5592              From:  Jarkko Hietaniemi <jhi@iki.fi>
5593              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
5594              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
5595              
5596              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
5597              From:  Jarkko Hietaniemi <jhi@iki.fi>
5598              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
5599              Files:  pod/perlfunc.pod
5600              
5601              Title:  "typo-fix and suggestion for perlguts.pod"
5602              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
5603              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
5604              Files:  pod/perlguts.pod
5605              
5606              Title:  "perlfunc/syscall curiosity"
5607              From:  Roderick Schertler <roderick@argon.org>, Tkil
5608              <tkil@reptile.scrye.com>
5609              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
5610              <pziut8snva.fsf@eeyore.ibcinc.com>
5611              Files:  pod/perlfunc.pod
5612              
5613              Title:  "Document sprintf %#x behaviour for zero value"
5614              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
5615              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
5616              Files:  pod/perlfunc.pod
5617              
5618              Title:  "NUL termination (was Re: STOP THE PRESSES)"
5619              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5620              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
5621              Files:  pod/perlguts.pod
5622              
5623              Title:  "Typo fix."
5624              From:  abigail@fnx.com
5625              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
5626              Files:  pod/perlop.pod pod/perlvar.pod
5627              
5628              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
5629              From:  Achim Bohnet <ach@mpe.mpg.de>
5630              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
5631              Files:  pod/perlrun.pod
5632              
5633              Title:  "Re: Conservative C<*x = undef> patch"
5634              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5635              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
5636              Files:  pod/perltrap.pod
5637              
5638              Title:  "perlfunc.pod for flock()"
5639              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
5640              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
5641              Files:  pod/perlfunc.pod
5642              
5643              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
5644              From:  Tkil <tkil@scrye.com>
5645              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
5646              Files:  pod/perl.pod
5647              
5648              Title:  "for() and map() peculiarity"
5649              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5650              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
5651              Files:  pod/perlsyn.pod
5652              
5653              Title:  "Re: new text for perlsec"
5654              From:  Tom Phoenix <rootbeer@teleport.com>
5655              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
5656              Files:  pod/perlsec.pod
5657              
5658              Title:  "perldsc's debugger x command"
5659              From:  Roderick Schertler <roderick@argon.org>
5660              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
5661              Files:  pod/perldsc.pod
5662              
5663              Title:  "perlre.pod"
5664              From:  Ted Ashton <ashted@southern.edu>
5665              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
5666              Files:  pod/perlre.pod
5667              
5668              Title:  "Re: printf and $\", "printf and $\"
5669              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
5670              <rootbeer@teleport.com>, nag <nick@flirble.org>
5671              Msg-ID:  <199711141918.TAA08096@flirble.org>,
5672              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
5673              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
5674              Files:  pod/perlfunc.pod
5675              
5676              Title:  "recv() typo"
5677              From:  Roderick Schertler <roderick@argon.org>
5678              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
5679              Files:  pod/perlfunc.pod
5680              
5681              Title:  "truncate return value"
5682              From:  Roderick Schertler <roderick@argon.org>
5683              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
5684              Files:  pod/perlfunc.pod
5685              
5686              Title:  "update to perlbook.pod"
5687              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
5688              <merlyn@stonehenge.com>, Stephen Potter
5689              <spp@psasolar.colltech.com>, Tom Phoenix
5690              <rootbeer@teleport.com>
5691              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
5692              <199803241441.OAA01261@mediaone.net>,
5693              <8clnu0i05k.fsf@gadget.cscaper.com>,
5694              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
5695              Files:  pod/perlbook.pod
5696              
5697              Title:  "utime documentation"
5698              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
5699              <mjtg@cus.cam.ac.uk>
5700              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
5701              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
5702              Files:  pod/perlfunc.pod
5703              
5704              Title:  "(well, doc patch) use of // requires successful match"
5705              From:  Roderick Schertler <roderick@argon.org>
5706              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
5707              Files:  pod/perlop.pod
5708              
5709              ------  LIBRARY AND EXTENSIONS  ------
5710              
5711              Title:  "MakeMaker PM doc patch and a DIR buglet"
5712              From:  Achim Bohnet <ach@mpe.mpg.de>
5713              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
5714              Files:  lib/ExtUtils/MakeMaker.pm
5715              
5716              Title:  "bareword clarification for constant.pm"
5717              From:  Roderick Schertler <roderick@argon.org>
5718              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
5719              Files:  lib/constant.pm
5720              
5721              Title:  "integer rand - bug or feature?"
5722              From:  Roderick Schertler <roderick@argon.org>
5723              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
5724              Files:  lib/integer.pm
5725              
5726              ------  OTHER CHANGES  ------
5727              
5728              Title:  "FileHandle Documentation patch"
5729              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5730              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
5731              
5732              Title:  "perl5.004_61 myconfig updates"
5733              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5734              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
5735              Files:  myconfig
5736              
5737              Title:  "small fixups in pod2latex.PL"
5738              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5739              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
5740              
5741              ------  PORTABILITY - GENERAL  ------
5742              
5743              Title:  "Misc doc fixes for README.VMS"
5744              From:  Dan Sugalski <sugalskd@osshe.edu>
5745              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
5746              Files:  README.vms
5747              
5748              Title:  "moved DynaLib"
5749              From:  John Tobey <jtobey@channel1.com>
5750              Msg-ID:  <199710182332.XAA21630@remote212>
5751              Files:  ext/DynaLoader/DynaLoader.pm.PL
5752              
5753              ------  UTILITIES  ------
5754              
5755              Title:  "Searching for FAQs (patch to perldoc)"
5756              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
5757              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
5758              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
5759              Files:  utils/perldoc.PL
5760              
5761              Title:  "perldoc"
5762              From:  Ted Ashton <ashted@southern.edu>
5763              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
5764              Files:  utils/perldoc.PL
5765              
5766              Title:  "perldoc -f not using pod2man"
5767              From:  Russ Allbery <rra@stanford.edu>
5768              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
5769              Files:  utils/perldoc.PL
5770              
5771              Title:  "perldoc -m should not require pod"
5772              From:  Robin Houston <robin@nml.guardian.co.uk>
5773              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
5774              Files:  utils/perldoc.PL
5775              
5776              Title:  "small fix for perldoc in perl 5.004_04"
5777              From:  Julian Yip <julian@imoney.com>
5778              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
5779              Files:  utils/perldoc.PL
5780      Branch: maint-5.004/perl
5781            - ext/DynaLoader/DynaLoader.pm
5782            ! Changes Configure INSTALL README.vms
5783            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
5784            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
5785            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
5786            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
5787            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
5788            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
5789            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
5790            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
5791            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
5792            ! pod/pod2latex.PL toke.c utils/perldoc.PL
5793
5794 ----------------
5795 Version 5.004_64
5796 ----------------
5797
5798 ____________________________________________________________________________
5799 [   871] By: mbeattie                              on 1998/04/03  13:38:59
5800         Log: Update Changes5.004 and Changes, fix MANIFEST
5801      Branch: perl
5802            + Changes
5803            ! Changes5.004 MANIFEST
5804 ____________________________________________________________________________
5805 [   870] By: mbeattie                              on 1998/04/03  13:36:29
5806         Log: Rename Changes to Changes5.004 (via an integrate)
5807      Branch: perl
5808           +> Changes5.004
5809            - Changes
5810 ____________________________________________________________________________
5811 [   869] By: mbeattie                              on 1998/04/03  11:53:00
5812         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
5813              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
5814              From: Jan-Pieter Cornet <johnpc@xs4all.net>
5815      Branch: perl
5816            ! sv.c t/op/misc.t
5817 ____________________________________________________________________________
5818 [   868] By: mbeattie                              on 1998/04/03  11:16:26
5819         Log: Integrate win32 branch into mainline
5820      Branch: perl
5821           !> (integrate 31 files)
5822 ____________________________________________________________________________
5823 [   867] By: gsar                                  on 1998/04/03  08:47:55
5824         Log: config.* fixes
5825      Branch: win32/perl
5826            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5827            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5828            ! win32/makefile.mk
5829 ____________________________________________________________________________
5830 [   866] By: gsar                                  on 1998/04/03  07:22:50
5831         Log: fixup hv_free_ent() to not fail on null HeVAL()
5832      Branch: win32/perl
5833            ! hv.c perl.c
5834 ____________________________________________________________________________
5835 [   865] By: gsar                                  on 1998/04/03  07:06:12
5836         Log: integrate mainline
5837      Branch: win32/perl
5838           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
5839           !> (integrate 71 files)
5840 ____________________________________________________________________________
5841 [   864] By: gsar                                  on 1998/04/03  06:59:37
5842         Log: implement stack-of-stacks so that magic invocations don't
5843              invalidate local stack pointer
5844      Branch: win32/perl
5845            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
5846            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
5847            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
5848 ____________________________________________________________________________
5849 [   863] By: gsar                                  on 1998/04/03  01:26:09
5850         Log: add AS patch#15
5851      Branch: asperl
5852            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
5853            ! win32/config.bc win32/config.gc win32/config.vc
5854            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5855            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
5856            ! win32/win32.c win32/win32.h
5857 ____________________________________________________________________________
5858 [   862] By: mbeattie                              on 1998/04/02  17:08:43
5859         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
5860              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
5861              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5862      Branch: perl
5863            ! Configure ext/Socket/Socket.xs myconfig
5864 ____________________________________________________________________________
5865 [   861] By: mbeattie                              on 1998/04/02  16:32:53
5866         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
5867              since appropriate headers aren't included.
5868      Branch: perl
5869            ! ext/SDBM_File/sdbm/sdbm.h
5870 ____________________________________________________________________________
5871 [   860] By: mbeattie                              on 1998/04/02  16:17:11
5872         Log: Bumped patchlevel.h to 64
5873      Branch: perl
5874            ! patchlevel.h
5875 ____________________________________________________________________________
5876 [   859] By: mbeattie                              on 1998/04/02  16:16:26
5877         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
5878              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
5879              From: Jarkko Hietaniemi <jhi@iki.fi>
5880      Branch: perl
5881            ! hints/unicos.sh regcomp.h
5882 ____________________________________________________________________________
5883 [   858] By: mbeattie                              on 1998/04/02  16:13:24
5884         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
5885              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
5886              From: Tom Phoenix <rootbeer@teleport.com>
5887      Branch: perl
5888            + t/op/hashwarn.t
5889            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
5890 ____________________________________________________________________________
5891 [   857] By: mbeattie                              on 1998/04/02  16:08:43
5892         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
5893              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
5894              From: Charles Bailey <BAILEY@newman.upenn.edu>
5895      Branch: perl
5896            ! vms/vms.c
5897 ____________________________________________________________________________
5898 [   856] By: mbeattie                              on 1998/04/02  16:07:44
5899         Log: Subject: [PATCH] mv-if-diff
5900              Date: Fri, 27 Mar 98 18:06:11 GMT
5901              From: Robin Barker <rmb1@cise.npl.co.uk>
5902      Branch: perl
5903            ! mv-if-diff
5904 ____________________________________________________________________________
5905 [   855] By: mbeattie                              on 1998/04/02  16:06:54
5906         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
5907              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
5908              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
5909              Subject: [PATCH] another destruct_level fix
5910              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
5911      Branch: perl
5912            ! perl.c sv.c
5913 ____________________________________________________________________________
5914 [   854] By: mbeattie                              on 1998/04/02  16:03:37
5915         Log: Subject: Next wave of _63 VMS patches
5916              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
5917              From: Charles Bailey <BAILEY@newman.upenn.edu>
5918      Branch: perl
5919            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
5920            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
5921            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
5922            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
5923            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
5924            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
5925            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
5926            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
5927            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
5928            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
5929            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
5930            ! vms/vmsish.h
5931 ____________________________________________________________________________
5932 [   853] By: mbeattie                              on 1998/04/02  15:55:46
5933         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
5934              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
5935              From: Hans Mulder <hansmu@xs4all.nl>
5936      Branch: perl
5937            ! toke.c
5938 ____________________________________________________________________________
5939 [   852] By: mbeattie                              on 1998/04/02  15:54:24
5940         Log: Subject: [PATCH] small fixups in pod2latex.PL
5941              Date: 25 Mar 1998 13:30:25 -0800
5942              From: "Darren/Torin/Who Ever..." <torin@daft.com>
5943      Branch: perl
5944            ! pod/pod2latex.PL
5945 ____________________________________________________________________________
5946 [   851] By: mbeattie                              on 1998/04/02  15:50:58
5947         Log: Subject: [PATCH] hints/irix_6.sh with GCC
5948              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
5949              From: kstar@chapin.edu (Kurt D. Starsinic)
5950      Branch: perl
5951            ! hints/irix_6.sh
5952 ____________________________________________________________________________
5953 [   850] By: mbeattie                              on 1998/04/02  15:45:33
5954         Log: Subject: [PATCH] perldoc -m
5955              Date: Tue, 24 Mar 1998 13:19:38 GMT
5956              From: Robin Houston <robin@nml.guardian.co.uk>
5957      Branch: perl
5958            ! utils/perldoc.PL
5959 ____________________________________________________________________________
5960 [   849] By: mbeattie                              on 1998/04/02  15:42:52
5961         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
5962              Date: Mon, 23 Mar 1998 14:13:46 +0100
5963              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5964      Branch: perl
5965            ! djgpp/config.over hints/dos_djgpp.sh
5966 ____________________________________________________________________________
5967 [   848] By: mbeattie                              on 1998/04/02  15:38:19
5968         Log: Subject: [PATCH] Stale SP in pp_substr
5969              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
5970              From: Stephen McCamant <alias@mcs.com>
5971      Branch: perl
5972            ! pp.c
5973 ____________________________________________________________________________
5974 [   847] By: mbeattie                              on 1998/04/02  15:36:33
5975         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
5976      Branch: perl
5977            ! ext/POSIX/POSIX.pm
5978 ____________________________________________________________________________
5979 [   846] By: mbeattie                              on 1998/04/02  15:34:36
5980         Log: Subject: [PATCH] 5.004_63: further -e patching
5981              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
5982              From: Jarkko Hietaniemi <jhi@iki.fi>
5983      Branch: perl
5984            ! perl.c pod/perldiag.pod
5985 ____________________________________________________________________________
5986 [   845] By: mbeattie                              on 1998/04/02  15:25:18
5987         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
5988      Branch: perl
5989            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5990            ! Porting/config.sh Porting/config_H config_h.SH
5991            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
5992            ! pp.c pp_sys.c regexec.c
5993 ____________________________________________________________________________
5994 [   844] By: mbeattie                              on 1998/04/02  14:28:17
5995         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
5996              Date: Wed, 18 Mar 1998 20:40:19 +0100
5997              From: Achim Bohnet <ach@mpe.mpg.de>
5998      Branch: perl
5999            ! pod/perlrun.pod
6000 ____________________________________________________________________________
6001 [   843] By: mbeattie                              on 1998/04/02  14:26:52
6002         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6003              Subject: 5.004_63 picky compiler fixes [PATCH]
6004              Date: Wed, 18 Mar 1998 09:36:32 -0800
6005              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
6006              Date: Wed, 18 Mar 1998 14:48:19 -0800
6007      Branch: perl
6008            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
6009 ____________________________________________________________________________
6010 [   842] By: mbeattie                              on 1998/04/02  14:22:41
6011         Log: From: Stephen Potter <spp@psasolar.colltech.com>
6012              Subject: Re: doc: perlrun typo 
6013              Date: Wed, 18 Mar 1998 10:06:55 -0600
6014              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
6015              Date: Tue, 24 Mar 1998 21:20:51 -0600
6016      Branch: perl
6017            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
6018 ____________________________________________________________________________
6019 [   841] By: mbeattie                              on 1998/04/02  14:17:31
6020         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
6021              Date: Wed, 18 Mar 1998 12:44:58 +0100
6022              From: Dominic Dunlop <domo@vo.lu>
6023      Branch: perl
6024            ! Porting/pumpkin.pod Todo
6025 ____________________________________________________________________________
6026 [   840] By: mbeattie                              on 1998/04/02  14:14:22
6027         Log: Subject: [PATCH] Configure hints/ patches
6028              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
6029              From: Jan-Pieter Cornet <johnpc@xs4all.net>
6030      Branch: perl
6031            ! hints/linux.sh hints/qnx.sh
6032 ____________________________________________________________________________
6033 [   839] By: mbeattie                              on 1998/04/02  14:13:13
6034         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
6035      Branch: perl
6036            ! cygwin32/perlgcc
6037 ____________________________________________________________________________
6038 [   838] By: gsar                                  on 1998/03/28  05:01:57
6039         Log: fix Env.pm to weed out illegal names
6040      Branch: win32/perl
6041            ! lib/Env.pm
6042 ____________________________________________________________________________
6043 [   837] By: gsar                                  on 1998/03/28  04:39:43
6044         Log: fix typo in makefile.mk
6045      Branch: win32/perl
6046            ! win32/makefile.mk
6047 ____________________________________________________________________________
6048 [   836] By: gsar                                  on 1998/03/23  17:40:15
6049         Log: add file: to installhtml URLs
6050      Branch: win32/perl
6051            ! win32/Makefile win32/makefile.mk
6052 ____________________________________________________________________________
6053 [   835] By: mbeattie                              on 1998/03/18  11:03:11
6054         Log: Add Thread::Signal to run signal handlers reliably in a new thread
6055      Branch: perl
6056            + ext/Thread/Thread/Signal.pm
6057            ! MANIFEST ext/Thread/Thread.xs
6058
6059 ----------------
6060 Version 5.004_63
6061 ----------------
6062
6063 ____________________________________________________________________________
6064 [   834] By: mbeattie                              on 1998/03/17  16:19:10
6065         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
6066      Branch: perl
6067            ! Policy_sh.SH
6068 ____________________________________________________________________________
6069 [   833] By: mbeattie                              on 1998/03/17  16:11:02
6070         Log: Integrate win32 branch into mainline.
6071      Branch: perl
6072           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
6073           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6074           !> win32/win32.c
6075 ____________________________________________________________________________
6076 [   832] By: gsar                                  on 1998/03/17  14:32:39
6077         Log: propagate bugfix @ change831 from asperl
6078      Branch: win32/perl
6079            ! regcomp.c
6080 ____________________________________________________________________________
6081 [   831] By: gsar                                  on 1998/03/17  14:02:51
6082         Log: fix buggy order of free() in regcomp.c (from AS)
6083      Branch: asperl
6084            ! regcomp.c
6085 ____________________________________________________________________________
6086 [   830] By: gsar                                  on 1998/03/17  01:10:54
6087         Log: add a part of AS patch#14, backout incomplete variable
6088              name changes for gcc. Builds and tests under VC/BC once again.
6089      Branch: asperl
6090            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
6091 ____________________________________________________________________________
6092 [   829] By: gsar                                  on 1998/03/16  23:49:18
6093         Log: stray tweak to win32.c
6094      Branch: win32/perl
6095            ! win32/win32.c
6096 ____________________________________________________________________________
6097 [   828] By: gsar                                  on 1998/03/16  22:06:03
6098         Log: update win32/config* files
6099      Branch: win32/perl
6100            ! win32/config.bc win32/config.gc win32/config.vc
6101            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6102 ____________________________________________________________________________
6103 [   827] By: gsar                                  on 1998/03/16  19:09:30
6104         Log: trivial integrate of mainline
6105      Branch: win32/perl
6106           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
6107           +> lib/ExtUtils/inst
6108           !> (integrate 61 files)
6109 ____________________________________________________________________________
6110 [   826] By: mbeattie                              on 1998/03/16  16:39:23
6111         Log: newCONSTSUB had private MY_start_subparse.
6112      Branch: perl
6113            ! op.c
6114 ____________________________________________________________________________
6115 [   825] By: mbeattie                              on 1998/03/16  16:36:55
6116         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
6117      Branch: perl
6118            ! hv.c
6119 ____________________________________________________________________________
6120 [   824] By: mbeattie                              on 1998/03/16  16:27:43
6121         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
6122      Branch: perl
6123            ! MANIFEST
6124 ____________________________________________________________________________
6125 [   823] By: mbeattie                              on 1998/03/16  16:26:02
6126         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
6127      Branch: perl
6128            + lib/ExtUtils/Packlist.pm
6129 ____________________________________________________________________________
6130 [   822] By: mbeattie                              on 1998/03/16  16:22:58
6131         Log: Bump patchlevel.h to 63.
6132      Branch: perl
6133            ! ext/IO/IO.xs patchlevel.h
6134           !> (integrate 41 files)
6135 ____________________________________________________________________________
6136 [   821] By: mbeattie                              on 1998/03/16  16:18:35
6137         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
6138              Subject: Bundling builtin.pm and newCONSTSUB with the core?
6139              From: jan.dubois@ibm.net (Jan Dubois)
6140              Date: Sun, 15 Mar 1998 19:09:05 +0100
6141      Branch: perl
6142            ! embed.h global.sym op.c pod/perlguts.pod proto.h
6143 ____________________________________________________________________________
6144 [   820] By: mbeattie                              on 1998/03/16  16:02:50
6145         Log: Subject: [PATCH] STRESS_REALLOC
6146              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
6147              From: Stephen McCamant <alias@mcs.com>
6148      Branch: perl
6149            ! malloc.c perl.c scope.c
6150 ____________________________________________________________________________
6151 [   819] By: mbeattie                              on 1998/03/16  16:01:06
6152         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
6153              Date: Fri, 13 Mar 1998 23:21:25 +0100
6154              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
6155      Branch: perl
6156            ! perly.c
6157 ____________________________________________________________________________
6158 [   818] By: mbeattie                              on 1998/03/16  15:59:16
6159         Log: Subject: [Configure PATCH] for OS/2
6160              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
6161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6162              [Two hunks to Configure failed to apply due to clashes]
6163      Branch: perl
6164            ! Configure hints/os2.sh
6165 ____________________________________________________________________________
6166 [   817] By: mbeattie                              on 1998/03/16  15:55:28
6167         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
6168              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
6169              From: Charles Bailey <BAILEY@newman.upenn.edu>
6170              [Needed manual tweaks on vms/config.vms since it clashed with other
6171              patches. I may have got it wrong.]
6172      Branch: perl
6173            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6174            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
6175            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
6176            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
6177            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
6178            ! vms/test.com vms/vms.c vms/vmsish.h
6179 ____________________________________________________________________________
6180 [   816] By: mbeattie                              on 1998/03/16  15:26:04
6181         Log: Subject: [PATCH] Let h2xs read multiple header files
6182              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
6183              From: Benjamin Sugars <bsugars@canoe.ca>
6184      Branch: perl
6185            ! utils/h2xs.PL
6186 ____________________________________________________________________________
6187 [   815] By: mbeattie                              on 1998/03/16  15:24:12
6188         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
6189              Date: Mon, 09 Mar 1998 09:18:56 -0800
6190              From: Dan Sugalski <sugalskd@osshe.edu>
6191      Branch: perl
6192            ! vms/config.vms
6193 ____________________________________________________________________________
6194 [   814] By: mbeattie                              on 1998/03/16  13:17:14
6195         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
6196              Date: Sun, 08 Mar 1998 12:50:23 +0000
6197              From: Alan Burlison <alan.burlison@UK.Sun.COM>
6198              plus manual update of MANIFEST
6199      Branch: perl
6200            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
6201            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
6202            ! lib/ExtUtils/MM_Unix.pm
6203 ____________________________________________________________________________
6204 [   813] By: mbeattie                              on 1998/03/16  13:08:55
6205         Log: From: Blair Zajac <blair@gps.caltech.edu>
6206              Subject: PATCH: util.c and util.h function declarations do not match
6207              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
6208              Subject: PATCH: cgywin32 patch for perlgcc
6209              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
6210              Subject: PATCH: perl5.004_62 on cygwin32
6211              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
6212      Branch: perl
6213            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
6214 ____________________________________________________________________________
6215 [   812] By: mbeattie                              on 1998/03/16  12:55:39
6216         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6217              Subject: [PATCH 5.004_62} Config_62-01 patch available.
6218              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
6219              Subject: [PATCH 5.004_62] Tiny hint file updates
6220              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
6221      Branch: perl
6222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6223            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
6224            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
6225            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6226            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
6227            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
6228 ____________________________________________________________________________
6229 [   811] By: mbeattie                              on 1998/03/16  12:13:55
6230         Log: DOS djgpp updates:
6231              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6232              Subject: [PATCH for 5.004_61] dos-djgpp update
6233              Date: Fri, 6 Mar 1998 10:41:01 +0100
6234              Subject: [PATCH 5.004_62] dos-djgpp update
6235              Date: Thu, 12 Mar 1998 13:34:51 +0100
6236      Branch: perl
6237            ! djgpp/config.over hints/dos_djgpp.sh
6238 ____________________________________________________________________________
6239 [   810] By: gsar                                  on 1998/03/16  08:48:17
6240         Log: integrate mainline
6241      Branch: win32/perl
6242           !> pp_sys.c
6243 ____________________________________________________________________________
6244 [   809] By: gsar                                  on 1998/03/16  08:44:37
6245         Log: various changes to get asperl working under Borland
6246              (passes all tests when built under PERL_OBJECT)
6247      Branch: asperl
6248            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
6249            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
6250            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
6251            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
6252            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
6253            ! win32/win32sck.c
6254 ____________________________________________________________________________
6255 [   808] By: gsar                                  on 1998/03/12  19:50:20
6256         Log: set sockets to nonoverlapped mode for every thread
6257              Message-Id: <35081FE4.965A484D@enteract.com>
6258              Date:    Thu, 12 Mar 1998 11:48:20 CST
6259              From:    Steve Nielsen <spn@enteract.com>
6260              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
6261      Branch: win32/perl
6262            ! win32/win32.h win32/win32sck.c
6263 ____________________________________________________________________________
6264 [   807] By: gsar                                  on 1998/03/12  19:26:54
6265         Log: add AS patch#13
6266      Branch: asperl
6267            ! win32/Makefile
6268 ____________________________________________________________________________
6269 [   806] By: gsar                                  on 1998/03/12  00:51:08
6270         Log: added AS patch#12 with minor changes
6271      Branch: asperl
6272            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
6273            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6274            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
6275            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
6276            ! win32/runperl.c
6277 ____________________________________________________________________________
6278 [   805] By: gsar                                  on 1998/03/10  20:35:10
6279         Log: reinstate some standard sig_names to avoid noise from
6280              modules (and in hopes of making them _do_ something in future)
6281      Branch: win32/perl
6282            ! win32/config.bc win32/config.gc win32/config.vc
6283            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6284 ____________________________________________________________________________
6285 [   804] By: gsar                                  on 1998/03/10  20:33:05
6286         Log: mingw32 tweaks
6287      Branch: win32/perl
6288            ! win32/makefile.mk win32/win32.c win32/win32.h
6289 ____________________________________________________________________________
6290 [   803] By: gsar                                  on 1998/03/09  20:56:07
6291         Log: tweak Win32::DomainName() implementation
6292      Branch: win32/perl
6293            ! win32/Makefile win32/win32.c
6294 ____________________________________________________________________________
6295 [   802] By: gsar                                  on 1998/03/09  03:51:01
6296         Log: merge C<local $tied{foo}> patch, also moved statics in
6297              [ah]v.c to thrdvar.h
6298      Branch: win32/perl
6299            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
6300 ____________________________________________________________________________
6301 [   801] By: gsar                                  on 1998/03/09  02:38:35
6302         Log: minor win32 support fixes
6303              - add a better implementation of Win32::DomainName() (as
6304              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
6305              - fix opendir() emulation was unsafe what given long paths
6306      Branch: win32/perl
6307            ! win32/win32.c
6308 ____________________________________________________________________________
6309 [   800] By: nick                                  on 1998/03/07  09:36:41
6310         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
6311              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
6312              exist. (Breaks libnet).
6313      Branch: perl
6314            ! pp_sys.c
6315 ____________________________________________________________________________
6316 [   799] By: gsar                                  on 1998/03/07  07:51:28
6317         Log: integrate mainline changes
6318      Branch: asperl
6319           !> (integrate 111 files)
6320 ____________________________________________________________________________
6321 [   798] By: gsar                                  on 1998/03/07  07:01:55
6322         Log: integrate mainline
6323      Branch: win32/perl
6324           !> myconfig patchlevel.h
6325 ____________________________________________________________________________
6326 [   797] By: gsar                                  on 1998/03/07  06:49:49
6327         Log: provide our own popen()/pclose() to fix problems with qx//:
6328              - qx// used to always invoke the shell, now does so only when needed
6329              - qx// didn't respect PERL5SHELL, now does
6330      Branch: win32/perl
6331            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
6332 ____________________________________________________________________________
6333 [   796] By: gsar                                  on 1998/03/07  01:37:10
6334         Log: a missed s/sp/SP/
6335      Branch: win32/perl
6336            ! lib/ExtUtils/typemap pod/perlcall.pod
6337 ____________________________________________________________________________
6338 [   795] By: gsar                                  on 1998/03/07  01:05:21
6339         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
6340              mention that local stack pointer should be called SP.  This makes the
6341              API safer from source incompatibilities down the line.
6342      Branch: win32/perl
6343            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
6344            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
6345            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
6346            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
6347            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
6348            ! pp_ctl.c pp_hot.c pp_sys.c util.c
6349
6350 ----------------
6351 Version 5.004_62
6352 ----------------
6353
6354 ____________________________________________________________________________
6355 [   794] By: mbeattie                              on 1998/03/06  09:38:08
6356         Log: Subject: [PATCH] perl5.004_61 myconfig updates
6357              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
6358              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6359      Branch: perl
6360            ! myconfig
6361 ____________________________________________________________________________
6362 [   793] By: mbeattie                              on 1998/03/06  09:36:37
6363         Log: Bump patchlevel.h to 62.
6364      Branch: perl
6365            ! patchlevel.h
6366 ____________________________________________________________________________
6367 [   792] By: mbeattie                              on 1998/03/06  09:35:57
6368         Log: Integrate win32 branch into mainline.
6369      Branch: perl
6370           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
6371           !> win32/config.gc win32/config.vc win32/config_H.bc
6372           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6373 ____________________________________________________________________________
6374 [   791] By: gsar                                  on 1998/03/06  06:00:08
6375         Log: various
6376              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
6377              - add missing prototypes
6378              - regenerate win32/config*.?c
6379      Branch: win32/perl
6380            ! bytecode.h proto.h win32/config.bc win32/config.gc
6381            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6382            ! win32/config_H.vc win32/makefile.mk
6383 ____________________________________________________________________________
6384 [   790] By: gsar                                  on 1998/03/06  03:19:23
6385         Log: fix typo in Makefile
6386      Branch: win32/perl
6387            ! win32/Makefile
6388 ____________________________________________________________________________
6389 [   789] By: gsar                                  on 1998/03/05  22:55:53
6390         Log: integrate mainline
6391      Branch: win32/perl
6392           !> (integrate 47 files)
6393 ____________________________________________________________________________
6394 [   788] By: gsar                                  on 1998/03/05  20:02:09
6395         Log: added AS patch#11
6396              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
6397              Date:    Thu, 05 Mar 1998 10:23:04 PST
6398              From:    Douglas Lankshear <dougl@ActiveState.com>
6399              
6400              This patch fixes a bug I introduced removing duplicate code.
6401              -- Doug
6402      Branch: asperl
6403            ! ObjXSub.h objpp.h win32/runperl.c
6404 ____________________________________________________________________________
6405 [   787] By: gsar                                  on 1998/03/05  19:56:17
6406         Log: add Nick's dTHR fixes
6407      Branch: win32/perl
6408            ! op.c scope.c
6409 ____________________________________________________________________________
6410 [   786] By: gsar                                  on 1998/03/05  19:54:49
6411         Log: maintpatch
6412              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
6413              Date:    Thu, 05 Mar 1998 02:49:46 EST
6414              From:    Spider Boardman <spider@orb.nashua.nh.us>
6415              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
6416      Branch: win32/perl
6417            ! scope.c
6418 ____________________________________________________________________________
6419 [   785] By: mbeattie                              on 1998/03/05  19:12:14
6420         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
6421              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
6422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6423      Branch: perl
6424            ! op.c proto.h regcomp.c regexp.h util.c
6425 ____________________________________________________________________________
6426 [   784] By: mbeattie                              on 1998/03/05  19:11:09
6427         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
6428              Date: Wed, 4 Mar 1998 10:18:03 GMT
6429              From: Nick Ing-Simmons <nik@tiuk.ti.com>
6430      Branch: perl
6431            ! atomic.h
6432 ____________________________________________________________________________
6433 [   783] By: mbeattie                              on 1998/03/05  19:09:16
6434         Log: Subject: Configure patches -01 and -02 for 5.004_61.
6435              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
6436              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6437      Branch: perl
6438            ! Configure INSTALL Policy_sh.SH Porting/Glossary
6439            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
6440            ! config_h.SH handy.h hints/README.hints hints/aix.sh
6441            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
6442            ! makedepend.SH myconfig pp_sys.c
6443 ____________________________________________________________________________
6444 [   782] By: mbeattie                              on 1998/03/05  19:05:23
6445         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
6446              Date: 03 Mar 1998 18:05:07 +0100
6447              From: Gisle Aas <gisle@aas.no>
6448      Branch: perl
6449            ! perl.h pp_ctl.c
6450 ____________________________________________________________________________
6451 [   781] By: mbeattie                              on 1998/03/05  19:04:34
6452         Log: Subject: [PATCH] Make autouse -w-safe
6453              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
6454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6455      Branch: perl
6456            ! lib/autouse.pm op.c sv.c
6457 ____________________________________________________________________________
6458 [   780] By: mbeattie                              on 1998/03/05  19:02:50
6459         Log: Subject: [PATCH] External symbol re_croak2
6460              Date: 02 Mar 1998 13:00:45 +0100
6461              From: Gisle Aas <gisle@aas.no>
6462      Branch: perl
6463            ! regcomp.c regcomp.h
6464 ____________________________________________________________________________
6465 [   779] By: mbeattie                              on 1998/03/05  19:01:25
6466         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
6467              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
6468              From: bailey@newman.upenn.edu (Charles Bailey)
6469      Branch: perl
6470            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
6471            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
6472            ! sv.h
6473 ____________________________________________________________________________
6474 [   778] By: mbeattie                              on 1998/03/05  18:53:13
6475         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
6476              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
6477              From: bailey@newman.upenn.edu (Charles Bailey)
6478      Branch: perl
6479            ! perl.h
6480 ____________________________________________________________________________
6481 [   777] By: mbeattie                              on 1998/03/05  18:50:25
6482         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
6483              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
6484              From: bailey@newman.upenn.edu (Charles Bailey)
6485      Branch: perl
6486            ! lib/File/Basename.pm
6487 ____________________________________________________________________________
6488 [   776] By: mbeattie                              on 1998/03/05  18:49:15
6489         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
6490              Date: 01 Mar 1998 15:16:03 +0100
6491              From: Gisle Aas <gisle@aas.no>
6492      Branch: perl
6493            ! pod/perlguts.pod
6494 ____________________________________________________________________________
6495 [   775] By: mbeattie                              on 1998/03/05  18:48:05
6496         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
6497              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
6498              From: Jarkko Hietaniemi <jhi@iki.fi>
6499      Branch: perl
6500            ! Makefile.SH perl_exp.SH
6501 ____________________________________________________________________________
6502 [   774] By: mbeattie                              on 1998/03/05  18:46:32
6503         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
6504              Date: Sun, 1 Mar 1998 02:02:47 -0500
6505              From: Spider Boardman <spider@orb.nashua.nh.us>
6506      Branch: perl
6507            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
6508 ____________________________________________________________________________
6509 [   773] By: mbeattie                              on 1998/03/05  18:43:57
6510         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
6511              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
6512              From: Hans Mulder <hansmu@xs4all.nl>
6513      Branch: perl
6514            ! pp_ctl.c
6515 ____________________________________________________________________________
6516 [   772] By: mbeattie                              on 1998/03/05  18:39:25
6517         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
6518              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
6519              From: Jarkko Hietaniemi <jhi@iki.fi>
6520      Branch: perl
6521            ! Makefile.SH
6522 ____________________________________________________________________________
6523 [   771] By: mbeattie                              on 1998/03/05  18:38:32
6524         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
6525              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
6526              From: Jarkko Hietaniemi <jhi@iki.fi>
6527      Branch: perl
6528            ! hints/netbsd.sh
6529 ____________________________________________________________________________
6530 [   770] By: mbeattie                              on 1998/03/05  18:36:50
6531         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
6532      Branch: perl
6533            ! cflags.SH
6534 ____________________________________________________________________________
6535 [   769] By: mbeattie                              on 1998/03/05  18:34:35
6536         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
6537              Subject: [PATCH 5.004_61] bunch of small patches
6538              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
6539              From: Andrew Cohen <cohen@andy.bu.edu>
6540      Branch: perl
6541            ! bytecode.h
6542 ____________________________________________________________________________
6543 [   768] By: mbeattie                              on 1998/03/05  18:13:06
6544         Log: Integrate win32 branch into mainline.
6545      Branch: perl
6546           !> (integrate 53 files)
6547 ____________________________________________________________________________
6548 [   767] By: TimBunce                              on 1998/03/05  11:48:09
6549         Log: Update to change 744.
6550      Branch: maint-5.004/perl
6551            ! lib/ExtUtils/Install.pm
6552 ____________________________________________________________________________
6553 [   765] By: TimBunce                              on 1998/03/05  11:24:24
6554         Log: Update embed.h after make regen_headers.
6555      Branch: maint-5.004/perl
6556            ! embed.h
6557 ____________________________________________________________________________
6558 [   764] By: TimBunce                              on 1998/03/05  11:05:13
6559         Log: APPLLIB_EXP now has arch and version dirs added to @INC
6560      Branch: maint-5.004/perl
6561            ! perl.c
6562 ____________________________________________________________________________
6563 [   763] By: TimBunce                              on 1998/03/05  11:01:38
6564         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
6565              Added MAINT_TRIAL_1 local patch label to patchlevel.h
6566              Removed win32/win32io.c and win32/win32io.h from repository
6567      Branch: maint-5.004/perl
6568            - win32/win32io.c win32/win32io.h
6569            ! MANIFEST patchlevel.h
6570 ____________________________________________________________________________
6571 [   762] By: TimBunce                              on 1998/03/05  10:05:34
6572         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
6573              From:  Spider Boardman <spider@orb.nashua.nh.us>
6574              Files:  scope.c
6575      Branch: maint-5.004/perl
6576            ! scope.c
6577 ____________________________________________________________________________
6578 [   761] By: TimBunce                              on 1998/03/05  10:03:10
6579         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
6580              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6581              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
6582              Files:  av.c hv.c scope.c t/op/local.t
6583      Branch: maint-5.004/perl
6584            ! av.c hv.c scope.c t/op/local.t
6585 ____________________________________________________________________________
6586 [   760] By: gsar                                  on 1998/03/04  20:58:21
6587         Log: added AS patch#10
6588              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
6589              Date:    Tue, 03 Mar 1998 10:46:13 PST
6590              From:    Douglas Lankshear <dougl@ActiveState.com>
6591              Subject: [PATCH]
6592              
6593              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
6594              linked modules.
6595              
6596              -- Doug
6597      Branch: asperl
6598            ! win32/dl_win32.xs
6599 ____________________________________________________________________________
6600 [   759] By: TimBunce                              on 1998/03/04  18:46:41
6601         Log: Update patchls utility
6602      Branch: maint-5.004/perl
6603            ! Porting/patchls
6604 ____________________________________________________________________________
6605 [   758] By: TimBunce                              on 1998/03/04  17:07:06
6606         Log: perldoc -f now uses pager if text is too long for screen
6607      Branch: maint-5.004/perl
6608            ! utils/perldoc.PL
6609 ____________________________________________________________________________
6610 [   757] By: TimBunce                              on 1998/03/04  16:57:04
6611         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
6612              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
6613      Branch: maint-5.004/perl
6614            + hints/openbsd.sh
6615            ! pod/perlfunc.pod
6616 ____________________________________________________________________________
6617 [   756] By: TimBunce                              on 1998/03/04  16:48:40
6618         Log: Fix for new gnulibc stdio.h when using sfio+perlio
6619      Branch: maint-5.004/perl
6620            ! perlsdio.h
6621 ____________________________________________________________________________
6622 [   755] By: TimBunce                              on 1998/03/04  16:47:08
6623         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
6624              Added details of split in scalar context to perlfunc.pod
6625      Branch: maint-5.004/perl
6626            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
6627 ____________________________________________________________________________
6628 [   754] By: TimBunce                              on 1998/03/04  16:35:58
6629         Log: Updated perl -v info to include reference to docs and home page.
6630      Branch: maint-5.004/perl
6631            ! perl.c
6632 ____________________________________________________________________________
6633 [   753] By: TimBunce                              on 1998/03/04  16:31:29
6634         Log: Updated hints/bsdos.sh for BSD/OS 3.1
6635              Fixed typo in pod/perlsyn.pod
6636              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
6637              Fixed typo in ext/GDBM_File/GDBM_File.pm
6638      Branch: maint-5.004/perl
6639            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
6640            ! hints/bsdos.sh pod/perlsyn.pod
6641 ____________________________________________________________________________
6642 [   752] By: TimBunce                              on 1998/03/04  15:49:19
6643         Log: Changed bug address in README to perlbug@perl.com
6644              Changed Copyright in perl.c to 1998
6645              Added op/pos.t test from Robin Houston <robin@oneworld.org>
6646      Branch: maint-5.004/perl
6647            + t/op/pos.t
6648            ! README perl.c
6649 ____________________________________________________________________________
6650 [   751] By: TimBunce                              on 1998/03/04  14:47:15
6651         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
6652      Branch: maint-5.004/perl
6653            ! t/comp/require.t t/lib/ph.t
6654 ____________________________________________________________________________
6655 [   750] By: TimBunce                              on 1998/03/04  13:29:58
6656         Log: Added dTHR definition to ease backwards compatibility for XS
6657              source code from 5.005.
6658      Branch: maint-5.004/perl
6659            ! perl.h
6660 ____________________________________________________________________________
6661 [   749] By: TimBunce                              on 1998/03/04  12:19:19
6662         Log: Title:  "rename local 'op' variables to 'o'", #F114
6663              From:  Gurusamy Sarathy
6664              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
6665              toke.c
6666      Branch: maint-5.004/perl
6667            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
6668            ! scope.c toke.c
6669 ____________________________________________________________________________
6670 [   748] By: TimBunce                              on 1998/03/04  12:12:27
6671         Log: Title:  "consolidated win32 patch", #F112
6672              From:  Gurusamy Sarathy
6673              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
6674              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
6675              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
6676              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
6677              t/harness win32/win32.h win32/win32iop.h README.win32
6678              doio.c installhtml installperl pp_sys.c win32/Makefile
6679              win32/config.bc win32/config.vc win32/config_H.bc
6680              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6681              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
6682              win32/perllib.c win32/runperl.c win32/win32.c
6683              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
6684              x2p/a2py.c
6685      Branch: maint-5.004/perl
6686            + win32/bin/perlglob.pl
6687            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
6688            ! installhtml installperl lib/ExtUtils/Command.pm
6689            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
6690            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
6691            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
6692            ! win32/Makefile win32/config.bc win32/config.vc
6693            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
6694            ! win32/config_sh.PL win32/dl_win32.xs
6695            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
6696            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
6697            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
6698            ! x2p/a2py.c
6699 ____________________________________________________________________________
6700 [   747] By: TimBunce                              on 1998/03/04  11:59:57
6701         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
6702              From:  Gurusamy Sarathy
6703              Files:  MANIFEST t/lib/ph.t
6704      Branch: maint-5.004/perl
6705            ! MANIFEST t/lib/ph.t
6706 ____________________________________________________________________________
6707 [   746] By: TimBunce                              on 1998/03/04  11:47:43
6708         Log: Title:  "properly save STDOUT during system() in debugger", #F110
6709              From:  Jason Smith <smithj4@rpi.edu>
6710              Files:  lib/perl5db.pl
6711      Branch: maint-5.004/perl
6712            ! lib/perl5db.pl
6713 ____________________________________________________________________________
6714 [   745] By: TimBunce                              on 1998/03/04  11:40:19
6715         Log: Title:  "generate DynaLoader.pm at build time", #F109
6716              From:  Achim Bohnet <ach@mpe.mpg.de>
6717              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
6718              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
6719      Branch: maint-5.004/perl
6720            + ext/DynaLoader/DynaLoader.pm.PL
6721            ! MANIFEST ext/DynaLoader/Makefile.PL
6722 ____________________________________________________________________________
6723 [   744] By: TimBunce                              on 1998/03/04  11:34:09
6724         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
6725              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
6726              J. Koenig)
6727              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
6728              Files:  lib/ExtUtils/Install.pm
6729      Branch: maint-5.004/perl
6730            ! lib/ExtUtils/Install.pm
6731 ____________________________________________________________________________
6732 [   743] By: TimBunce                              on 1998/03/04  10:45:05
6733         Log: Title:  "Pod::Html trips over "C<0>"", #F107
6734              From:  Chip Salzenberg
6735              Files:  lib/Pod/Html.pm
6736      Branch: maint-5.004/perl
6737            ! lib/Pod/Html.pm
6738 ____________________________________________________________________________
6739 [   742] By: TimBunce                              on 1998/03/04  10:12:54
6740         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
6741              From:  Achim Bohnet <ach@mpe.mpg.de>
6742              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
6743              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
6744      Branch: maint-5.004/perl
6745            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
6746 ____________________________________________________________________________
6747 [   741] By: TimBunce                              on 1998/03/04  10:08:31
6748         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
6749              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
6750              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
6751              Zakharevich)
6752              Msg-ID:  <199801040630.AA29298@metronet.com>,
6753              <199801041826.NAA11568@aatma.engin.umich.edu>,
6754              <1998Jan4.130412.2719461@cor.newman>
6755              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
6756              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
6757      Branch: maint-5.004/perl
6758            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
6759            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
6760            ! win32/win32.h
6761 ____________________________________________________________________________
6762 [   740] By: TimBunce                              on 1998/03/04  09:55:57
6763         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
6764              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6765              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
6766              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
6767      Branch: maint-5.004/perl
6768            ! lib/Tie/Hash.pm pod/perlfunc.pod
6769 ____________________________________________________________________________
6770 [   739] By: TimBunce                              on 1998/03/04  09:26:01
6771         Log: Title:  "more doc for perldoc", #F103
6772              From:  Gurusamy Sarathy
6773              Files:  utils/perldoc.PL
6774      Branch: maint-5.004/perl
6775            ! utils/perldoc.PL
6776 ____________________________________________________________________________
6777 [   738] By: TimBunce                              on 1998/03/04  09:23:16
6778         Log: Title:  "Make perldoc look for an index file ", #F102
6779              From:  Gisle Aas <gisle@aas.no>
6780              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
6781              Files:  utils/perldoc.PL
6782      Branch: maint-5.004/perl
6783            ! utils/perldoc.PL
6784 ____________________________________________________________________________
6785 [   737] By: TimBunce                              on 1998/03/04  09:21:15
6786         Log: Title:  "perldoc -F filename", #F101
6787              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6788              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
6789              Files:  utils/perldoc.PL
6790      Branch: maint-5.004/perl
6791            ! utils/perldoc.PL
6792 ____________________________________________________________________________
6793 [   736] By: TimBunce                              on 1998/03/04  09:16:20
6794         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
6795              From:  Gisle Aas <gisle@aas.no>
6796              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
6797              Files:  sv.c
6798      Branch: maint-5.004/perl
6799            ! sv.c
6800 ____________________________________________________________________________
6801 [   735] By: TimBunce                              on 1998/03/04  09:08:51
6802         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
6803              From:  abigail@fnx.com
6804              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
6805              Files:  lib/Benchmark.pm
6806      Branch: maint-5.004/perl
6807            ! lib/Benchmark.pm
6808 ____________________________________________________________________________
6809 [   734] By: TimBunce                              on 1998/03/04  08:59:58
6810         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
6811              From:  Gisle Aas <gisle@aas.no>
6812              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
6813              Files:  hv.c
6814      Branch: maint-5.004/perl
6815            ! hv.c
6816 ____________________________________________________________________________
6817 [   733] By: TimBunce                              on 1998/03/04  08:35:19
6818         Log: Title:  "support caseless %ENV", #F097
6819              From:  Gurusamy Sarathy
6820              Files:  hv.c t/op/magic.t win32/win32.h
6821      Branch: maint-5.004/perl
6822            ! hv.c t/op/magic.t win32/win32.h
6823 ____________________________________________________________________________
6824 [   732] By: TimBunce                              on 1998/03/04  08:33:58
6825         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
6826              From:  Ilya Zakharevich
6827              Files:  emacs/cperl-mode.el
6828      Branch: maint-5.004/perl
6829            ! emacs/cperl-mode.el
6830 ____________________________________________________________________________
6831 [   731] By: TimBunce                              on 1998/03/04  08:26:23
6832         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
6833              magic", #F095
6834              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6835              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
6836              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
6837              lib/ExtUtils/xsubpp sv.c
6838      Branch: maint-5.004/perl
6839            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
6840            ! pod/perlxs.pod proto.h sv.c sv.h
6841 ____________________________________________________________________________
6842 [   730] By: TimBunce                              on 1998/03/04  08:20:52
6843         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
6844              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6845              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
6846              Files:  mg.c
6847      Branch: maint-5.004/perl
6848            ! mg.c
6849 ____________________________________________________________________________
6850 [   729] By: TimBunce                              on 1998/03/04  08:18:02
6851         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
6852              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6853              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
6854              Files:  t/op/sort.t
6855      Branch: maint-5.004/perl
6856            ! t/op/sort.t
6857 ____________________________________________________________________________
6858 [   728] By: TimBunce                              on 1998/03/04  08:17:07
6859         Log: Title:  "Make search.pl work on win32", #F092
6860              From:  Gurusamy Sarathy
6861              Files:  win32/bin/search.pl
6862      Branch: maint-5.004/perl
6863            ! win32/bin/search.pl
6864 ____________________________________________________________________________
6865 [   727] By: gsar                                  on 1998/03/04  04:13:23
6866         Log: missing s/op/o/ from one of the mainpatches
6867      Branch: win32/perl
6868            ! op.c
6869 ____________________________________________________________________________
6870 [   726] By: gsar                                  on 1998/03/04  02:12:13
6871         Log: maintpatches #102 and #103 to perldoc.PL
6872      Branch: win32/perl
6873            ! utils/perldoc.PL
6874 ____________________________________________________________________________
6875 [   725] By: gsar                                  on 1998/03/04  02:00:15
6876         Log: renumber some tests to match maint branch
6877      Branch: win32/perl
6878            ! t/op/local.t
6879 ____________________________________________________________________________
6880 [   724] By: gsar                                  on 1998/03/04  01:25:50
6881         Log: maintpatch
6882              #70:  "Fix random whitespace errors in docs"
6883              From:  Roderick Schertler <roderick@argon.org>
6884              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
6885              Date:  Fri, 24 Oct 1997 11:20:44 -0400
6886              Files:  pod/checkpods.PL pod/perlfunc.pod
6887      Branch: win32/perl
6888            ! pod/checkpods.PL
6889 ____________________________________________________________________________
6890 [   723] By: gsar                                  on 1998/03/04  01:04:37
6891         Log: sync maintpatch
6892              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
6893              From:  Chip Salzenberg
6894              Files:  lib/File/Path.pm
6895      Branch: win32/perl
6896            ! lib/File/Path.pm
6897 ____________________________________________________________________________
6898 [   722] By: gsar                                  on 1998/03/04  00:46:46
6899         Log: remove redundancy in File::Find
6900      Branch: win32/perl
6901            ! lib/File/Find.pm
6902 ____________________________________________________________________________
6903 [   721] By: TimBunce                              on 1998/03/03  20:06:41
6904         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
6905              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
6906              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
6907              Files:  utils/perldoc.PL
6908      Branch: maint-5.004/perl
6909            ! utils/perldoc.PL
6910 ____________________________________________________________________________
6911 [   720] By: TimBunce                              on 1998/03/03  20:03:59
6912         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
6913              #F090
6914              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6915              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
6916              Files:  lib/ExtUtils/MM_Unix.pm
6917      Branch: maint-5.004/perl
6918            ! lib/ExtUtils/MM_Unix.pm
6919 ____________________________________________________________________________
6920 [   719] By: TimBunce                              on 1998/03/03  20:02:06
6921         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
6922              From:  Gurusamy Sarathy
6923              Files:  lib/FindBin.pm
6924      Branch: maint-5.004/perl
6925            ! lib/FindBin.pm
6926 ____________________________________________________________________________
6927 [   718] By: TimBunce                              on 1998/03/03  20:00:26
6928         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
6929              #F088
6930              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6931              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
6932              Files:  lib/File/Find.pm
6933      Branch: maint-5.004/perl
6934            ! lib/File/Find.pm
6935 ____________________________________________________________________________
6936 [   717] By: TimBunce                              on 1998/03/03  19:59:38
6937         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
6938              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6939              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
6940              Files:  op.c
6941      Branch: maint-5.004/perl
6942            ! op.c
6943 ____________________________________________________________________________
6944 [   716] By: TimBunce                              on 1998/03/03  19:57:17
6945         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
6946              #F086
6947              From:  Gurusamy Sarathy
6948              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
6949      Branch: maint-5.004/perl
6950            ! pod/perldelta.pod pod/perldiag.pod toke.c
6951 ____________________________________________________________________________
6952 [   715] By: TimBunce                              on 1998/03/03  19:51:33
6953         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
6954              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6955              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
6956              Files:  lib/Pod/Html.pm
6957      Branch: maint-5.004/perl
6958            ! lib/Pod/Html.pm
6959 ____________________________________________________________________________
6960 [   714] By: TimBunce                              on 1998/03/03  19:50:28
6961         Log: Title:  "New pod: perlhist", #F084
6962              From:  Jarkko Hietaniemi <jhi@iki.fi>
6963              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
6964              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
6965      Branch: maint-5.004/perl
6966            + pod/perlhist.pod
6967            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
6968 ____________________________________________________________________________
6969 [   713] By: TimBunce                              on 1998/03/03  19:47:13
6970         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
6971              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6972              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
6973              Files:  pp_ctl.c t/op/local.t
6974      Branch: maint-5.004/perl
6975            ! pp_ctl.c t/op/local.t
6976 ____________________________________________________________________________
6977 [   712] By: TimBunce                              on 1998/03/03  19:45:56
6978         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
6979              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6980              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
6981              Files:  pp_ctl.c
6982      Branch: maint-5.004/perl
6983            ! pp_ctl.c
6984 ____________________________________________________________________________
6985 [   711] By: TimBunce                              on 1998/03/03  19:44:41
6986         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
6987              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6988              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
6989              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
6990      Branch: maint-5.004/perl
6991            + t/comp/require.t
6992            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
6993 ____________________________________________________________________________
6994 [   710] By: TimBunce                              on 1998/03/03  19:36:34
6995         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
6996              From:  Jarkko Hietaniemi <jhi@iki.fi>
6997              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
6998              Files:  t/pragma/locale.t
6999      Branch: maint-5.004/perl
7000            ! t/pragma/locale.t
7001 ____________________________________________________________________________
7002 [   709] By: TimBunce                              on 1998/03/03  19:32:30
7003         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
7004              From:  Gisle Aas <gisle@aas.no>
7005              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
7006              Files:  sv.c
7007      Branch: maint-5.004/perl
7008            ! sv.c
7009 ____________________________________________________________________________
7010 [   708] By: TimBunce                              on 1998/03/03  19:28:06
7011         Log: Title:  "Eliminate double warnings under C<package;>", #F077
7012              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7013              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
7014              Files:  gv.c op.c toke.c
7015      Branch: maint-5.004/perl
7016            ! gv.c op.c toke.c
7017 ____________________________________________________________________________
7018 [   707] By: TimBunce                              on 1998/03/03  19:13:17
7019         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
7020              #F076
7021              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
7022              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
7023              Files:  lib/File/Path.pm
7024      Branch: maint-5.004/perl
7025            ! lib/File/Path.pm
7026 ____________________________________________________________________________
7027 [   706] By: TimBunce                              on 1998/03/03  19:08:45
7028         Log: Title:  "Update of h2ph", #F075
7029              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
7030              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
7031              Files:  t/lib/ph.t utils/h2ph.PL
7032      Branch: maint-5.004/perl
7033            + t/lib/ph.t
7034            ! utils/h2ph.PL
7035 ____________________________________________________________________________
7036 [   705] By: TimBunce                              on 1998/03/03  18:56:59
7037         Log: Title:  "Fix AutoLoader for deep packages", #F074
7038              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
7039              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
7040              Files:  lib/AutoLoader.pm
7041      Branch: maint-5.004/perl
7042            ! lib/AutoLoader.pm
7043 ____________________________________________________________________________
7044 [   704] By: TimBunce                              on 1998/03/03  18:35:36
7045         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
7046              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7047              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
7048              Files:  op.c
7049      Branch: maint-5.004/perl
7050            ! op.c
7051 ____________________________________________________________________________
7052 [   703] By: TimBunce                              on 1998/03/03  18:32:28
7053         Log: Title:  "Make recursive lexical analysis more robust", #F072
7054              From:  Ilya Zakharevich and Chip Salzenberg
7055              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
7056              Files:  toke.c
7057      Branch: maint-5.004/perl
7058            ! toke.c
7059 ____________________________________________________________________________
7060 [   702] By: TimBunce                              on 1998/03/03  18:18:10
7061         Log: Title:  "Fix random whitespace errors in docs", #F070
7062              From:  Roderick Schertler <roderick@argon.org>
7063              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
7064              Files:  pod/perlfunc.pod pod/checkpods.PL
7065      Branch: maint-5.004/perl
7066            ! pod/checkpods.PL pod/perlfunc.pod
7067 ____________________________________________________________________________
7068 [   701] By: TimBunce                              on 1998/03/03  18:13:54
7069         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
7070              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7071              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
7072              Files:  toke.c
7073      Branch: maint-5.004/perl
7074            ! toke.c
7075 ____________________________________________________________________________
7076 [   700] By: TimBunce                              on 1998/03/03  18:11:20
7077         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
7078              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
7079              <nick@flirble.org>
7080              Msg-ID:  <199710241248.NAA00163@flirble.org>,
7081              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
7082              net>
7083              Files:  pp_ctl.c sv.c
7084      Branch: maint-5.004/perl
7085            ! pp_ctl.c sv.c
7086 ____________________________________________________________________________
7087 [   699] By: TimBunce                              on 1998/03/03  18:06:59
7088         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
7089              From:  Jarkko Hietaniemi <jhi@iki.fi>
7090              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
7091              Files:  op.c
7092      Branch: maint-5.004/perl
7093            ! op.c
7094 ____________________________________________________________________________
7095 [   698] By: TimBunce                              on 1998/03/03  18:04:51
7096         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
7097              From:  Administration <fadmin@informatics.muni.cz>
7098              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
7099              Files:  op.c
7100      Branch: maint-5.004/perl
7101            ! op.c
7102 ____________________________________________________________________________
7103 [   697] By: TimBunce                              on 1998/03/03  18:02:54
7104         Log: Title:  "Allow C<last()> to mean C<last>", #F065
7105              From:  Chip Salzenberg
7106              Files:  op.c
7107      Branch: maint-5.004/perl
7108            ! op.c
7109 ____________________________________________________________________________
7110 [   696] By: TimBunce                              on 1998/03/03  17:58:12
7111         Log: Title:  "Fix extension version mismatch message", #F064
7112              From:  Chip Salzenberg
7113              Files:  XSUB.h
7114      Branch: maint-5.004/perl
7115            ! XSUB.h
7116 ____________________________________________________________________________
7117 [   695] By: TimBunce                              on 1998/03/03  17:53:04
7118         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
7119              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
7120              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
7121              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7122              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
7123      Branch: maint-5.004/perl
7124            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7125            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
7126 ____________________________________________________________________________
7127 [   694] By: TimBunce                              on 1998/03/03  17:40:47
7128         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
7129              From:  Tom Christiansen
7130              Files:  ext/Socket/Socket.pm
7131      Branch: maint-5.004/perl
7132            ! ext/Socket/Socket.pm
7133 ____________________________________________________________________________
7134 [   693] By: TimBunce                              on 1998/03/03  17:32:57
7135         Log: Title:  "Kill warning about parameter type", #F061
7136              From:  Chip Salzenberg
7137              Files:  op.c
7138      Branch: maint-5.004/perl
7139            ! op.c
7140 ____________________________________________________________________________
7141 [   692] By: TimBunce                              on 1998/03/03  17:11:07
7142         Log: Title:  "Socket occasional SEGV", #F060
7143              From:  Trevor Blackwell <tlb@viaweb.com>
7144              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
7145              Files:  ext/Socket/Socket.xs
7146      Branch: maint-5.004/perl
7147            ! ext/Socket/Socket.xs
7148 ____________________________________________________________________________
7149 [   691] By: TimBunce                              on 1998/03/03  17:09:51
7150         Log: Title:  "Avoid SEGV from local($@)", #F059
7151              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7152              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
7153              Files:  pp_ctl.c
7154      Branch: maint-5.004/perl
7155            ! pp_ctl.c
7156 ____________________________________________________________________________
7157 [   690] By: TimBunce                              on 1998/03/03  17:08:21
7158         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
7159              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7160              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
7161              Files:  op.c
7162      Branch: maint-5.004/perl
7163            ! op.c
7164 ____________________________________________________________________________
7165 [   689] By: TimBunce                              on 1998/03/03  17:05:57
7166         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
7167              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7168              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
7169              Files:  XSUB.h
7170      Branch: maint-5.004/perl
7171            ! XSUB.h
7172 ____________________________________________________________________________
7173 [   688] By: TimBunce                              on 1998/03/03  17:04:15
7174         Log: Title:  "Re: Sort grammar bug", #F056
7175              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7176              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
7177              Files:  toke.c
7178      Branch: maint-5.004/perl
7179            ! toke.c
7180 ____________________________________________________________________________
7181 [   687] By: TimBunce                              on 1998/03/03  17:01:32
7182         Log: Title:  "Document indirect object cases for exec(), system()", #F055
7183              From:  Dominic Dunlop <domo@slipper.ip.lu>
7184              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
7185              Files:  pod/perlfunc.pod
7186      Branch: maint-5.004/perl
7187            ! pod/perlfunc.pod
7188 ____________________________________________________________________________
7189 [   686] By: TimBunce                              on 1998/03/03  16:56:44
7190         Log: Title:  "Update docs on tr///", #F054
7191              From:  Tom Phoenix <rootbeer@teleport.com>
7192              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
7193              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7194              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7195              pod/perlstyle.pod toke.c
7196      Branch: maint-5.004/perl
7197            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7198            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7199            ! pod/perlstyle.pod toke.c
7200 ____________________________________________________________________________
7201 [   685] By: TimBunce                              on 1998/03/03  16:38:50
7202         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
7203              From:  Tom Phoenix <rootbeer@teleport.com>
7204              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
7205              Files:  pod/perlop.pod
7206      Branch: maint-5.004/perl
7207            ! pod/perlop.pod
7208 ____________________________________________________________________________
7209 [   684] By: TimBunce                              on 1998/03/03  16:37:00
7210         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
7211              From:  "Joseph N. Hall" <joseph@cscaper.com>
7212              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
7213              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
7214      Branch: maint-5.004/perl
7215            ! perly.c perly.c.diff perly.y vms/perly_c.vms
7216 ____________________________________________________________________________
7217 [   683] By: TimBunce                              on 1998/03/03  16:31:15
7218         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
7219              sv_vsetpfn", #F051
7220              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
7221              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
7222              Files:  pod/perlguts.pod
7223      Branch: maint-5.004/perl
7224            ! pod/perlguts.pod
7225 ____________________________________________________________________________
7226 [   682] By: TimBunce                              on 1998/03/03  16:28:30
7227         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
7228              From:  Jarkko Hietaniemi <jhi@iki.fi>
7229              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
7230              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
7231      Branch: maint-5.004/perl
7232            ! INSTALL pod/perldiag.pod pod/perllocale.pod
7233 ____________________________________________________________________________
7234 [   681] By: TimBunce                              on 1998/03/03  16:24:12
7235         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
7236              From:  Jerome Abela <abela@hsc.fr>
7237              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
7238              Files:  ext/Fcntl/Fcntl.pm
7239      Branch: maint-5.004/perl
7240            ! ext/Fcntl/Fcntl.pm
7241 ____________________________________________________________________________
7242 [   680] By: TimBunce                              on 1998/03/03  16:23:20
7243         Log: Title:  "Commenting toke.c", #F048
7244              From:  gnat@frii.com
7245              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
7246              Files:  toke.c
7247      Branch: maint-5.004/perl
7248            ! toke.c
7249 ____________________________________________________________________________
7250 [   679] By: TimBunce                              on 1998/03/03  16:18:32
7251         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
7252              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7253              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
7254              Files:  pod/perlguts.pod pp.c t/op/vec.t
7255      Branch: maint-5.004/perl
7256            ! pod/perlguts.pod pp.c t/op/vec.t
7257 ____________________________________________________________________________
7258 [   678] By: TimBunce                              on 1998/03/03  16:15:44
7259         Log: Title:  "A few perl5.004_03 bugs", #F046
7260              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7261              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
7262              Files:  mg.c t/op/magic.t
7263      Branch: maint-5.004/perl
7264            ! mg.c t/op/magic.t
7265 ____________________________________________________________________________
7266 [   677] By: TimBunce                              on 1998/03/03  16:13:11
7267         Log: Title:  "Faster, cleaner av_unshift() ", #F045
7268              From:  Gisle Aas <gisle@aas.no>
7269              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
7270              Files:  av.c
7271      Branch: maint-5.004/perl
7272            ! av.c
7273 ____________________________________________________________________________
7274 [   676] By: TimBunce                              on 1998/03/03  16:04:30
7275         Log: Title:  "New hints/solaris2.sh", #F044
7276              From:  Stephen Zander <srz@mckesson.com>
7277              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
7278              Files:  hints/solaris_2.sh
7279      Branch: maint-5.004/perl
7280            ! hints/solaris_2.sh
7281 ____________________________________________________________________________
7282 [   675] By: TimBunce                              on 1998/03/03  15:33:07
7283         Log: Title:  "Refresh Complex.pm and test", #F043
7284              From:  Jarkko Hietaniemi <jhi@iki.fi>
7285              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
7286              Files:  lib/Math/Complex.pm t/lib/complex.t
7287      Branch: maint-5.004/perl
7288            ! lib/Math/Complex.pm t/lib/complex.t
7289 ____________________________________________________________________________
7290 [   674] By: TimBunce                              on 1998/03/03  15:29:16
7291         Log: Title:  "Fix (\@@) proto", #F042
7292              From:  "Joseph N. Hall" <joseph@cscaper.com>
7293              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
7294              Files:  op.c t/comp/proto.t
7295      Branch: maint-5.004/perl
7296            ! op.c t/comp/proto.t
7297 ____________________________________________________________________________
7298 [   673] By: TimBunce                              on 1998/03/03  15:26:31
7299         Log: Title:  "Allow empty BLOCK in code", #F041
7300              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
7301              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
7302              Files:  toke.c
7303      Branch: maint-5.004/perl
7304            ! toke.c
7305 ____________________________________________________________________________
7306 [   672] By: TimBunce                              on 1998/03/03  15:23:55
7307         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
7308              From:  Chip Salzenberg
7309              Files:  gv.c t/op/gv.t
7310      Branch: maint-5.004/perl
7311            ! gv.c t/op/gv.t
7312 ____________________________________________________________________________
7313 [   671] By: TimBunce                              on 1998/03/03  10:02:32
7314         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
7315              From:  Gisle Aas <gisle@aas.no>
7316              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
7317              Files:  gv.c sv.c
7318      Branch: maint-5.004/perl
7319            ! gv.c sv.c
7320 ____________________________________________________________________________
7321 [   670] By: TimBunce                              on 1998/03/03  09:59:48
7322         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
7323              From:  Chip Salzenberg
7324              Files:  gv.c
7325      Branch: maint-5.004/perl
7326            ! gv.c
7327 ____________________________________________________________________________
7328 [   669] By: TimBunce                              on 1998/03/03  09:58:58
7329         Log: Title:  "Make Configure less negative about PerlIO", #F036
7330              From:  chip@atlantic.net
7331              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
7332              Files:  Configure
7333      Branch: maint-5.004/perl
7334            ! Configure
7335 ____________________________________________________________________________
7336 [   668] By: TimBunce                              on 1998/03/03  09:55:51
7337         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
7338              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
7339              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
7340              Files:  pp_ctl.c
7341      Branch: maint-5.004/perl
7342            ! pp_ctl.c
7343 ____________________________________________________________________________
7344 [   667] By: TimBunce                              on 1998/03/03  09:52:59
7345         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
7346              From:  Irving Reid <irving@tor.securecomputing.com>
7347              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
7348              Files:  lib/Getopt/Long.pm
7349      Branch: maint-5.004/perl
7350            ! lib/Getopt/Long.pm
7351 ____________________________________________________________________________
7352 [   666] By: TimBunce                              on 1998/03/03  09:51:27
7353         Log: Title:  "adding the newSVpvn API function", #F033
7354              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
7355              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
7356              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
7357      Branch: maint-5.004/perl
7358            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
7359 ____________________________________________________________________________
7360 [   665] By: TimBunce                              on 1998/03/03  09:43:30
7361         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
7362              From:  Chip Salzenberg
7363              Files:  toke.c
7364      Branch: maint-5.004/perl
7365            ! toke.c
7366 ____________________________________________________________________________
7367 [   664] By: TimBunce                              on 1998/03/03  09:41:40
7368         Log: Title:  "Re-optimize character classes", #F031
7369              From:  Chip Salzenberg
7370              Files:  regcomp.h regcomp.c regexec.c
7371      Branch: maint-5.004/perl
7372            ! regcomp.c regcomp.h regexec.c
7373 ____________________________________________________________________________
7374 [   663] By: TimBunce                              on 1998/03/03  09:39:55
7375         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
7376              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
7377              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
7378              Files:  op.c t/op/local.t
7379      Branch: maint-5.004/perl
7380            ! op.c t/op/local.t
7381 ____________________________________________________________________________
7382 [   662] By: TimBunce                              on 1998/03/03  09:37:51
7383         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
7384              From:  Chip Salzenberg
7385              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
7386              pp_hot.c regexec.c scope.c
7387      Branch: maint-5.004/perl
7388            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
7389            ! proto.h regexec.c regexp.h scope.c
7390 ____________________________________________________________________________
7391 [   661] By: TimBunce                              on 1998/03/03  09:27:04
7392         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
7393              From:  Chip Salzenberg
7394              Files:  toke.c
7395      Branch: maint-5.004/perl
7396            ! toke.c
7397 ____________________________________________________________________________
7398 [   660] By: TimBunce                              on 1998/03/03  09:24:41
7399         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
7400              From:  Chip Salzenberg
7401              Files:  scope.c
7402      Branch: maint-5.004/perl
7403            ! scope.c
7404 ____________________________________________________________________________
7405 [   659] By: TimBunce                              on 1998/03/03  09:24:00
7406         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
7407              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7408              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
7409              Files:  sv.c t/op/sprintf.t
7410      Branch: maint-5.004/perl
7411            ! sv.c t/op/sprintf.t
7412 ____________________________________________________________________________
7413 [   658] By: TimBunce                              on 1998/03/03  09:22:13
7414         Log: Title:  "Tiny core patch for source filters", #F025
7415              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
7416              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
7417              Files:  toke.c
7418      Branch: maint-5.004/perl
7419            ! toke.c
7420 ____________________________________________________________________________
7421 [   657] By: TimBunce                              on 1998/03/03  09:20:00
7422         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
7423              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7424              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
7425              Files:  t/base/lex.t toke.c
7426      Branch: maint-5.004/perl
7427            ! t/base/lex.t toke.c
7428 ____________________________________________________________________________
7429 [   656] By: TimBunce                              on 1998/03/03  09:17:56
7430         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
7431              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7432              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
7433              Files:  doio.c t/pragma/warn-1global
7434      Branch: maint-5.004/perl
7435            ! doio.c t/pragma/warn-1global
7436 ____________________________________________________________________________
7437 [   655] By: TimBunce                              on 1998/03/03  09:16:56
7438         Log: Title:  "Fix '*' prototype", #F022
7439              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7440              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
7441              Files:  toke.c
7442      Branch: maint-5.004/perl
7443            ! toke.c
7444 ____________________________________________________________________________
7445 [   654] By: TimBunce                              on 1998/03/03  09:15:04
7446         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
7447              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
7448              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
7449              Files:  lib/File/Find.pm
7450      Branch: maint-5.004/perl
7451            ! lib/File/Find.pm
7452 ____________________________________________________________________________
7453 [   653] By: TimBunce                              on 1998/03/03  09:11:55
7454         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
7455              From:  Chip Salzenberg
7456              Files:  sv.c
7457      Branch: maint-5.004/perl
7458            ! sv.c
7459 ____________________________________________________________________________
7460 [   652] By: TimBunce                              on 1998/03/03  09:07:50
7461         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
7462              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7463              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
7464              Files:  scope.c
7465      Branch: maint-5.004/perl
7466            ! scope.c
7467 ____________________________________________________________________________
7468 [   651] By: TimBunce                              on 1998/03/03  09:07:10
7469         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
7470              From:  Stephane Payrard <stef@francenet.fr>
7471              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
7472              Files:  op.c t/op/my.t
7473      Branch: maint-5.004/perl
7474            ! op.c t/op/my.t
7475 ____________________________________________________________________________
7476 [   650] By: TimBunce                              on 1998/03/03  09:04:04
7477         Log: Title:  "enhanced "use strict" warning", #F017
7478              From:  Tkil <tkil@reptile.scrye.com>
7479              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
7480              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
7481      Branch: maint-5.004/perl
7482            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
7483 ____________________________________________________________________________
7484 [   649] By: TimBunce                              on 1998/03/03  09:02:55
7485         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
7486              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7487              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
7488              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
7489      Branch: maint-5.004/perl
7490            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
7491 ____________________________________________________________________________
7492 [   648] By: TimBunce                              on 1998/03/03  08:58:00
7493         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
7494              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7495              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
7496              Files:  sv.c
7497      Branch: maint-5.004/perl
7498            ! sv.c
7499 ____________________________________________________________________________
7500 [   647] By: TimBunce                              on 1998/03/03  08:53:35
7501         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
7502              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7503              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
7504              Files:  os2/os2.c util.c
7505      Branch: maint-5.004/perl
7506            ! os2/os2.c util.c
7507 ____________________________________________________________________________
7508 [   646] By: TimBunce                              on 1998/03/03  08:51:04
7509         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
7510              From:  Roderick Schertler <roderick@argon.org>
7511              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
7512              Files:  doio.c t/op/misc.t
7513      Branch: maint-5.004/perl
7514            ! doio.c t/op/misc.t
7515 ____________________________________________________________________________
7516 [   645] By: TimBunce                              on 1998/03/03  08:49:34
7517         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
7518              From:  Stephen McCamant <alias@mcs.com>
7519              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
7520              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
7521      Branch: maint-5.004/perl
7522            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
7523 ____________________________________________________________________________
7524 [   644] By: TimBunce                              on 1998/03/03  08:43:06
7525         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
7526              From:  Spider Boardman <spider@orb.nashua.nh.us>
7527              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
7528              Files:  sv.c
7529      Branch: maint-5.004/perl
7530            ! sv.c
7531 ____________________________________________________________________________
7532 [   643] By: TimBunce                              on 1998/03/03  08:41:07
7533         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
7534              From:  Chip Salzenberg
7535              Files:  op.c t/op/my.t
7536      Branch: maint-5.004/perl
7537            ! op.c t/op/my.t
7538 ____________________________________________________________________________
7539 [   642] By: TimBunce                              on 1998/03/03  08:39:11
7540         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
7541              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7542              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
7543              Files:  pod/perlobj.pod sv.c t/op/ref.t
7544      Branch: maint-5.004/perl
7545            ! pod/perlobj.pod sv.c t/op/ref.t
7546 ____________________________________________________________________________
7547 [   641] By: gsar                                  on 1998/03/03  04:39:49
7548         Log: merge problematic maintpatch to op.c
7549              #77:  "Eliminate double warnings under C<package;>"
7550              From:  Chip Salzenberg
7551              Files:  gv.c op.c toke.c
7552      Branch: win32/perl
7553            ! gv.c op.c toke.c
7554 ____________________________________________________________________________
7555 [   640] By: gsar                                  on 1998/03/03  04:30:22
7556         Log: merge another conflicting maintpatch to op.c
7557              #17:  "Enhanced "use strict" warning"
7558              From:  Tkil <tkil@reptile.scrye.com>
7559              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
7560              Date:  Thu, 4 Dec 1997 02:38:26 -0700
7561              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
7562      Branch: win32/perl
7563            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
7564 ____________________________________________________________________________
7565 [   639] By: gsar                                  on 1998/03/03  04:09:11
7566         Log: maintpatch
7567              #73:  "Fix order of warnings for misplaced subscripts"
7568              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7569              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
7570              Date:  Mon, 13 Oct 1997 11:23:56 +0100
7571              Files:  op.c
7572      Branch: win32/perl
7573            ! op.c
7574 ____________________________________________________________________________
7575 [   638] By: gsar                                  on 1998/03/03  04:02:16
7576         Log: manually apply another conflicting maintpatch
7577              #64:  "Fix extension version mismatch message"
7578              From:  Chip Salzenberg
7579              Files:  XSUB.h
7580      Branch: win32/perl
7581            ! XSUB.h
7582 ____________________________________________________________________________
7583 [   637] By: gsar                                  on 1998/03/03  03:57:08
7584         Log: maintpatch
7585              #62:  "Fix doc bug in getservbyname() examples"
7586              From:  Tom Christiansen
7587              Files:  ext/Socket/Socket.pm
7588      Branch: win32/perl
7589            ! ext/Socket/Socket.pm
7590 ____________________________________________________________________________
7591 [   636] By: gsar                                  on 1998/03/03  03:55:13
7592         Log: maintpatch
7593              #60:  "Socket occasional SEGV"
7594              From:  Trevor Blackwell <tlb@viaweb.com>
7595              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
7596              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
7597              Files:  ext/Socket/Socket.xs
7598      Branch: win32/perl
7599            ! ext/Socket/Socket.xs
7600 ____________________________________________________________________________
7601 [   635] By: gsar                                  on 1998/03/03  03:51:01
7602         Log: maintpatches for docs
7603              #53:  "Perlop bitwise & | ^ documentation"
7604              From:  Tom Phoenix <rootbeer@teleport.com>
7605              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
7606              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
7607              Files:  pod/perlfunc.pod
7608              -------- 
7609              #54:  "Update docs on tr///"
7610              From:  Tom Phoenix <rootbeer@teleport.com>
7611              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
7612              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
7613              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7614              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7615              pod/perlstyle.pod toke.c
7616      Branch: win32/perl
7617            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7618            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7619            ! pod/perlstyle.pod toke.c
7620 ____________________________________________________________________________
7621 [   634] By: gsar                                  on 1998/03/03  03:43:42
7622         Log: another maintpatch (this one needed adjust of test nos.)
7623              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7624              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
7625              Date: Thu, 22 Jan 1998 12:11:49 +0000
7626              Subject: Re: [PERL] A few perl5.004_03 bugs 
7627      Branch: win32/perl
7628            ! mg.c t/op/magic.t
7629 ____________________________________________________________________________
7630 [   633] By: gsar                                  on 1998/03/03  03:36:40
7631         Log: merge another toke.c patch and its dependent (very carefully)
7632              #32:  "Support C<Package::> as function-blind bearword"
7633              From:  Chip Salzenberg
7634              Files:  toke.c
7635              --------
7636              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
7637              From:  Gurusamy Sarathy
7638              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
7639      Branch: win32/perl
7640            ! pod/perldelta.pod pod/perldiag.pod toke.c
7641 ____________________________________________________________________________
7642 [   632] By: gsar                                  on 1998/03/03  03:12:16
7643         Log: another toke.c maintpatch
7644              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
7645              From:  Chip Salzenberg
7646              Files:  toke.c
7647      Branch: win32/perl
7648            ! toke.c
7649 ____________________________________________________________________________
7650 [   631] By: gsar                                  on 1998/03/03  03:06:59
7651         Log: still another maintpatch
7652              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7653              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
7654              Date: Sun, 02 Nov 1997 13:31:54 +0000
7655              Subject: [PATCH] assorted sprintf bugs
7656      Branch: win32/perl
7657            ! sv.c t/op/sprintf.t
7658 ____________________________________________________________________________
7659 [   630] By: gsar                                  on 1998/03/03  03:03:55
7660         Log: yet another maintpatch
7661              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7662              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
7663              Date: Sat, 22 Nov 1997 12:52:16 +0000
7664              Subject: Re: [PERL] Unexpected output 
7665      Branch: win32/perl
7666            ! doio.c t/pragma/warn-1global
7667 ____________________________________________________________________________
7668 [   629] By: gsar                                  on 1998/03/03  02:57:33
7669         Log: merge another maintpatch to toke.c
7670              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7671              Date: Sat, 22 Nov 1997 14:45:23 GMT
7672              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
7673              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
7674      Branch: win32/perl
7675            ! t/base/lex.t toke.c
7676 ____________________________________________________________________________
7677 [   628] By: gsar                                  on 1998/03/03  02:50:20
7678         Log: manually merge a maintpatch
7679              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
7680              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
7681              From: gnat@frii.com
7682              Subject: [PERL] Commenting toke.c
7683      Branch: win32/perl
7684            ! toke.c
7685 ____________________________________________________________________________
7686 [   627] By: TimBunce                              on 1998/03/02  22:34:47
7687         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
7688              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7689              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
7690              Files:  pp_hot.c pp_sys.c
7691      Branch: maint-5.004/perl
7692            ! pp_hot.c pp_sys.c
7693 ____________________________________________________________________________
7694 [   626] By: TimBunce                              on 1998/03/02  22:31:13
7695         Log: This is the change description for change 625
7696              Title:  "Fix tr///s option", #F007
7697              From:  Inaba Hiroto <inaba@st.rim.or.jp>
7698              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
7699              Files:  doop.c
7700      Branch: maint-5.004/perl
7701            ! doop.c
7702 ____________________________________________________________________________
7703 [   625] By: TimBunce                              on 1998/03/02  22:23:48
7704         Log:      Branch: maint-5.004/perl
7705            ! doop.c
7706 ____________________________________________________________________________
7707 [   623] By: TimBunce                              on 1998/03/02  21:51:53
7708         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
7709              From:  Chip Salzenberg
7710              Files:  pp_ctl.c
7711      Branch: maint-5.004/perl
7712            ! pp_ctl.c
7713 ____________________________________________________________________________
7714 [   622] By: TimBunce                              on 1998/03/02  21:43:29
7715         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
7716              From:  Chip Salzenberg
7717              Files:  sv.c
7718      Branch: maint-5.004/perl
7719            ! sv.c
7720 ____________________________________________________________________________
7721 [   621] By: TimBunce                              on 1998/03/02  21:29:59
7722         Log: Title:  "Fix compile-time warning line in while ()", #F004
7723              From:  Chip Salzenberg
7724              Files:  op.c
7725      Branch: maint-5.004/perl
7726            ! op.c
7727 ____________________________________________________________________________
7728 [   620] By: TimBunce                              on 1998/03/02  21:25:27
7729         Log: Title:  "STMT foreach LIST;", #F002
7730              From:  Chip Salzenberg
7731              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
7732              vms/perly_c.vms
7733      Branch: maint-5.004/perl
7734            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7735            ! toke.c vms/perly_c.vms
7736 ____________________________________________________________________________
7737 [   619] By: TimBunce                              on 1998/03/02  21:12:58
7738         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
7739              From:  Chip Salzenberg
7740              Files:  op.c
7741      Branch: maint-5.004/perl
7742            ! op.c
7743 ____________________________________________________________________________
7744 [   618] By: gsar                                  on 1998/03/02  04:40:16
7745         Log: make t/lib/nothread.t type xtext also
7746      Branch: win32/perl
7747            ! t/op/nothread.t
7748 ____________________________________________________________________________
7749 [   617] By: gsar                                  on 1998/03/02  04:35:15
7750         Log: make t/lib/thread.t type xtext
7751      Branch: win32/perl
7752            ! t/lib/thread.t
7753 ____________________________________________________________________________
7754 [   616] By: gsar                                  on 1998/03/02  04:17:40
7755         Log: fix misapplied hunks in change#614
7756      Branch: win32/perl
7757            ! scope.c scope.h
7758 ____________________________________________________________________________
7759 [   615] By: gsar                                  on 1998/03/02  03:39:16
7760         Log: another one down
7761              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
7762              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
7763              Date: Tue, 25 Nov 1997 23:03:48 -0800
7764              Subject: [PERL] File::Find bugs & patches
7765      Branch: win32/perl
7766            ! lib/File/Find.pm
7767 ____________________________________________________________________________
7768 [   614] By: gsar                                  on 1998/03/02  03:28:28
7769         Log: this one with adjusted test numbers
7770              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
7771              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
7772              From: Stephen McCamant <alias@mcs.com>
7773              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
7774      Branch: win32/perl
7775            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
7776 ____________________________________________________________________________
7777 [   613] By: gsar                                  on 1998/03/02  03:13:32
7778         Log: still another
7779              From: Inaba Hiroto <inaba@st.rim.or.jp>
7780              Subject: [PERL] tr///s bug
7781              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
7782              Date: Sat, 10 Jan 1998 15:53:33 +0900
7783      Branch: win32/perl
7784            ! doop.c t/op/subst.t
7785 ____________________________________________________________________________
7786 [   612] By: gsar                                  on 1998/03/02  03:01:27
7787         Log: yet another patch
7788              From: Chip Salzenberg <salzench@nielsenmedia.com>
7789              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
7790              Subject: Tiny but massively cool:  C<statement foreach @list>
7791              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
7792      Branch: win32/perl
7793            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7794            ! toke.c vms/perly_c.vms
7795 ____________________________________________________________________________
7796 [   611] By: gsar                                  on 1998/03/02  01:52:46
7797         Log: yet another 'old' patch
7798              From: Stephane Payrard <stef@francenet.fr>
7799              Message-Id: <199712040054.BAA04612@www.zweig.com>
7800              To: perl5-porters@perl.org
7801              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
7802              between `my' and `local' (Patch included)
7803      Branch: win32/perl
7804            ! op.c t/op/my.t
7805 ____________________________________________________________________________
7806 [   610] By: gsar                                  on 1998/03/02  01:45:55
7807         Log: another 'old' patch
7808              From: Roderick Schertler <roderick@argon.org>
7809              Date: 19 Dec 1997 12:52:36 -0500
7810              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
7811              Subject: [PERL] [PATCH] Re: Problem with open >&=
7812      Branch: win32/perl
7813            ! doio.c t/op/misc.t
7814 ____________________________________________________________________________
7815 [   609] By: gsar                                  on 1998/03/02  01:23:56
7816         Log: apply missing pieces from:
7817              From: Chip Salzenberg <salzench@nielsenmedia.com>
7818              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
7819              Subject: [PATCH] Improved LVALUE patch
7820              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
7821      Branch: win32/perl
7822            ! sv.c
7823 ____________________________________________________________________________
7824 [   608] By: gsar                                  on 1998/03/02  01:13:01
7825         Log: merge two important 'old' patches
7826              From: Chip Salzenberg <salzench@nielsenmedia.com>
7827              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
7828              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
7829              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
7830              ------
7831              From: Chip Salzenberg <salzench@nielsenmedia.com>
7832              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
7833              Subject: [PATCH] Fix for compile-time while() warnings
7834              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
7835      Branch: win32/perl
7836            ! op.c
7837 ____________________________________________________________________________
7838 [   607] By: gsar                                  on 1998/03/01  06:52:26
7839         Log: integrate mainline changes
7840      Branch: asperl
7841           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
7842           +> lib/Tie/Handle.pm t/op/tiehandle.t
7843            - config_H
7844           !> (integrate 89 files)
7845 ____________________________________________________________________________
7846 [   606] By: gsar                                  on 1998/02/28  23:11:00
7847         Log: misc small tweaks
7848              - AutoLoader fix for long::pack::names
7849              - d_mymalloc can be set from makefiles now
7850              - make search.pl actually work on win32
7851              - revert podoc about $^E on OS/2 (per Ilya's wishes)
7852      Branch: win32/perl
7853            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
7854            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
7855 ____________________________________________________________________________
7856 [   605] By: gsar                                  on 1998/02/28  22:16:45
7857         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
7858      Branch: win32/perl
7859            ! embedvar.h sv.h
7860 ____________________________________________________________________________
7861 [   604] By: gsar                                  on 1998/02/28  21:08:58
7862         Log: integrate mainline
7863      Branch: win32/perl
7864           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
7865           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
7866           !> byterun.c ext/SDBM_File/Makefile.PL
7867           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
7868           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
7869           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
7870           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
7871           !> vms/test.com win32/makedef.pl
7872 ____________________________________________________________________________
7873 [   603] By: nick                                  on 1998/02/28  11:31:15
7874         Log: Missed FREAD in bytecode.h
7875              Cannot export svref_mutex in non-threaded perl
7876      Branch: perl
7877            ! bytecode.h win32/makedef.pl
7878
7879 ----------------
7880 Version 5.004_61
7881 ----------------
7882
7883 ____________________________________________________________________________
7884 [   602] By: mbeattie                              on 1998/02/27  18:35:27
7885         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
7886              preprocessor symbol on Digital UNIX.
7887      Branch: perl
7888            ! bytecode.h bytecode.pl byterun.c
7889 ____________________________________________________________________________
7890 [   601] By: mbeattie                              on 1998/02/27  18:27:00
7891         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
7892      Branch: perl
7893            ! sv.h
7894 ____________________________________________________________________________
7895 [   600] By: mbeattie                              on 1998/02/27  18:15:07
7896         Log: Add atomic.h to MANIFEST
7897      Branch: perl
7898            ! MANIFEST
7899 ____________________________________________________________________________
7900 [   599] By: mbeattie                              on 1998/02/27  18:13:52
7901         Log: Integrate win32 branch into mainline.
7902      Branch: perl
7903            ! bytecode.pl
7904           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
7905           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
7906           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
7907           !> win32/config.gc win32/config.vc win32/config_H.bc
7908           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7909           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7910           !> win32/win32thread.h
7911 ____________________________________________________________________________
7912 [   598] By: mbeattie                              on 1998/02/27  18:06:41
7913         Log: Make refcounts atomic for threading (dependent on appropriate
7914              arch-dependent and compiler-dependent definitions in atomic.h
7915              or else falls back to a global mutex to protect refcounts).
7916      Branch: perl
7917            + atomic.h
7918            ! global.sym perl.c perlvars.h sv.c sv.h
7919 ____________________________________________________________________________
7920 [   597] By: mbeattie                              on 1998/02/27  15:37:22
7921         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
7922      Branch: perl
7923            ! MANIFEST
7924 ____________________________________________________________________________
7925 [   596] By: mbeattie                              on 1998/02/27  15:34:55
7926         Log: Missed adding new file Policy_sh.SH in change 592.
7927      Branch: perl
7928            + Policy_sh.SH
7929 ____________________________________________________________________________
7930 [   595] By: mbeattie                              on 1998/02/27  15:34:06
7931         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
7932              Date: Fri, 27 Feb 1998 04:15:04 +0000
7933              From: Graham Barr <gbarr@pobox.com>
7934      Branch: perl
7935            + lib/Tie/Handle.pm t/op/tiehandle.t
7936            ! pod/perltie.pod pp_sys.c
7937 ____________________________________________________________________________
7938 [   594] By: mbeattie                              on 1998/02/27  15:31:12
7939         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7940              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
7941              Date: Thu, 26 Feb 1998 11:09:55 -0800
7942              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
7943              Date: Thu, 26 Feb 1998 11:15:24 -0800
7944      Branch: perl
7945            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
7946            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
7947            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
7948            ! vms/test.com
7949 ____________________________________________________________________________
7950 [   593] By: mbeattie                              on 1998/02/27  15:26:45
7951         Log: Fix file-descriptor leak when pipes fail via taint checks:
7952              Subject: [PATCH] Some patches went through cracks
7953              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
7954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7955      Branch: perl
7956            ! os2/os2.c util.c
7957 ____________________________________________________________________________
7958 [   592] By: mbeattie                              on 1998/02/27  15:15:12
7959         Log: Subject: Config_60-03-04.diff patch for 5.004_60
7960              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
7961              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7962      Branch: perl
7963            ! Configure MANIFEST Makefile.SH os2/diff.configure
7964 ____________________________________________________________________________
7965 [   591] By: gsar                                  on 1998/02/26  19:34:50
7966         Log: added AS patch#9
7967      Branch: asperl
7968            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
7969            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
7970            - win32/ipstdiowin.h win32/perlobj.def
7971            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
7972            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
7973            ! win32/win32sck.c win32/win32thread.c
7974 ____________________________________________________________________________
7975 [   590] By: gsar                                  on 1998/02/26  04:25:40
7976         Log: various changes to make win32 build under the new Configure & co.
7977              - added byterun.c to core C build
7978              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
7979              after adding new variables to config.[bgv]c
7980              - sig_name_init now has only the valid signals
7981              - we now have $Config{usethreads}
7982              - tested under the two commercial compilers w/ and w/o usethreads
7983      Branch: win32/perl
7984            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7985            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7986            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
7987 ____________________________________________________________________________
7988 [   589] By: gsar                                  on 1998/02/26  03:56:19
7989         Log: various cleanups so that B can be built as "just another extension"
7990              - export symbols needed for building B
7991              - bset_obj_store() is needed by byterun(), so define it there instead
7992              of at B.xs, and export it
7993              - freadpv() is only used in B.xs, so move it there
7994              - byte*.h are now included by perl.h
7995              - regenerate embed*.h
7996      Branch: win32/perl
7997            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
7998            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
7999 ____________________________________________________________________________
8000 [   588] By: gsar                                  on 1998/02/25  21:46:35
8001         Log: integrate mainline
8002      Branch: win32/perl
8003           +> Porting/config.sh Porting/config_H
8004            - config_H
8005           !> (integrate 54 files)
8006 ____________________________________________________________________________
8007 [   587] By: gsar                                  on 1998/02/25  19:20:26
8008         Log: added AS patch#8
8009      Branch: asperl
8010            ! sv.c x2p/a2py.c x2p/util.c
8011 ____________________________________________________________________________
8012 [   586] By: gsar                                  on 1998/02/25  19:08:06
8013         Log: added AS patch#7
8014              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
8015              Date:    Tue, 24 Feb 1998 07:57:07 PST
8016              From:    Douglas Lankshear <dougl@ActiveState.com>
8017              Subject: [PATCH] 
8018              
8019              Here's an attempt at
8020              6. MANIFEST must be updated with new file names
8021              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
8022              And some changes to move toward
8023              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
8024              
8025              -- Doug
8026      Branch: asperl
8027            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
8028            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
8029            ! perlenv.h perlio.h perllio.h win32/Makefile
8030 ____________________________________________________________________________
8031 [   585] By: mbeattie                              on 1998/02/25  17:44:34
8032         Log: More compiler tweaks.
8033      Branch: perl
8034            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
8035 ____________________________________________________________________________
8036 [   584] By: mbeattie                              on 1998/02/25  15:36:38
8037         Log: Subject: [PATCH 5.004_60] dos-djgpp update
8038              Date: Wed, 25 Feb 1998 11:17:07 +0100
8039              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8040      Branch: perl
8041            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
8042 ____________________________________________________________________________
8043 [   583] By: mbeattie                              on 1998/02/25  15:34:48
8044         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
8045      Branch: perl
8046            ! global.sym patchlevel.h
8047 ____________________________________________________________________________
8048 [   582] By: mbeattie                              on 1998/02/25  15:28:08
8049         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
8050              Date: Tue, 24 Feb 1998 11:15:57 +0000
8051              From: Robin Houston <robin@oneworld.org>
8052      Branch: perl
8053            ! pod/perldiag.pod pp_ctl.c
8054 ____________________________________________________________________________
8055 [   581] By: mbeattie                              on 1998/02/25  15:27:06
8056         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
8057              Date: 23 Feb 1998 23:36:09 +0100
8058              From: Gisle Aas <gisle@aas.no>
8059      Branch: perl
8060            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
8061 ____________________________________________________________________________
8062 [   580] By: mbeattie                              on 1998/02/25  15:25:29
8063         Log: Subject: [PATCH 5.004_60] improved Test.pm
8064              Date: Sat, 21 Feb 1998 14:17:09 -0500
8065              From: Joshua Pritikin <pritikin@mindspring.com>
8066      Branch: perl
8067            ! lib/Test.pm
8068 ____________________________________________________________________________
8069 [   579] By: mbeattie                              on 1998/02/25  15:23:24
8070         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
8071              From: Jarkko Hietaniemi <jhi@iki.fi>
8072              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
8073              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
8074              Subject: Re: your HP-UX perl patch
8075              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
8076      Branch: perl
8077            ! Makefile.SH embed.h global.sym hints/hpux.sh
8078 ____________________________________________________________________________
8079 [   578] By: mbeattie                              on 1998/02/25  15:18:06
8080         Log: Back out DB_File patch (change _553) and tweak Configure.
8081              Subject: ANNOUNCE: perl5.004_60 is available
8082              Date: Mon, 23 Feb 1998 10:47:26 -0000
8083              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
8084      Branch: perl
8085            ! Configure ext/DB_File/DB_File.xs
8086 ____________________________________________________________________________
8087 [   577] By: mbeattie                              on 1998/02/25  15:04:00
8088         Log: Subject: [PATCH] Cwd.pm
8089              Date: Fri, 20 Feb 1998 10:27:54 -0600
8090              From: Graham Barr <gbarr@ti.com>
8091      Branch: perl
8092            ! lib/Cwd.pm
8093 ____________________________________________________________________________
8094 [   576] By: mbeattie                              on 1998/02/25  15:02:57
8095         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
8096              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
8097              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
8098              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
8099              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
8100              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
8101              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
8102      Branch: perl
8103            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
8104 ____________________________________________________________________________
8105 [   575] By: mbeattie                              on 1998/02/25  14:58:00
8106         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
8107              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
8108              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8109      Branch: perl
8110            + Porting/config.sh Porting/config_H
8111            - config_H
8112            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
8113            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
8114            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
8115            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
8116            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
8117            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
8118            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
8119 ____________________________________________________________________________
8120 [   574] By: gsar                                  on 1998/02/24  02:21:14
8121         Log: fix typos in sv.c
8122      Branch: win32/perl
8123            ! sv.c
8124 ____________________________________________________________________________
8125 [   573] By: mbeattie                              on 1998/02/23  10:03:39
8126         Log: Remove old Linux+threads segfault degugging kludge.
8127      Branch: perl
8128            ! perl.c
8129 ____________________________________________________________________________
8130 [   572] By: gsar                                  on 1998/02/23  09:45:26
8131         Log: undo previous change (no added value!)
8132      Branch: win32/perl
8133            ! win32/bin/pl2bat.pl
8134 ____________________________________________________________________________
8135 [   571] By: gsar                                  on 1998/02/23  09:18:32
8136         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
8137              John Cavanaugh <cavanaug@sdd.hp.com>)
8138      Branch: win32/perl
8139            ! win32/bin/pl2bat.pl
8140 ____________________________________________________________________________
8141 [   570] By: gsar                                  on 1998/02/22  04:02:15
8142         Log: support chown() (just a noop for now)
8143      Branch: win32/perl
8144            ! dosish.h win32/win32.c win32/win32.h
8145 ____________________________________________________________________________
8146 [   569] By: gsar                                  on 1998/02/22  03:09:55
8147         Log: integrate latest win32 branch
8148      Branch: asperl
8149           +> (branch 41 files)
8150           !> (integrate 59 files)
8151 ____________________________________________________________________________
8152 [   568] By: gsar                                  on 1998/02/22  02:40:56
8153         Log: get compiler building under win32 (needed Makefile.PL
8154              hacks that could be applicable to other platforms)
8155      Branch: win32/perl
8156            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
8157 ____________________________________________________________________________
8158 [   567] By: gsar                                  on 1998/02/22  01:30:19
8159         Log: integrate mainline
8160      Branch: win32/perl
8161           +> (branch 41 files)
8162           !> (integrate 46 files)
8163 ____________________________________________________________________________
8164 [   566] By: gsar                                  on 1998/02/20  22:31:56
8165         Log: fix handle leak in join()
8166      Branch: win32/perl
8167            ! win32/win32thread.h
8168
8169 ----------------
8170 Version 5.004_60
8171 ----------------
8172
8173 ____________________________________________________________________________
8174 [   565] By: mbeattie                              on 1998/02/20  18:23:47
8175         Log: Remove compiler files from their old lib/B locations. The compiler
8176              now builds by default (without the byteperl executable so far) and
8177              seems to work at least minimally.
8178      Branch: perl
8179            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
8180            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
8181            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
8182            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
8183            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
8184            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
8185            ! MANIFEST bytecode.pl
8186 ____________________________________________________________________________
8187 [   564] By: mbeattie                              on 1998/02/20  18:05:33
8188         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
8189              under ext/B.
8190      Branch: perl
8191           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
8192           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8193           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
8194           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
8195           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
8196           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
8197           +> ext/B/B/makeliblinks ext/B/O.pm
8198 ____________________________________________________________________________
8199 [   563] By: mbeattie                              on 1998/02/20  17:54:58
8200         Log: Start getting compiler to work when built with the core.
8201              [Still won't work as of this change.]
8202      Branch: perl
8203           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
8204           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
8205           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
8206           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
8207           +> lib/B/Terse.pm lib/B/Xref.pm
8208            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
8209 ____________________________________________________________________________
8210 [   562] By: mbeattie                              on 1998/02/20  16:42:13
8211         Log: Merge perlext/Compiler/... into mainline. Some files move to
8212              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
8213              move to the base perl directory (e.g. headers). Will need some
8214              cleaning up before it builds properly, I would guess.
8215      Branch: perl
8216           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
8217           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
8218           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
8219           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
8220           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
8221           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
8222           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
8223           +> lib/B/makeliblinks lib/O.pm
8224 ____________________________________________________________________________
8225 [   561] By: mbeattie                              on 1998/02/20  16:39:38
8226         Log: Win32 changes from Sarathy, tweaked slightly by me.
8227      Branch: perlext
8228            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
8229            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
8230            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
8231            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
8232 ____________________________________________________________________________
8233 [   560] By: mbeattie                              on 1998/02/20  15:46:15
8234         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
8235      Branch: perl
8236            ! perl.c
8237 ____________________________________________________________________________
8238 [   559] By: mbeattie                              on 1998/02/20  12:56:10
8239         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
8240      Branch: perl
8241            ! MANIFEST patchlevel.h
8242 ____________________________________________________________________________
8243 [   558] By: mbeattie                              on 1998/02/20  12:53:26
8244         Log: Integrate win32 branch into mainline.
8245      Branch: perl
8246           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
8247           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8248           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8249           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
8250           !> win32/win32iop.h x2p/a2p.h
8251 ____________________________________________________________________________
8252 [   557] By: mbeattie                              on 1998/02/20  12:51:42
8253         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
8254              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
8255              From: Jarkko Hietaniemi <jhi@iki.fi>
8256      Branch: perl
8257            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
8258            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
8259            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
8260            ! pod/perltoc.pod pod/perlvar.pod
8261 ____________________________________________________________________________
8262 [   556] By: mbeattie                              on 1998/02/20  12:49:54
8263         Log: Subject: [PATCH] installperl
8264              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
8265              From: Norton Allen <allen@huarp.harvard.edu>
8266      Branch: perl
8267            ! installperl
8268 ____________________________________________________________________________
8269 [   555] By: mbeattie                              on 1998/02/20  12:49:09
8270         Log: Subject: [PATCH:_59] t/op/wantarray.t
8271              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
8272              From: Norton Allen <allen@huarp.harvard.edu>
8273      Branch: perl
8274            + t/op/wantarray.t
8275 ____________________________________________________________________________
8276 [   554] By: mbeattie                              on 1998/02/20  12:47:44
8277         Log: Subject: Misprint in regcomp.c [PATCH]
8278              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
8279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8280      Branch: perl
8281            ! regcomp.c
8282 ____________________________________________________________________________
8283 [   553] By: mbeattie                              on 1998/02/20  12:45:08
8284         Log: Subject: DB_File ->length does not work just after tie.
8285              Date: Tue, 17 Feb 1998 13:19:18 GMT
8286              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8287      Branch: perl
8288            ! ext/DB_File/DB_File.xs
8289 ____________________________________________________________________________
8290 [   552] By: mbeattie                              on 1998/02/20  12:43:32
8291         Log: Subject: [PATCH] - perl5.005_59, update Copyright
8292              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
8293              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
8294      Branch: perl
8295            ! perl.c
8296 ____________________________________________________________________________
8297 [   551] By: mbeattie                              on 1998/02/20  12:42:41
8298         Log: Subject: Re: for() and map() peculiarity
8299              Date: Mon, 16 Feb 1998 21:33:44 +0000
8300              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8301      Branch: perl
8302            ! pod/perlsyn.pod
8303 ____________________________________________________________________________
8304 [   550] By: mbeattie                              on 1998/02/20  12:41:53
8305         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
8306              Date: Mon, 16 Feb 1998 11:46:29 -0800
8307              From: Dan Sugalski <sugalskd@osshe.edu>
8308      Branch: perl
8309            ! vms/config.vms
8310 ____________________________________________________________________________
8311 [   549] By: mbeattie                              on 1998/02/20  12:40:55
8312         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
8313              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
8314              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
8315      Branch: perl
8316            ! global.sym
8317 ____________________________________________________________________________
8318 [   548] By: mbeattie                              on 1998/02/20  12:39:56
8319         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
8320              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
8321              From: Jarkko Hietaniemi <jhi@iki.fi>
8322      Branch: perl
8323            ! hints/irix_6.sh
8324 ____________________________________________________________________________
8325 [   547] By: mbeattie                              on 1998/02/20  12:38:58
8326         Log: Subject: [PATCH] perlguts update
8327              Date: 16 Feb 1998 11:23:53 +0100
8328              From: Gisle Aas <gisle@aas.no>
8329      Branch: perl
8330            ! pod/perlguts.pod
8331 ____________________________________________________________________________
8332 [   546] By: mbeattie                              on 1998/02/20  12:38:01
8333         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
8334              Date: Sun, 15 Feb 1998 23:56:05 -0500
8335              From: Irving Reid <irving@tor.securecomputing.com>
8336      Branch: perl
8337            ! hints/bsdos.sh
8338 ____________________________________________________________________________
8339 [   545] By: mbeattie                              on 1998/02/20  12:37:11
8340         Log: Subject: [PATCH] 5% speedup in an empty loop
8341              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
8342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8343      Branch: perl
8344            ! op.c
8345 ____________________________________________________________________________
8346 [   544] By: mbeattie                              on 1998/02/20  12:36:26
8347         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
8348              Date: Sun, 15 Feb 98 23:06:16 +0100
8349              From: Hans Mulder <hansm@icgroup.nl>
8350      Branch: perl
8351            ! hints/next_3.sh hints/next_4.sh
8352 ____________________________________________________________________________
8353 [   543] By: mbeattie                              on 1998/02/20  12:35:39
8354         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
8355              Date: Sun, 15 Feb 98 23:05:20 +0100
8356              From: Hans Mulder <hansm@icgroup.nl>
8357      Branch: perl
8358            ! malloc.c
8359 ____________________________________________________________________________
8360 [   542] By: mbeattie                              on 1998/02/20  12:35:03
8361         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
8362              From: Hans Mulder <hansm@icgroup.nl>
8363              Date: Sun, 15 Feb 98 23:04:29 +0100
8364      Branch: perl
8365            ! Configure
8366 ____________________________________________________________________________
8367 [   541] By: mbeattie                              on 1998/02/20  12:33:56
8368         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
8369              NeXT   needs DONT_DECLARE_STD)
8370              Date: Sun, 15 Feb 98 23:04:19 +0100
8371              From: Hans Mulder <hansm@icgroup.nl>
8372      Branch: perl
8373            ! perl.h
8374 ____________________________________________________________________________
8375 [   540] By: mbeattie                              on 1998/02/20  12:32:25
8376         Log: Subject: [PATCH] sv_check_thinkfirst macroized
8377              Date: 15 Feb 1998 22:00:38 +0100
8378              From: Gisle Aas <gisle@aas.no>
8379      Branch: perl
8380            ! sv.c
8381 ____________________________________________________________________________
8382 [   539] By: mbeattie                              on 1998/02/20  12:31:07
8383         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
8384              Date: Sat, 14 Feb 1998 17:58:01 -0500
8385              From: Joshua Pritikin <pritikin@mindspring.com>
8386      Branch: perl
8387            + lib/Test.pm
8388            ! MANIFEST lib/Test/Harness.pm
8389 ____________________________________________________________________________
8390 [   538] By: mbeattie                              on 1998/02/20  12:24:31
8391         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
8392              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
8393              From: Jarkko Hietaniemi <jhi@iki.fi>
8394      Branch: perl
8395            ! INSTALL pod/perldiag.pod pod/perllocale.pod
8396 ____________________________________________________________________________
8397 [   537] By: mbeattie                              on 1998/02/20  12:23:04
8398         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
8399              Date: Fri, 13 Feb 1998 13:38:28 -0800
8400              From: Dan Sugalski <sugalskd@osshe.edu>
8401      Branch: perl
8402            ! README.vms
8403 ____________________________________________________________________________
8404 [   536] By: mbeattie                              on 1998/02/20  12:20:29
8405         Log: Subject: [PATCH] 5.004_58, move intuition tests
8406              Date: Thu, 12 Feb 1998 17:11:05 -0600
8407              From: Stephen Potter <spp@psa.pencom.com>
8408      Branch: perl
8409            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8410            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
8411            ! t/op/flip.t t/op/pat.t t/op/push.t
8412 ____________________________________________________________________________
8413 [   535] By: gsar                                  on 1998/02/19  23:07:24
8414         Log: applied a version of this with tabs intact
8415              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
8416              Date:    19 Feb 1998 15:06:38 EST
8417              From:    dfan@harmonixmusic.com (Dan Schmidt)
8418              Subject: Pod::Html bug and fix: missing </UL> in index
8419      Branch: win32/perl
8420            ! lib/Pod/Html.pm
8421 ____________________________________________________________________________
8422 [   534] By: gsar                                  on 1998/02/19  19:40:27
8423         Log: Fix C<0> problem in Pod::Html
8424      Branch: win32/perl
8425            ! lib/Pod/Html.pm
8426 ____________________________________________________________________________
8427 [   533] By: gsar                                  on 1998/02/18  18:11:08
8428         Log: non-debug VC builds are -O1 now (they say it works, and is
8429              faster)
8430      Branch: win32/perl
8431            ! win32/Makefile win32/makefile.mk
8432 ____________________________________________________________________________
8433 [   532] By: gsar                                  on 1998/02/18  04:11:03
8434         Log: integrate nick's patch to mainline
8435      Branch: win32/perl
8436           !> pp.c
8437 ____________________________________________________________________________
8438 [   531] By: mbeattie                              on 1998/02/17  17:50:50
8439         Log: Assorted changes to the compiler
8440      Branch: perlext
8441            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
8442            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
8443            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
8444            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
8445 ____________________________________________________________________________
8446 [   530] By: gsar                                  on 1998/02/17  01:47:35
8447         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
8448              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
8449              build passes all tests except t/lib/io_xs.t (seems to be due to
8450              broken tmpfile() in the CRT or import lib)
8451      Branch: win32/perl
8452            ! XSUB.h win32/makefile.mk win32/win32.h
8453 ____________________________________________________________________________
8454 [   529] By: gsar                                  on 1998/02/16  23:03:31
8455         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
8456              in this version of gcc!)
8457      Branch: win32/perl
8458            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
8459            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
8460 ____________________________________________________________________________
8461 [   528] By: nick                                  on 1998/02/16  22:13:04
8462         Log: Missing PUSHMARK in unshift TIEARRAY hook
8463      Branch: perl
8464            ! pp.c
8465 ____________________________________________________________________________
8466 [   527] By: gsar                                  on 1998/02/15  20:59:07
8467         Log: integrate win32 branch
8468      Branch: asperl
8469           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
8470           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8471           !> win32/makedef.pl
8472 ____________________________________________________________________________
8473 [   526] By: gsar                                  on 1998/02/15  20:02:11
8474         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
8475      Branch: win32/perl
8476            ! config_h.SH win32/config_H.bc win32/config_H.gc
8477            ! win32/config_H.vc
8478 ____________________________________________________________________________
8479 [   525] By: gsar                                  on 1998/02/15  03:26:45
8480         Log: fix build problems due to renamed Config variables
8481      Branch: win32/perl
8482            ! win32/config.bc win32/config.gc win32/config.vc
8483            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8484            ! win32/makedef.pl
8485 ____________________________________________________________________________
8486 [   524] By: gsar                                  on 1998/02/14  01:00:15
8487         Log: bring ASPerl uptodate with mainline changes
8488      Branch: asperl
8489           +> ext/DB_File/Changes t/comp/require.t
8490           !> (integrate 41 files)
8491 ____________________________________________________________________________
8492 [   523] By: gsar                                  on 1998/02/14  00:52:17
8493         Log: integrate mainline
8494      Branch: win32/perl
8495           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
8496           !> pp_hot.c t/op/magic.t
8497 ____________________________________________________________________________
8498 [   522] By: gsar                                  on 1998/02/14  00:42:37
8499         Log: added AS patch#6
8500              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
8501              Date:    Fri, 13 Feb 1998 06:14:51 PST
8502              From:    Douglas Lankshear <dougl@ActiveState.com>
8503              Subject: [PATCH] command line build
8504              
8505              This patch is for the command line build of perl object.
8506              I'll merge the ipfoo.c function with win32_xxx functions next.
8507              
8508              -- Doug
8509      Branch: asperl
8510            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
8511            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
8512            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
8513 ____________________________________________________________________________
8514 [   521] By: gsar                                  on 1998/02/14  00:14:04
8515         Log: added AS patch#5 (patch #4 was intentionally skipped after
8516              discussion)
8517      Branch: asperl
8518            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
8519            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
8520            ! regexec.c sv.c toke.c
8521 ____________________________________________________________________________
8522 [   520] By: nick                                  on 1998/02/13  18:15:46
8523         Log: Resolve ansiperl against win32
8524      Branch: ansiperl
8525           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
8526           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
8527           +> t/lib/ph.t
8528           !> (integrate 898 files)
8529
8530 ----------------
8531 Version 5.004_59
8532 ----------------
8533
8534 ____________________________________________________________________________
8535 [   519] By: mbeattie                              on 1998/02/13  17:05:37
8536         Log: Integrate win32 into mainline.
8537      Branch: perl
8538            ! lib/ExtUtils/xsubpp
8539           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8540           !> win32/makefile.mk
8541 ____________________________________________________________________________
8542 [   518] By: mbeattie                              on 1998/02/13  17:01:16
8543         Log: Bump patchlevel.h to 59.
8544      Branch: perl
8545            ! patchlevel.h
8546 ____________________________________________________________________________
8547 [   517] By: mbeattie                              on 1998/02/13  16:57:59
8548         Log: Subject: [PATCH] _58: wantarray in void context broken
8549              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
8550              From: Norton Allen <allen@huarp.harvard.edu>
8551      Branch: perl
8552            ! pp_hot.c
8553 ____________________________________________________________________________
8554 [   516] By: mbeattie                              on 1998/02/13  16:55:33
8555         Log: Subject: [PATCH] 5.004_58 QNX getcwd
8556              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
8557              From: Norton Allen <allen@huarp.harvard.edu>
8558      Branch: perl
8559            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
8560 ____________________________________________________________________________
8561 [   515] By: gsar                                  on 1998/02/12  18:29:52
8562         Log: pickup lddlflags properly for Config.pm
8563      Branch: win32/perl
8564            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8565            ! win32/makefile.mk
8566 ____________________________________________________________________________
8567 [   514] By: gsar                                  on 1998/02/12  18:16:09
8568         Log: fix xsubpp bug in SETMAGIC code
8569      Branch: win32/perl
8570            ! lib/ExtUtils/xsubpp
8571 ____________________________________________________________________________
8572 [   513] By: gsar                                  on 1998/02/12  18:06:30
8573         Log: integrate mainline
8574      Branch: win32/perl
8575           +> ext/DB_File/Changes
8576           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
8577           !> ext/DB_File/DB_File.xs hints/machten.sh
8578           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
8579           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
8580           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
8581           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
8582           !> t/op/re_tests t/pragma/locale.t
8583 ____________________________________________________________________________
8584 [   512] By: mbeattie                              on 1998/02/12  17:34:02
8585         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
8586              with -DUSE_THREADS -DDEBUGGING to fail.
8587      Branch: perl
8588            ! scope.h
8589 ____________________________________________________________________________
8590 [   511] By: mbeattie                              on 1998/02/12  16:44:03
8591         Log: Integrate win32 into mainline
8592      Branch: perl
8593           +> t/comp/require.t
8594           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
8595 ____________________________________________________________________________
8596 [   510] By: mbeattie                              on 1998/02/12  16:42:26
8597         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
8598              Date: 12 Feb 1998 14:25:55 +0100
8599              From: koenig@kulturbox.de (Andreas J. Koenig)
8600      Branch: perl
8601            ! lib/ExtUtils/Install.pm
8602 ____________________________________________________________________________
8603 [   509] By: mbeattie                              on 1998/02/12  16:40:34
8604         Log: Subject: Re: wrong prototype for sbrk [PATCH]
8605              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
8606              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
8607      Branch: perl
8608            ! malloc.c
8609 ____________________________________________________________________________
8610 [   508] By: mbeattie                              on 1998/02/12  16:36:53
8611         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
8612              Date: Wed, 11 Feb 1998 17:29:20 +0100
8613              From: Achim Bohnet <ach@mpe.mpg.de>
8614      Branch: perl
8615            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
8616 ____________________________________________________________________________
8617 [   507] By: mbeattie                              on 1998/02/12  16:35:26
8618         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
8619              Date: Wed, 11 Feb 1998 14:59:46 +0100
8620              From: Dominic Dunlop <domo@vo.lu>
8621      Branch: perl
8622            ! hints/machten.sh
8623 ____________________________________________________________________________
8624 [   506] By: mbeattie                              on 1998/02/12  16:28:40
8625         Log: Subject: DB_File 1.58 patch
8626              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
8627              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8628      Branch: perl
8629            + ext/DB_File/Changes
8630            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
8631            ! t/lib/db-recno.t
8632 ____________________________________________________________________________
8633 [   505] By: mbeattie                              on 1998/02/12  16:24:26
8634         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
8635              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
8636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8637      Branch: perl
8638            ! regexec.c t/op/re_tests
8639 ____________________________________________________________________________
8640 [   504] By: mbeattie                              on 1998/02/12  16:22:46
8641         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8642              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
8643              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
8644              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
8645              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
8646              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
8647              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
8648      Branch: perl
8649            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
8650            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
8651 ____________________________________________________________________________
8652 [   503] By: mbeattie                              on 1998/02/12  16:15:43
8653         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
8654              Date: Mon, 9 Feb 1998 13:19:45 +0100
8655              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8656      Branch: perl
8657            ! t/lib/filecopy.t
8658 ____________________________________________________________________________
8659 [   502] By: mbeattie                              on 1998/02/12  16:14:27
8660         Log: Assorted patches to sv.c:
8661              From: Gisle Aas <gisle@aas.no>
8662              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
8663              Date: 07 Feb 1998 00:21:57 +0100
8664              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
8665              Date: 07 Feb 1998 00:29:45 +0100
8666              Subject: [PATCH] sv_upgrade() always returns TRUE
8667              Date: 09 Feb 1998 15:44:01 +0100
8668      Branch: perl
8669            ! sv.c
8670 ____________________________________________________________________________
8671 [   501] By: mbeattie                              on 1998/02/12  16:09:26
8672         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
8673              Subject: Perl debugger.
8674              Date: Fri, 6 Feb 1998 17:47:08 -0500
8675              From: "Jason A. Smith" <smithj4@rpi.edu>
8676      Branch: perl
8677            ! lib/perl5db.pl
8678 ____________________________________________________________________________
8679 [   500] By: gsar                                  on 1998/02/12  03:20:55
8680         Log: merge another maint patch
8681              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
8682              Date:    Tue, 10 Feb 1998 18:49:00 EST
8683              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8684              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
8685      Branch: win32/perl
8686            ! pp_ctl.c
8687 ____________________________________________________________________________
8688 [   499] By: gsar                                  on 1998/02/12  03:14:39
8689         Log: make t/comp/require.t type xtext
8690      Branch: win32/perl
8691            ! t/comp/require.t
8692 ____________________________________________________________________________
8693 [   498] By: gsar                                  on 1998/02/12  03:09:58
8694         Log: fix extra LEAVE when require fails
8695              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
8696              Date:    Tue, 10 Feb 1998 18:21:37 EST
8697              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8698              Subject: Re: evals and requires make seg-fault with bad require file 
8699      Branch: win32/perl
8700            + t/comp/require.t
8701            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
8702 ____________________________________________________________________________
8703 [   497] By: gsar                                  on 1998/02/12  02:47:29
8704         Log: merge a maint patch
8705              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
8706              Date:    Wed, 11 Feb 1998 00:15:51 EST
8707              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8708              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
8709      Branch: win32/perl
8710            ! pp_ctl.c t/op/local.t
8711 ____________________________________________________________________________
8712 [   496] By: mbeattie                              on 1998/02/11  13:04:50
8713         Log: Integrate win32 into mainline.
8714      Branch: perl
8715           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
8716           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
8717           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
8718           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
8719           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
8720           !> win32/makedef.pl win32/win32.c win32/win32iop.h
8721 ____________________________________________________________________________
8722 [   495] By: mbeattie                              on 1998/02/11  13:03:59
8723         Log: Fix special constants in Xref.pm
8724      Branch: perlext
8725            ! Compiler/B/Xref.pm
8726 ____________________________________________________________________________
8727 [   494] By: gsar                                  on 1998/02/10  18:26:28
8728         Log: fix opendir() problem on share names
8729              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
8730              Date:    Tue, 10 Feb 1998 13:28:53 EST
8731              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8732              Subject: Re: BUG: opendir and UNC names on NT 
8733      Branch: win32/perl
8734            ! win32/win32.c
8735 ____________________________________________________________________________
8736 [   493] By: gsar                                  on 1998/02/09  23:09:40
8737         Log: integrate win32 branch contents
8738      Branch: asperl
8739           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8740           +> lib/Fatal.pm t/lib/ph.t
8741            ! hv.c
8742           !> (integrate 895 files)
8743 ____________________________________________________________________________
8744 [   492] By: gsar                                  on 1998/02/09  07:30:19
8745         Log: enhancements to previous patch for XSUB OUTPUT args
8746              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
8747              Date:    Mon, 09 Feb 1998 02:31:55 EST
8748              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8749              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
8750      Branch: win32/perl
8751            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
8752            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
8753            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
8754            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
8755            ! sv.h
8756 ____________________________________________________________________________
8757 [   491] By: gsar                                  on 1998/02/09  03:00:52
8758         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
8759              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
8760              Date:    Wed, 29 Oct 1997 19:36:25 EST
8761              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8762              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
8763      Branch: win32/perl
8764            ! op.c
8765 ____________________________________________________________________________
8766 [   490] By: gsar                                  on 1998/02/09  02:30:43
8767         Log: fix for bugs in handling DESTROY (adjusted test numbers)
8768              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
8769              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
8770              Date: Wed, 31 Dec 1997 19:30:46 -0500
8771              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8772      Branch: win32/perl
8773            ! pod/perlobj.pod sv.c t/op/ref.t
8774 ____________________________________________________________________________
8775 [   489] By: gsar                                  on 1998/02/09  00:30:35
8776         Log: ansify prototype for my_safemalloc(), avoid warnings
8777      Branch: win32/perl
8778            ! sv.c
8779 ____________________________________________________________________________
8780 [   488] By: gsar                                  on 1998/02/09  00:29:08
8781         Log: fix misapplied hunks in 5.004_58
8782              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
8783              Date:    Sun, 08 Feb 1998 02:18:12 EST
8784              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8785              Subject: [PATCH] fixes for test failures in 5.004_58
8786      Branch: win32/perl
8787            ! gv.c op.c
8788 ____________________________________________________________________________
8789 [   487] By: gsar                                  on 1998/02/09  00:27:16
8790         Log: win32_utime() tweaks to avoid warnings
8791      Branch: win32/perl
8792            ! win32/win32.c win32/win32iop.h
8793 ____________________________________________________________________________
8794 [   486] By: gsar                                  on 1998/02/07  23:45:22
8795         Log: integrate mainline, plus a few small win32 enhancements
8796              - remove Win32::GetCurrentDirectory()
8797              - add Win32::Sleep() for compat
8798              - add smarter utime() from Jan Dubois, and export it as win32_utime()
8799      Branch: win32/perl
8800           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8801           +> lib/Fatal.pm t/lib/ph.t
8802            ! win32/makedef.pl win32/win32.c win32/win32iop.h
8803           !> (integrate 61 files)
8804
8805 ----------------
8806 Version 5.004_58
8807 ----------------
8808
8809 ____________________________________________________________________________
8810 [   485] By: mbeattie                              on 1998/02/06  18:11:47
8811         Log: Bump patchlevel to 58.
8812      Branch: perl
8813            ! patchlevel.h
8814 ____________________________________________________________________________
8815 [   484] By: mbeattie                              on 1998/02/06  18:08:28
8816         Log: Fix up problem with gv.c from change 477.
8817              Fix up Config.pm use in t/lib/ph.t from change 478.
8818      Branch: perl
8819            ! gv.c t/lib/ph.t
8820 ____________________________________________________________________________
8821 [   483] By: mbeattie                              on 1998/02/06  17:34:34
8822         Log: Integrate win32 branch into mainline
8823      Branch: perl
8824           !> win32/win32sck.c
8825 ____________________________________________________________________________
8826 [   482] By: mbeattie                              on 1998/02/06  17:26:41
8827         Log: lib/Fatal.pm missing from repository
8828      Branch: perl
8829            + lib/Fatal.pm
8830 ____________________________________________________________________________
8831 [   481] By: mbeattie                              on 1998/02/06  17:24:57
8832         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
8833              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
8834              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
8835      Branch: perl
8836            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8837            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
8838 ____________________________________________________________________________
8839 [   480] By: mbeattie                              on 1998/02/06  17:19:52
8840         Log: x2p/str.c was missing from list of changed files in change 466
8841      Branch: perl
8842            ! x2p/str.c
8843 ____________________________________________________________________________
8844 [   479] By: mbeattie                              on 1998/02/06  17:16:54
8845         Log: Added t/lib/ph.t to MANIFEST
8846      Branch: perl
8847            ! MANIFEST
8848 ____________________________________________________________________________
8849 [   478] By: mbeattie                              on 1998/02/06  17:15:38
8850         Log: Subject: [PATCH] h2ph.PL
8851              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
8852              From: kstar@www.chapin.edu (Kurt D. Starsinic)
8853      Branch: perl
8854            + t/lib/ph.t
8855            ! utils/h2ph.PL
8856 ____________________________________________________________________________
8857 [   477] By: mbeattie                              on 1998/02/06  17:10:46
8858         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
8859              Date: 04 Feb 1998 14:49:46 +0100
8860              From: Gisle Aas <gisle@aas.no>
8861              as modified by
8862              From: chip@atlantic.net
8863              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
8864      Branch: perl
8865            ! gv.c
8866 ____________________________________________________________________________
8867 [   476] By: mbeattie                              on 1998/02/06  16:47:03
8868         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8869              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
8870              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
8871              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
8872              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
8873      Branch: perl
8874            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
8875 ____________________________________________________________________________
8876 [   475] By: mbeattie                              on 1998/02/06  16:44:57
8877         Log: Subject: [PATCH] nomemok
8878              Date: Mon, 2 Feb 1998 15:06:50 +0100
8879              From: Gisle Aas <gisle@aas.no>
8880      Branch: perl
8881            ! hv.c
8882 ____________________________________________________________________________
8883 [   474] By: mbeattie                              on 1998/02/06  16:43:46
8884         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
8885              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
8886              From: abigail@fnx.com
8887      Branch: perl
8888            ! lib/Benchmark.pm
8889 ____________________________________________________________________________
8890 [   473] By: mbeattie                              on 1998/02/06  16:42:53
8891         Log: Subject: [PATCH] adding the newSVpvn API function
8892              Date: Sat, 31 Jan 1998 06:32:42 +0100
8893              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
8894      Branch: perl
8895            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
8896            ! proto.h sv.c
8897 ____________________________________________________________________________
8898 [   472] By: mbeattie                              on 1998/02/06  16:35:41
8899         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
8900              Date: 28 Jan 1998 17:40:37 -0800
8901              From: Stephen Zander <srz@mckesson.com>
8902      Branch: perl
8903            ! hints/solaris_2.sh
8904 ____________________________________________________________________________
8905 [   471] By: mbeattie                              on 1998/02/06  16:02:57
8906         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
8907              Date: Thu, 15 Jan 1998 11:53:06 +0000
8908              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8909      Branch: perl
8910            ! pod/perlguts.pod pp.c t/op/vec.t
8911 ____________________________________________________________________________
8912 [   470] By: mbeattie                              on 1998/02/06  16:01:36
8913         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8914              Subject: 5.004_56: Patch to Tie::Hash and docs
8915              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
8916              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
8917              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
8918      Branch: perl
8919            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
8920            ! t/op/misc.t t/op/pat.t toke.c
8921 ____________________________________________________________________________
8922 [   469] By: mbeattie                              on 1998/02/06  15:58:31
8923         Log: Subject: Another Array.pm patch
8924              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
8925              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8926      Branch: perl
8927            ! lib/Tie/Array.pm
8928 ____________________________________________________________________________
8929 [   468] By: mbeattie                              on 1998/02/06  15:56:28
8930         Log: Subject: documentation patch for 5.004_57
8931              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
8932              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8933      Branch: perl
8934            ! lib/Tie/Array.pm
8935 ____________________________________________________________________________
8936 [   467] By: mbeattie                              on 1998/02/06  15:55:34
8937         Log: Subject: 5.004_56: patch for `use Fatal' again
8938              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
8939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8940      Branch: perl
8941            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
8942            ! pp.c t/comp/proto.t toke.c
8943 ____________________________________________________________________________
8944 [   466] By: mbeattie                              on 1998/02/06  15:53:53
8945         Log: Subject: Newer -DLEAKTEST patch
8946              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
8947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8948      Branch: perl
8949            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8950            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
8951            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
8952            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
8953            ! toke.c util.c vms/perly_c.vms x2p/hash.c
8954 ____________________________________________________________________________
8955 [   465] By: mbeattie                              on 1998/02/06  15:46:35
8956         Log: More Chip patches (tweaked for _5x). The final one mentioned here
8957              (@ARGV with -i) actually went in at change 462 but I failed to
8958              add it to the change description:
8959              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
8960              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
8961              Subject: [PATCH] Fix for C<@x = my @y>
8962              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
8963              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
8964              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
8965              Subject: [PATCH] Allow last() to mean last
8966              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
8967              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
8968              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
8969      Branch: perl
8970            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
8971            ! vms/perly_h.vms
8972 ____________________________________________________________________________
8973 [   464] By: mbeattie                              on 1998/02/06  15:06:18
8974         Log: More Chip patches:
8975              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
8976              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
8977              Subject: [PATCH] Fix line numbers after here documents in eval STRING
8978              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
8979              Subject: [PATCH] Make recursive lexical analysis more robust
8980              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
8981      Branch: perl
8982            ! pp_ctl.c sv.c toke.c
8983 ____________________________________________________________________________
8984 [   463] By: mbeattie                              on 1998/02/06  15:04:17
8985         Log: Some more Chip patches (tweaked to match _5x):
8986              Subject: [PATCH] Fix empty BLOCK
8987              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
8988              Subject: [PATCH] fix (\@@) proto
8989              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
8990              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
8991              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
8992              Subject: [PATCH] Don't fold string comparison under  C<use locale>
8993              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
8994      Branch: perl
8995            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
8996 ____________________________________________________________________________
8997 [   462] By: mbeattie                              on 1998/02/06  14:56:30
8998         Log: Some Chip patches (some tweaked to match _5x source):
8999              From: Chip Salzenberg <salzench@nielsenmedia.com>
9000              Subject: [PATCH] local leakage
9001              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
9002              Subject: [PATCH] NULs in patterns
9003              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
9004              Subject: [PATCH] Configure on PerlIO
9005              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
9006              Subject: [PATCH] Avoid core dump on package alias
9007              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
9008              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
9009              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
9010      Branch: perl
9011            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
9012            ! t/op/local.t
9013 ____________________________________________________________________________
9014 [   461] By: gsar                                  on 1998/02/04  03:34:36
9015         Log: support win32_select(0,0,0,msec) (winsock doesn't)
9016      Branch: win32/perl
9017            ! win32/win32sck.c
9018 ____________________________________________________________________________
9019 [   460] By: gsar                                  on 1998/02/04  00:44:47
9020         Log: bug: win32_select() must StartSockets()
9021      Branch: win32/perl
9022            ! win32/win32sck.c
9023
9024 ----------------
9025 Version 5.004_57
9026 ----------------
9027
9028 ____________________________________________________________________________
9029 [   459] By: mbeattie                              on 1998/02/03  16:00:07
9030         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
9031              of execution causes core dump if threadsvp is moved). Replaced
9032              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
9033      Branch: perl
9034            ! av.c perl.c
9035 ____________________________________________________________________________
9036 [   458] By: mbeattie                              on 1998/02/03  14:40:02
9037         Log: Fix up MANIFEST.
9038      Branch: perl
9039            ! MANIFEST
9040 ____________________________________________________________________________
9041 [   457] By: mbeattie                              on 1998/02/03  13:50:23
9042         Log: Integrate win32 into mainline. My last integration from ansiperl
9043              to the mainline was a dismal failure: I did -ay but meant -at.
9044              This should fix things now since win32 has already integrated
9045              all the necessary changes from ansiperl.
9046      Branch: perl
9047           !> (integrate 111 files)
9048 ____________________________________________________________________________
9049 [   456] By: gsar                                  on 1998/02/03  04:48:08
9050         Log: Fix minor problems with non USE_THREADS build. win32 branch
9051              now looks 5.004_57-ready.
9052      Branch: win32/perl
9053            ! thread.h win32/makedef.pl
9054 ____________________________________________________________________________
9055 [   455] By: gsar                                  on 1998/02/03  03:45:09
9056         Log: integrate mainline
9057      Branch: win32/perl
9058           !> (integrate 887 files)
9059 ____________________________________________________________________________
9060 [   454] By: mbeattie                              on 1998/02/02  16:44:24
9061         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
9062              defaults have been commented out for now. 
9063      Branch: perl
9064            ! hints/dec_osf.sh
9065 ____________________________________________________________________________
9066 [   453] By: mbeattie                              on 1998/02/02  15:51:39
9067         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
9068              variables. Moved threadnum to a per-interpreter variable and
9069              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
9070              more than one thread may be running. Minor tweaks to Thread.xs.
9071      Branch: perl
9072            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
9073            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
9074            ! thread.h util.c
9075 ____________________________________________________________________________
9076 [   452] By: gsar                                  on 1998/02/02  04:56:50
9077         Log: remove totally egregious s/\\dir// in File::Find
9078      Branch: win32/perl
9079            ! lib/File/Find.pm
9080 ____________________________________________________________________________
9081 [   451] By: gsar                                  on 1998/02/01  22:20:20
9082         Log: added AS patch#3
9083              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
9084              Date:    Sun, 01 Feb 1998 09:18:13 PST
9085              From:    Douglas Lankshear <dougl@ActiveState.com>
9086              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
9087              
9088              Here's an additional diff against //depot/asperl
9089              
9090              The field name mg_length was changed back to mg_len
9091              The function name mg_len was change to mg_length
9092              
9093              The need for sort_mutex removed thanks to the code derived
9094              from Tom Horsley's work.
9095              
9096              -- Doug
9097      Branch: asperl
9098            + XSLock.h
9099            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
9100            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
9101            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
9102            ! scope.c scope.h sv.c toke.c universal.c util.c
9103            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
9104            ! win32/perlobj.def win32/runperl.c
9105 ____________________________________________________________________________
9106 [   450] By: gsar                                  on 1998/01/30  23:43:57
9107         Log: various tweaks
9108              - add new functions to proto.h
9109              - fix up makefile.mk for $(OBJECT)
9110      Branch: asperl
9111            ! pp_ctl.c proto.h win32/makefile.mk
9112 ____________________________________________________________________________
9113 [   449] By: gsar                                  on 1998/01/30  21:23:15
9114         Log: fix up missing patches from AS patch#2
9115      Branch: asperl
9116            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
9117            ! pp_ctl.c proto.h
9118 ____________________________________________________________________________
9119 [   448] By: gsar                                  on 1998/01/30  18:23:17
9120         Log: fix htonlx typo
9121      Branch: win32/perl
9122            ! perlsock.h
9123 ____________________________________________________________________________
9124 [   447] By: mbeattie                              on 1998/01/30  16:03:49
9125         Log: Fix up MANIFEST to add missing files
9126      Branch: perl
9127            ! MANIFEST
9128 ____________________________________________________________________________
9129 [   446] By: mbeattie                              on 1998/01/30  12:34:55
9130         Log: Bump patchlevel to 57.
9131      Branch: perl
9132            ! patchlevel.h
9133 ____________________________________________________________________________
9134 [   445] By: gsar                                  on 1998/01/30  10:44:38
9135         Log: initial merge of latest win32 branch into ASPerl
9136      Branch: asperl
9137           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
9138           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
9139           +> win32/bin/perlglob.pl
9140           !> (integrate 141 files)
9141 ____________________________________________________________________________
9142 [   444] By: gsar                                  on 1998/01/30  09:25:58
9143         Log: goofed branching, redo asperl branch
9144      Branch: asperl
9145            ! perl.h
9146 ____________________________________________________________________________
9147 [   443] By: gsar                                  on 1998/01/30  09:23:36
9148         Log: added AS patch#2
9149      Branch: asperl
9150            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
9151            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
9152            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
9153            + win32/ipstdiowin.h win32/perlobj.def
9154            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
9155            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
9156            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
9157            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
9158            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
9159            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
9160            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
9161            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
9162            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
9163 ____________________________________________________________________________
9164 [   441] By: gsar                                  on 1998/01/30  08:54:19
9165         Log: Created new branch from win32@396, added AS patch#1
9166      Branch: asperl
9167            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
9168            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
9169            + regcomp.c scope.h sv.c toke.c util.c
9170           +> (branch 915 files)
9171 ____________________________________________________________________________
9172 [   440] By: gsar                                  on 1998/01/30  04:43:23
9173         Log: integrate winansi
9174      Branch: win32/perl
9175           +> pod/perlhist.pod
9176           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
9177           !> util.c
9178 ____________________________________________________________________________
9179 [   439] By: mbeattie                              on 1998/01/27  15:31:53
9180         Log: Integrate ansi branch into mainline (resolve -ay).
9181      Branch: perl
9182           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
9183           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
9184           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
9185           +> win32/bin/perlglob.pl
9186            ! op.c
9187           !> (integrate 868 files)
9188 ____________________________________________________________________________
9189 [   438] By: nick                                  on 1998/01/24  12:02:34
9190         Log: Gisle's av_unshift tweak, two small patches from chip
9191              and check for NULL in hv_delete in case '~' and tie magic
9192              are present
9193      Branch: ansiperl
9194            ! av.c hv.c op.c pp_ctl.c scope.c
9195 ____________________________________________________________________________
9196 [   437] By: nick                                  on 1998/01/24  10:37:56
9197         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
9198              Ugh! ...
9199              Macros were unsuitable for declaring the functions, extra () round
9200              parameters removed - non-function forms of PerlXxx_yyyy() need to 
9201              add () themselves.
9202              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
9203      Branch: ansiperl
9204            ! perlsock.h pp_sys.c util.c
9205 ____________________________________________________________________________
9206 [   436] By: nick                                  on 1998/01/24  10:03:03
9207         Log: Integrate win32 into ansiperl
9208      Branch: ansiperl
9209           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
9210           +> win32/bin/perlglob.pl
9211           !> (integrate 38 files)
9212 ____________________________________________________________________________
9213 [   435] By: nick                                  on 1998/01/24  09:47:49
9214         Log: Add perlhist.pod
9215      Branch: ansiperl
9216            + pod/perlhist.pod
9217            ! MANIFEST
9218 ____________________________________________________________________________
9219 [   434] By: gsar                                  on 1998/01/19  05:01:47
9220         Log: s/PerlENV/PerlEnv/ just to be consistent
9221      Branch: win32/perl
9222            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
9223 ____________________________________________________________________________
9224 [   433] By: gsar                                  on 1998/01/19  04:52:18
9225         Log: foo() -> PerlGroup_foo() patch from ActiveState
9226      Branch: win32/perl
9227            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
9228            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
9229            ! scope.h sv.c toke.c util.c
9230 ____________________________________________________________________________
9231 [   432] By: gsar                                  on 1998/01/19  04:42:26
9232         Log: integrate mainline
9233      Branch: win32/perl
9234           !> pod/perlfunc.pod
9235 ____________________________________________________________________________
9236 [   431] By: gsar                                  on 1998/01/19  04:40:04
9237         Log: integrate changes in winansi
9238      Branch: win32/perl
9239           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
9240           +> t/lib/tie-stdpush.t t/op/tiearray.t
9241           !> (integrate 98 files)
9242 ____________________________________________________________________________
9243 [   430] By: gsar                                  on 1998/01/19  04:10:43
9244         Log: Fix autovivification problems with XSUB OUTPUT args
9245              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
9246              Date:    Sun, 18 Jan 1998 23:09:07 EST
9247              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9248              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
9249      Branch: win32/perl
9250            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
9251            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
9252            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
9253            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
9254 ____________________________________________________________________________
9255 [   429] By: nick                                  on 1998/01/17  21:01:50
9256         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
9257              Date: Thu, 25 Dec 1997 13:39:15 -0500
9258              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9259              To: perl5-porters@perl.org
9260              
9261              It turns out that the potential for the "CONFIG key 'exe_ext'
9262              does not exist in Config.pm" problem has been around for a while,
9263              in the definition of SvTRUE().  It's just that non-gcc compilers
9264              are more or less being built as CRIPPLED_CC when USE_THREADS is
9265              defined (even if they can inline things).  The inline macro for
9266              SvTRUE works with tied hashes and the EXISTS method, and the
9267              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
9268              does not, because it adds an excess mg_get() which replaces the
9269              EXISTS result with a FETCH result.
9270      Branch: ansiperl
9271            ! sv.c
9272 ____________________________________________________________________________
9273 [   428] By: nick                                  on 1998/01/17  20:59:11
9274         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
9275              Date: Fri, 19 Dec 97 17:19:09 GMT
9276              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
9277      Branch: ansiperl
9278            ! doio.c sv.c toke.c util.c
9279 ____________________________________________________________________________
9280 [   427] By: nick                                  on 1998/01/17  12:01:53
9281         Log: Permit tie ?foo,$object 
9282              tidy up dead #ifdef ORIGINAL_TIE)
9283              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
9284      Branch: ansiperl
9285            ! pp_sys.c
9286 ____________________________________________________________________________
9287 [   426] By: nick                                  on 1998/01/15  18:06:36
9288         Log: First working TIEARRAY and other misc tie fixes
9289      Branch: ansiperl
9290            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
9291 ____________________________________________________________________________
9292 [   425] By: nick                                  on 1998/01/14  21:56:40
9293         Log: Not working yet - split problems ...
9294      Branch: ansiperl
9295            ! pp.c t/lib/thread.t t/op/tiearray.t
9296 ____________________________________________________________________________
9297 [   424] By: nick                                  on 1998/01/14  18:49:25
9298         Log: TIEARRAY updates - almost works ...
9299      Branch: ansiperl
9300            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
9301            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
9302            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
9303            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
9304 ____________________________________________________________________________
9305 [   423] By: gsar                                  on 1998/01/14  00:13:16
9306         Log: fix MakeMaker installbin problem
9307              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
9308              Subject: Re: can't modify message with HTML-Stream, v.1.42 
9309              Date: Tue, 06 Jan 1998 19:16:35 -0500
9310              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9311      Branch: win32/perl
9312            ! lib/ExtUtils/MM_Unix.pm
9313 ____________________________________________________________________________
9314 [   422] By: gsar                                  on 1998/01/13  23:53:02
9315         Log: add archname to *sitearch in config.{b,g,v}c
9316      Branch: win32/perl
9317            ! win32/config.bc win32/config.gc win32/config.vc
9318 ____________________________________________________________________________
9319 [   421] By: gsar                                  on 1998/01/13  23:15:14
9320         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
9321      Branch: win32/perl
9322            ! t/harness
9323 ____________________________________________________________________________
9324 [   420] By: nick                                  on 1998/01/13  22:55:02
9325         Log: tiearray tweaks
9326      Branch: ansiperl
9327            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
9328 ____________________________________________________________________________
9329 [   419] By: nick                                  on 1998/01/13  21:27:33
9330         Log: Skeleton Tie::Array
9331      Branch: ansiperl
9332            + lib/Tie/Array.pm
9333 ____________________________________________________________________________
9334 [   418] By: nick                                  on 1998/01/13  20:52:38
9335         Log: tie array changes to core and tests
9336      Branch: ansiperl
9337            + t/op/tiearray.t
9338            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
9339            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
9340            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
9341 ____________________________________________________________________________
9342 [   417] By: gsar                                  on 1998/01/13  20:49:52
9343         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
9344      Branch: win32/perl
9345            + win32/bin/perlglob.pl
9346            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
9347            ! win32/makefile.mk
9348 ____________________________________________________________________________
9349 [   416] By: gsar                                  on 1998/01/13  02:46:53
9350         Log: various tweaks to build support (NOTE: meant for 5.004_57)
9351              - build and install x2p
9352              - fix installperl warnings on win32
9353              - `make install` now does puts the archlibs in right places
9354              - makefiles don't default to USE_THREADS anymore
9355              - sync config.{b,g,v}c
9356              - sync makefile.mk -> Makefile
9357      Branch: win32/perl
9358            ! installperl win32/Makefile win32/config.bc win32/config.gc
9359            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
9360            ! x2p/a2py.c
9361 ____________________________________________________________________________
9362 [   415] By: nick                                  on 1998/01/11  16:54:26
9363         Log: Integrate win32 into ansiperl
9364      Branch: ansiperl
9365           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
9366           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
9367           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
9368           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
9369           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
9370           !> vms/vmsish.h x2p/s2p.PL
9371 ____________________________________________________________________________
9372 [   414] By: nick                                  on 1998/01/11  15:13:49
9373         Log: Integratye mainline -> ansiperl
9374      Branch: ansiperl
9375           !> (integrate 64 files)
9376 ____________________________________________________________________________
9377 [   413] By: mbeattie                              on 1998/01/09  12:57:58
9378         Log: Add missing blank line in pod/perlfunc.pod.
9379      Branch: perl
9380            ! pod/perlfunc.pod
9381 ____________________________________________________________________________
9382 [   412] By: gsar                                  on 1998/01/08  20:54:31
9383         Log: change#398 breaks ENV_IS_CASELESS, fix it
9384      Branch: win32/perl
9385            ! hv.c
9386 ____________________________________________________________________________
9387 [   411] By: gsar                                  on 1998/01/08  18:33:58
9388         Log: Integrate mainline
9389      Branch: win32/perl
9390           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
9391           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
9392           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
9393           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
9394           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
9395           !> vms/vmsish.h x2p/s2p.PL
9396 ____________________________________________________________________________
9397 [   410] By: mbeattie                              on 1998/01/08  16:06:22
9398         Log: Fix thinko in t/pragma/locale.t:
9399              Subject: [PATCH] _04 or _56: locale.t
9400              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
9401              From: Jarkko Hietaniemi <jhi@iki.fi>
9402      Branch: perl
9403            ! t/pragma/locale.t
9404 ____________________________________________________________________________
9405 [   409] By: mbeattie                              on 1998/01/08  16:05:09
9406         Log: Use Tom Horley's qsort for sorting:
9407              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
9408              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
9409              From: Hans Mulder <hansm@icgned.nl>
9410      Branch: perl
9411            ! pp_ctl.c
9412 ____________________________________________________________________________
9413 [   408] By: mbeattie                              on 1998/01/08  16:01:57
9414         Log: Make s2p not use cpp:
9415              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
9416              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
9417              From: Hans Mulder <hansm@icgned.nl>
9418      Branch: perl
9419            ! x2p/s2p.PL
9420 ____________________________________________________________________________
9421 [   407] By: mbeattie                              on 1998/01/08  15:57:31
9422         Log: DG/UX tweaks to perl.h:
9423              Subject: [PATCH] _56 on dgux without threads
9424              Date: Sat, 20 Dec 1997 23:01:40 -0500
9425              From: Roderick Schertler <roderick@argon.org>
9426      Branch: perl
9427            ! perl.h
9428 ____________________________________________________________________________
9429 [   406] By: mbeattie                              on 1998/01/08  15:56:02
9430         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
9431              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
9432              Date: Sat, 20 Dec 1997 02:30:01 -0500
9433              From: Spider Boardman <spider@web.zk3.dec.com>
9434      Branch: perl
9435            ! Configure hints/dec_osf.sh
9436 ____________________________________________________________________________
9437 [   405] By: mbeattie                              on 1998/01/08  15:53:40
9438         Log: Missing "" in Configure echo for gethbadd_addr_type.
9439      Branch: perl
9440            ! Configure
9441 ____________________________________________________________________________
9442 [   404] By: mbeattie                              on 1998/01/08  13:04:48
9443         Log: print/printf/... over-eager mg_find for glob magic:
9444              Subject: [PATCH] fix inefficient checks for TIEHANDLE
9445              Date: Wed, 07 Jan 1998 20:06:05 -0500
9446              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9447      Branch: perl
9448            ! pp_hot.c pp_sys.c
9449 ____________________________________________________________________________
9450 [   403] By: mbeattie                              on 1998/01/08  12:56:31
9451         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
9452              Subject: [PATCH] VMS update for 5.004_56
9453              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
9454              From: Charles Bailey <bailey@newman.upenn.edu>
9455      Branch: perl
9456            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
9457            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
9458            ! vms/vmsish.h
9459 ____________________________________________________________________________
9460 [   402] By: mbeattie                              on 1998/01/08  12:46:15
9461         Log: Fix utils/perldoc.PL for dos-djgpp:
9462              Subject: 5.004_56: perldoc.PL dos-djgpp patches
9463              Date: Tue, 6 Jan 1998 18:14:59 +0100
9464              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
9465      Branch: perl
9466            ! utils/perldoc.PL
9467 ____________________________________________________________________________
9468 [   401] By: mbeattie                              on 1998/01/08  12:40:14
9469         Log: Version 2.13 of GetoptLong:
9470              Subject: Re: ANNOUNCE: perl 5.004_56 is available
9471              Date: 06 Jan 1998 16:21:45 +0100
9472              From: JVromans@Squirrel.nl (Johan Vromans)
9473      Branch: perl
9474            ! lib/Getopt/Long.pm lib/newgetopt.pl
9475 ____________________________________________________________________________
9476 [   400] By: mbeattie                              on 1998/01/08  12:28:08
9477         Log: Fix variable export and threading configuration for AIX:
9478              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
9479              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
9480              From: Jarkko Hietaniemi <jhi@iki.fi>
9481      Branch: perl
9482            ! Configure perl_exp.SH
9483 ____________________________________________________________________________
9484 [   399] By: mbeattie                              on 1998/01/08  12:25:38
9485         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
9486              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
9487              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
9488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9489      Branch: perl
9490            ! regexec.c t/op/re_tests
9491 ____________________________________________________________________________
9492 [   398] By: mbeattie                              on 1998/01/08  12:23:41
9493         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
9494              to cope with ENV_IS_CASELESS:
9495              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
9496              Date: Fri, 19 Dec 1997 11:31:36 -0500
9497              From: Owen Taylor <owt1@cornell.edu>
9498      Branch: perl
9499            ! hv.c
9500 ____________________________________________________________________________
9501 [   397] By: mbeattie                              on 1998/01/08  12:10:29
9502         Log: Integrate win32 branch into mainline.
9503      Branch: perl
9504           !> (integrate 41 files)
9505 ____________________________________________________________________________
9506 [   396] By: gsar                                  on 1998/01/07  19:12:27
9507         Log: tweak case-insensitive ENV implementation
9508      Branch: win32/perl
9509            ! hv.c
9510 ____________________________________________________________________________
9511 [   395] By: nick                                  on 1998/01/07  18:40:55
9512         Log: Integrate win32 branch
9513      Branch: ansiperl
9514           !> (integrate 31 files)
9515 ____________________________________________________________________________
9516 [   394] By: gsar                                  on 1998/01/05  19:17:40
9517         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
9518              the fact
9519      Branch: win32/perl
9520            ! pod/perlrun.pod win32/win32.c
9521 ____________________________________________________________________________
9522 [   393] By: gsar                                  on 1998/01/05  05:43:33
9523         Log: Support case-tolerant %ENV
9524              - underlying system calls see the case-as-supplied by user
9525              - added tests to verify addition/deletion/enumeration case-tolerance
9526              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
9527              which is default on win32 now
9528      Branch: win32/perl
9529            ! hv.c t/op/magic.t win32/win32.h
9530 ____________________________________________________________________________
9531 [   392] By: gsar                                  on 1998/01/04  17:55:19
9532         Log: Add a tweaked version of:
9533              Message-Id: <199801040630.AA29298@metronet.com>
9534              Date:    Sun, 04 Jan 1998 00:30:57 CST
9535              From:    Tye McQueen <tye@metronet.com>
9536              Subject: New patch for $^E==GetLastError() under Win32
9537      Branch: win32/perl
9538            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
9539            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
9540            ! win32/win32.c win32/win32.h
9541 ____________________________________________________________________________
9542 [   391] By: gsar                                  on 1998/01/04  07:59:44
9543         Log: Various win32 fixes
9544              - support spawn via system(&P_NOWAIT,...) like OS2
9545              - support wait() and waitpid()
9546              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
9547              - support -lfoo properly in ExtUtils::Liblist
9548              - fix outdated info about Win32 support in perlfaq2
9549              - fix win32 bug in perldoc that causes spurious warnings
9550              - regularize global function/variable names yet more
9551              - fix bug in do_aspawn() (it was always invoking shell, instead of
9552              almost never)
9553              - implement and export win32_wait()
9554              - stub version of USE_RTL_THREAD_API
9555      Branch: win32/perl
9556            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
9557            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
9558            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9559            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
9560            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
9561            ! win32/win32thread.h
9562 ____________________________________________________________________________
9563 [   390] By: gsar                                  on 1997/12/30  21:00:28
9564         Log: Fix $ENV{Path} in FindBin.pm
9565      Branch: win32/perl
9566            ! lib/FindBin.pm
9567 ____________________________________________________________________________
9568 [   389] By: nick                                  on 1997/12/29  10:33:23
9569         Log: Resolve ansiperl against win32
9570      Branch: ansiperl
9571           !> (integrate 105 files)
9572 ____________________________________________________________________________
9573 [   388] By: gsar                                  on 1997/12/24  04:59:28
9574         Log: make $? Unix (and ActiveWare) compatible
9575      Branch: win32/perl
9576            ! README.win32 win32/win32.c
9577 ____________________________________________________________________________
9578 [   387] By: gsar                                  on 1997/12/24  04:21:30
9579         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
9580              non-blocking IO on sockets possible
9581      Branch: win32/perl
9582            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
9583            ! win32/win32iop.h win32/win32sck.c
9584 ____________________________________________________________________________
9585 [   386] By: gsar                                  on 1997/12/24  03:10:55
9586         Log: support getlogin()
9587      Branch: win32/perl
9588            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
9589            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9590            ! win32/win32.c win32/win32.h
9591 ____________________________________________________________________________
9592 [   385] By: gsar                                  on 1997/12/24  02:24:59
9593         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
9594              Update README.win32.
9595      Branch: win32/perl
9596            ! README.win32 perl.h win32/Makefile win32/makedef.pl
9597            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
9598 ____________________________________________________________________________
9599 [   384] By: gsar                                  on 1997/12/24  02:22:42
9600         Log: tweak op.c to avoid warning
9601      Branch: win32/perl
9602            ! op.c
9603 ____________________________________________________________________________
9604 [   383] By: gsar                                  on 1997/12/23  21:12:42
9605         Log: Trivial bugfix#3 from local repository
9606              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
9607              Subject: Re: Assigning result of pop scrambles unrelated reference 
9608              Date: Sat, 06 Dec 1997 06:00:45 -0500
9609              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9610      Branch: win32/perl
9611            ! sv.c
9612 ____________________________________________________________________________
9613 [   382] By: gsar                                  on 1997/12/23  21:09:32
9614         Log: Trivial bugfix#2 from local repository
9615              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
9616              Subject: Re: eval of sub gives spurious "uninitialised" warning 
9617              Date: Sat, 06 Dec 1997 05:25:07 -0500
9618              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9619      Branch: win32/perl
9620            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
9621 ____________________________________________________________________________
9622 [   381] By: gsar                                  on 1997/12/23  21:01:04
9623         Log: Trivial bugfix#1 from local repository
9624              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
9625              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
9626              Date: Fri, 28 Nov 1997 18:26:52 -0500
9627              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9628      Branch: win32/perl
9629            ! scope.c
9630 ____________________________________________________________________________
9631 [   380] By: gsar                                  on 1997/12/18  15:10:23
9632         Log: Integrate mainline
9633      Branch: win32/perl
9634           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9635           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9636           +> os2/os2.sym os2/os2thread.h
9637           !> (integrate 77 files)
9638
9639 ----------------
9640 Version 5.004_56
9641 ----------------
9642
9643 ____________________________________________________________________________
9644 [   379] By: mbeattie                              on 1997/12/18  13:28:35
9645         Log: Integrate ansi @364,@366 into mainline.
9646      Branch: perl
9647           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
9648 ____________________________________________________________________________
9649 [   378] By: mbeattie                              on 1997/12/18  13:20:15
9650         Log: Add a few missing files to MANIFEST
9651      Branch: perl
9652            ! MANIFEST
9653 ____________________________________________________________________________
9654 [   377] By: mbeattie                              on 1997/12/18  13:00:16
9655         Log: Bump patchlevel to 56.
9656      Branch: perl
9657            ! patchlevel.h
9658 ____________________________________________________________________________
9659 [   376] By: nick                                  on 1997/12/18  01:32:12
9660         Log: Resolve against mainline
9661      Branch: ansiperl
9662           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9663           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9664           +> os2/os2.sym os2/os2thread.h
9665           !> (integrate 74 files)
9666 ____________________________________________________________________________
9667 [   375] By: nick                                  on 1997/12/18  01:06:15
9668         Log: Resolve against Win32
9669      Branch: ansiperl
9670           !> Configure README.threads config_h.SH doop.c embed.h
9671           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9672           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
9673           !> sv.c sv.h thread.h util.c
9674 ____________________________________________________________________________
9675 [   374] By: mbeattie                              on 1997/12/17  14:44:26
9676         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
9677              needs rewriting now that we use perlvars.h and foovar.h:
9678              Subject: [PATCH] 5.004_54 under VMS (fwd)
9679              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
9680              From: Charles Bailey <BAILEY@newman.upenn.edu>
9681      Branch: perl
9682            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
9683            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
9684            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
9685            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
9686            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
9687            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
9688 ____________________________________________________________________________
9689 [   373] By: mbeattie                              on 1997/12/17  14:10:50
9690         Log: Major changes to the DOS/djgpp port (including threading):
9691              Subject: Re: dos-djgpp port not in perl 5.004_54
9692              Date: Fri, 21 Nov 1997 10:58:26 +0100
9693              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
9694      Branch: perl
9695            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9696            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9697            ! Configure MANIFEST Makefile.SH doio.c dosish.h
9698            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
9699            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9700            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
9701            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
9702            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
9703            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
9704            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
9705            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
9706            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
9707 ____________________________________________________________________________
9708 [   372] By: mbeattie                              on 1997/12/17  13:18:34
9709         Log: Upgrade DB_File to 1.56:
9710              Subject: DB_File-1.56 for _55
9711              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
9712              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9713      Branch: perl
9714            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
9715            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
9716 ____________________________________________________________________________
9717 [   371] By: mbeattie                              on 1997/12/17  12:02:03
9718         Log: Threading patches for OS/2 (missing files taken from previous patch):
9719              Subject: Re: 5.004_55: OS/2 patches again
9720              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
9721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9722      Branch: perl
9723            + os2/os2.sym os2/os2thread.h
9724            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
9725            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
9726            ! os2/os2ish.h perl.h
9727 ____________________________________________________________________________
9728 [   370] By: mbeattie                              on 1997/12/17  11:01:34
9729         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
9730              Subject: Re: 5.004_55: OS/2 patches again
9731              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
9732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9733      Branch: perl
9734            ! perl.h
9735 ____________________________________________________________________________
9736 [   369] By: mbeattie                              on 1997/12/17  10:59:40
9737         Log: Fix typo in compiler B/C.pm.
9738      Branch: perlext
9739            ! Compiler/B/C.pm
9740 ____________________________________________________________________________
9741 [   368] By: mbeattie                              on 1997/12/17  10:58:35
9742         Log: Allow "perldoc -F filename":
9743              Subject: 5.004_55: Patch to perldoc
9744              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
9745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9746      Branch: perl
9747            ! utils/perldoc.PL
9748 ____________________________________________________________________________
9749 [   367] By: mbeattie                              on 1997/12/17  10:54:47
9750         Log: Fix not-reached warning for pp_threadsv.
9751      Branch: perl
9752            ! pp.c
9753 ____________________________________________________________________________
9754 [   366] By: nick                                  on 1997/12/14  16:06:24
9755         Log: Fix typo in Ilya's patch :-(
9756      Branch: ansiperl
9757            ! lib/ExtUtils/MakeMaker.pm
9758 ____________________________________________________________________________
9759 [   365] By: nick                                  on 1997/12/14  15:30:25
9760         Log: #undef new PERLVARIC macro in appropriate places
9761      Branch: ansiperl
9762            ! miniperlmain.c perl.h
9763 ____________________________________________________________________________
9764 [   364] By: nick                                  on 1997/12/14  15:04:36
9765         Log: Ilya's MakeMaker (empty makefile) patch
9766      Branch: ansiperl
9767            ! lib/ExtUtils/MakeMaker.pm
9768 ____________________________________________________________________________
9769 [   363] By: gsar                                  on 1997/12/13  05:57:13
9770         Log: Integrate mainline.  Builds and passes (Borland).
9771      Branch: win32/perl
9772           !> Configure README.threads config_h.SH doop.c embed.h
9773           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9774           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
9775           !> sv.c sv.h thread.h util.c
9776 ____________________________________________________________________________
9777 [   362] By: nick                                  on 1997/12/13  02:53:03
9778         Log: Resolve ansiperl against mainline
9779      Branch: ansiperl
9780           !> (integrate 92 files)
9781 ____________________________________________________________________________
9782 [   361] By: mbeattie                              on 1997/12/12  16:20:38
9783         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
9784              instead of MEXTEND leading to core dumps. This fix needs
9785              propagating back to the maintenance branch.
9786      Branch: perl
9787            ! pp_hot.c pp_sys.c
9788 ____________________________________________________________________________
9789 [   360] By: mbeattie                              on 1997/12/11  15:45:56
9790         Log: Add missing patch to op.c that didn't come across with win32 merge.
9791      Branch: perl
9792            ! op.c
9793 ____________________________________________________________________________
9794 [   359] By: mbeattie                              on 1997/12/11  11:54:41
9795         Log: Stop tr/// from writing to target when only counting.
9796      Branch: perl
9797            ! doop.c op.c op.h
9798 ____________________________________________________________________________
9799 [   358] By: mbeattie                              on 1997/12/10  18:36:26
9800         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
9801              a few extraneous trailing semicolons in perlvars.h.
9802      Branch: perl
9803            ! perlvars.h util.c
9804 ____________________________________________________________________________
9805 [   357] By: mbeattie                              on 1997/12/10  18:33:53
9806         Log: Start overhauling compiler. It was working at least minimally
9807              right up until the final tweak of B.xs to add threadsv_names
9808              at which point building it provokes a seg fault in perl while
9809              doing the xsubpp :-(.
9810      Branch: perl
9811            ! op.h util.c
9812      Branch: perlext
9813            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
9814            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
9815            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
9816            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
9817            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
9818            ! Compiler/test_harness_cc
9819 ____________________________________________________________________________
9820 [   356] By: mbeattie                              on 1997/12/10  13:43:32
9821         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
9822              sv_setfoo functions go back to not needing dTHR. Fix Configure
9823              to check for already-existing -thread on archname and to check
9824              better for d_pthread_created_joinable.
9825      Branch: perl
9826            ! Configure perl.h sv.c sv.h thread.h
9827 ____________________________________________________________________________
9828 [   355] By: mbeattie                              on 1997/12/10  10:53:58
9829         Log: Minor fix/speedup to util.c:fbm_instr:
9830              Subject: 5.004_55: Minor regexp patch
9831              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
9832              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
9833      Branch: perl
9834            ! util.c
9835 ____________________________________________________________________________
9836 [   354] By: mbeattie                              on 1997/12/10  10:41:25
9837         Log: Patches for IRIX, AIX and some generic stuff:
9838              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
9839              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
9840              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9841              (checked/ignored a few rejects; tweaked wording).
9842      Branch: perl
9843            ! Configure README.threads config_h.SH embed.h
9844            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9845            ! hints/irix_6.sh
9846 ____________________________________________________________________________
9847 [   353] By: mbeattie                              on 1997/12/10  10:10:19
9848         Log: Integrate win32 back into mainline (trivial).
9849      Branch: perl
9850           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
9851           +> win32/config_H.gc
9852           !> (integrate 36 files)
9853 ____________________________________________________________________________
9854 [   352] By: nick                                  on 1997/12/09  17:36:45
9855         Log: Resolve win32 - Sarathy's tweak.
9856      Branch: ansiperl
9857           !> win32/makedef.pl
9858 ____________________________________________________________________________
9859 [   351] By: gsar                                  on 1997/12/08  06:13:04
9860         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
9861      Branch: win32/perl
9862            ! win32/makedef.pl
9863 ____________________________________________________________________________
9864 [   350] By: nick                                  on 1997/12/05  00:56:03
9865         Log: Resolve ansiperl against win32
9866      Branch: ansiperl
9867            - win32/makegcc.mk
9868           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9869           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
9870           !> win32/makefile.mk win32/perllib.c win32/win32.h
9871 ____________________________________________________________________________
9872 [   349] By: gsar                                  on 1997/12/02  07:28:23
9873         Log: Revert to keeping (some) constant strings as globals
9874      Branch: win32/perl
9875            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9876            ! perlvars.h win32/makedef.pl win32/perllib.c
9877 ____________________________________________________________________________
9878 [   348] By: gsar                                  on 1997/12/02  05:38:06
9879         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
9880              Other minor fixes.  Now is a good time to get the changes in win32 branch.
9881      Branch: win32/perl
9882            - win32/makegcc.mk
9883            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
9884 ____________________________________________________________________________
9885 [   347] By: gsar                                  on 1997/12/02  03:32:55
9886         Log: Integrate winansi again.  Result builds and passes all tests on all
9887              three compilers.
9888      Branch: win32/perl
9889           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9890           !> win32/makegcc.mk win32/win32.h
9891 ____________________________________________________________________________
9892 [   346] By: gsar                                  on 1997/12/02  03:28:23
9893         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
9894              makegcc.mk to be merged into makefile.mk soon.
9895      Branch: win32/perl
9896            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
9897            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
9898            ! win32/win32.h
9899 ____________________________________________________________________________
9900 [   345] By: nick                                  on 1997/12/02  01:57:17
9901         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
9902              Now runs again...
9903      Branch: ansiperl
9904            ! lib/ExtUtils/MM_Win32.pm
9905 ____________________________________________________________________________
9906 [   344] By: nick                                  on 1997/12/02  01:11:16
9907         Log: Sarathy's patch 
9908      Branch: ansiperl
9909            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9910            ! win32/makegcc.mk win32/win32.h
9911 ____________________________________________________________________________
9912 [   343] By: gsar                                  on 1997/12/01  04:37:06
9913         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
9914              is identical to ansiperl/* now)
9915      Branch: win32/perl
9916           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
9917           !> (integrate 34 files)
9918 ____________________________________________________________________________
9919 [   342] By: nick                                  on 1997/12/01  04:01:57
9920         Log: Builds and passes all tests with gcc on Win32 - phew!
9921      Branch: ansiperl
9922            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
9923            ! proto.h util.c win32/makedef.pl
9924 ____________________________________________________________________________
9925 [   341] By: nick                                  on 1997/12/01  02:54:29
9926         Log: Create a struct for all perls globals (as an option)
9927              Mainly for Mingw32 which cannot import data.
9928              Now only Opcode tests fail (op_desc/op_name not 
9929              handled yet stuff)
9930      Branch: ansiperl
9931            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
9932            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
9933            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
9934            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
9935            ! win32/win32iop.h win32/win32thread.c
9936 ____________________________________________________________________________
9937 [   340] By: nick                                  on 1997/11/30  20:21:10
9938         Log: Fixup exports in non -DDEBUGGING case
9939      Branch: ansiperl
9940            ! win32/makedef.pl
9941 ____________________________________________________________________________
9942 [   339] By: nick                                  on 1997/11/30  20:10:04
9943         Log: Disable hard-coded -DDEBUGGING
9944      Branch: ansiperl
9945            ! win32/config_h.PL
9946 ____________________________________________________________________________
9947 [   338] By: nick                                  on 1997/11/30  20:00:19
9948         Log: embed.pl now reads *var*.h to do its stuff.
9949              Split generated embed.h into two - new embedvar.h
9950              is #included when 'op' etc. will not mess up proto.h etc.
9951              Removed #define foo (thr->Tfoo) from thread.h
9952              Added some 'missing' symbols to global.sym, removed
9953              those in the *var*.h files
9954              Has build all MULTIPLICITY/USE_THREADS options on win32
9955              with VC++ (and passed tests), but not with exactly this set
9956              of files.
9957      Branch: ansiperl
9958            + embedvar.h
9959            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
9960            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
9961            ! win32/makedef.pl
9962 ____________________________________________________________________________
9963 [   337] By: nick                                  on 1997/11/29  23:55:31
9964         Log: Globals and structs via macros - part 1 of N
9965              - introduce perlvars.h intrpvar.h and thrdvar.h
9966              - change perl.h and thread.h to include them with
9967              appropriate macros defined
9968              - result is status-quo but with macros
9969              - next step is to tweak embed.* to capitalize on 
9970              new easy-to-find info.
9971      Branch: ansiperl
9972            + intrpvar.h perlvars.h thrdvar.h
9973            ! perl.h thread.h win32/Makefile
9974 ____________________________________________________________________________
9975 [   336] By: nick                                  on 1997/11/29  19:13:55
9976         Log: VC++ default to threaded
9977      Branch: ansiperl
9978            ! win32/Makefile
9979 ____________________________________________________________________________
9980 [   335] By: nick                                  on 1997/11/29  18:38:26
9981         Log: Avoid __declspec(thread) by default, for both scratch
9982              return areas and THR stuff. Use struct thread intern instead.
9983      Branch: ansiperl
9984            ! win32/win32.c win32/win32.h win32/win32sck.c
9985            ! win32/win32thread.c win32/win32thread.h
9986 ____________________________________________________________________________
9987 [   334] By: nick                                  on 1997/11/29  17:49:04
9988         Log: Non-threaded build fix
9989      Branch: ansiperl
9990            ! win32/win32thread.c
9991 ____________________________________________________________________________
9992 [   333] By: nick                                  on 1997/11/29  17:29:07
9993         Log: Sort out malloc_mutex for perl's malloc
9994              Remove BINCOMPAT3 from embed.pl 
9995              Add dependancy to CORE_H for PERL95_OBJ
9996      Branch: ansiperl
9997            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
9998            ! win32/win32.c
9999 ____________________________________________________________________________
10000 [   332] By: nick                                  on 1997/11/29  16:21:01
10001         Log: Integrate win32 into ansiperl
10002      Branch: ansiperl
10003           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
10004           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
10005           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
10006           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10007           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
10008           !> win32/perllib.c
10009 ____________________________________________________________________________
10010 [   331] By: nick                                  on 1997/11/29  01:35:45
10011         Log: GCC + Threads on Win32 - best gcc results yet
10012      Branch: ansiperl
10013            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
10014            ! win32/win32.h win32/win32iop.h win32/win32thread.c
10015            ! win32/win32thread.h
10016 ____________________________________________________________________________
10017 [   330] By: nick                                  on 1997/11/28  23:05:08
10018         Log: Un-botch gcc workround
10019      Branch: ansiperl
10020            ! XSUB.h
10021 ____________________________________________________________________________
10022 [   329] By: nick                                  on 1997/11/28  22:39:39
10023         Log: Builds completely with Mingw32, dynamic loaded extensions
10024              don't work yet - suspect __declspec() non-implemented issues.
10025      Branch: ansiperl
10026            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
10027            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
10028            ! win32/runperl.c win32/win32.c win32/win32iop.h
10029 ____________________________________________________________________________
10030 [   328] By: gsar                                  on 1997/11/28  05:48:15
10031         Log: integrate winansi.
10032      Branch: win32/perl
10033           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
10034            ! perl.h
10035           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
10036           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
10037           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
10038 ____________________________________________________________________________
10039 [   327] By: gsar                                  on 1997/11/28  05:38:48
10040         Log: Integrate mainline.
10041      Branch: win32/perl
10042           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
10043           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
10044           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
10045           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10046           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
10047           !> win32/perllib.c
10048 ____________________________________________________________________________
10049 [   326] By: nick                                  on 1997/11/27  19:13:36
10050         Log: GCC builds perl.dll and perl.exe on Win32
10051      Branch: ansiperl
10052            ! win32/makedef.pl win32/makegcc.mk
10053 ____________________________________________________________________________
10054 [   325] By: nick                                  on 1997/11/27  17:46:30
10055         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
10056              far as building miniperl and perl.dll (but not import lib yet)
10057              Seems to lack popen()/pclose() and fcloseall() and fflushall().
10058              Also only CRTDLL not MCRTDLL so threading is probably not
10059              possible yet.
10060              Had to mess with win32iop.h's placement as we need __attribute__
10061              to get STDCALL, and #define of printf messes up proto.h 
10062      Branch: ansiperl
10063            + win32/config.gc win32/config_H.gc win32/makegcc.mk
10064            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
10065            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
10066            ! win32/win32iop.h win32/win32sck.c
10067 ____________________________________________________________________________
10068 [   324] By: mbeattie                              on 1997/11/27  17:08:06
10069         Log: Give dire warnings about the IRIX 6.2 kernel panic.
10070      Branch: perl
10071            ! README.threads hints/irix_6.sh
10072 ____________________________________________________________________________
10073 [   323] By: mbeattie                              on 1997/11/27  16:57:33
10074         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
10075              Subject: Re: ANNOUNCE: perl 5.004_55 is available
10076              Date: 27 Nov 1997 17:18:53 +0100
10077              From: koenig@kulturbox.de (Andreas J. Koenig)
10078      Branch: perl
10079            ! sv.c
10080 ____________________________________________________________________________
10081 [   322] By: mbeattie                              on 1997/11/27  16:12:15
10082         Log: Integrate win32 branch back into mainline.
10083      Branch: perl
10084           !> (integrate 42 files)
10085 ____________________________________________________________________________
10086 [   321] By: mbeattie                              on 1997/11/27  15:06:36
10087         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
10088              Subject: Re: ANNOUNCE: perl 5.004_55 is available
10089              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
10090              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10091      Branch: perl
10092            ! t/lib/safe2.t
10093 ____________________________________________________________________________
10094 [   320] By: mbeattie                              on 1997/11/27  15:02:59
10095         Log: Fix MYMALLOC (wrong #define in malloc.c):
10096              Subject: 5.004_55: MYMALLOC completely busted
10097              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
10098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10099      Branch: perl
10100            ! malloc.c
10101 ____________________________________________________________________________
10102 [   319] By: mbeattie                              on 1997/11/27  15:01:37
10103         Log: Fix newSVrv so sv_setref_foo work better:
10104              Subject: [PATCH] [5.004_55] newSVrv (again)
10105              Date: Thu, 27 Nov 1997 00:25:50 -0500
10106              From: Owen Taylor <owt1@cornell.edu>
10107      Branch: perl
10108            ! sv.c
10109 ____________________________________________________________________________
10110 [   318] By: mbeattie                              on 1997/11/27  14:59:03
10111         Log: Output skipped test information in test suite:
10112              Subject: 5.004_55: Making test harness platform_aware
10113              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
10114              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
10115      Branch: perl
10116            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
10117            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
10118            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
10119 ____________________________________________________________________________
10120 [   317] By: mbeattie                              on 1997/11/27  14:55:15
10121         Log: Add 'W'atch command to debugger and improve help:
10122              Subject: 5.004_55: Debugger patch again
10123              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
10124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10125      Branch: perl
10126            ! lib/perl5db.pl
10127 ____________________________________________________________________________
10128 [   316] By: mbeattie                              on 1997/11/27  14:52:44
10129         Log: Stop double initialisation of malloc_mutex:
10130              Subject: 5.004_55: Double initialiazation of malloc_mutex
10131              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
10132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10133      Branch: perl
10134            ! miniperlmain.c win32/perllib.c
10135 ____________________________________________________________________________
10136 [   315] By: mbeattie                              on 1997/11/27  14:48:58
10137         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
10138      Branch: perl
10139            ! sv.c t/op/pat.t
10140 ____________________________________________________________________________
10141 [   314] By: nick                                  on 1997/11/27  01:03:19
10142         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
10143      Branch: ansiperl
10144           !> (integrate 897 files)
10145 ____________________________________________________________________________
10146 [   313] By: gsar                                  on 1997/11/26  03:20:55
10147         Log: merge win32-aware installperl in ansiperl branch.
10148      Branch: win32/perl
10149           !> installperl
10150 ____________________________________________________________________________
10151 [   312] By: gsar                                  on 1997/11/26  01:50:37
10152         Log: Fix for C<sort 'foo'...> bug:
10153              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10154              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
10155              Subject: [PATCH] Re: Sort grammar bug 
10156              Date: Sat, 01 Nov 1997 14:46:35 -0500
10157              ------
10158              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10159              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
10160              Subject: Re: Sort grammar bug 
10161              Date: Sun, 02 Nov 1997 12:47:51 +0000
10162      Branch: win32/perl
10163            ! t/op/sort.t toke.c
10164 ____________________________________________________________________________
10165 [   311] By: nick                                  on 1997/11/26  01:42:50
10166         Log: Win32-ize installperl
10167      Branch: ansiperl
10168            ! installperl
10169 ____________________________________________________________________________
10170 [   310] By: gsar                                  on 1997/11/26  01:36:39
10171         Log: Another trivial patch:
10172              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10173              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
10174              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
10175              Date: Wed, 29 Oct 1997 21:45:26 -0500
10176      Branch: win32/perl
10177            ! XSUB.h
10178 ____________________________________________________________________________
10179 [   309] By: nick                                  on 1997/11/26  01:33:32
10180         Log: Fixup _55 for Win32:
10181              Missed thread :-> perl_thread changes
10182              Two #define THR (not the same)
10183              K&R style func in hv.c
10184      Branch: ansiperl
10185            ! hv.c win32/win32thread.c win32/win32thread.h
10186 ____________________________________________________________________________
10187 [   308] By: gsar                                  on 1997/11/26  01:30:21
10188         Log: Sync yet another patch (this one manually edited):
10189              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10190              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
10191              Subject: [PATCH] Re: local($@) gives core dump 
10192              Date: Tue, 28 Oct 1997 21:51:25 -0500
10193      Branch: win32/perl
10194            ! pp_ctl.c
10195 ____________________________________________________________________________
10196 [   307] By: gsar                                  on 1997/11/26  01:22:10
10197         Log: Sync another change from local repository.
10198              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10199              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
10200              Subject: Re: do_postponed breaks with multiple interpreters 
10201              Date: Tue, 28 Oct 1997 22:16:13 -0500
10202      Branch: win32/perl
10203            ! op.c
10204 ____________________________________________________________________________
10205 [   306] By: gsar                                  on 1997/11/26  01:17:46
10206         Log: Sync a change from local repository.
10207              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10208              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
10209              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
10210              Date: Tue, 28 Oct 1997 20:06:06 -0500
10211      Branch: win32/perl
10212            ! mg.c
10213 ____________________________________________________________________________
10214 [   305] By: nick                                  on 1997/11/26  00:50:10
10215         Log: Integrate mainline as of _55
10216      Branch: ansiperl
10217           +> emacs/ptags
10218           !> (integrate 36 files)
10219 ____________________________________________________________________________
10220 [   304] By: gsar                                  on 1997/11/26  00:27:57
10221         Log: Various changes to make it build cleanly and pass all tests:
10222              - needed to run `perl embed.pl`
10223              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
10224              - fix prototypes for a few declarations (Borland is finally quiet)
10225              - move declaration of Mymalloc etc to perl.h (since win32 and other
10226              ports may #define malloc themselves, to let extensions bind to
10227              the version that perl used)
10228              - move struct reg_data into a public header file, since it is
10229              referenced in a public datatype
10230              - win32 makefile fixes
10231              - fix remaining s/thread/perl_thread/
10232      Branch: win32/perl
10233            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
10234            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
10235            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
10236            ! win32/win32.h win32/win32iop.h win32/win32thread.c
10237 ____________________________________________________________________________
10238 [   303] By: gsar                                  on 1997/11/25  20:57:31
10239         Log: Fixup the places where the automatic merge got it wrong.
10240              Previous change (#302) was just a normal integration--ignore the
10241              "reverse" in there.
10242      Branch: win32/perl
10243            ! op.c perl.h
10244 ____________________________________________________________________________
10245 [   302] By: gsar                                  on 1997/11/25  20:32:12
10246         Log: reverse integrate mainline
10247      Branch: win32/perl
10248           +> emacs/ptags
10249           !> (integrate 896 files)
10250
10251 ----------------
10252 Version 5.004_55
10253 ----------------
10254
10255 ____________________________________________________________________________
10256 [   301] By: mbeattie                              on 1997/11/25  17:59:53
10257         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
10258      Branch: perl
10259            ! hv.c pp_ctl.c
10260 ____________________________________________________________________________
10261 [   300] By: mbeattie                              on 1997/11/25  16:29:36
10262         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
10263      Branch: perl
10264            ! MANIFEST patchlevel.h
10265 ____________________________________________________________________________
10266 [   299] By: mbeattie                              on 1997/11/25  15:59:16
10267         Log: Move malloc_mutex initialisation/destruction:
10268              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
10269              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
10270      Branch: perl
10271            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
10272            ! unixish.h vms/vmsish.h
10273 ____________________________________________________________________________
10274 [   298] By: mbeattie                              on 1997/11/25  15:49:22
10275         Log: Make hv_ functions cope better with 'm'-magic:
10276              Subject: [5.004_54] Another neglected patch
10277              Date: Fri, 21 Nov 1997 22:28:17 -0500
10278              From: Owen Taylor <owt1@cornell.edu>
10279      Branch: perl
10280            ! hv.c
10281 ____________________________________________________________________________
10282 [   297] By: mbeattie                              on 1997/11/25  15:47:36
10283         Log: Fix typo in Thread.xs.
10284      Branch: perl
10285            ! ext/Thread/Thread.xs
10286 ____________________________________________________________________________
10287 [   296] By: mbeattie                              on 1997/11/25  15:42:07
10288         Log: Integrate from ansi branch to mainline.
10289      Branch: perl
10290           !> (integrate 890 files)
10291 ____________________________________________________________________________
10292 [   295] By: mbeattie                              on 1997/11/25  14:29:31
10293         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
10294              Subject: Re: _54 on AIX
10295              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
10296              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10297      Branch: perl
10298            ! ext/DynaLoader/dl_aix.xs
10299 ____________________________________________________________________________
10300 [   294] By: mbeattie                              on 1997/11/25  14:29:10
10301         Log: AIX patch for hints/aix.sh:
10302              Subject: Re: _54 on AIX
10303              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
10304              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10305      Branch: perl
10306            ! hints/aix.sh
10307 ____________________________________________________________________________
10308 [   291] By: mbeattie                              on 1997/11/25  14:17:05
10309         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
10310      Branch: perl
10311            ! op.c op.h
10312 ____________________________________________________________________________
10313 [   290] By: mbeattie                              on 1997/11/25  14:16:29
10314         Log: AIX patch (including Configure support for {sched,pthread}_yield,
10315              pthread initial detach state, renaming perl_thread to perl_os_thread
10316              and struct thread to struct perl_thread):
10317              Subject: Re: _54 on AIX
10318              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
10319              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10320      Branch: perl
10321            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
10322            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
10323            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
10324            ! proto.h sv.h thread.h util.c win32/win32thread.c
10325            ! win32/win32thread.h
10326 ____________________________________________________________________________
10327 [   289] By: mbeattie                              on 1997/11/25  12:33:02
10328         Log: Rename perl_thread to perl_os_thread.
10329      Branch: perl
10330            ! fakethr.h thread.h util.c win32/win32thread.h
10331 ____________________________________________________________________________
10332 [   288] By: mbeattie                              on 1997/11/25  12:27:35
10333         Log: Remove bincompat3 support:
10334              Subject: Re: ANNOUNCE: perl5.004_54 is available
10335              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
10336              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10337      Branch: perl
10338            ! Configure INSTALL embed.h global.sym malloc.c
10339 ____________________________________________________________________________
10340 [   287] By: mbeattie                              on 1997/11/25  12:23:50
10341         Log: Emacs/tags update:
10342              Subject: Emacs/tags update for 5.004_54
10343              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
10344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10345      Branch: perl
10346            + emacs/ptags
10347            ! MANIFEST Makefile.SH emacs/cperl-mode.el
10348 ____________________________________________________________________________
10349 [   286] By: nick                                  on 1997/11/23  23:03:56
10350         Log: Add $$_ test 
10351      Branch: ansiperl
10352            ! t/op/ref.t
10353 ____________________________________________________________________________
10354 [   285] By: gsar                                  on 1997/11/23  08:26:00
10355         Log: Initial reverse integration of winansi branch.
10356      Branch: win32/perl
10357           !> (integrate 50 files)
10358 ____________________________________________________________________________
10359 [   284] By: gsar                                  on 1997/11/23  07:32:24
10360         Log: Add to docs about the BEGIN { shift } feature.  Make the change
10361              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
10362      Branch: win32/perl
10363            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
10364 ____________________________________________________________________________
10365 [   283] By: nick                                  on 1997/11/22  21:29:30
10366         Log: Duplicate perl_threadsv
10367      Branch: ansiperl
10368            ! global.sym
10369 ____________________________________________________________________________
10370 [   282] By: nick                                  on 1997/11/22  21:18:11
10371         Log: Munge pseudo-Configure stuff to add -thread to archname as
10372              Malcolm seems to think that is way to test for threads.
10373              Update @INC stuffing hackery to have traditional @INC
10374              search order archlib, privlib, sitearch, site.
10375      Branch: ansiperl
10376            ! t/lib/english.t win32/config.bc win32/config_H.bc
10377            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10378            ! win32/makefile.mk win32/win32.c win32/win32.h
10379 ____________________________________________________________________________
10380 [   281] By: nick                                  on 1997/11/22  19:28:21
10381         Log: Builds and passes all but english.t on win32 VC++
10382      Branch: ansiperl
10383            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
10384            ! win32/config_H.vc win32/win32thread.h
10385 ____________________________________________________________________________
10386 [   280] By: nick                                  on 1997/11/22  18:10:50
10387         Log: ansiperl builds with Borland C++ again
10388      Branch: ansiperl
10389            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
10390            ! win32/config.bc win32/config_H.bc win32/perlglob.c
10391            ! win32/win32.c win32/win32.h
10392 ____________________________________________________________________________
10393 [   279] By: nick                                  on 1997/11/22  16:42:51
10394         Log: Resolve ansiperl against mainline
10395      Branch: ansiperl
10396           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
10397           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
10398           !> t/lib/english.t thread.h toke.c util.c
10399 ____________________________________________________________________________
10400 [   278] By: nick                                  on 1997/11/22  16:30:27
10401         Log: Resolve ansiperl against win32
10402      Branch: ansiperl
10403           !> (integrate 55 files)
10404 ____________________________________________________________________________
10405 [   277] By: gsar                                  on 1997/11/22  09:48:02
10406         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
10407              - added a test for the above
10408              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
10409              ansification hunks
10410      Branch: win32/perl
10411            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
10412 ____________________________________________________________________________
10413 [   276] By: gsar                                  on 1997/11/22  07:24:01
10414         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
10415              when USE_THREADS.  GCC for instance, can do without macros that use
10416              globals.  Instead, selectively re#define only those macros
10417              that use globals to their functional equivalents.  Tests 100% on
10418              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
10419      Branch: win32/perl
10420            ! perl.h sv.h
10421 ____________________________________________________________________________
10422 [   275] By: gsar                                  on 1997/11/22  05:27:04
10423         Log: Integrate mainline.
10424      Branch: win32/perl
10425           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
10426            - lib/Class/Fields.pm lib/ISA.pm
10427           !> (integrate 41 files)
10428 ____________________________________________________________________________
10429 [   274] By: mbeattie                              on 1997/11/21  18:28:22
10430         Log: $_ is now per-thread (rather a lot of changes). Only tested under
10431              *-linux-thread at the moment.
10432      Branch: perl
10433            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
10434            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
10435            ! t/lib/english.t thread.h toke.c util.c
10436 ____________________________________________________________________________
10437 [   273] By: mbeattie                              on 1997/11/21  10:31:29
10438         Log: Filter patch to toke.c:
10439              Subject: Tiny core patch for source filters
10440              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
10441              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10442      Branch: perl
10443            ! toke.c
10444 ____________________________________________________________________________
10445 [   272] By: nick                                  on 1997/11/21  00:54:43
10446         Log: Basic integrate of lastest perl into ansiperl
10447      Branch: ansiperl
10448           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
10449            - lib/Class/Fields.pm lib/ISA.pm
10450            ! win32/win32.c win32/win32.h
10451           !> (integrate 57 files)
10452 ____________________________________________________________________________
10453 [   271] By: mbeattie                              on 1997/11/20  12:12:00
10454         Log: Initial stab at IRIX configuration support for threading. Manually
10455              applied parts of following patches:
10456              Subject: Perl 5.004_54 on IRIX
10457              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
10458              From: Jarkko Hietaniemi <jhi@iki.fi>
10459              Subject: Re: Perl 5.004_54 on IRIX
10460              Date: 19 Nov 1997 17:10:17 -0800
10461              From: Scott Henry <scotth@sgi.com>
10462      Branch: perl
10463            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
10464            ! hints/irix_6_1.sh perl.h
10465 ____________________________________________________________________________
10466 [   270] By: mbeattie                              on 1997/11/19  17:45:37
10467         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
10468              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
10469              also fixed two instances of referring to SVs after destruction.
10470      Branch: perl
10471            ! regcomp.c regexec.c
10472 ____________________________________________________________________________
10473 [   269] By: mbeattie                              on 1997/11/19  15:33:23
10474         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
10475              changed by mg_get(*keysp) (!). Introducing a new local variable
10476              fixed it but I don't know if it's a compiler problem or some
10477              other corruption happening elsewhere.
10478      Branch: perl
10479            ! av.c
10480 ____________________________________________________________________________
10481 [   268] By: mbeattie                              on 1997/11/19  11:39:49
10482         Log: Let Configure sort out get{host,net}byaddr* prototypes:
10483              Subject: [PATCH] 5.004_54: little something for
10484              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
10485              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
10486              From: Jarkko Hietaniemi <jhi@iki.fi>
10487      Branch: perl
10488            ! Configure config_h.SH pp_sys.c
10489 ____________________________________________________________________________
10490 [   267] By: mbeattie                              on 1997/11/19  11:04:15
10491         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
10492              Subject: Version 7 of Jumbo RE patch available
10493              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
10494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10495      Branch: perl
10496            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
10497            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10498            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
10499            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
10500            ! util.c
10501 ____________________________________________________________________________
10502 [   266] By: mbeattie                              on 1997/11/18  17:26:09
10503         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
10504              version of patch:
10505              Subject: tie fake hash patch for 5.004_54
10506              Date: Sat, 15 Nov 1997 19:18:30 -0500
10507              From: Joshua Pritikin <pritikin@mindspring.com>
10508      Branch: perl
10509            + t/op/avhv.t
10510            ! av.c embed.h global.sym proto.h
10511 ____________________________________________________________________________
10512 [   265] By: mbeattie                              on 1997/11/18  16:51:04
10513         Log: Bring MANIFEST up to date. Add new thread tests.
10514      Branch: perl
10515            + ext/Thread/die.t ext/Thread/die2.t
10516            ! MANIFEST
10517 ____________________________________________________________________________
10518 [   264] By: mbeattie                              on 1997/11/18  16:41:27
10519         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
10520              is assigned to. Added tests to t/op/array.t. magic_setisa now
10521              warns about including non-existent packages in @ISA when -w is on.
10522      Branch: perl
10523            - lib/Class/Fields.pm lib/ISA.pm
10524            ! mg.c t/op/array.t
10525 ____________________________________________________________________________
10526 [   263] By: mbeattie                              on 1997/11/18  16:38:57
10527         Log: Fix typo in win32 -> mainline integration.
10528      Branch: perl
10529            ! perl.h
10530 ____________________________________________________________________________
10531 [   262] By: mbeattie                              on 1997/11/18  11:56:09
10532         Log: Integrate win32 branch back into mainline.
10533      Branch: perl
10534            - win32/win32io.c win32/win32io.h
10535            ! op.c
10536           !> (integrate 30 files)
10537 ____________________________________________________________________________
10538 [   261] By: gsar                                  on 1997/11/18  00:14:02
10539         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
10540      Branch: win32/perl
10541            ! win32/config.bc win32/config.vc win32/config_H.bc
10542            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
10543 ____________________________________________________________________________
10544 [   260] By: nick                                  on 1997/11/16  23:16:16
10545         Log: Generic file changes for MYMALLOC
10546      Branch: ansiperl
10547            ! miniperlmain.c perl.c
10548 ____________________________________________________________________________
10549 [   259] By: nick                                  on 1997/11/16  23:14:36
10550         Log: MYMALLOC for Win32:
10551              1. Initialize malloc_mutex before it is used (all platforms!)
10552              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
10553              3. Tweak win32/config*.* to define MYMALLOC
10554              4. Provide sbrk() in terms of VirtualAlloc().
10555              
10556              Also fixup -MT (perl95) build to handle Perl_current_thread
10557              via call to DLL (as though an extension).
10558      Branch: ansiperl
10559            ! win32/Makefile win32/config.bc win32/config.vc
10560            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
10561            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
10562            ! win32/win32iop.h win32/win32thread.h
10563 ____________________________________________________________________________
10564 [   258] By: nick                                  on 1997/11/15  20:42:28
10565         Log: Implement dTHR via __declspec(thread) - part 2
10566      Branch: ansiperl
10567            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
10568 ____________________________________________________________________________
10569 [   257] By: nick                                  on 1997/11/15  19:52:53
10570         Log: Use __declspec(thread) var rather tha TslAlloc & co.
10571      Branch: ansiperl
10572            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
10573 ____________________________________________________________________________
10574 [   256] By: gsar                                  on 1997/11/15  02:58:09
10575         Log: Add #include guard in Thread.xs so it will build even under
10576              no USE_THREADS (for win32).  This was missed because of edit
10577              w/o checkout perforce kludge.
10578      Branch: win32/perl
10579            ! ext/Thread/Thread.xs
10580 ____________________________________________________________________________
10581 [   255] By: nick                                  on 1997/11/15  00:33:46
10582         Log: Integrate mainline (5.004_54?) into ansiperl
10583      Branch: ansiperl
10584           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
10585           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
10586           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
10587           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
10588           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
10589 ____________________________________________________________________________
10590 [   254] By: nick                                  on 1997/11/15  00:25:26
10591         Log: Interate win32 into ansiperl
10592      Branch: ansiperl
10593           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
10594           +> lib/fields.pm
10595           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
10596           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
10597           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
10598           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
10599           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
10600 ____________________________________________________________________________
10601 [   253] By: gsar                                  on 1997/11/14  22:04:58
10602         Log: Integrate mainline changes into win32 branch.  Now would be a good time
10603              to reverse integrate the win32 branch into mainline.
10604      Branch: win32/perl
10605           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
10606           +> lib/fields.pm
10607           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
10608           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
10609           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
10610           !> t/op/magic.t thread.h
10611
10612 ----------------
10613 Version 5.004_54
10614 ----------------
10615
10616 ____________________________________________________________________________
10617 [   252] By: mbeattie                              on 1997/11/14  15:07:19
10618         Log: Two more delays added to test suite to help *-solaris-thread.
10619      Branch: perl
10620            ! t/io/pipe.t t/lib/io_pipe.t
10621 ____________________________________________________________________________
10622 [   251] By: mbeattie                              on 1997/11/14  15:05:57
10623         Log: Remove stale code from Thread.xs.
10624      Branch: perl
10625            ! ext/Thread/Thread.xs
10626 ____________________________________________________________________________
10627 [   250] By: mbeattie                              on 1997/11/14  10:12:40
10628         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
10629              doesn't run handlers for self-sent signals until kill has returned.)
10630      Branch: perl
10631            ! t/op/magic.t
10632 ____________________________________________________________________________
10633 [   249] By: gsar                                  on 1997/11/14  05:14:44
10634         Log: Fix various details in win32 makefiles and Config.pm setup.
10635              - ldflags is set for both compilers now
10636              - extensions list is now correct
10637              - delete perl95.exe on distclean
10638              - cf_time now gets updated (once)
10639              - ccdlflags is set for Borland
10640              - fix startperl so dprofpp works
10641      Branch: win32/perl
10642            ! win32/Makefile win32/config.bc win32/config.vc
10643            ! win32/config_sh.PL win32/makefile.mk
10644 ____________________________________________________________________________
10645 [   248] By: mbeattie                              on 1997/11/13  18:01:27
10646         Log: Rewrite thread return code to distinguish between ordinary return
10647              and die() and make join propagate the die. Add tiny method eval
10648              which just does "return eval { shift->join; }". Add Thread::Specific
10649              class for access to thread specific user data along with specific.t.
10650              Rename Class to classname throughout Thread.xs for consistency.
10651              Fix pp_specific to pp_threadsv in global.sym. Add support to
10652              pp_entersub in pp_hot.c to lock stash for static locked methods.
10653      Branch: perl
10654            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
10655            + lib/fields.pm
10656            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
10657            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
10658 ____________________________________________________________________________
10659 [   247] By: mbeattie                              on 1997/11/13  14:13:30
10660         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
10661              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
10662              in pp_sys.c for whether getnet* function get protoyped (since the
10663              default had a broken prototype for getnetbyaddr).
10664      Branch: perl
10665            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
10666            ! scope.c thread.h
10667 ____________________________________________________________________________
10668 [   246] By: nick                                  on 1997/11/13  02:44:40
10669         Log: Integrate Win32 branch
10670      Branch: ansiperl
10671            - configure ext/util/extliblist win32/bin/pl2bat.bat
10672            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
10673            - win32/config.H win32/config.w32 win32/win32io.c
10674            - win32/win32io.h
10675           !> (integrate 905 files)
10676 ____________________________________________________________________________
10677 [   245] By: nick                                  on 1997/11/13  00:47:54
10678         Log: Integrate (-ay) win32 branch at its creation to 
10679              establish and ancestor as per perkforce technote #9
10680      Branch: ansiperl
10681           +> configure ext/util/extliblist win32/bin/pl2bat.bat
10682           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
10683           +> win32/config.H win32/config.w32
10684           !> (integrate 859 files)
10685 ____________________________________________________________________________
10686 [   244] By: gsar                                  on 1997/11/12  22:26:39
10687         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
10688              contains the all the declarations and macros for the win32io layer.
10689              New std-ish functions are exported now.  All win32-specific exported
10690              functions begin with "win32_" consistently.  win32 version of
10691              init_os_extras() is now exported, so embedders can get the in-core
10692              xsubs.
10693      Branch: win32/perl
10694            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
10695            ! win32/win32iop.h win32/win32sck.c
10696 ____________________________________________________________________________
10697 [   243] By: gsar                                  on 1997/11/12  07:41:52
10698         Log: Really delete deleted files.
10699      Branch: win32/perl
10700            - win32/win32io.c win32/win32io.h
10701 ____________________________________________________________________________
10702 [   242] By: gsar                                  on 1997/11/12  07:40:54
10703         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
10704              files (win32/win32io.[ch]) completely removed, as are all traces
10705              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
10706              for later. Various myfoo() things regularized to my_foo().  CPP not
10707              required anymore to create a perl binary :)
10708      Branch: win32/perl
10709            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
10710            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
10711            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10712            ! win32/win32sck.c
10713 ____________________________________________________________________________
10714 [   241] By: gsar                                  on 1997/11/12  05:31:28
10715         Log: Fix various win32 code blemishes:
10716              - s/stolen/win32/g
10717              - s/(CROAK|WARN)/lc($1)/eg
10718              - remove deadcode from most places
10719      Branch: win32/perl
10720            ! win32/makedef.pl win32/win32.c win32/win32io.c
10721            ! win32/win32iop.h
10722 ____________________________________________________________________________
10723 [   240] By: gsar                                  on 1997/11/12  04:36:29
10724         Log: Carry over changes in ansiperl branch.  Win32 branch is now
10725              the leading edge.
10726      Branch: win32/perl
10727            ! embed.h global.sym perl.c win32/win32thread.c
10728            ! win32/win32thread.h
10729 ____________________________________________________________________________
10730 [   239] By: gsar                                  on 1997/11/12  03:39:57
10731         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
10732      Branch: win32/perl
10733            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
10734 ____________________________________________________________________________
10735 [   238] By: gsar                                  on 1997/11/12  03:25:17
10736         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
10737              done cleaner, if really needed (perhaps only for efficiency reasons?)).
10738              Redundant EXTERN_C definitions and related warnings fixed.
10739      Branch: win32/perl
10740            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
10741            ! win32/win32iop.h win32/win32sck.c
10742 ____________________________________________________________________________
10743 [   237] By: nick                                  on 1997/11/12  02:45:15
10744         Log: Fixup Win32
10745              - #undef start_env before re-#defining it
10746              - change pp_specific pp_threadsv in global.sym
10747              - re-build embed.h
10748              - avoid HAVE_THREAD_INTERN - we don't and empty struct
10749              is a pain. If we did have it it would contain cached
10750              values of things we can only get at _IN_ the thread
10751              so new_struct_thread is wrong place to call it.
10752              - add new macro SET_THREAD_SELF - we must (in main thread)
10753              define in win32thread.h, support in win32thread.c,
10754              test and call in perl.c
10755      Branch: ansiperl
10756            ! embed.h global.sym perl.c thread.h win32/win32thread.c
10757            ! win32/win32thread.h
10758 ____________________________________________________________________________
10759 [   236] By: nick                                  on 1997/11/12  01:54:23
10760         Log: Integrate mainline after it integrated us.
10761              Accepted 'theirs' everywhere - so two branches should
10762              now point to same files again.
10763              Almost all of these were what was suggested, others were
10764              whitespace diffs. A few dubious spots which we will now 
10765              go fix.
10766      Branch: ansiperl
10767           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10768           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
10769           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
10770           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
10771           !> util.c
10772 ____________________________________________________________________________
10773 [   235] By: gsar                                  on 1997/11/12  01:22:26
10774         Log: Minor tweaks to add a thread_intern struct that should ultimately
10775              contain all the win32-specific statics.
10776              Win32 branch now passes all tests with or w/o USE_THREADS.
10777      Branch: win32/perl
10778            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
10779 ____________________________________________________________________________
10780 [   234] By: gsar                                  on 1997/11/11  23:08:54
10781         Log: Initial (untested) integration of mainline changes.
10782      Branch: win32/perl
10783            - configure
10784           !> (integrate 89 files)
10785 ____________________________________________________________________________
10786 [   233] By: mbeattie                              on 1997/11/11  18:07:30
10787         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
10788      Branch: perl
10789            ! thread.h
10790 ____________________________________________________________________________
10791 [   232] By: mbeattie                              on 1997/11/11  17:49:12
10792         Log: t/TEST (reverted to @229 version) should have been included in the
10793              previous change (231) but my way of recovering it didn't work
10794              properly. The change 231 comments about successful tests applies
10795              to this t/TEST (i.e. as of this change).
10796      Branch: perl
10797            ! t/TEST
10798 ____________________________________________________________________________
10799 [   231] By: mbeattie                              on 1997/11/11  17:46:59
10800         Log: Fix up ansiperl integration. Back to passing all expected tests
10801              with usethreads. Untested with non-threaded perl.
10802      Branch: perl
10803            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10804            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
10805 ____________________________________________________________________________
10806 [   230] By: mbeattie                              on 1997/11/11  16:36:22
10807         Log: Initial integration of ansi branch into mainline (untested).
10808      Branch: perl
10809           +> t/lib/thread.t t/op/nothread.t thread.sym
10810            - configure
10811           !> (integrate 84 files)
10812 ____________________________________________________________________________
10813 [   229] By: mbeattie                              on 1997/11/11  15:20:43
10814         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
10815              getting per-thread magicals. Fixed thr->errsv initialisation.
10816      Branch: perl
10817            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
10818            ! t/lib/safe2.t toke.c
10819 ____________________________________________________________________________
10820 [   228] By: mbeattie                              on 1997/11/11  12:48:26
10821         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
10822              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
10823              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
10824              again for non-threaded perl. Enhanced perl_get_sv to return
10825              per-thread magicals where necessary for threaded perl.
10826      Branch: perl
10827            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
10828            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
10829 ____________________________________________________________________________
10830 [   227] By: mbeattie                              on 1997/11/11  11:00:02
10831         Log: hashlock bug.
10832              
10833              Jobs fixed ...
10834              
10835              hashlock fixed on 1997/11/11 by mbeattie@localhost
10836              
10837              Subject: [perl5.004_53; patch] Another hash-locking fix
10838              Date: 23 Oct 1997 14:13:55 -0400
10839              From: Owen Taylor <owt1@cornell.edu>
10840      Branch: bugs
10841            + hashlock
10842 ____________________________________________________________________________
10843 [   226] By: gsar                                  on 1997/11/11  02:11:23
10844         Log: Slightly more refined lock() keyword recognition (using %INC).
10845      Branch: win32/perl
10846            ! toke.c
10847 ____________________________________________________________________________
10848 [   225] By: gsar                                  on 1997/11/11  00:26:09
10849         Log: "weak" lock keyword (hardcoded initial implementation) now works.
10850              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
10851              is recognized as a sub, a regular keyword otherwise.  Could be
10852              generalized by storing a flag for every op in OP struct, and turning
10853              the flag off when Thread.xs loads.
10854      Branch: win32/perl
10855            ! toke.c
10856 ____________________________________________________________________________
10857 [   224] By: gsar                                  on 1997/11/10  22:59:55
10858         Log: Merge a patch in preparation for "weak keywords":
10859              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10860              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
10861              Subject: [PATCH] global overrides for keywords
10862              Date: Wed, 08 Oct 1997 02:18:23 -0400
10863      Branch: win32/perl
10864            ! embed.h interp.sym perl.c perl.h toke.c
10865 ____________________________________________________________________________
10866 [   223] By: gsar                                  on 1997/11/10  22:41:31
10867         Log: Remove runlevel.  It was used to count how many runops() calls
10868              we were in the process of executing, and longjmp() to the topmost
10869              one (if not already there).  We use a null top_env->je_prev
10870              to distinguish that now.
10871      Branch: win32/perl
10872            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
10873 ____________________________________________________________________________
10874 [   222] By: gsar                                  on 1997/11/10  04:47:48
10875         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
10876              USE_THREADS case builds and passes all tests using both compilers.
10877              Additional tweaks:
10878              - fixup win32/makedef.pl to skip more symbols for non-thread build.
10879              - sync win32/Makefile with win32/makefile.mk
10880              >>>Non-thread build fails a lot of tests.<<<
10881      Branch: win32/perl
10882            + thread.sym
10883            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
10884            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
10885            ! win32/makedef.pl win32/makefile.mk
10886 ____________________________________________________________________________
10887 [   221] By: gsar                                  on 1997/11/10  00:57:53
10888         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
10889              into win32 branch.
10890      Branch: win32/perl
10891            + t/lib/thread.t t/op/nothread.t
10892            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
10893            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
10894            ! util.c win32/Makefile win32/config.bc win32/config.vc
10895            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
10896            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
10897            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
10898            ! win32/win32thread.c win32/win32thread.h
10899 ____________________________________________________________________________
10900 [   220] By: gsar                                  on 1997/11/09  22:44:41
10901         Log: Integrate latest mainline into win32 branch.
10902      Branch: win32/perl
10903           +> win32/win32thread.c win32/win32thread.h
10904           !> (integrate 39 files)
10905 ____________________________________________________________________________
10906 [   219] By: nick                                  on 1997/11/09  21:46:06
10907         Log: Conditionalize english.t,
10908              Enhance times() for NT,
10909              (Failed) attempt to implement alarm(),
10910              Fixed config.h dependancy in makefile.mk
10911      Branch: ansiperl
10912            ! t/lib/english.t win32/config.bc win32/config_H.bc
10913            ! win32/makefile.mk win32/win32.c
10914 ____________________________________________________________________________
10915 [   218] By: nick                                  on 1997/11/09  15:38:00
10916         Log: Dick Hardt's patch for build on Alpha
10917      Branch: ansiperl
10918            ! win32/Makefile
10919 ____________________________________________________________________________
10920 [   217] By: nick                                  on 1997/11/09  03:31:20
10921         Log: MakeMaker not in vofig noise fix for dmake
10922      Branch: ansiperl
10923            ! win32/config.bc win32/makefile.mk
10924 ____________________________________________________________________________
10925 [   216] By: nick                                  on 1997/11/09  03:15:06
10926         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
10927              TIEHASH works, but 2nd call (after db is closed, attempt
10928              to reopen) tries to AUTOLOAD TIEHASH rather than using
10929              cached value.
10930      Branch: ansiperl
10931            ! pp_sys.c
10932 ____________________________________________________________________________
10933 [   215] By: nick                                  on 1997/11/08  16:41:24
10934         Log: Cleanup MakeMaker 'not in config' noise
10935      Branch: ansiperl
10936            ! win32/Makefile win32/config.vc
10937 ____________________________________________________________________________
10938 [   214] By: nick                                  on 1997/11/08  15:07:24
10939         Log: Remove 'configure' leaving configure.gnu and Configure
10940              Win32 ignores case and keeps trying to update
10941              repository copy of 'configure' or 'Configure' with
10942              the other.
10943      Branch: ansiperl
10944            - configure
10945            ! MANIFEST
10946 ____________________________________________________________________________
10947 [   213] By: nick                                  on 1997/11/08  15:03:39
10948         Log: Get threads working again on Win32
10949              Root cause of fail was init_thread_intern() in
10950              new_struct_thread() (which is called in parent thread)
10951              clobbering dTHR of parent thread. 
10952              It is doubtfull if setting 'self' in new_struct_thread()
10953              is 'right' but left in for now.
10954      Branch: ansiperl
10955            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
10956            ! win32/win32thread.c win32/win32thread.h
10957 ____________________________________________________________________________
10958 [   212] By: nick                                  on 1997/11/08  00:34:03
10959         Log: Add :base_thread to :default in Opcode.pm
10960              This allows lib/safe.t to pass when threaded.
10961              It is unclear if 'lock' should be safe as it allows
10962              denial of service attack, but could not figure out
10963              how to add just 'specific' (sic) to :default
10964              without triggering 'already tagged' warning noise.
10965      Branch: ansiperl
10966            ! ext/Opcode/Opcode.pm win32/makefile.mk
10967 ____________________________________________________________________________
10968 [   211] By: nick                                  on 1997/11/07  23:59:31
10969         Log: Merge changes as of 18:00 CST 
10970      Branch: ansiperl
10971           !> op.c pp.c pp_sys.c thread.h util.c
10972 ____________________________________________________________________________
10973 [   210] By: nick                                  on 1997/11/07  23:52:35
10974         Log: Reverse integrate Malcolm's chanes into local
10975              repository, then import result back into my view
10976              of Malcolm's repository.
10977              Builds and passes (most) tests with GNU C++/Solaris
10978              and Borland C++, Win32.
10979      Branch: ansiperl
10980            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10981            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
10982            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
10983            ! thread.h toke.c util.c win32/makefile.mk
10984 ____________________________________________________________________________
10985 [   209] By: mbeattie                              on 1997/11/07  18:12:36
10986         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
10987              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
10988              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
10989              missing #ifdef USE_THREADS around some DEBU_L statements in die().
10990              Building without USE_THREADS fails quite a lot of tests. It looks
10991              as though the move to per-thread magicals must be missing some
10992              #ifdef USE_THREADS.
10993      Branch: perl
10994            ! op.c pp.c pp_sys.c thread.h util.c
10995 ____________________________________________________________________________
10996 [   208] By: nick                                  on 1997/11/07  01:37:28
10997         Log: Raw integrate of latest perl
10998      Branch: ansiperl
10999            ! t/TEST
11000           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
11001           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
11002           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
11003           !> thread.h toke.c util.c
11004 ____________________________________________________________________________
11005 [   207] By: mbeattie                              on 1997/11/06  14:58:00
11006         Log: Update README.threads and Todo.5.005.
11007      Branch: perl
11008            ! README.threads Todo.5.005
11009 ____________________________________________________________________________
11010 [   206] By: mbeattie                              on 1997/11/06  14:37:37
11011         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
11012      Branch: perl
11013            ! op.c pp_ctl.c proto.h scope.h
11014 ____________________________________________________________________________
11015 [   205] By: mbeattie                              on 1997/11/06  14:31:38
11016         Log: Per-thread magicals now stored in their own thr->magicals and keyed
11017              more directly. cvcache and oursv become ordinary struct thread
11018              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
11019              for 0 again. Main thread initialisation done by new function
11020              init_main_thread instead of (now fixed) new_struct_thread.
11021              
11022              Jobs fixed ...
11023              
11024              jmpenv fixed on 1997/11/06 by mbeattie@localhost
11025              
11026              Subject: [perl5.004_53; patch] eval's and threads
11027              Date: 23 Oct 1997 23:59:19 -0400
11028              From: Owen Taylor <owt1@cornell.edu>
11029      Branch: bugs
11030            + jmpenv
11031      Branch: perl
11032            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
11033            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
11034 ____________________________________________________________________________
11035 [   204] By: mbeattie                              on 1997/11/05  17:18:18
11036         Log: Per-thread magicals mostly working (and localisable). Now getting
11037              intermittent occasional "Use of uninitialized value" warnings
11038              which may be due to some op flag black magic I've broken.
11039      Branch: perl
11040            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
11041            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
11042 ____________________________________________________________________________
11043 [   203] By: nick                                  on 1997/11/05  01:04:10
11044         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
11045      Branch: ansiperl
11046            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
11047            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
11048            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
11049            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
11050            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
11051            ! win32/config.vc win32/config_H.vc win32/makedef.pl
11052            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
11053            ! win32/win32io.c win32/win32io.h win32/win32iop.h
11054            ! win32/win32sck.c win32/win32thread.h
11055 ____________________________________________________________________________
11056 [   202] By: nick                                  on 1997/11/05  00:50:27
11057         Log: Compile(d) at least once with threads on win32 
11058              but did not work
11059      Branch: ansiperl
11060            ! embed.h perl.c thread.h
11061 ____________________________________________________________________________
11062 [   201] By: nick                                  on 1997/11/05  00:32:13
11063         Log: Trivial integrate
11064      Branch: ansiperl
11065           !> patchlevel.h
11066 ____________________________________________________________________________
11067 [   200] By: mbeattie                              on 1997/11/04  12:06:09
11068         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
11069      Branch: perl
11070            ! patchlevel.h
11071 ____________________________________________________________________________
11072 [   199] By: nick                                  on 1997/11/01  00:18:52
11073         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
11074      Branch: ansiperl
11075           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
11076           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
11077           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
11078           !> util.c
11079 ____________________________________________________________________________
11080 [   198] By: nick                                  on 1997/11/01  00:08:33
11081         Log: win32thread.* not in MANIFEST which has muddled moving
11082              back and forth between depots.
11083      Branch: ansiperl
11084            ! MANIFEST win32/win32thread.c win32/win32thread.h
11085 ____________________________________________________________________________
11086 [   197] By: nick                                  on 1997/11/01  00:02:49
11087         Log: Test changes
11088      Branch: ansiperl
11089            + t/lib/thread.t t/op/nothread.t thread.sym
11090            ! MANIFEST
11091 ____________________________________________________________________________
11092 [   196] By: nick                                  on 1997/10/31  23:54:01
11093         Log: Further ANSI changes now builds and passes (most) tests
11094              with gcc -x c++. 
11095      Branch: ansiperl
11096            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
11097            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
11098            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11099            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
11100            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11101            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
11102            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
11103            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
11104            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
11105            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
11106            ! x2p/walk.c
11107 ____________________________________________________________________________
11108 [   195] By: mbeattie                              on 1997/10/31  18:05:31
11109         Log: Half way through moving per-thread magicals into per-thread fields
11110              and the associated new OP_SPECIFIC and find_thread_magical stuff.
11111              perl will compile but plenty of the magicals are still broken.
11112      Branch: perl
11113            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
11114            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
11115            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
11116            ! util.c
11117 ____________________________________________________________________________
11118 [   194] By: nick                                  on 1997/10/31  01:43:49
11119         Log: Convert miniperl sources to ANSI C. Several passes of
11120              GNU C's 'protoize' plus a few hand edits.
11121              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
11122              Does not link seems gcc's C++ does not define a symbol for
11123              const char foo[] = "....";
11124              i.e. with empty [].
11125      Branch: ansiperl
11126            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
11127            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
11128            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11129            ! sv.c taint.c toke.c universal.c util.c
11130 ____________________________________________________________________________
11131 [   193] By: nick                                  on 1997/10/30  03:00:01
11132         Log: Make the ansi branch
11133      Branch: ansiperl
11134           +> (branch 907 files)
11135 ____________________________________________________________________________
11136 [   192] By: nick                                  on 1997/10/30  02:48:17
11137         Log: Oneperl builds with THREADS/THISPTR Borland
11138              Manualy inserted Sarathy's new COND_XXXXX from his mail.
11139              Manual change if Tself -> self as was easier than resolve :-(
11140              Two aTHIS's in op.c
11141      Branch: oneperl
11142            ! embed.h op.c thread.h thread.sym win32/makefile.mk
11143            ! win32/win32thread.h
11144 ____________________________________________________________________________
11145 [   191] By: nick                                  on 1997/10/30  01:54:50
11146         Log: Raw resolve of latest sources with oneperl
11147      Branch: oneperl
11148           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
11149           !> opcode.pl perl.c thread.h win32/win32thread.c
11150           !> win32/win32thread.h
11151 ____________________________________________________________________________
11152 [   190] By: mbeattie                              on 1997/10/29  14:39:54
11153         Log: Remove global macro "self". Change thr->Tself to thr->self.
11154      Branch: perl
11155            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
11156            ! win32/win32thread.c win32/win32thread.h
11157 ____________________________________________________________________________
11158 [   189] By: mbeattie                              on 1997/10/29  12:49:01
11159         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
11160      Branch: perl
11161            ! Todo.5.005
11162 ____________________________________________________________________________
11163 [   188] By: mbeattie                              on 1997/10/29  12:45:32
11164         Log: Add pp_lock knowledge to compiler
11165      Branch: perlext
11166            ! Compiler/ccop.c Compiler/ccop.h
11167 ____________________________________________________________________________
11168 [   187] By: mbeattie                              on 1997/10/29  12:45:02
11169         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
11170      Branch: perl
11171            ! op.c
11172 ____________________________________________________________________________
11173 [   186] By: mbeattie                              on 1997/10/29  12:43:36
11174         Log: Move compiler OP class information into opcode.pl.
11175      Branch: perl
11176            ! op.h opcode.h opcode.pl
11177 ____________________________________________________________________________
11178 [   185] By: nick                                  on 1997/10/26  22:52:05
11179         Log: Split failing test in op/misc.t into op/nothread.t
11180              so all tests can be passed where they apply.
11181              Cleanup other two cases of THREADS/THISPTR.
11182              Conditional compile option for CriticalSection's on Win32
11183      Branch: oneperl
11184            + t/op/nothread.t
11185            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
11186            ! win32/win32thread.h
11187 ____________________________________________________________________________
11188 [   184] By: nick                                  on 1997/10/26  19:42:00
11189         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
11190      Branch: oneperl
11191            ! embed.h global.sym proto.h sv.c sv.h toke.c
11192 ____________________________________________________________________________
11193 [   183] By: nick                                  on 1997/10/26  18:31:58
11194         Log: Make USE_THREADS imply CRIPPLED_CC.
11195              This avoids most of the uses of 'Sv' and hence many needs of 
11196              dTHR in extension code. 
11197              With this change Data::Dumper builds as-is
11198              and Tk only needs four tweaks:
11199              1. Obscure dump-stack case which really needs dTHR
11200              2. A curcop in error-message code
11201              3. Two cases of SAVETMPS
11202              4. A curcop == &compiling which is probably not required.
11203              IMHO the SAVETMPS case is only one which merits further automation.
11204      Branch: oneperl
11205            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
11206 ____________________________________________________________________________
11207 [   182] By: nick                                  on 1997/10/26  16:31:58
11208         Log: Change dSP to imply dTHR for extension source compatibility
11209              introduce djSP (Declare Just SP) for use in perl sources
11210              and thread-aware extensions. Use latter.
11211      Branch: oneperl
11212            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
11213            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
11214 ____________________________________________________________________________
11215 [   181] By: nick                                  on 1997/10/26  00:39:57
11216         Log: More tests
11217      Branch: oneperl
11218            ! t/lib/thread.t
11219 ____________________________________________________________________________
11220 [   180] By: nick                                  on 1997/10/25  22:18:27
11221         Log: Use return of THREAD_CREATE() - add basic thread test
11222      Branch: oneperl
11223            + t/lib/thread.t
11224            ! ext/Thread/Thread.xs
11225 ____________________________________________________________________________
11226 [   179] By: nick                                  on 1997/10/25  21:25:23
11227         Log: Builds with no thread/this
11228      Branch: oneperl
11229            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
11230            ! win32/win32thread.c
11231 ____________________________________________________________________________
11232 [   178] By: nick                                  on 1997/10/25  18:28:03
11233         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
11234      Branch: oneperl
11235            ! perl.c
11236 ____________________________________________________________________________
11237 [   177] By: nick                                  on 1997/10/25  18:11:33
11238         Log: Basic integrate of oneperl with threads, passes 
11239              tests THISPTR+THREADs - win32/win32thread.* needed
11240              changes (where did they come from)?
11241      Branch: oneperl
11242            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
11243            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
11244 ____________________________________________________________________________
11245 [   176] By: nick                                  on 1997/10/25  17:05:52
11246         Log: Onepel builds THISPTR no threads
11247      Branch: oneperl
11248            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
11249 ____________________________________________________________________________
11250 [   175] By: nick                                  on 1997/10/25  16:40:10
11251         Log: Integrate oneperl with new style JOIN etc. macros
11252      Branch: oneperl
11253           +> win32/win32thread.c win32/win32thread.h
11254           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
11255           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
11256           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
11257           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
11258           !> win32/makefile.mk
11259 ____________________________________________________________________________
11260 [   174] By: mbeattie                              on 1997/10/24  17:14:00
11261         Log: Remove xcv_condp CV field which is no longer used.
11262      Branch: perl
11263            ! sv.h
11264 ____________________________________________________________________________
11265 [   173] By: mbeattie                              on 1997/10/24  14:36:09
11266         Log: Patches for VMS [Dan Sugalski]
11267      Branch: bugs
11268            + vms2
11269      Branch: perl
11270            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
11271            ! vms/vmsish.h
11272 ____________________________________________________________________________
11273 [   172] By: mbeattie                              on 1997/10/24  13:50:59
11274         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
11275              to use new API and patch win32 makefile stuff a little.
11276      Branch: perl
11277            + win32/win32thread.c win32/win32thread.h
11278            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
11279            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
11280 ____________________________________________________________________________
11281 [   171] By: mbeattie                              on 1997/10/23  14:00:27
11282         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
11283              
11284              Jobs fixed ...
11285              
11286              get_db_sub fixed on 1997/10/23 by mbeattie@squash
11287              
11288              Subject: [perl5.004_53] Debugger crash (patch)
11289              Date: Thu, 16 Oct 1997 22:03:09 -0400
11290              From: Owen Taylor <owt1@cornell.edu>
11291      Branch: bugs
11292            + get_db_sub
11293      Branch: perl
11294            ! pp_hot.c
11295 ____________________________________________________________________________
11296 [   170] By: mbeattie                              on 1997/10/23  09:22:40
11297         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
11298              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
11299              a ref to its argument for AV, HV, CV. 
11300      Branch: perl
11301            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
11302 ____________________________________________________________________________
11303 [   169] By: gsar                                  on 1997/10/21  03:49:25
11304         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
11305              - Fixup static functions that were missing aTHIS.
11306              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
11307              - Removed static functions from global.sym.
11308              - Typo in perl.h.
11309              - Additions to makefile.mk.
11310      Branch: oneperl
11311            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
11312            ! win32/makefile.mk
11313 ____________________________________________________________________________
11314 [   168] By: nick                                  on 1997/10/20  02:47:18
11315         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
11316      Branch: oneperl
11317            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
11318            ! scope.h thread.h
11319 ____________________________________________________________________________
11320 [   167] By: nick                                  on 1997/10/20  01:03:00
11321         Log: Add missing aTHIS in cast
11322      Branch: oneperl
11323            ! win32/dl_win32.xs
11324 ____________________________________________________________________________
11325 [   166] By: nick                                  on 1997/10/20  00:44:42
11326         Log: Builds and passes test with -DUSE_THISPTR
11327      Branch: oneperl
11328            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
11329            ! win32/perllib.c
11330 ____________________________________________________________________________
11331 [   165] By: nick                                  on 1997/10/19  21:45:36
11332         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
11333      Branch: oneperl
11334            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
11335            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
11336            ! win32/makefile.mk win32/perllib.c
11337 ____________________________________________________________________________
11338 [   164] By: nick                                  on 1997/10/19  20:09:13
11339         Log: oneperl compiles (but fails) with -DUSE_THISPTR
11340      Branch: oneperl
11341            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
11342            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
11343            ! win32/win32.c win32/win32.h
11344 ____________________________________________________________________________
11345 [   163] By: nick                                  on 1997/10/19  16:46:09
11346         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
11347      Branch: oneperl
11348            ! embed.h perl.h thread.h vars.h
11349 ____________________________________________________________________________
11350 [   162] By: nick                                  on 1997/10/19  14:42:16
11351         Log: Dubious merge of oneperl's variable and struct thread
11352      Branch: oneperl
11353           !> perl.h thread.h
11354 ____________________________________________________________________________
11355 [   161] By: nick                                  on 1997/10/18  18:05:13
11356         Log: integrate all but perl.h/thread.h
11357      Branch: oneperl
11358           +> Todo.5.005 perlio.sym
11359           !> (integrate 98 files)
11360 ____________________________________________________________________________
11361 [   160] By: nick                                  on 1997/10/18  03:49:27
11362         Log: Integrate rest of sub-dirs into oneperl
11363      Branch: oneperl
11364           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
11365           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
11366           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
11367           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
11368           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
11369           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
11370           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
11371           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
11372           +> hints/os390.sh
11373            - ext/util/extliblist
11374           !> (integrate 425 files)
11375 ____________________________________________________________________________
11376 [   159] By: nick                                  on 1997/10/18  03:20:11
11377         Log: Integrate (accept) t and win32 into oneperl
11378      Branch: oneperl
11379           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
11380           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
11381           +> win32/config.vc win32/config_H.bc win32/config_H.vc
11382           +> win32/makefile.mk
11383           !> (integrate 188 files)
11384 ____________________________________________________________________________
11385 [   158] By: nick                                  on 1997/10/18  03:12:59
11386         Log: Integrate lib/... into oneperl
11387      Branch: oneperl
11388           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
11389           !> (integrate 138 files)
11390 ____________________________________________________________________________
11391 [   157] By: nick                                  on 1997/10/18  02:55:53
11392         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
11393      Branch: oneperl
11394            ! lib/Bundle/CPAN.pm
11395 ____________________________________________________________________________
11396 [   156] By: nick                                  on 1997/10/18  02:52:44
11397         Log: Make lib/Bundle/CPAN.pm a text file
11398      Branch: perl
11399            ! lib/Bundle/CPAN.pm
11400 ____________________________________________________________________________
11401 [   155] By: nick                                  on 1997/10/18  02:33:02
11402         Log: Some weirdness in the intgrate process
11403      Branch: oneperl
11404            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11405            - win32/bin/webget.bat win32/config.H win32/config.w32
11406 ____________________________________________________________________________
11407 [   153] By: nick                                  on 1997/10/18  02:29:16
11408         Log: Let us try all the pure integrate stuff
11409      Branch: oneperl
11410           !> (integrate 647 files)
11411 ____________________________________________________________________________
11412 [   152] By: nick                                  on 1997/10/18  02:13:35
11413         Log: Get more sub directories out of the way.
11414      Branch: oneperl
11415           !> (integrate 92 files)
11416 ____________________________________________________________________________
11417 [   151] By: nick                                  on 1997/10/18  02:05:41
11418         Log: Integrate hints 
11419      Branch: oneperl
11420           !> (integrate 68 files)
11421 ____________________________________________________________________________
11422 [   150] By: nick                                  on 1997/10/18  01:57:20
11423         Log: Try reopening some non-contravertial files
11424      Branch: oneperl
11425           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
11426           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
11427           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
11428           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
11429 ____________________________________________________________________________
11430 [   144] By: gsar                                  on 1997/10/16  22:26:07
11431         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
11432              build.  Once again, builds and runs all    Thread tests using either
11433              compiler.
11434      Branch: win32/perl
11435            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
11436            ! win32/makefile.mk
11437 ____________________________________________________________________________
11438 [   143] By: gsar                                  on 1997/10/16  20:45:58
11439         Log: A quick merge of latest mainline.
11440      Branch: win32/perl
11441           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
11442           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
11443           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
11444           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
11445           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
11446           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
11447           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
11448           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
11449           +> lib/base.pm t/lib/dosglob.t
11450            - ext/util/extliblist
11451           !> (integrate 134 files)
11452
11453 ----------------
11454 Version 5.004_53
11455 ----------------
11456
11457 ____________________________________________________________________________
11458 [   142] By: mbeattie                              on 1997/10/16  16:52:55
11459         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
11460      Branch: perl
11461            ! MANIFEST
11462 ____________________________________________________________________________
11463 [   141] By: mbeattie                              on 1997/10/16  16:42:13
11464         Log: Move perlext/Thread into perl/ext/Thread.
11465      Branch: perl
11466           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
11467           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
11468           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
11469           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
11470           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
11471           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
11472           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
11473           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
11474            ! Configure
11475      Branch: perlext
11476            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
11477            - Thread/Thread.xs Thread/Thread/Queue.pm
11478            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
11479            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
11480            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
11481            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
11482            - Thread/unsync4.t
11483 ____________________________________________________________________________
11484 [   140] By: mbeattie                              on 1997/10/16  16:26:53
11485         Log: Correct threads_mutex locking in main thread destruction.
11486              Add per-interp thrsv to hold SV struct thread for main thread.
11487              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
11488              Add Thread/list.t test of Thread->list method.
11489              Let Thread::Semaphore methods up and down take an extra argument.
11490      Branch: perl
11491            ! embed.h interp.sym perl.c perl.h thread.h
11492      Branch: perlext
11493            + Thread/list.t
11494            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
11495 ____________________________________________________________________________
11496 [   139] By: mbeattie                              on 1997/10/16  14:01:11
11497         Log: Fix up merge with 5.004_04.
11498      Branch: perl
11499            ! op.c perl.c t/lib/dosglob.t
11500 ____________________________________________________________________________
11501 [   138] By: TimBunce                              on 1997/10/16  12:58:22
11502         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
11503      Branch: maint-5.004/perl
11504            ! t/lib/dosglob.t
11505 ____________________________________________________________________________
11506 [   137] By: mbeattie                              on 1997/10/16  11:09:25
11507         Log: Merge maint-5.004 branch (5.004_04) with mainline.
11508      Branch: perl
11509           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
11510            - ext/util/extliblist
11511           !> (integrate 132 files)
11512 ____________________________________________________________________________
11513 [   135] By: gsar                                  on 1997/10/15  21:46:05
11514         Log: Win32 changes over 5.004_52:
11515              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
11516              on an already locked mutex.
11517              - other minor tweaks.
11518              Now builds and runs win32-version of Thread_52, passing all tests.
11519      Branch: win32/perl
11520            ! perl.c proto.h thread.h
11521 ____________________________________________________________________________
11522 [   134] By: gsar                                  on 1997/10/15  18:19:31
11523         Log: fixup makefile.mk conflict.
11524      Branch: win32/perl
11525            ! win32/makefile.mk
11526 ____________________________________________________________________________
11527 [   133] By: gsar                                  on 1997/10/15  18:02:46
11528         Log: Integrated latest changes from mainline into win32.
11529      Branch: win32/perl
11530           +> fakethr.h
11531           !> MANIFEST Porting/makerel Porting/patchls README.threads
11532           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
11533           !> win32/config.vc win32/config_H.bc win32/config_H.vc
11534           !> win32/makefile.mk
11535
11536 ----------------
11537 Version 5.004_52
11538 ----------------
11539
11540 ____________________________________________________________________________
11541 [   132] By: mbeattie                              on 1997/10/15  17:02:38
11542         Log: Remove out-of-date test Thread/cond.t.
11543      Branch: perlext
11544            - Thread/cond.t
11545 ____________________________________________________________________________
11546 [   131] By: mbeattie                              on 1997/10/15  16:57:45
11547         Log: Finish thread state machine: fixes global destruction of threads,
11548              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
11549              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
11550              Thread.xs.
11551      Branch: perl
11552            ! MANIFEST README.threads Todo.5.005 perl.c util.c
11553      Branch: perlext
11554            ! Thread/Thread.xs Thread/queue.t
11555 ____________________________________________________________________________
11556 [   130] By: mbeattie                              on 1997/10/15  16:55:10
11557         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
11558              Fix ThrSETSTATE not to lock t->mutex itself.
11559      Branch: perl
11560            ! fakethr.h thread.h
11561 ____________________________________________________________________________
11562 [   129] By: mbeattie                              on 1997/10/15  16:53:35
11563         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
11564      Branch: perl
11565            ! pp_hot.c
11566 ____________________________________________________________________________
11567 [   128] By: TimBunce                              on 1997/10/15  15:55:26
11568         Log: Maintenance 5.004_04 changes
11569      Branch: maint-5.004/perl
11570            + hints/os390.sh lib/base.pm t/lib/dosglob.t
11571            - ext/util/extliblist
11572            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
11573            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
11574            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
11575            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
11576            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
11577            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
11578            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
11579            ! installperl lib/AutoLoader.pm lib/CPAN.pm
11580            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
11581            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
11582            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
11583            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
11584            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
11585            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
11586            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
11587            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
11588            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
11589            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
11590            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
11591            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
11592            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11593            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
11594            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
11595            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
11596            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
11597            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
11598            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
11599            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
11600            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
11601            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
11602            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
11603            ! win32/Makefile win32/config_H.bc win32/config_H.vc
11604            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
11605            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
11606 ____________________________________________________________________________
11607 [   127] By: mbeattie                              on 1997/10/15  10:00:18
11608         Log: Added fakethr.h.
11609      Branch: perl
11610            + fakethr.h
11611 ____________________________________________________________________________
11612 [   126] By: mbeattie                              on 1997/10/15  09:50:57
11613         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
11614      Branch: perl
11615            ! thread.h
11616 ____________________________________________________________________________
11617 [   125] By: mbeattie                              on 1997/10/15  09:09:24
11618         Log: Started rewriting thread state machine.
11619      Branch: perl
11620            ! perl.c thread.h
11621      Branch: perlext
11622            ! Thread/Thread.xs
11623 ____________________________________________________________________________
11624 [   124] By: gsar                                  on 1997/10/14  00:23:15
11625         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
11626              tests in win32 version of latest perlext/Thread.
11627      Branch: win32/perl
11628            ! pp_hot.c
11629 ____________________________________________________________________________
11630 [   123] By: gsar                                  on 1997/10/13  23:18:38
11631         Log: Initial merge of win32 threads patch.
11632      Branch: win32/perl
11633            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
11634            ! win32/Makefile win32/makedef.pl win32/makefile.mk
11635            ! win32/perllib.c win32/pod.mak win32/win32.h
11636 ____________________________________________________________________________
11637 [   122] By: gsar                                  on 1997/10/10  20:58:40
11638         Log: Integrated changes on mainline into the win32 branch.  Had to set
11639              P4USER=mbeattie for the resolve step (due to the presence of newly
11640              branched files that had not been submitted?)
11641      Branch: win32/perl
11642           +> Porting/makerel Porting/patchls README.threads Todo.5.005
11643           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
11644           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
11645           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11646           +> win32/bin/webget.pl win32/config.bc win32/config.vc
11647           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
11648            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11649            - win32/bin/webget.bat win32/config.H win32/config.w32
11650            ! thread.h
11651           !> (integrate 858 files)
11652 ____________________________________________________________________________
11653 [   121] By: mbeattie                              on 1997/10/10  17:23:41
11654         Log: Tweak a few Thread tests.
11655      Branch: perlext
11656            + Thread/join2.t
11657            ! Thread/io.t Thread/sync2.t
11658 ____________________________________________________________________________
11659 [   120] By: mbeattie                              on 1997/10/10  17:22:46
11660         Log: Rewrite thread destruction system using linked list of threads.
11661              Still not completely done. Add methods self, equal, flags, list
11662              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
11663      Branch: perl
11664            ! perl.c perl.h thread.h
11665      Branch: perlext
11666            ! Thread/Thread.xs Thread/typemap
11667 ____________________________________________________________________________
11668 [   119] By: mbeattie                              on 1997/10/10  17:19:55
11669         Log: Fix up locking/synchronisation for pp_entersub.
11670      Branch: perl
11671            ! pp_hot.c
11672 ____________________________________________________________________________
11673 [   118] By: mbeattie                              on 1997/10/10  09:55:32
11674         Log: Put back entries in MANIFEST for the four now-returned win32/* files
11675      Branch: perl
11676            ! MANIFEST
11677 ____________________________________________________________________________
11678 [   117] By: mbeattie                              on 1997/10/10  08:12:23
11679         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
11680      Branch: perl
11681            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
11682 ____________________________________________________________________________
11683 [   116] By: mbeattie                              on 1997/10/08  15:41:08
11684         Log: Add missing sig_pipe definition to Thread.xs.
11685      Branch: perlext
11686            ! Thread/Thread.xs
11687 ____________________________________________________________________________
11688 [   115] By: mbeattie                              on 1997/10/08  15:40:46
11689         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
11690              add missing dTHR; to new function unwind_handler_stack() in mg.c
11691              and bump patchlevel.h to 5.004_52.
11692      Branch: perl
11693            ! MANIFEST mg.c patchlevel.h
11694 ____________________________________________________________________________
11695 [   114] By: mbeattie                              on 1997/10/08  10:19:27
11696         Log: Merge maint-5.004 branch (5.004_03) with mainline.
11697              MANIFEST is out of sync.
11698      Branch: perl
11699           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11700           +> win32/bin/webget.pl
11701            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11702            - win32/bin/webget.bat
11703           !> (integrate 168 files)
11704 ____________________________________________________________________________
11705 [   113] By: mbeattie                              on 1997/10/05  17:52:49
11706         Log: Move init of global mutexes/cond vars earlier.
11707      Branch: perl
11708            ! perl.c
11709 ____________________________________________________________________________
11710 [   112] By: nick                                  on 1997/10/04  15:25:28
11711         Log: Add perl.sym to MANIFEST
11712      Branch: oneperl
11713            ! MANIFEST
11714 ____________________________________________________________________________
11715 [   111] By: nick                                  on 1997/10/04  15:23:37
11716         Log: Missing file
11717      Branch: oneperl
11718            + perl.sym
11719 ____________________________________________________________________________
11720 [   110] By: nick                                  on 1997/10/04  13:04:26
11721         Log: Now builds the extensions as well
11722              Passes all tests
11723      Branch: oneperl
11724            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11725            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
11726            ! toke.c util.c writemain.SH
11727 ____________________________________________________________________________
11728 [   109] By: nick                                  on 1997/10/04  12:02:14
11729         Log: Odd checkin issue
11730      Branch: oneperl
11731            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11732            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11733            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11734            ! vms/perly_h.vms writemain.SH
11735 ____________________________________________________________________________
11736 [   108] By: nick                                  on 1997/10/04  11:12:52
11737         Log: Added lots of (missing) prototypes (ckprotos is util to check)
11738              Fixed missing aTHIS flagged by above.
11739              -DUSE_THISPTR passes minitest!
11740      Branch: oneperl
11741            + ckprotos
11742            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11743            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11744            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11745            ! vms/perly_h.vms
11746 ____________________________________________________________________________
11747 [   107] By: nick                                  on 1997/10/03  22:36:52
11748         Log: .y muddle fixup - will get this sorted oneday ...
11749      Branch: oneperl
11750            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
11751            ! vms/perly_h.vms
11752 ____________________________________________________________________________
11753 [   106] By: mbeattie                              on 1997/10/03  17:12:33
11754         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
11755              from struct thread. Added missing thr->Tfoo defines for statbuf
11756              and timesbuf and removed unused Tbuf field.
11757      Branch: perl
11758            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
11759 ____________________________________________________________________________
11760 [   105] By: nick                                  on 1997/10/03  15:56:50
11761         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
11762      Branch: oneperl
11763            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
11764            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
11765            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11766            ! sv.c taint.c thread.h toke.c universal.c util.c
11767 ____________________________________________________________________________
11768 [   104] By: mbeattie                              on 1997/10/03  15:23:25
11769         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
11770      Branch: perl
11771            ! global.sym pp.c proto.h sv.c
11772 ____________________________________________________________________________
11773 [   103] By: mbeattie                              on 1997/10/03  15:17:39
11774         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
11775      Branch: perl
11776            ! av.c hv.c perl.h sv.c
11777 ____________________________________________________________________________
11778 [   102] By: mbeattie                              on 1997/10/03  11:53:51
11779         Log: Reliable thread signal handling.
11780      Branch: perl
11781            ! global.sym mg.c perl.c perl.h
11782      Branch: perlext
11783            ! Thread/Thread.xs
11784 ____________________________________________________________________________
11785 [   101] By: nick                                  on 1997/10/02  20:43:17
11786         Log: Cleanup perly.y stuff
11787      Branch: oneperl
11788            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
11789 ____________________________________________________________________________
11790 [   100] By: nick                                  on 1997/10/02  18:54:08
11791         Log: Compiles with less invasive aTHIS adding
11792      Branch: oneperl
11793            + nothis.sym
11794            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
11795            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
11796            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
11797            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11798            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
11799            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
11800            ! util.c vars.h
11801
11802 ----------------
11803 Version 5.004_51
11804 ----------------
11805
11806 ____________________________________________________________________________
11807 [    99] By: mbeattie                              on 1997/10/02  17:23:48
11808         Log: Added Thread/queue.t.
11809      Branch: perlext
11810            + Thread/queue.t
11811 ____________________________________________________________________________
11812 [    98] By: mbeattie                              on 1997/10/02  17:19:44
11813         Log: Bumped patchlevel to 51. Updated Todo.5.005.
11814      Branch: perl
11815            ! Todo.5.005 patchlevel.h
11816 ____________________________________________________________________________
11817 [    97] By: mbeattie                              on 1997/10/02  17:07:47
11818         Log: Update README.threads amd Thread/README
11819      Branch: perl
11820            ! README.threads
11821      Branch: perlext
11822            ! Thread/README
11823 ____________________________________________________________________________
11824 [    96] By: mbeattie                              on 1997/10/02  16:58:47
11825         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
11826              fix sv_bless3 prototype.
11827      Branch: perl
11828            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
11829 ____________________________________________________________________________
11830 [    95] By: mbeattie                              on 1997/10/02  16:50:21
11831         Log: Fixed broken typemap for Thread.
11832      Branch: perlext
11833            ! Thread/typemap
11834 ____________________________________________________________________________
11835 [    94] By: mbeattie                              on 1997/10/02  16:34:03
11836         Log: Fix pod text in Lint.pm for private-names option.
11837      Branch: perlext
11838            ! Compiler/B/Lint.pm
11839 ____________________________________________________________________________
11840 [    93] By: mbeattie                              on 1997/10/02  13:44:46
11841         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
11842      Branch: perl
11843            ! MANIFEST embed.h
11844 ____________________________________________________________________________
11845 [    92] By: mbeattie                              on 1997/10/02  13:27:10
11846         Log: Add Todo.5.005
11847      Branch: perl
11848            + Todo.5.005
11849 ____________________________________________________________________________
11850 [    91] By: nick                                  on 1997/10/01  20:23:38
11851         Log: Raw _T# trial
11852      Branch: oneperl
11853            ! embed.h embed.pl proto.h sv.c
11854 ____________________________________________________________________________
11855 [    90] By: nick                                  on 1997/10/01  18:22:03
11856         Log: THIS + new sort stuff
11857      Branch: oneperl
11858            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
11859 ____________________________________________________________________________
11860 [    89] By: nick                                  on 1997/10/01  18:03:05
11861         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
11862      Branch: oneperl
11863            ! pp_ctl.c proto.h util.c
11864 ____________________________________________________________________________
11865 [    88] By: mbeattie                              on 1997/10/01  17:04:12
11866         Log: Start of Configure support for -Dusethreads plus associated
11867              Linux hints.
11868      Branch: perl
11869            ! Configure hints/linux.sh
11870 ____________________________________________________________________________
11871 [    87] By: mbeattie                              on 1997/10/01  17:03:34
11872         Log: Move runops_foo prototypes from proto.h to early in perl.h.
11873      Branch: perl
11874            ! perl.h proto.h
11875 ____________________________________________________________________________
11876 [    86] By: nick                                  on 1997/09/30  19:15:21
11877         Log: Debug hackery to thread.h - temporary
11878              Quick-fix qsort() replacement - more to come.
11879      Branch: oneperl
11880            ! thread.h util.c
11881 ____________________________________________________________________________
11882 [    85] By: mbeattie                              on 1997/09/30  15:50:27
11883         Log: Added Lint option regexp-variables.
11884      Branch: perlext
11885            ! Compiler/B/Lint.pm
11886 ____________________________________________________________________________
11887 [    84] By: mbeattie                              on 1997/09/30  15:11:07
11888         Log: Merge maint-5.004 branch (5.004_01) with mainline.
11889      Branch: perl
11890           +> Porting/makerel Porting/patchls hints/newsos4.sh
11891           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11892           +> win32/config.vc win32/config_H.bc win32/config_H.vc
11893           +> win32/makefile.mk
11894            - win32/config.H win32/config.w32
11895           !> (integrate 109 files)
11896 ____________________________________________________________________________
11897 [    83] By: TimBunce                              on 1997/09/30  14:27:09
11898         Log: Maintenance 5.004_03 changes (addendum)
11899      Branch: maint-5.004/perl
11900            - win32/bin/search.bat
11901 ____________________________________________________________________________
11902 [    82] By: TimBunce                              on 1997/09/30  14:11:29
11903         Log: Maintenance 5.004_03 changes
11904      Branch: maint-5.004/perl
11905            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11906            + win32/bin/webget.pl
11907            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
11908            - win32/bin/webget.bat
11909            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
11910            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
11911            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
11912            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
11913            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
11914            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11915            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
11916            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
11917            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
11918            ! win32/win32.c
11919 ____________________________________________________________________________
11920 [    81] By: TimBunce                              on 1997/09/30  13:17:27
11921         Log: Maintenance 5.004_02 changes
11922      Branch: maint-5.004/perl
11923            + win32/bin/runperl.bat
11924            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
11925            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
11926            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11927            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
11928            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11929            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
11930            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
11931            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
11932            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
11933            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
11934            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
11935            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11936            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
11937            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11938            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11939            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
11940            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
11941            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
11942            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
11943            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
11944            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
11945            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
11946            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
11947            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
11948            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
11949            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
11950            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
11951            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
11952            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
11953            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
11954            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
11955            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
11956            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
11957            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
11958            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
11959            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
11960            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
11961            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11962            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
11963            ! win32/config.bc win32/config.vc win32/config_H.bc
11964            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
11965            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
11966            ! win32/win32io.c win32/win32io.h win32/win32iop.h
11967            ! win32/win32sck.c
11968 ____________________________________________________________________________
11969 [    80] By: nick                                  on 1997/09/29  20:31:43
11970         Log: Add some prototypes in attempt to flush out errors
11971              Tidy up vars.h usage.
11972      Branch: oneperl
11973            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
11974            ! proto.h util.c vars.h
11975 ____________________________________________________________________________
11976 [    79] By: nick                                  on 1997/09/29  17:12:07
11977         Log: Builds and passes tests without THISPTR
11978      Branch: oneperl
11979            ! MANIFEST global.sym perl.c perl.h vars.h
11980 ____________________________________________________________________________
11981 [    78] By: mbeattie                              on 1997/09/29  16:57:23
11982         Log: Re-introduce the changes from change 68 (runops becomes a
11983              function pointer and sv_bless3 for '~'-magic) which got lost
11984              during the preparation for the maint-merge.
11985      Branch: perl
11986            ! global.sym perl.h pp.c proto.h run.c sv.c
11987 ____________________________________________________________________________
11988 [    77] By: mbeattie                              on 1997/09/29  16:44:16
11989         Log: Start merge with maint-5.004 branch by creating an ancestral
11990              branch point via a fake resolution with the maint-merge branch.
11991              See Perforce Tech Note 9 for details.
11992      Branch: perl
11993           !> (integrate 864 files)
11994 ____________________________________________________________________________
11995 [    76] By: nick                                  on 1997/09/28  19:04:42
11996         Log: Code with this pointer compiles (but core dumps)
11997      Branch: oneperl
11998            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
11999            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
12000            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
12001            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
12002            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
12003            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
12004            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
12005            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
12006            ! vars.h
12007 ____________________________________________________________________________
12008 [    75] By: nick                                  on 1997/09/28  15:45:35
12009         Log: Quasi sensible starting point for aTHIS addition.
12010      Branch: oneperl
12011            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
12012 ____________________________________________________________________________
12013 [    74] By: nick                                  on 1997/09/28  11:23:32
12014         Log: Ooops - unwind perly.* stuff for now
12015      Branch: oneperl
12016            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
12017 ____________________________________________________________________________
12018 [    73] By: nick                                  on 1997/09/28  11:17:23
12019         Log: Builds and passes all tests again
12020      Branch: oneperl
12021            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
12022            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
12023 ____________________________________________________________________________
12024 [    72] By: nick                                  on 1997/09/28  10:47:01
12025         Log: Save "important things" before re-try
12026      Branch: oneperl
12027            + vars.h
12028            ! embed.pl thread.h thread.sym
12029 ____________________________________________________________________________
12030 [    71] By: nick                                  on 1997/09/26  17:47:31
12031         Log: Basic hacks to build with USE_THISPTR, not yet useful
12032              but builds miniperl and passes minitest with all thread 
12033              variables via a _GLOBAL_ thr variable rather than globals.
12034              Now for the local thr variable ...
12035      Branch: oneperl
12036            + thread.sym
12037            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
12038            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
12039            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
12040            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
12041            ! util.c vms/vms.c
12042 ____________________________________________________________________________
12043 [    70] By: mbeattie                              on 1997/09/23  14:29:23
12044         Log: Branch oneperl from mainline.
12045      Branch: oneperl
12046           +> (branch 871 files)
12047 ____________________________________________________________________________
12048 [    69] By: mbeattie                              on 1997/09/22  16:02:37
12049         Log: struct thread now stored in an SV and uses '~'-magic for access.
12050      Branch: perl
12051            ! thread.h
12052      Branch: perlext
12053            ! Thread/Thread.xs Thread/typemap
12054 ____________________________________________________________________________
12055 [    68] By: mbeattie                              on 1997/09/22  16:01:48
12056         Log: runops becomes a funtion pointer and sv_bless3 created
12057              to avoid pointer forgery with '~'-magic.
12058      Branch: perl
12059            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
12060 ____________________________________________________________________________
12061 [    67] By: mbeattie                              on 1997/09/22  15:45:56
12062         Log: More fprintf -> PerlIO_printf changes.
12063      Branch: perl
12064            ! perl.c pp_hot.c util.c
12065 ____________________________________________________________________________
12066 [    66] By: mbeattie                              on 1997/09/22  15:10:40
12067         Log: Minor multi-threading patches for VMS.
12068      Branch: perl
12069            ! mg.c thread.h vms/vms.c
12070 ____________________________________________________________________________
12071 [    65] By: mbeattie                              on 1997/09/15  14:09:11
12072         Log: Add undefined-subs option to Lint.pm.
12073      Branch: perlext
12074            ! Compiler/B/Lint.pm
12075 ____________________________________________________________________________
12076 [    64] By: mbeattie                              on 1997/09/10  16:39:41
12077         Log: Debugging output for lock handling.
12078      Branch: perl
12079            ! mg.c pp.c pp_hot.c util.c
12080 ____________________________________________________________________________
12081 [    63] By: mbeattie                              on 1997/09/10  14:49:00
12082         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
12083      Branch: perlext
12084           +> Thread/Thread/Semaphore.pm
12085            - Thread/Semaphore.pm
12086 ____________________________________________________________________________
12087 [    62] By: mbeattie                              on 1997/09/10  14:47:31
12088         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
12089      Branch: perlext
12090           +> Thread/Thread/Queue.pm
12091            - Thread/Queue.pm
12092 ____________________________________________________________________________
12093 [    61] By: mbeattie                              on 1997/09/10  13:56:50
12094         Log: Solaris fixes: delete pad and padname from thread.h and remove
12095              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
12096      Branch: perl
12097            ! thread.h x2p/Makefile.SH
12098
12099 ----------------
12100 Version 5.004_50        First developer release towards 5.005
12101 ----------------
12102
12103 Maintenance of the 5.004 version of perl continues with the 5.004_xx
12104 series, where 'xx' is <= 49.  Development of the next version, 5.005,
12105 starts with 5.004_50.
12106
12107 ____________________________________________________________________________
12108 [    60] By: mbeattie                              on 1997/09/09  16:57:41
12109         Log: Update README.threads to mention -DL.
12110      Branch: perl
12111            ! README.threads
12112 ____________________________________________________________________________
12113 [    59] By: mbeattie                              on 1997/09/09  16:49:08
12114         Log: Add Thread modules Queue.pm and Semaphore.pm
12115      Branch: perlext
12116            + Thread/Queue.pm Thread/Semaphore.pm
12117 ____________________________________________________________________________
12118 [    58] By: mbeattie                              on 1997/09/09  16:33:45
12119         Log: Update README.threads
12120      Branch: perl
12121            ! README.threads
12122 ____________________________________________________________________________
12123 [    57] By: mbeattie                              on 1997/09/09  16:26:47
12124         Log: Add debug info to Thread typemap.
12125      Branch: perlext
12126            ! Thread/typemap
12127 ____________________________________________________________________________
12128 [    56] By: mbeattie                              on 1997/09/09  15:04:26
12129         Log: Rewrite synchronisation of subs/methods and add attrs
12130              extension for specifying 'locked' and 'method' attributes.
12131      Branch: perl
12132            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
12133            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
12134            ! pp_hot.c proto.h sv.c sv.h toke.c
12135      Branch: perlext
12136            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
12137 ____________________________________________________________________________
12138 [    55] By: mbeattie                              on 1997/09/03  16:34:47
12139         Log: Add new keyword "lock" to Opcode.pm
12140      Branch: perl
12141            ! ext/Opcode/Opcode.pm
12142 ____________________________________________________________________________
12143 [    54] By: mbeattie                              on 1997/09/03  14:44:44
12144         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
12145      Branch: perl
12146            ! embed.h keywords.h
12147 ____________________________________________________________________________
12148 [    53] By: mbeattie                              on 1997/09/03  13:52:24
12149         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
12150      Branch: perl
12151            ! MANIFEST
12152 ____________________________________________________________________________
12153 [    52] By: mbeattie                              on 1997/09/03  13:41:20
12154         Log: Let Lint private_names catch out-of-package _foo methods.
12155      Branch: perlext
12156            ! Compiler/B/Lint.pm
12157 ____________________________________________________________________________
12158 [    51] By: mbeattie                              on 1997/09/03  13:20:12
12159         Log: Bump patchlevel.h to 5.004_50
12160      Branch: perl
12161            ! patchlevel.h
12162 ____________________________________________________________________________
12163 [    50] By: mbeattie                              on 1997/09/03  12:31:48
12164         Log: Make compiler build/work with devel 5.005
12165      Branch: perlext
12166            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
12167            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
12168 ____________________________________________________________________________
12169 [    49] By: mbeattie                              on 1997/09/03  12:28:05
12170         Log: Rename RESTART to INIT and associated changes
12171      Branch: perl
12172            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
12173            ! toke.c vms/perly_c.vms
12174 ____________________________________________________________________________
12175 [    48] By: mbeattie                              on 1997/09/02  15:54:27
12176         Log: Added private-names option.
12177      Branch: perlext
12178            ! Compiler/B/Lint.pm
12179 ____________________________________________________________________________
12180 [    47] By: mbeattie                              on 1997/09/02  11:54:55
12181         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
12182      Branch: perlext
12183            ! Compiler/cc_runtime.h
12184 ____________________________________________________________________________
12185 [    46] By: mbeattie                              on 1997/08/28  19:40:08
12186         Log: Missing sprintf in try_autoload.
12187      Branch: perlext
12188            ! Compiler/B/C.pm
12189 ____________________________________________________________________________
12190 [    45] By: mbeattie                              on 1997/08/13  16:15:25
12191         Log: Threading fixups for Digital UNIX.
12192      Branch: perl
12193            ! README.threads malloc.c perl.h toke.c
12194 ____________________________________________________________________________
12195 [    44] By: mbeattie                              on 1997/08/11  15:46:29
12196         Log: Assorted changes for multi-threading (now works rather more).
12197      Branch: perl
12198            + README.threads
12199            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
12200            ! toke.c util.c
12201      Branch: perlext
12202            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
12203            ! Thread/unsync.t
12204 ____________________________________________________________________________
12205 [    43] By: mbeattie                              on 1997/08/08  14:11:00
12206         Log: Made Lint check subs (and -u packages).
12207              Added support for dollar_underscore and implicit $_ in foreach.
12208      Branch: perlext
12209            ! Compiler/B/Lint.pm
12210 ____________________________________________________________________________
12211 [    42] By: TimBunce                              on 1997/07/25  17:15:57
12212         Log: Maintenance 5.004_01 changes
12213      Branch: maint-5.004/perl
12214            + Porting/makerel Porting/patchls hints/newsos4.sh
12215            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
12216            + win32/config.vc win32/config_H.bc win32/config_H.vc
12217            + win32/makefile.mk
12218            - win32/config.H win32/config.w32
12219            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
12220            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
12221            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12222            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
12223            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
12224            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
12225            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
12226            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12227            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12228            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
12229            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
12230            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
12231            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
12232            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
12233            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
12234            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
12235            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12236            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
12237            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
12238            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
12239            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
12240            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
12241            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
12242            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
12243            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
12244            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
12245            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
12246            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
12247            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
12248            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
12249 ____________________________________________________________________________
12250 [    41] By: mbeattie                              on 1997/07/24  14:57:53
12251         Log: Start support for fake threads.
12252              pp_lock now returns its argument.
12253      Branch: perl
12254            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
12255            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
12256            ! util.c
12257      Branch: perlext
12258            ! Thread/Thread.xs
12259 ____________________________________________________________________________
12260 [    40] By: mbeattie                              on 1997/07/24  14:55:07
12261         Log: Add missing reset of eval_owner if doeval() fails to parse.
12262      Branch: perl
12263            ! pp_ctl.c
12264 ____________________________________________________________________________
12265 [    39] By: mbeattie                              on 1997/07/17  13:35:51
12266         Log: Fix multiple problems with lexical @_.
12267      Branch: perl
12268            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
12269            ! toke.c
12270 ____________________________________________________________________________
12271 [    38] By: mbeattie                              on 1997/07/16  17:02:09
12272         Log: Change %lx to %x in B::CV::save to prevent some CV
12273              fields becoming 0 in the init section. Add missing
12274              write_back in B::Stackobj::Padsv::load_double to fix
12275              test 22 of op/my.t.
12276      Branch: perlext
12277            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
12278 ____________________________________________________________________________
12279 [    37] By: mbeattie                              on 1997/07/10  11:28:16
12280         Log: Branch win32 developments from main perl branch.
12281      Branch: win32/perl
12282           +> (branch 867 files)
12283 ____________________________________________________________________________
12284 [    36] By: mbeattie                              on 1997/07/05  11:58:05
12285         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
12286              as well as provide_ref (5.003).
12287      Branch: perlext
12288            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
12289 ____________________________________________________________________________
12290 [    35] By: mbeattie                              on 1997/07/05  11:55:18
12291         Log: Introduce pp_lock.
12292      Branch: perl
12293            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
12294            ! pp.c pp_ctl.c toke.c
12295 ____________________________________________________________________________
12296 [    34] By: mbeattie                              on 1997/07/01  12:24:28
12297         Log: Support for op in global register (still buggy)
12298      Branch: perl
12299            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
12300            ! proto.h scope.c scope.h thread.h
12301 ____________________________________________________________________________
12302 [    33] By: mbeattie                              on 1997/06/24  16:34:24
12303         Log: Branch lexical warnings from perl branch.
12304      Branch: lexwarn/perl
12305           +> (branch 867 files)
12306 ____________________________________________________________________________
12307 [    32] By: mbeattie                              on 1997/06/24  14:33:57
12308         Log: Branch integration of maint-5.004 from relperl.
12309      Branch: mainline/perl
12310           +> (branch 600 files)
12311      Branch: maint-5.004/perl
12312           +> (branch 864 files)
12313 ____________________________________________________________________________
12314 [    31] By: mbeattie                              on 1997/06/20  11:46:50
12315         Log: corrected bad_type() prototype. 
12316      Branch: perl
12317            ! op.c
12318 ____________________________________________________________________________
12319 [    30] By: mbeattie                              on 1997/06/12  12:38:05
12320         Log: Tweak README.
12321      Branch: perlext
12322            ! Thread/README
12323 ____________________________________________________________________________
12324 [    29] By: mbeattie                              on 1997/06/12  12:34:59
12325         Log: Document -m option of CC backend.
12326      Branch: perlext
12327            ! Compiler/NOTES
12328 ____________________________________________________________________________
12329 [    28] By: mbeattie                              on 1997/06/12  12:25:05
12330         Log: Support sysseek introduced in 5.004.
12331      Branch: perlext
12332            ! Compiler/ccop.c Compiler/ccop.h
12333 ____________________________________________________________________________
12334 [    27] By: mbeattie                              on 1997/06/05  14:20:51
12335         Log: More fixups for thrperl integration.
12336      Branch: perl
12337            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12338            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
12339            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
12340            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
12341            ! util.c
12342 ____________________________________________________________________________
12343 [    25] By: mbeattie                              on 1997/05/28  15:11:24
12344         Log: Fixups for thrperl integration.
12345      Branch: perl
12346            ! embed.h keywords.h op.c opcode.h perl.c util.c
12347 ____________________________________________________________________________
12348 [    24] By: mbeattie                              on 1997/05/26  20:10:42
12349         Log: Integrate thrperl 5.003->5.004.
12350      Branch: perl
12351           +> thread.h
12352           !> (integrate 33 files)
12353 ____________________________________________________________________________
12354 [    23] By: mbeattie                              on 1997/05/26  11:45:39
12355         Log: Fix ppname when saving subs.
12356      Branch: perlext
12357            ! Compiler/B/C.pm
12358 ____________________________________________________________________________
12359 [    22] By: mbeattie                              on 1997/05/26  11:45:03
12360         Log: -mFoo option now forces -uFoo.
12361      Branch: perlext
12362            ! Compiler/B/CC.pm
12363 ____________________________________________________________________________
12364 [    21] By: mbeattie                              on 1997/05/26  11:43:37
12365         Log: Put back objsym/savesym (used by walkoptree_exec).
12366      Branch: perlext
12367            ! Compiler/B.pm
12368 ____________________________________________________________________________
12369 [    20] By: mbeattie                              on 1997/05/26  11:38:45
12370         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
12371      Branch: perl
12372            ! av.c global.sym
12373 ____________________________________________________________________________
12374 [    19] By: mbeattie                              on 1997/05/25  21:19:38
12375         Log: Fix up integration 5.003->5.004.
12376      Branch: perl
12377            + lib/Class/Fields.pm lib/ISA.pm
12378            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
12379            ! toke.c
12380 ____________________________________________________________________________
12381 [    18] By: mbeattie                              on 1997/05/25  10:31:21
12382         Log: First stab at 5.003 -> 5.004 integration.
12383      Branch: perl
12384           +> (branch 291 files)
12385            - Changes.Conf ext/DynaLoader/dl_os2.xs
12386            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
12387            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
12388            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
12389            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
12390            - lib/chat2.pl lib/splain os2/README os2/README.old
12391            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
12392            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
12393            - x2p/handy.h x2p/s2p.man
12394           !> (integrate 392 files)
12395 ____________________________________________________________________________
12396 [    17] By: mbeattie                              on 1997/05/24  18:46:49
12397         Log: Wholesale update to 5.004.
12398      Branch: relperl
12399            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
12400            + Porting/Glossary Porting/pumpkin.pod README.amiga
12401            + README.cygwin32 README.os2 README.plan9 README.qnx
12402            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
12403            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
12404            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
12405            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
12406            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
12407            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
12408            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
12409            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
12410            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
12411            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
12412            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
12413            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
12414            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
12415            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
12416            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
12417            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
12418            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
12419            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
12420            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
12421            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
12422            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
12423            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
12424            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
12425            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
12426            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
12427            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12428            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
12429            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
12430            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
12431            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
12432            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
12433            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
12434            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
12435            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
12436            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
12437            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
12438            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
12439            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
12440            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
12441            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
12442            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
12443            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
12444            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
12445            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
12446            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12447            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
12448            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
12449            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
12450            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
12451            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
12452            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
12453            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
12454            + plan9/config.plan9 plan9/exclude plan9/fndvers
12455            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
12456            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
12457            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
12458            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
12459            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12460            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12461            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
12462            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
12463            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
12464            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
12465            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
12466            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
12467            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
12468            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
12469            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
12470            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
12471            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
12472            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
12473            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
12474            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
12475            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
12476            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
12477            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
12478            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
12479            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
12480            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
12481            + t/pragma/warn-1global t/pragma/warning.t universal.c
12482            + utils/splain.PL vms/ext/DCLsym/0README.txt
12483            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
12484            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
12485            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
12486            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
12487            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
12488            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
12489            + win32/config.H win32/config.w32 win32/config_h.PL
12490            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
12491            + win32/include/arpa/inet.h win32/include/dirent.h
12492            + win32/include/netdb.h win32/include/sys/socket.h
12493            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
12494            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
12495            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
12496            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
12497            + x2p/proto.h
12498            - Changes.Conf ext/DynaLoader/dl_os2.xs
12499            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
12500            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
12501            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
12502            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
12503            - lib/chat2.pl lib/splain os2/README os2/README.old
12504            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
12505            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
12506            - x2p/handy.h x2p/s2p.man
12507            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
12508            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
12509            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
12510            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
12511            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
12512            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
12513            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
12514            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
12515            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
12516            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
12517            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
12518            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
12519            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12520            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12521            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12522            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
12523            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12524            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
12525            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
12526            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
12527            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12528            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
12529            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
12530            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
12531            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
12532            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
12533            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
12534            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
12535            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
12536            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
12537            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
12538            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
12539            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
12540            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
12541            ! installman installperl interp.sym keywords.h keywords.pl
12542            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
12543            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
12544            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
12545            ! lib/Exporter.pm lib/ExtUtils/Install.pm
12546            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
12547            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12548            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12549            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12550            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
12551            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
12552            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
12553            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
12554            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
12555            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
12556            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
12557            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
12558            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
12559            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
12560            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
12561            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
12562            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
12563            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
12564            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
12565            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
12566            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
12567            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
12568            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
12569            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
12570            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
12571            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
12572            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
12573            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
12574            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
12575            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
12576            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
12577            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
12578            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
12579            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
12580            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
12581            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
12582            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
12583            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
12584            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
12585            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
12586            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
12587            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
12588            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
12589            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
12590            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
12591            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
12592            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
12593            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
12594            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
12595            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
12596            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
12597            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
12598            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
12599            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
12600            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
12601            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
12602            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
12603            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
12604            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
12605            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
12606            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
12607            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
12608            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
12609            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
12610            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
12611            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
12612            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
12613            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
12614            ! x2p/util.h x2p/walk.c
12615 ____________________________________________________________________________
12616 [    16] By: mbeattie                              on 1997/05/23  22:42:08
12617         Log: Initial integration of relperl from 5.003.
12618      Branch: relperl
12619           +> (branch 600 files)
12620 ____________________________________________________________________________
12621 [    14] By: mbeattie                              on 1997/05/12  20:22:56
12622         Log: Finish code generation rewrite. Clean up B::Section class and
12623              handle symbol table translation internally. Simple .pm modules
12624              now compile OK.
12625      Branch: perlext
12626            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
12627            ! Compiler/B/CC.pm
12628 ____________________________________________________________________________
12629 [    13] By: mbeattie                              on 1997/05/05  19:41:18
12630         Log: Don't make pp_enter and pp_return trigger basic blocks.
12631      Branch: perlext
12632            ! Compiler/B/Bblock.pm
12633 ____________________________________________________________________________
12634 [    12] By: mbeattie                              on 1997/05/05  19:40:16
12635         Log: Rewrite code generation. Sections (de)multiplexed into a
12636              temporary file instead of stored in arrays.
12637      Branch: perlext
12638            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
12639 ____________________________________________________________________________
12640 [    11] By: mbeattie                              on 1997/05/03  20:20:59
12641         Log: Development to pre-alpha4
12642      Branch: perlext
12643            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
12644            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
12645            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
12646            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
12647            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
12648            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
12649            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
12650            ! Compiler/test_harness Compiler/test_harness_cc
12651 ____________________________________________________________________________
12652 [    10] By: mbeattie                              on 1997/05/03  14:47:06
12653         Log: Initial check-in of perl compiler.
12654      Branch: perlext
12655            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
12656            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
12657            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
12658            + Compiler/B/CC.pm Compiler/B/Debug.pm
12659            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
12660            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
12661            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
12662            + Compiler/O.pm Compiler/README Compiler/TESTS
12663            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
12664            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
12665            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
12666            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
12667            + Compiler/disassemble Compiler/old/README.feb11
12668            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
12669            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
12670            + Compiler/op.patch Compiler/ramblings/cc.notes
12671            + Compiler/ramblings/curcop.runtime
12672            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
12673            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
12674            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
12675            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
12676            + Compiler/ramblings/runtime.porting
12677            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
12678            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
12679            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
12680            + Compiler/test_harness_bytecode Compiler/test_harness_cc
12681            + Compiler/typemap
12682 ____________________________________________________________________________
12683 [     9] By: mbeattie                              on 1997/05/02  19:03:49
12684         Log: Don't require CvDEPTH == 0 when bombing out of subs.
12685      Branch: thrperl
12686            ! pp_hot.c
12687 ____________________________________________________________________________
12688 [     8] By: mbeattie                              on 1997/04/23  19:06:45
12689         Log: Added programmer-level condition variables via "condpair" magic.
12690              Added support for detached threads and tweaked a few things.
12691      Branch: thrperl
12692            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
12693            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
12694            ! util.c
12695 ____________________________________________________________________________
12696 [     7] By: mbeattie                              on 1997/04/23  19:04:18
12697         Log: Rewrote programmer-level condition variables from scratch. Added
12698              support for detaching threads. Fixed handling for arguments
12699              passed in to threads and return values for joined threads.
12700      Branch: perlext
12701            + Thread/lock.t
12702            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
12703            ! Thread/typemap
12704 ____________________________________________________________________________
12705 [     6] By: mbeattie                              on 1997/04/10  20:17:26
12706         Log: Initial check-in of Thread module.
12707      Branch: perlext
12708            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
12709            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
12710            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
12711            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
12712            + Thread/unsync4.t
12713 ____________________________________________________________________________
12714 [     5] By: mbeattie                              on 1997/04/10  20:05:52
12715         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
12716              missing parens (pad allocation) in the tokener.
12717      Branch: thrperl
12718            ! op.c pp_ctl.c toke.c
12719 ____________________________________________________________________________
12720 [     4] By: mbeattie                              on 1997/03/28  18:40:44
12721         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
12722      Branch: thrperl
12723            + thread.h
12724            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
12725            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
12726            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
12727            ! run.c scope.c sv.c sv.h toke.c util.c
12728 ____________________________________________________________________________
12729 [     3] By: mbeattie                              on 1997/03/28  13:36:23
12730         Log: Branch 5.003 -> thrperl
12731      Branch: thrperl
12732           +> (branch 600 files)
12733 ____________________________________________________________________________
12734 [     2] By: mbeattie                              on 1997/03/28  13:32:21
12735         Log: Initial devel changes.
12736              Pseudo-hashes. Optional strong typing. RESTART {}.
12737      Branch: perl
12738            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
12739            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
12740            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
12741 ____________________________________________________________________________
12742 [     1] By: mbeattie                              on 1997/03/28  13:17:33
12743         Log: Perl 5.003 check-in
12744      Branch: perl
12745            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
12746            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
12747            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
12748            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
12749            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
12750            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12751            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12752            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12753            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12754            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12755            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12756            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12757            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12758            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
12759            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12760            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
12761            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
12762            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
12763            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
12764            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
12765            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
12766            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
12767            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12768            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
12769            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
12770            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12771            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
12772            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
12773            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
12774            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
12775            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
12776            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
12777            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
12778            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
12779            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
12780            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
12781            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12782            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
12783            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
12784            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
12785            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12786            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
12787            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12788            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
12789            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
12790            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
12791            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
12792            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
12793            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12794            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
12795            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
12796            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
12797            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
12798            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
12799            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
12800            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
12801            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
12802            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
12803            + hints/README.hints hints/aix.sh hints/altos486.sh
12804            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
12805            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
12806            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
12807            + hints/fps.sh hints/freebsd.sh hints/genix.sh
12808            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
12809            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
12810            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
12811            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
12812            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
12813            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
12814            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
12815            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
12816            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
12817            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
12818            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
12819            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
12820            + hints/uts.sh hv.c hv.h installman installperl interp.sym
12821            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
12822            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
12823            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
12824            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
12825            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
12826            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12827            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12828            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12829            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
12830            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
12831            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
12832            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
12833            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
12834            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
12835            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
12836            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
12837            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
12838            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
12839            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
12840            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
12841            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
12842            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
12843            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
12844            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
12845            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
12846            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
12847            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
12848            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
12849            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
12850            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
12851            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
12852            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
12853            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
12854            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
12855            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
12856            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
12857            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
12858            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
12859            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
12860            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
12861            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
12862            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
12863            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
12864            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
12865            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
12866            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
12867            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
12868            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
12869            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
12870            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
12871            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
12872            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
12873            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
12874            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
12875            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
12876            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
12877            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
12878            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
12879            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
12880            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
12881            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
12882            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12883            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
12884            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
12885            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
12886            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
12887            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
12888            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
12889            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
12890            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
12891            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
12892            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
12893            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
12894            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
12895            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
12896            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
12897            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
12898            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
12899            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
12900            + vms/Makefile vms/config.vms vms/descrip.mms
12901            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
12902            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
12903            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
12904            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
12905            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
12906            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
12907            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
12908            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
12909            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
12910            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
12911            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
12912            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
12913            + x2p/walk.c