Update perldelta and Changes; refresh perltoc; newer perlembed.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     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Graham Barr         <gbarr@ti.com>
24     Spider Boardman     <spider@orb.nashua.nh.us>
25     Tom Christiansen    <tchrist@perl.com>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@chapin.edu>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
53     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
54     Tim Bunce           <Tim.Bunce@ig.co.uk>
55     Andy Dougherty      <doughera@lafcol.lafayette.edu>
56     Gurusamy Sarathy    <gsar@engin.umich.edu>
57     Chip Salzenberg     <chip@perl.com>
58
59 And, of course, the Author of Perl:
60
61     Larry Wall          <larry@wall.org>
62
63
64 NOTE: Each change entry shows the change number; who checked it into the
65 repository; when; description of the change; which branch the change
66 happened in; and the affected files.  The file lists have a short symbolic
67 indicator:
68
69             !       modified
70             +       added
71             -       deleted
72             +>      branched (from elsewhere)
73             !>      merged changes (from elsewhere)
74
75
76 -------------
77 Version 5.005           Production release
78 -------------
79
80 ____________________________________________________________________________
81 [  1645] By: gsar                                  on 1998/07/22  19:37:41
82         Log: don't use qualify() in class methods
83              From:    Albert Dvornik <bert@genscan.com>
84              Date:    22 Jul 1998 15:14:46 EDT
85              Message-Id: <tqbtqhlmu1.fsf_-_@puma.genscan.com>
86              Subject: [PATCH 5.005-MAYBE] Bug in IO::Handle->input_record_separator
87      Branch: perl
88            ! ext/IO/lib/IO/Handle.pm
89 ____________________________________________________________________________
90 [  1644] By: gsar                                  on 1998/07/22  18:13:31
91         Log: newer perlembed.pod
92      Branch: perl
93            ! pod/perlembed.pod
94 ____________________________________________________________________________
95 [  1643] By: gsar                                  on 1998/07/22  18:03:42
96         Log: From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
97              Date:    Wed, 22 Jul 1998 13:42:20 EDT
98              Message-Id: <Pine.SUN.3.96.980722134049.10073C-100000@newton.phys>
99              Subject: Re: 5.005 - a sneak preview
100      Branch: perl
101            ! Porting/pumpkin.pod
102 ____________________________________________________________________________
103 [  1642] By: gsar                                  on 1998/07/22  17:58:42
104         Log: add perlmodinstall, regen perltoc
105      Branch: perl
106            + pod/perlmodinstall.pod
107            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
108            ! pod/perltoc.pod win32/pod.mak
109 ____________________________________________________________________________
110 [  1641] By: gsar                                  on 1998/07/22  17:11:55
111         Log: support optional crypt() with PERL_OBJECT
112              From:    "Douglas Lankshear" <dougl@ActiveState.com>
113              Date:    Wed, 22 Jul 1998 08:21:10 PDT
114              Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active>
115              Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT
116      Branch: perl
117            ! iperlsys.h pp.c win32/Makefile win32/makefile.mk
118            ! win32/perlhost.h win32/win32.c win32/win32iop.h
119 ____________________________________________________________________________
120 [  1640] By: gsar                                  on 1998/07/22  17:09:11
121         Log: win32 tweaks
122              Date:    Wed, 22 Jul 1998 07:09:09 PDT
123              Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active>
124              From:    "Douglas Lankshear" <dougl@ActiveState.com>
125      Branch: perl
126            ! win32/Makefile win32/makefile.mk win32/win32.h
127 ____________________________________________________________________________
128 [  1639] By: gsar                                  on 1998/07/22  17:00:30
129         Log: From:    d-lewart@uiuc.edu (Daniel S. Lewart)
130              Date:    Wed, 22 Jul 1998 06:20:08 CDT
131              Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu>
132              Subject: [PATCH] lib/Sys/Syslog.pm doc
133      Branch: perl
134            ! Changes lib/Sys/Syslog.pm
135 ____________________________________________________________________________
136 [  1638] By: gsar                                  on 1998/07/22  09:12:26
137         Log: up patchlevel etc (only doc patching from now on, testing in progress)
138      Branch: perl
139            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
140            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
141 ____________________________________________________________________________
142 [  1637] By: gsar                                  on 1998/07/22  08:27:09
143         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
144              Date:    Tue, 21 Jul 1998 16:04:40 PDT
145              Message-Id: <3.0.5.32.19980721160440.00a916f0@ous.edu>
146              Subject: [PATCH 5.004_76]Document Vax C's death for VMS
147              --
148              Date:    Tue, 21 Jul 1998 16:08:57 PDT
149              Message-Id: <3.0.5.32.19980721160857.00a6d250@ous.edu>
150              Subject: [PATCH 5.004_76]fix clean/realclean targets of VMS' makefile
151              --
152              Date:    Tue, 21 Jul 1998 16:05:56 PDT
153              Message-Id: <3.0.5.32.19980721160556.00a1a100@ous.edu>
154              Subject: [PATCH 5.004_76]Note the record-read capabilities of $/ in perldelta.pod
155      Branch: perl
156            ! README.vms pod/perldelta.pod vms/descrip_mms.template
157 ____________________________________________________________________________
158 [  1636] By: gsar                                  on 1998/07/22  08:04:37
159         Log: fix quoting in t/io/inplace.t
160      Branch: perl
161            ! t/io/inplace.t
162 ____________________________________________________________________________
163 [  1635] By: gsar                                  on 1998/07/22  07:59:30
164         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
165              Date:    Tue, 21 Jul 1998 13:06:44 PDT
166              Message-Id: <3.0.5.32.19980721130644.00ac5100@ous.edu>
167              Subject: [PATCH 5.004_76]t/io/inplace.t enabled for VMS
168      Branch: perl
169            ! t/io/inplace.t vms/test.com
170 ____________________________________________________________________________
171 [  1634] By: gsar                                  on 1998/07/22  07:55:35
172         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
173              Date:    Tue, 21 Jul 1998 12:42:20 PDT
174              Message-Id: <3.0.5.32.19980721124220.00a82a20@ous.edu>
175              Subject: [PATCH 5.004_76]Fix inplace editing for VMS
176      Branch: perl
177            ! doio.c
178 ____________________________________________________________________________
179 [  1633] By: gsar                                  on 1998/07/22  07:53:53
180         Log: fix AIX hints for PL_* changes
181              From:    Jarkko Hietaniemi <jhi@iki.fi>
182              Date:    Tue, 21 Jul 1998 22:53:54 +0300
183              Message-Id: <199807211953.WAA55724@vipunen.hut.fi>
184              Subject: Re: _76 fails to link B extension on AIX 414
185      Branch: perl
186            ! perl_exp.SH
187 ____________________________________________________________________________
188 [  1632] By: gsar                                  on 1998/07/22  07:51:56
189         Log: From:    Anton Berezin <tobez@plab.ku.dk>
190              Date:    Tue, 21 Jul 1998 21:46:45 +0200
191              Message-Id: <199807211946.VAA01301@lion.plab.ku.dk>
192              Subject: [PATCH _76] t/op/eval.t test for eval & scoping of lexicals
193      Branch: perl
194            ! t/op/eval.t
195 ____________________________________________________________________________
196 [  1631] By: gsar                                  on 1998/07/22  07:48:20
197         Log: applied patch, with tweak suggested by Michael Parker
198              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
199              Date:    Tue, 21 Jul 1998 14:30:05 EDT
200              Message-Id: <Pine.SUN.3.96.980721142928.8231Q-100000@newton.phys>
201              Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests
202      Branch: perl
203            ! hints/irix_6.sh
204 ____________________________________________________________________________
205 [  1630] By: gsar                                  on 1998/07/22  07:40:25
206         Log: better diagnostic on errno.t failure
207              From:    Graham Barr <gbarr@ti.com>
208              Date:    Tue, 21 Jul 1998 13:07:29 CDT
209              Message-Id: <19980721130729.K4337@asic.sc.ti.com>
210      Branch: perl
211            ! t/lib/errno.t
212 ____________________________________________________________________________
213 [  1629] By: gsar                                  on 1998/07/22  07:36:38
214         Log: win32 tweaks: disable XSLOCKS in perl.c, correct typo, search
215              the registry for anything that begins with "PERL", not "PERL5"
216              From:    "Douglas Lankshear" <dougl@ActiveState.com>
217              Date:    Tue, 21 Jul 1998 11:08:00 PDT
218              Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active>
219      Branch: perl
220            ! perl.c win32/perlhost.h win32/win32.c
221 ____________________________________________________________________________
222 [  1628] By: gsar                                  on 1998/07/22  07:28:35
223         Log: suppress redefined warnings on C<INIT {} INIT {}>
224      Branch: perl
225            ! op.c
226 ____________________________________________________________________________
227 [  1627] By: gsar                                  on 1998/07/22  07:15:19
228         Log: remove spurious $VERSION line that confuses CPAN
229              From:    Johan Vromans <jvromans@squirrel.nl>
230              Date:    Tue, 21 Jul 1998 20:01:36 +0200
231              Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl>
232              Subject: Re: 5.004_76 missing version numbers
233      Branch: perl
234            ! lib/Getopt/Long.pm
235 ____________________________________________________________________________
236 [  1626] By: gsar                                  on 1998/07/22  06:57:56
237         Log: From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
238              Date:    Tue, 21 Jul 1998 10:20:13 EDT
239              Message-Id: <Pine.SUN.3.96.980721101922.8078A-100000@newton.phys>
240              Subject: [PATCH] Porting/config* updates for 5.005
241      Branch: perl
242            ! Changes Porting/config.sh Porting/config_H
243 ____________________________________________________________________________
244 [  1625] By: gsar                                  on 1998/07/22  06:46:38
245         Log: add a few more globals with old names #defined
246      Branch: perl
247            ! embed.pl embedvar.h
248 ____________________________________________________________________________
249 [  1624] By: gsar                                  on 1998/07/22  06:39:22
250         Log: allow extensions to be specified as paths 
251              From:    Paul Johnson <pjcj@transeda.com>
252              Date:    Tue, 21 Jul 1998 12:04:27 BST
253              Message-Id: <19980721120427.F903@west-tip.transeda.com>
254              Subject: [PATCH] 5.004_75 Embed and static extensions
255      Branch: perl
256            ! lib/ExtUtils/Embed.pm
257 ____________________________________________________________________________
258 [  1623] By: gsar                                  on 1998/07/22  06:12:50
259         Log: make $ prototype to accept THREADSVs
260      Branch: perl
261            ! op.c
262 ____________________________________________________________________________
263 [  1622] By: gsar                                  on 1998/07/22  06:04:25
264         Log: fix Liblist.pm to find entries that are plain pathnames on win32
265      Branch: perl
266            ! lib/ExtUtils/Liblist.pm
267 ____________________________________________________________________________
268 [  1621] By: gsar                                  on 1998/07/22  05:10:53
269         Log: perlfaq update from From Tom Christiansen and Nathan Torkington
270              (removes all mention of training courses from perlfaq*.pod)
271      Branch: perl
272            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
273            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
274            ! pod/perlfaq8.pod pod/perlfaq9.pod
275 ____________________________________________________________________________
276 [  1620] By: gsar                                  on 1998/07/22  02:51:13
277         Log: applied patch, modulo parts already added to perldelta
278              From:    Stephen McCamant <alias@mcs.com>
279              Date:    Tue, 21 Jul 1998 17:06:23 CDT
280              Message-Id: <13749.3106.995764.413053@alias-2.pr.mcs.net>
281              Subject: [PATCH] Re: Beta2 is available
282      Branch: perl
283            ! pod/perldelta.pod
284 ____________________________________________________________________________
285 [  1619] By: gsar                                  on 1998/07/22  02:45:55
286         Log: applied patch, add new message to perldeta
287              From:    Stephen McCamant <alias@mcs.com>
288              Date:    Tue, 21 Jul 1998 16:12:25 CDT
289              Message-Id: <13749.910.83378.949909@alias-2.pr.mcs.net>
290              Subject: [PATCH] Band-aid patch for local($avhv->{a})
291      Branch: perl
292            ! pod/perldelta.pod pod/perldiag.pod pp.c pp_hot.c
293 ____________________________________________________________________________
294 [  1618] By: gsar                                  on 1998/07/22  02:08:00
295         Log: fix up B modules for PL_* changes
296      Branch: perl
297            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
298 ____________________________________________________________________________
299 [  1617] By: gsar                                  on 1998/07/22  01:42:14
300         Log: From:    Malcolm Beattie <mbeattie@sable.ox.ac.uk>
301              Date:    Tue, 21 Jul 1998 18:13:16 BST
302              Message-Id: <199807211713.SAA20735@sable.ox.ac.uk>
303              Subject: Compiler docs for 5.005
304      Branch: perl
305            ! ext/B/B.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
306            ! ext/B/O.pm
307 ____________________________________________________________________________
308 [  1616] By: gsar                                  on 1998/07/22  01:29:09
309         Log: s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive
310              names
311      Branch: perl
312            ! bytecode.h bytecode.pl byterun.c embedvar.h interp.sym
313            ! intrpvar.h
314 ____________________________________________________________________________
315 [  1615] By: nick                                  on 1998/07/21  22:26:34
316         Log: Mingw32 PERL_OBJECT tweaks
317      Branch: perl
318            ! ext/Fcntl/Fcntl.xs ext/IO/IO.xs ext/POSIX/POSIX.xs
319 ____________________________________________________________________________
320 [  1614] By: gsar                                  on 1998/07/21  19:43:32
321         Log: fix off-by-one in change#623 that broke lexical lookups in eval''
322      Branch: perl
323            ! pp_ctl.c
324
325 ----------------
326 Version 5.004_76        5.005 Public Beta, Issue 2
327 ----------------
328
329 ____________________________________________________________________________
330 [  1613] By: gsar                                  on 1998/07/21  10:26:01
331         Log: final tweaks before beta2
332      Branch: perl
333            + Porting/findvars
334           +> Porting/fixvars
335            - fixvars
336            ! Changes MANIFEST intrpvar.h iperlsys.h
337            ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h
338 ____________________________________________________________________________
339 [  1612] By: gsar                                  on 1998/07/21  07:15:54
340         Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
341      Branch: perl
342            ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl
343            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
344            ! win32/win32sck.c
345 ____________________________________________________________________________
346 [  1611] By: gsar                                  on 1998/07/21  07:12:00
347         Log: fix bytecode.pl with moved var names
348      Branch: perl
349            ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
350 ____________________________________________________________________________
351 [  1610] By: gsar                                  on 1998/07/21  05:51:10
352         Log: tweak toke.c
353      Branch: perl
354            ! toke.c
355 ____________________________________________________________________________
356 [  1609] By: gsar                                  on 1998/07/21  05:46:59
357         Log: change case of PERL_OBJECT filenames, consistent with the rest
358      Branch: perl
359            + XSlock.h objXSUB.h
360            - ObjXSub.h XSLock.h
361            ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h
362            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
363 ____________________________________________________________________________
364 [  1608] By: gsar                                  on 1998/07/21  05:31:13
365         Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)
366      Branch: perl
367            ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h
368 ____________________________________________________________________________
369 [  1607] By: gsar                                  on 1998/07/21  05:29:10
370         Log: part 1 of PERL_OBJECT fixes for new var names
371      Branch: perl
372            ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c
373            ! run.c win32/GenCAPI.pl
374 ____________________________________________________________________________
375 [  1606] By: gsar                                  on 1998/07/21  05:17:26
376         Log: From:    Stephen McCamant <alias@mcs.com>
377              Date:    Mon, 20 Jul 1998 23:53:32 CDT
378              Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net>
379              Subject: [PATCH] redundant RV2GVs in ck_fun()
380      Branch: perl
381            ! op.c
382 ____________________________________________________________________________
383 [  1605] By: gsar                                  on 1998/07/21  05:13:28
384         Log: From:    Stephen McCamant <alias@mcs.com>
385              Date:    Mon, 20 Jul 1998 23:32:42 CDT
386              Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net>
387              Subject: B::Deparse 0.56 (first testsuite fixes; big)
388      Branch: perl
389            ! ext/B/B/Deparse.pm
390 ____________________________________________________________________________
391 [  1604] By: gsar                                  on 1998/07/21  05:07:29
392         Log: applied a slightly tweaked version of suggested patch
393              From: Colin Kuskie <ckuskie@cadence.com>
394              Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT)
395              Message-ID: <Pine.GSO.3.96.980720154841.6188M-100000@pdxmail.cadence.com>
396              Subject: [PATCH _75] More documentation for -i prefix
397      Branch: perl
398            ! pod/perlrun.pod
399 ____________________________________________________________________________
400 [  1603] By: gsar                                  on 1998/07/21  04:59:19
401         Log: disable malloced_size() feedback with -DLEAKTEST
402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
403              Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT)
404              Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu>
405              Subject: [PATCH 5.004_75] -DLEAKTEST broken
406      Branch: perl
407            ! av.c sv.c
408 ____________________________________________________________________________
409 [  1602] By: gsar                                  on 1998/07/21  04:57:43
410         Log: fix hints/hpux.sh for cpp recognition
411              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
412              Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT)
413              Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
414              Subject: RE: Configure misses preprocessor on HP-UX
415      Branch: perl
416            ! hints/hpux.sh
417 ____________________________________________________________________________
418 [  1601] By: gsar                                  on 1998/07/21  04:55:51
419         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
420              Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT)
421              Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu>
422              Subject: [PATCH 5.004_72] Compile (?{}) into a correct package
423      Branch: perl
424            ! pp_ctl.c t/op/pat.t
425 ____________________________________________________________________________
426 [  1600] By: gsar                                  on 1998/07/21  04:48:32
427         Log: allocate a whole fd_set for pp_sselect() on more platforms
428              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
429              Date: 20 Jul 1998 00:14:18 +0300
430              Message-ID: <oeen2a5y251.fsf@alpha.hut.fi>
431              Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
432      Branch: perl
433            ! pp_sys.c
434 ____________________________________________________________________________
435 [  1599] By: gsar                                  on 1998/07/21  04:44:04
436         Log: add tests to check if context propagation works
437              From: Francois Desarmenien <desar@club-internet.fr>
438              Date: Sun, 19 Jul 1998 12:28:33 +0200
439              Message-ID: <35B1CA51.A606AD27@club-internet.fr>
440              Subject: Re: m//g strange behaviour in 5.004
441      Branch: perl
442            + t/op/context.t
443            ! MANIFEST
444 ____________________________________________________________________________
445 [  1598] By: gsar                                  on 1998/07/21  04:37:49
446         Log: applied RE doc patches, with tweaks to the prose
447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
448              Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT)
449              Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu>
450              Subject: [PATCH 5.004_72] Document irregular zero-length matches
451              --
452              Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT)
453              Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu>
454              Subject: [PATCH 5.004_72] Another irregularity of expressions documented
455      Branch: perl
456            ! pod/perlre.pod
457 ____________________________________________________________________________
458 [  1597] By: gsar                                  on 1998/07/21  04:16:51
459         Log: pod tweak suggested by Ilya
460      Branch: perl
461            ! pod/perlfunc.pod
462 ____________________________________________________________________________
463 [  1596] By: gsar                                  on 1998/07/21  04:12:39
464         Log: enable color output with -Mre=debugcolor with -DDEBUGGING
465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
466              Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT)
467              Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu>
468              Subject: [PATCH 5.004_72] Better -Mre=colordb
469      Branch: perl
470            ! ext/re/re.xs
471 ____________________________________________________________________________
472 [  1595] By: gsar                                  on 1998/07/21  04:07:44
473         Log: From: "John L. Allen" <allen@grumman.com>
474              Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT)
475              Message-ID: <Pine.SOL.3.91.980716113018.14617A-100000@gateway.grumman.com>
476              Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags
477      Branch: perl
478            ! utils/perlbug.PL
479 ____________________________________________________________________________
480 [  1594] By: gsar                                  on 1998/07/21  04:06:06
481         Log: don't use SelectSaver on IO::Handle->input_*() methods
482              From: Robin Barker <rmb1@cise.npl.co.uk>
483              Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST)
484              Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk>
485              Subject: Re: Bug in IO::Handle->input_record_separator
486      Branch: perl
487            ! ext/IO/lib/IO/Handle.pm
488 ____________________________________________________________________________
489 [  1593] By: gsar                                  on 1998/07/21  04:03:46
490         Log: applied a tweaked version of suggested patch
491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
492              Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT)
493              Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu>
494              Subject: [PATCH 5.004_72] Enable/document colors in re.pm
495      Branch: perl
496            ! ext/re/re.pm
497 ____________________________________________________________________________
498 [  1592] By: gsar                                  on 1998/07/21  03:49:55
499         Log: remove compat3.sym and rename perld4.pod
500      Branch: perl
501           +> pod/perl5004delta.pod
502            - compat3.sym pod/perld4.pod
503            ! MANIFEST
504 ____________________________________________________________________________
505 [  1591] By: gsar                                  on 1998/07/21  03:38:16
506         Log: update patchlevel, Changes
507      Branch: perl
508            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
509            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
510 ____________________________________________________________________________
511 [  1590] By: gsar                                  on 1998/07/21  03:06:04
512         Log: documentation tweaks from Abigail <abigail@fnx.com>
513              Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT)
514              Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com>
515              Subject: Re: [PATCH 5.00475] pod/perlsyn.pod
516              --
517              Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT)
518              Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com>
519              Subject: [PATCH 5.00475] pod/perlguts.pod
520              --
521              Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT)
522              Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com>
523              Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod
524              --
525              Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT)
526              Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com>
527              Subject: [PATCH, 5.00475], pod/perlsub.pod
528              --
529              Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT)
530              Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com>
531              Subject: [PATCH 5.00475] pod/perlfunc.pod
532      Branch: perl
533            ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod
534            ! pod/perlsyn.pod
535 ____________________________________________________________________________
536 [  1589] By: gsar                                  on 1998/07/21  02:44:25
537         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
538              Date: Wed, 15 Jul 1998 09:38:12 -0700
539              Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu>
540              Subject: [PATCH 5.005-beta1]Quick VMS config update
541              --
542              Date: Wed, 15 Jul 1998 12:53:52 -0700
543              Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu>
544              Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!)
545              --
546              Date: Thu, 16 Jul 1998 11:15:44 -0700
547              Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu>
548              Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler
549              --
550              Date: Thu, 16 Jul 1998 11:21:55 -0700
551              Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu>
552              Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS
553              --
554              Date: Thu, 16 Jul 1998 11:25:04 -0700
555              Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu>
556              Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older
557              --
558              Date: Fri, 17 Jul 1998 15:29:13 -0700
559              Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu>
560              Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure
561              --
562              Date: Mon, 20 Jul 1998 10:20:49 -0700
563              Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu>
564              Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build
565              --
566              Date: Mon, 20 Jul 1998 10:13:03 -0700
567              Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu>
568              Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process
569              --
570              From: Brad Hughes <brad@tgsmc.com>
571              Date: Mon, 20 Jul 1998 15:51:22 -0700
572              Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu>
573              Subject: patch for readme.vms
574      Branch: perl
575            ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template
576            ! vms/gen_shrfls.pl vms/subconfigure.com
577 ____________________________________________________________________________
578 [  1588] By: gsar                                  on 1998/07/21  01:26:20
579         Log: change#1481 didn't go through at all, redo it
580      Branch: perl
581            ! t/base/rs.t
582 ____________________________________________________________________________
583 [  1587] By: gsar                                  on 1998/07/21  01:21:41
584         Log: workaround C<"foo" "bar"> catenation-intolerant compilers
585      Branch: perl
586            ! regexec.c toke.c
587 ____________________________________________________________________________
588 [  1586] By: gsar                                  on 1998/07/21  01:05:49
589         Log: do not override PERL_DESTRUCT_LEVEL if use has it set
590      Branch: perl
591            ! t/TEST
592 ____________________________________________________________________________
593 [  1585] By: gsar                                  on 1998/07/21  00:39:17
594         Log: fix small memory leak when mess_sv happens to be touched by magic
595      Branch: perl
596            ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
597 ____________________________________________________________________________
598 [  1584] By: gsar                                  on 1998/07/21  00:37:32
599         Log: fix memory leak in C<local(*foo) = 'bar'>
600      Branch: perl
601            ! scope.c
602 ____________________________________________________________________________
603 [  1583] By: TimBunce                              on 1998/07/20  22:14:11
604         Log: Update Changes and patchlevel.h for release. At last.
605      Branch: maint-5.004/perl
606            ! Changes patchlevel.h
607 ____________________________________________________________________________
608 [  1582] By: gsar                                  on 1998/07/20  21:28:43
609         Log: add rsfp_filters and perldb to pollutants list
610      Branch: perl
611            ! embed.pl
612 ____________________________________________________________________________
613 [  1581] By: nick                                  on 1998/07/20  19:22:37
614         Log: Integrate mainline pre-beta2 - just in case 
615      Branch: ansiperl
616           !> (integrate 66 files)
617 ____________________________________________________________________________
618 [  1580] By: TimBunce                              on 1998/07/20  17:16:38
619         Log: Assorted patches:
620              
621              Title:  "Clean up hash array allocation"
622              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
623              Msg-ID:  <199807201052.GAA13336@aatma.engin.umich.edu>
624              Files:  hv.c
625              
626              Title:  "Further fixes for cppstdin on HP-UX 11"
627              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
628              Msg-ID:  <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
629              Files:  hints/hpux.sh
630      Branch: maint-5.004/perl
631            ! hints/hpux.sh hv.c
632 ____________________________________________________________________________
633 [  1579] By: TimBunce                              on 1998/07/20  09:46:14
634         Log: Assorted patches:
635              
636              Title:  "Fix C<$1 .. $2> coredump under debugger"
637              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
638              Msg-ID:  <199807200042.UAA23288@aatma.engin.umich.edu>
639              Files:  pp_ctl.c
640              
641              Title:  "Fix lvalue leaks stemming from failure to free LvTARG(sv)"
642              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
643              Msg-ID:  <199807191829.OAA12433@aatma.engin.umich.edu>
644              Files:  embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t
645              
646              Title:  "fix major bug (from 5.003_96); void contexts were using the context
647              of the enclosing sub!"
648              From:  Francois Desarmenien <desar@club-internet.fr>, Gurusamy Sarathy
649              <gsar@engin.umich.edu>
650              Msg-ID:  <199807180927.FAA08032@aatma.engin.umich.edu>,
651              <35B1CA51.A606AD27@club-internet.fr>
652              Files:  op.h
653              
654              Title:  "Update lib/Getopt/Long.pm (from perl5.005 beta 1)"
655              From:  Johan Vromans <jvromans@squirrel.nl>
656              Msg-ID:  <13745.47704.943964.34613@phoenix.squirrel.nl>
657              Files:  lib/Getopt/Long.pm
658              
659              Title:  "Add Porting/p4d2p utility for converting perforce diffs"
660              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
661              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>
662              Files:  MANIFEST Porting/p4d2p
663      Branch: maint-5.004/perl
664            + Porting/p4d2p
665            ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h
666            ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t
667 ____________________________________________________________________________
668 [  1578] By: gsar                                  on 1998/07/20  09:38:39
669         Log: complete s/foo/PL_foo/ changes (all escaped cases identified with
670              brute force search script).  Result builds and passes all tests on
671              Solaris.  win32 and PERL_OBJECT are still untested.
672      Branch: perl
673            ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h
674            ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm
675            ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap
676            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs
677            ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs
678            ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap
679            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap
680            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap
681            ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c
682            ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs
683            ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c
684            ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
685            ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c
686            ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs
687            ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c
688 ____________________________________________________________________________
689 [  1577] By: TimBunce                              on 1998/07/20  08:28:17
690         Log: Title:  "Make failed matches return empty list in list context"
691              From:  "Paul E. Maisano" <pem@aaii.oz.au>, Gurusamy Sarathy
692              <gsar@engin.umich.edu>, Paul Maisano <pem@aaii.oz.au>
693              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>,
694              <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>,
695              <35B156FB.504E66E@aaii.oz.au>
696              Files:  pod/perlop.pod pp_hot.c t/op/pat.t
697      Branch: maint-5.004/perl
698            ! pod/perlop.pod pp_hot.c t/op/pat.t
699 ____________________________________________________________________________
700 [  1576] By: TimBunce                              on 1998/07/20  08:11:37
701         Log: Title:  "win32 update from 5.005 beta 2 for 5.004_05"
702              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
703              Msg-ID:  <199807192332.TAA20905@aatma.engin.umich.edu>
704              Files:  win32/include/dirent.h win32/include/sys/socket.h proto.h
705              lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
706              win32/win32.h win32/win32iop.h README.win32 installperl
707              pp_ctl.c win32/Makefile win32/config.bc win32/config.vc
708              win32/config_H.bc win32/config_H.vc win32/config_h.PL
709              win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl
710              win32/makefile.mk win32/pod.mak win32/win32.c
711              win32/win32sck.c win32/bin/pl2bat.pl
712      Branch: maint-5.004/perl
713            ! README.win32 installperl lib/ExtUtils/Liblist.pm
714            ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile
715            ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc
716            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
717            ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h
718            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
719            ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h
720            ! win32/win32sck.c
721 ____________________________________________________________________________
722 [  1575] By: gsar                                  on 1998/07/20  01:27:14
723         Log: integrate ansi branch to get s/foo/PL_foo/ changes
724      Branch: perl
725           +> fixvars
726           !> (integrate 537 files)
727 ____________________________________________________________________________
728 [  1574] By: gsar                                  on 1998/07/20  00:33:43
729         Log: fix C<$1 .. $2> coredump under debugger
730      Branch: perl
731            ! pp_ctl.c
732 ____________________________________________________________________________
733 [  1573] By: gsar                                  on 1998/07/20  00:28:27
734         Log: misc win32 config tweaks
735      Branch: perl
736            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
737            ! win32/config_h.PL win32/makefile.mk
738 ____________________________________________________________________________
739 [  1572] By: nick                                  on 1998/07/19  19:04:58
740         Log: Missed file that had changed
741      Branch: ansiperl
742            ! embedvar.h
743 ____________________________________________________________________________
744 [  1571] By: nick                                  on 1998/07/19  18:57:35
745         Log: Another threaded, perl malloc issue, x2p's Makefile.SH  has a 
746              pattern match...
747      Branch: ansiperl
748            ! x2p/Makefile.SH
749 ____________________________________________________________________________
750 [  1570] By: nick                                  on 1998/07/19  18:16:20
751         Log: Drat! - threaded perl-malloc has mutex that needs PL_
752      Branch: ansiperl
753            ! malloc.c perl.h
754 ____________________________________________________________________________
755 [  1569] By: nick                                  on 1998/07/19  17:55:22
756         Log: PL_ for perl's malloc
757      Branch: ansiperl
758            ! hv.c malloc.c
759 ____________________________________________________________________________
760 [  1568] By: nick                                  on 1998/07/19  16:23:30
761         Log: PL_ minir tidy up
762      Branch: ansiperl
763            ! embed.pl ext/Thread/Thread.xs util.c
764 ____________________________________________________________________________
765 [  1567] By: nick                                  on 1998/07/19  13:21:07
766         Log: Add PL_ to merged file
767      Branch: ansiperl
768            ! pp_hot.c
769 ____________________________________________________________________________
770 [  1566] By: nick                                  on 1998/07/19  12:38:30
771         Log: Merge Mainline
772      Branch: ansiperl
773            + fixvars
774           !> (integrate 29 files)
775 ____________________________________________________________________________
776 [  1565] By: gsar                                  on 1998/07/19  07:06:54
777         Log: tweak pod in MakeMaker.pm
778              From: Paul Johnson <pjcj@transeda.com>
779              Date: Sat, 18 Jul 1998 15:58:48 +0100
780              Message-ID: <19980718155847.D903@west-tip.transeda.com>
781              Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm
782      Branch: perl
783            ! lib/ExtUtils/MakeMaker.pm
784 ____________________________________________________________________________
785 [  1564] By: gsar                                  on 1998/07/19  07:04:45
786         Log: From: Gisle Aas <gisle@aas.no>
787              Date: 17 Jul 1998 22:49:32 +0200
788              Message-ID: <m390lsb3tv.fsf@furu.g.aas.no>
789              Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records
790      Branch: perl
791            ! sv.c
792 ____________________________________________________________________________
793 [  1563] By: gsar                                  on 1998/07/19  07:03:32
794         Log: update freebsd hints
795              From: Mik Firestone <fireston@lexmark.com>
796              Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT)
797              Message-Id: <199807171924.AA05297@interlock2.lexmark.com>
798              Subject: [PATCH 5.005b1] hints/freebsd.sh
799      Branch: perl
800            ! hints/freebsd.sh
801 ____________________________________________________________________________
802 [  1562] By: gsar                                  on 1998/07/19  07:01:33
803         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
804              Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT)
805              Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu>
806              Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks
807      Branch: perl
808            ! README.mpeix hints/mpeix.sh
809 ____________________________________________________________________________
810 [  1561] By: gsar                                  on 1998/07/19  07:00:19
811         Log: From: Norton Allen <allen@huarp.harvard.edu>
812              Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt)
813              Message-Id: <199807171637.MAA24830@bottesini.harvard.edu>
814              Subject: [PATCH: 75] make install fails
815      Branch: perl
816            ! Makefile.SH
817 ____________________________________________________________________________
818 [  1560] By: gsar                                  on 1998/07/19  06:58:55
819         Log: fix flawed substitution-loop detection on zero-length matches
820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
821              Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT)
822              Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu>
823              Subject: [PATCH 5.004_72] Substitution loop in devel branch
824      Branch: perl
825            ! pp_hot.c t/op/subst.t
826 ____________________________________________________________________________
827 [  1559] By: gsar                                  on 1998/07/19  06:56:19
828         Log: add perltrap entry about "${#a}", as suggested by
829              andy barfoot <abarfoot@eng.auburn.edu>
830      Branch: perl
831            ! pod/perltrap.pod
832 ____________________________________________________________________________
833 [  1558] By: gsar                                  on 1998/07/19  06:43:53
834         Log: From: Anton Berezin <tobez@plab.ku.dk>
835              Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST)
836              Message-Id: <199807170949.LAA18099@lion.plab.ku.dk>
837              Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket
838      Branch: perl
839            ! pod/perlcall.pod
840 ____________________________________________________________________________
841 [  1557] By: gsar                                  on 1998/07/19  06:40:33
842         Log: From: "Art Green" <Art_Green@mercmarine.com>
843              Date: Thu, 16 Jul 1998 21:37:05 -0500
844              Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com>
845              Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library
846      Branch: perl
847            ! hints/aix.sh
848 ____________________________________________________________________________
849 [  1556] By: gsar                                  on 1998/07/19  06:38:17
850         Log: update README.threads
851              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
852              Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT)
853              Message-Id: <Pine.SUN.3.96.980716110949.2651J-100000@newton.phys>
854              Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads
855      Branch: perl
856            ! README.threads
857 ____________________________________________________________________________
858 [  1555] By: gsar                                  on 1998/07/19  06:36:32
859         Log: From: Scott Henry <scotth@sgi.com>
860              Date: 15 Jul 1998 20:23:02 -0700
861              Message-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
862              Subject: [PATCH 5.005-beta1] update hints/irix_6.sh
863      Branch: perl
864            ! hints/irix_6.sh
865 ____________________________________________________________________________
866 [  1554] By: gsar                                  on 1998/07/19  06:35:10
867         Log: From: Spider Boardman <spider@web.zk3.dec.com>
868              Date: Wed, 15 Jul 1998 16:56:48 -0400
869              Message-Id: <199807152056.QAA369057@web.zk3.dec.com>
870              Subject: [PATCH _75] dec_osf hints still wrong
871      Branch: perl
872            ! hints/dec_osf.sh
873 ____________________________________________________________________________
874 [  1553] By: gsar                                  on 1998/07/19  06:33:29
875         Log: tweak hpux hints in vain attempt to get cppstdin set properly
876              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
877              Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT)
878              Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93
879              Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
880              --
881              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
882              Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT)
883              Subject: Re: Configure misses preprocessor on HP-UX
884              Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
885      Branch: perl
886            ! hints/hpux.sh
887 ____________________________________________________________________________
888 [  1552] By: gsar                                  on 1998/07/19  06:26:24
889         Log: From: Tye McQueen <tye@metronet.com>
890              Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT)
891              Message-Id: <199807151846.AA12653@metronet.com>
892              Subject: Minor debugger fix
893      Branch: perl
894            ! lib/perl5db.pl
895 ____________________________________________________________________________
896 [  1551] By: gsar                                  on 1998/07/19  06:25:05
897         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
898              Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT)
899              Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys>
900              Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch
901      Branch: perl
902            ! INSTALL pp.c
903 ____________________________________________________________________________
904 [  1550] By: gsar                                  on 1998/07/19  06:23:10
905         Log: minor re.pm cleanup
906              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
907              Date: Wed, 15 Jul 1998 12:41:14 +0100
908              Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk>
909              Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl
910      Branch: perl
911            ! ext/re/re.pm pod/perldiag.pod
912 ____________________________________________________________________________
913 [  1549] By: gsar                                  on 1998/07/19  06:20:49
914         Log: export additional symbols on OS/2
915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
916              Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT)
917              Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu>
918              Subject: [PATCH 5.004_72] Export more symbols from Perl DLL
919      Branch: perl
920            ! os2/os2.sym
921 ____________________________________________________________________________
922 [  1548] By: gsar                                  on 1998/07/19  06:18:58
923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
924              Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT)
925              Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu>
926              Subject: [PATCH 5.004_72] Minor improvements to perlcc
927      Branch: perl
928            ! utils/perlcc.PL
929 ____________________________________________________________________________
930 [  1547] By: gsar                                  on 1998/07/19  06:17:22
931         Log: applied slightly tweaked version of patch
932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
933              Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT)
934              Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu>
935              Subject: [PATCH 5.004_72] Updated patch to Test::Harness
936      Branch: perl
937            ! lib/Test/Harness.pm
938 ____________________________________________________________________________
939 [  1546] By: gsar                                  on 1998/07/19  06:11:03
940         Log: improve 'frame' handling in debugger
941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
942              Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT)
943              Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu>
944              Subject: [PATCH 5.004_72] Better debugger trace
945      Branch: perl
946            ! lib/perl5db.pl
947 ____________________________________________________________________________
948 [  1545] By: gsar                                  on 1998/07/19  06:07:51
949         Log: fix and test handling of literal newlines in heredocs
950              From: Gisle Aas <gisle@aas.no>
951              Date: 17 Jul 1998 14:58:25 +0200
952              Message-ID: <m3iukw63da.fsf@furu.g.aas.no>
953              Subject: Re: [PATCH _71] CRs et al
954              --
955              From: larry@wall.org (Larry Wall)
956              Date: Fri, 17 Jul 1998 09:32:35 -0700
957              Message-Id: <199807171632.JAA12959@wall.org>
958              Subject: Re: [PATCH _71] CRs et al
959      Branch: perl
960            ! t/comp/multiline.t toke.c
961 ____________________________________________________________________________
962 [  1544] By: gsar                                  on 1998/07/19  06:00:12
963         Log: remove possibly unwritable lib/re.pm before overwrite
964              From: larry@wall.org (Larry Wall)
965              Date: Wed, 15 Jul 1998 14:26:03 -0700
966              Message-Id: <199807152126.OAA04623@wall.org>
967              Subject: Re: bug encountered building perl5.005beta1
968      Branch: perl
969            ! Makefile.SH
970 ____________________________________________________________________________
971 [  1543] By: gsar                                  on 1998/07/19  05:56:18
972         Log: unsubmitted Changes tweak
973      Branch: perl
974            ! Changes cygwin32/ld2
975 ____________________________________________________________________________
976 [  1542] By: gsar                                  on 1998/07/19  01:21:22
977         Log: make failed matches return empty list in list context
978      Branch: perl
979            ! pod/perlop.pod pp_hot.c t/op/pat.t
980 ____________________________________________________________________________
981 [  1541] By: gsar                                  on 1998/07/18  22:27:59
982         Log: remove obsolete perltrap about m//g's pos() reset behavior
983      Branch: perl
984            ! pod/perltrap.pod
985 ____________________________________________________________________________
986 [  1540] By: nick                                  on 1998/07/18  22:16:26
987         Log: PL_ stuff passes non-threaded on Mingw32
988              (Why did it compile without this fix?)
989      Branch: ansiperl
990            ! pp_sys.c
991 ____________________________________________________________________________
992 [  1539] By: TimBunce                              on 1998/07/18  22:04:58
993         Log: Assorted patches:
994              
995              Title:  "Minor fixes to MakeMaker docs re ExtUtils::Embed"
996              From:  Paul Johnson <pjcj@transeda.com>
997              Msg-ID:  <19980718155847.D903@west-tip.transeda.com>
998              Files:  lib/ExtUtils/MakeMaker.pm
999              
1000              Title:  "Update t/op/array.t (from 5.005 beta 1)"
1001              Files:  t/op/array.t
1002      Branch: maint-5.004/perl
1003            ! lib/ExtUtils/MakeMaker.pm t/op/array.t
1004 ____________________________________________________________________________
1005 [  1538] By: TimBunce                              on 1998/07/18  21:57:50
1006         Log: Title:  "Remove flawed '// with parens or $&' performance patch (Change 662)"
1007              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tim Bunce <Tim.Bunce@ig.co.uk>,
1008              larry@wall.org (Larry Wall)
1009              Msg-ID:  <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>,
1010              <E0yvtzn-0002F9-00@ursa.cus.cam.ac.uk>
1011              Files:  cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c
1012              pp_ctl.c pp_hot.c regexec.c scope.c
1013      Branch: maint-5.004/perl
1014            ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c
1015            ! pp_hot.c proto.h regexec.c regexp.h scope.c
1016 ____________________________________________________________________________
1017 [  1537] By: nick                                  on 1998/07/18  20:56:58
1018         Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags
1019      Branch: ansiperl
1020            ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c
1021            ! win32/win32.c win32/win32.h
1022 ____________________________________________________________________________
1023 [  1536] By: nick                                  on 1998/07/18  20:50:26
1024         Log: Merge latest mainline
1025      Branch: ansiperl
1026            ! patchlevel.h
1027           !> ext/Thread/Thread.xs op.h util.c
1028 ____________________________________________________________________________
1029 [  1535] By: nick                                  on 1998/07/18  16:45:29
1030         Log: Edited "behind my back" ...
1031      Branch: ansiperl
1032            ! vms/perly_c.vms
1033 ____________________________________________________________________________
1034 [  1534] By: nick                                  on 1998/07/18  16:38:27
1035         Log: PL_ stuff for threads
1036      Branch: ansiperl
1037            ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h
1038            ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c
1039            ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h
1040            ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h
1041            ! thread.h toke.c util.c win32/perllib.c
1042 ____________________________________________________________________________
1043 [  1533] By: nick                                  on 1998/07/18  14:30:54
1044         Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC
1045              (still with PERL_GLOBAL_STRUCT) - to cover more #if branches
1046      Branch: ansiperl
1047            ! embed.pl intrpvar.h perl.c toke.c
1048 ____________________________________________________________________________
1049 [  1532] By: nick                                  on 1998/07/18  13:53:03
1050         Log: PL_ prefix to all perlvars, part1
1051              Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
1052      Branch: ansiperl
1053            ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c
1054            ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
1055            ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs
1056            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs
1057            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs
1058            ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap
1059            ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h
1060            ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
1061            ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c
1062            ! thrdvar.h toke.c universal.c util.c
1063 ____________________________________________________________________________
1064 [  1531] By: gsar                                  on 1998/07/18  08:48:13
1065         Log: fix yet another USE_THREADS leak due to failure to free stacks
1066      Branch: perl
1067            ! ext/Thread/Thread.xs util.c
1068 ____________________________________________________________________________
1069 [  1530] By: gsar                                  on 1998/07/18  08:46:58
1070         Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were
1071              using the context of the enclosing sub!
1072      Branch: perl
1073            ! op.h
1074 ____________________________________________________________________________
1075 [  1529] By: nick                                  on 1998/07/18  08:18:03
1076         Log: Integrate post-beta tweaks to ansiperl
1077      Branch: ansiperl
1078           !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c
1079           !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t
1080           !> t/op/vec.t toke.c util.c
1081 ____________________________________________________________________________
1082 [  1528] By: gsar                                  on 1998/07/18  04:23:12
1083         Log: fix lvalue leaks stemming from failure to free LvTARG(sv)
1084      Branch: perl
1085            ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c
1086            ! t/op/substr.t t/op/vec.t
1087 ____________________________________________________________________________
1088 [  1527] By: gsar                                  on 1998/07/18  02:16:40
1089         Log: check ferror() only if read() returned 0
1090      Branch: perl
1091            ! pp_sys.c
1092 ____________________________________________________________________________
1093 [  1526] By: gsar                                  on 1998/07/18  02:08:01
1094         Log: fix another CvMUTEXP() leak
1095      Branch: perl
1096            ! gv.c
1097 ____________________________________________________________________________
1098 [  1525] By: TimBunce                              on 1998/07/18  01:51:52
1099         Log: Assorted patches:
1100              
1101              Title:  "Fix @a=@a=qw(...) properly"
1102              From:  Stephen McCamant <alias@mcs.com>
1103              Msg-ID:  <13742.49404.367751.437966@alias-2.pr.mcs.net>
1104              Files:  opcode.h
1105              
1106              Title:  "Larry's patch to support CR LF in scripts (updated)"
1107              From:  Gisle Aas <gisle@aas.no>, larry@wall.org (Larry Wall)
1108              Msg-ID:  <199807120054.RAA19550@wall.org>, <m3iukw63da.fsf@furu.g.aas.no>
1109              Files:  t/comp/multiline.t toke.c
1110              
1111              Title:  "Change getc() docs to match behaviour. Make read() return undef on
1112              error."
1113              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1114              Msg-ID:  <199807052257.SAA10004@aatma.engin.umich.edu>
1115              Files:  pod/perlfunc.pod pp_sys.c
1116              
1117              Title:  "Update patchls utility"
1118              Files:  Porting/patchls
1119      Branch: maint-5.004/perl
1120            ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c
1121            ! t/comp/multiline.t toke.c
1122 ____________________________________________________________________________
1123 [  1524] By: gsar                                  on 1998/07/18  01:22:35
1124         Log: fix CvMUTEXP() leaks with -Dusethreads
1125      Branch: perl
1126            ! op.c toke.c
1127 ____________________________________________________________________________
1128 [  1523] By: gsar                                  on 1998/07/18  01:17:28
1129         Log: fix $/ init for multiple interpreters/threads
1130      Branch: perl
1131            ! ext/Thread/Thread.xs perl.c util.c
1132 ____________________________________________________________________________
1133 [  1522] By: gsar                                  on 1998/07/18  01:11:07
1134         Log: fix missing init that caused RE alternations to fail under
1135              -Dusethreads
1136      Branch: perl
1137            ! util.c
1138 ____________________________________________________________________________
1139 [  1521] By: TimBunce                              on 1998/07/16  22:23:25
1140         Log: Assorted patches:
1141              
1142              Title:  "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris"
1143              From:  Albert Dvornik <bert@genscan.com>, Chip Salzenberg <chip@perl.org>
1144              Msg-ID:  <19980708181055.A8005@perlsupport.com>,
1145              <tqn2adkvge.fsf@puma.genscan.com>
1146              Files:  util.c
1147              
1148              Title:  "Document perltrap on precedence of keys/values/each"
1149              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1150              Msg-ID:  <199807151857.OAA04704@aatma.engin.umich.edu>
1151              Files:  pod/perltrap.pod
1152              
1153              Title:  "perlbook.pod patch"
1154              From:  Tom Christiansen <tchrist@chthon.perl.com>
1155              Msg-ID:  <199807140037.SAA04556@chthon.perl.com>
1156              Files:  pod/perlbook.pod
1157              
1158              Title:  "perlmod.pod patch"
1159              From:  Tom Christiansen <tchrist@chthon.perl.com>
1160              Msg-ID:  <199807140109.TAA04678@chthon.perl.com>
1161              Files:  pod/perlmod.pod
1162              
1163              Title:  "Fix bug in IO::Handle->input_record_separator"
1164              From:  Robin Barker <rmb1@cise.npl.co.uk>, Swen Thuemmler
1165              <Swen.Thuemmler@paderlinx.de>
1166              Msg-ID:  <199807161400.PAA25532@tempest.cise.npl.co.uk>,
1167              <Pine.GSO.4.00.9807161649380.6537-100000@rmail>
1168              Files:  ext/IO/lib/IO/Handle.pm
1169              
1170              Title:  "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)"
1171              Files:  lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t
1172              t/lib/trig.t utils/h2ph.PL
1173              
1174              Title:  "Update hints/irix_6.sh"
1175              From:  Scott Henry <scotth@sgi.com>
1176              Msg-ID:  <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
1177              Files:  hints/irix_6.sh
1178              
1179              Title:  "Configure misses preprocessor on HP-UX (further fix)"
1180              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1181              Msg-ID:  <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
1182              Files:  hints/hpux.sh
1183              
1184              Title:  "update perlbug to v1.26 (from 5.005 beta 1)"
1185              Files:  utils/perlbug.PL
1186      Branch: maint-5.004/perl
1187            ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh
1188            ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod
1189            ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t
1190            ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL
1191 ____________________________________________________________________________
1192 [  1520] By: TimBunce                              on 1998/07/15  21:24:12
1193         Log: Assorted patches:
1194              
1195              Title:  "Add stub attrs.pm"
1196              From:  Graham Barr <gbarr@ti.com>, Gurusamy Sarathy <gsar@engin.umich.edu>
1197              Msg-ID:  <19980713163312.A18222@asic.sc.ti.com>,
1198              <199807132140.RAA09583@aatma.engin.umich.edu>
1199              Files:  MANIFEST lib/attrs.pm
1200              
1201              Title:  "Fix @a=@a=qw(...)"
1202              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant
1203              <alias@mcs.com>
1204              Msg-ID:  <13737.12300.950886.821143@alias-2.pr.mcs.net>,
1205              <199807122351.TAA05649@aatma.engin.umich.edu>
1206              Files:  op.c opcode.pl t/op/array.t
1207              
1208              Title:  "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop"
1209              From:  Gisle Aas <gisle@aas.no>, Stephen McCamant <alias@mcs.com>
1210              Msg-ID:  <13739.55551.205810.338648@alias-2.pr.mcs.net>,
1211              <m33ec4jdwn.fsf@furu.g.aas.no>
1212              Files:  sv.c
1213              
1214              Title:  "Make Power MachTen use vfork() and system malloc()"
1215              From:  Dominic Dunlop <domo@computer.org>, Jarkko Hietaniemi <jhi@iki.fi>
1216              Msg-ID:  <v03110700b1c95b010820@[195.95.102.91]>
1217              Files:  hints/machten.sh malloc.c
1218              
1219              Title:  "Use REG_INFTY in place of hardwired constant"
1220              From:  Dominic Dunlop <domo@computer.org>
1221              Msg-ID:  <v03110703b1ca662c44f8@[195.95.102.91]>
1222              Files:  regcomp.h regcomp.c regexec.c
1223              
1224              Title:  "Minor debugger fix (history adds an extra newline)"
1225              From:  Tye McQueen <tye@metronet.com>
1226              Msg-ID:  <199807151846.AA12653@metronet.com>
1227              Files:  lib/perl5db.pl
1228              
1229              Title:  "Protect Term::ReadLine against non-default $/ value"
1230              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>,
1231              kstar@chapin.edu@ig.co.uk ()
1232              Msg-ID:  <19980713151749.G8596@O2.chapin.edu>,
1233              <199807132139.RAA11270@monk.mps.ohio-state.edu>
1234              Files:  lib/Term/ReadLine.pm
1235              
1236              Title:  "Fix HP-UX 11 build (cppstdin)"
1237              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1238              Msg-ID:  <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
1239              Files:  Configure hints/hpux.sh
1240              
1241              Title:  "VMS filetest operator fixup (SS$_ACCONFLICT)"
1242              From:  Dan Sugalski <sugalskd@osshe.edu>
1243              Msg-ID:  <3.0.5.32.19980702135255.00a6ad90@ous.edu>
1244              Files:  vms/vms.c
1245      Branch: maint-5.004/perl
1246            + lib/attrs.pm
1247            ! Configure MANIFEST hints/hpux.sh hints/machten.sh
1248            ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl
1249            ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c
1250 ____________________________________________________________________________
1251 [  1519] By: nick                                  on 1998/07/15  18:56:17
1252         Log: Integrate mainline at beta1 
1253      Branch: ansiperl
1254           +> Porting/p4d2p README.mpeix Todo-5.005
1255           +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
1256           +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff
1257           +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t
1258            - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod
1259            - t/op/ipcmsg.t t/op/ipcsem.t
1260           !> (integrate 167 files)
1261
1262 ----------------
1263 Version 5.004_75        5.005 Public Beta, Issue 1
1264 ----------------
1265
1266 ____________________________________________________________________________
1267 [  1518] By: gsar                                  on 1998/07/15  10:01:41
1268         Log: add stub docs for ext/B, other minor tweaks
1269      Branch: perl
1270            ! Changes Porting/config_H config_h.SH ext/B/B.pm
1271            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm
1272            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1273            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm
1274            ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c
1275 ____________________________________________________________________________
1276 [  1517] By: gsar                                  on 1998/07/15  08:27:15
1277         Log: up patchlevel to 75 (Beta, Issue 1), add podpatch
1278              From: abigail@fnx.com
1279              Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT)
1280              Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com>
1281              Subject: [PATCH 5.004_74] pod/perlop.pod
1282      Branch: perl
1283            ! Changes patchlevel.h pod/perlop.pod win32/Makefile
1284            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1285            ! win32/makefile.mk
1286 ____________________________________________________________________________
1287 [  1516] By: gsar                                  on 1998/07/15  08:04:24
1288         Log: From:    abigail@fnx.com
1289              Date:    Wed, 15 Jul 1998 03:47:56 EDT
1290              Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com>
1291              Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<>
1292      Branch: perl
1293            ! pod/pod2man.PL
1294 ____________________________________________________________________________
1295 [  1515] By: gsar                                  on 1998/07/15  08:02:14
1296         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1297              Date:    Wed, 15 Jul 1998 03:49:24 EDT
1298              Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu>
1299              Subject: [PATCH 5.004_72] Additional targets for OS/2 build
1300      Branch: perl
1301            ! os2/Makefile.SHs
1302 ____________________________________________________________________________
1303 [  1514] By: gsar                                  on 1998/07/15  07:58:29
1304         Log: rename some long file names to be 8.3 truncation-safe
1305      Branch: perl
1306           +> Todo-5.005 perly_c.diff pod/perld4.pod
1307            - Todo.5.005 perly.c.diff pod/perldelta4.pod
1308            ! MANIFEST Porting/pumpkin.pod perly.fixer
1309 ____________________________________________________________________________
1310 [  1513] By: gsar                                  on 1998/07/15  07:35:29
1311         Log: minor tweaks to docs on qr//
1312      Branch: perl
1313            ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod
1314 ____________________________________________________________________________
1315 [  1512] By: gsar                                  on 1998/07/15  07:06:02
1316         Log: applied patch, with tab tweak suggest by Peter Prymmer
1317              From: Dan Sugalski <sugalskd@osshe.edu>
1318              Date: Tue, 14 Jul 1998 16:41:14 -0700
1319              Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu>
1320              Subject: [PATCH 5.004_74]VMS build cleanups
1321      Branch: perl
1322            ! vms/descrip_mms.template
1323 ____________________________________________________________________________
1324 [  1511] By: gsar                                  on 1998/07/15  07:03:33
1325         Log: allow perlbug -ok when STDIN it not a tty
1326              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1327              Date: Wed, 15 Jul 1998 03:24:56 +0200
1328              Message-Id: <l03130302b1d1b1e7c2a0@[194.222.64.89]>
1329              Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2
1330      Branch: perl
1331            ! utils/perlbug.PL
1332 ____________________________________________________________________________
1333 [  1510] By: gsar                                  on 1998/07/15  06:59:43
1334         Log: From: "Art Green" <Art_Green@mercmarine.com>
1335              Date: Tue, 14 Jul 1998 20:53:48 -0500
1336              Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com>
1337              Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines
1338      Branch: perl
1339            ! Configure
1340 ____________________________________________________________________________
1341 [  1509] By: gsar                                  on 1998/07/15  06:57:50
1342         Log: typecast long vs. IV compares in pp_flip/pp_flop
1343      Branch: perl
1344            ! pp_ctl.c
1345 ____________________________________________________________________________
1346 [  1508] By: gsar                                  on 1998/07/15  06:50:49
1347         Log: don't copy foreach itervar when no external refs exist
1348              From: Gisle Aas <gisle@aas.no>
1349              Date: 15 Jul 1998 03:35:25 +0200
1350              Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no>
1351              Subject: Re: Testcase for 1..n closure change
1352      Branch: perl
1353            ! pp_hot.c
1354 ____________________________________________________________________________
1355 [  1507] By: gsar                                  on 1998/07/15  06:46:41
1356         Log: applied patch, regen headers
1357              From: Stephen McCamant <alias@mcs.com>
1358              Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT)
1359              Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net>
1360              Subject: B::Deparse update for qr// and regcreset
1361      Branch: perl
1362            ! ext/B/B/Deparse.pm opcode.h opcode.pl
1363 ____________________________________________________________________________
1364 [  1506] By: gsar                                  on 1998/07/15  06:43:04
1365         Log: make pregcomp et al VIRTUAL again for PERL_OBJECT
1366              From: "Douglas Lankshear" <dougl@ActiveState.com>
1367              Date: Tue, 14 Jul 1998 16:40:30 -0700
1368              Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active>
1369              Subject: [PATCH 5.004_74]
1370      Branch: perl
1371            ! proto.h
1372 ____________________________________________________________________________
1373 [  1505] By: gsar                                  on 1998/07/15  06:41:43
1374         Log: dont use sv_dump() in -DD diagnostic
1375              From: Gisle Aas <gisle@aas.no>
1376              Date: 14 Jul 1998 23:55:36 +0200
1377              Message-ID: <m33ec4jdwn.fsf@furu.g.aas.no>
1378              Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop
1379      Branch: perl
1380            ! sv.c
1381 ____________________________________________________________________________
1382 [  1504] By: gsar                                  on 1998/07/15  06:39:37
1383         Log: add a few more thread.t tests
1384      Branch: perl
1385            ! t/lib/thread.t
1386 ____________________________________________________________________________
1387 [  1503] By: gsar                                  on 1998/07/15  06:31:33
1388         Log: fix thread.t ('join $t' ne '$t->join' !)
1389      Branch: perl
1390            ! t/lib/thread.t
1391 ____________________________________________________________________________
1392 [  1502] By: gsar                                  on 1998/07/15  06:26:00
1393         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1394              Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST)
1395              Message-Id: <199807142245.BAA09651@alpha.hut.fi>
1396              Subject: [PATCH] 5.004_74: MPE/iX final touches
1397      Branch: perl
1398            ! installperl lib/File/Copy.pm
1399 ____________________________________________________________________________
1400 [  1501] By: gsar                                  on 1998/07/15  05:59:49
1401         Log: apply (reversed) patch
1402              From: Peter Wolfe <wolfe@titan.teloseng.com>
1403              Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT)
1404              Message-Id: <199807142001.NAA26550@titan.teloseng.com>
1405              Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4
1406      Branch: perl
1407            ! ext/IPC/SysV/SysV.xs
1408 ____________________________________________________________________________
1409 [  1500] By: gsar                                  on 1998/07/15  05:57:39
1410         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1411              Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT)
1412              Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
1413              Subject: [PATCH 5.004_74] Config_74-01
1414      Branch: perl
1415            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1416            ! Porting/config_H Porting/pumpkin.pod config_h.SH
1417            ! vms/subconfigure.com win32/config.bc win32/config.gc
1418            ! win32/config.vc
1419 ____________________________________________________________________________
1420 [  1499] By: gsar                                  on 1998/07/15  05:48:38
1421         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1422              Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST)
1423              Message-Id: <199807141835.VAA09030@alpha.hut.fi>
1424              Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos
1425      Branch: perl
1426            ! t/lib/trig.t
1427 ____________________________________________________________________________
1428 [  1498] By: gsar                                  on 1998/07/15  05:47:33
1429         Log: -w, strict clean perldoc (via PM)
1430              From: Robin Barker <rmb1@cise.npl.co.uk>
1431              Date: Tue, 14 Jul 98 17:22:01 BST
1432              Message-Id: <18695.9807141622@tempest.cise.npl.co.uk>
1433              Subject: [PATCH 5.004_74] perldoc.PL
1434      Branch: perl
1435            ! utils/perldoc.PL
1436 ____________________________________________________________________________
1437 [  1497] By: gsar                                  on 1998/07/15  05:35:54
1438         Log: add comment about cpprun etc., to hints/hpux.sh
1439      Branch: perl
1440            ! hints/hpux.sh
1441 ____________________________________________________________________________
1442 [  1496] By: gsar                                  on 1998/07/15  05:15:16
1443         Log: fix warning from CGI::Carp
1444      Branch: perl
1445            ! lib/CGI/Carp.pm
1446 ____________________________________________________________________________
1447 [  1495] By: gsar                                  on 1998/07/14  23:47:18
1448         Log: fix off-by-one in win32 registry handling
1449              From: "Douglas Lankshear" <dougl@ActiveState.com>
1450              Date: Tue, 14 Jul 1998 07:39:06 -0700
1451              Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active>
1452              Subject: [PATCH 5.004_73]
1453      Branch: perl
1454            ! win32/win32.c
1455 ____________________________________________________________________________
1456 [  1494] By: gsar                                  on 1998/07/14  23:45:58
1457         Log: doc patches from Gisle Aas <gisle@aas.no>
1458              Date: 14 Jul 1998 16:18:31 +0200
1459              Message-ID: <m33ec4cy88.fsf@furu.g.aas.no>
1460              Subject: [PATCH] substr/splice changes for perldelta.pod
1461              --
1462              Date: 14 Jul 1998 20:31:27 +0200
1463              Message-ID: <m3hg0kqo74.fsf@furu.g.aas.no>
1464              Subject: [PATCH] Duplicate description of use integer %
1465      Branch: perl
1466            ! pod/perldelta.pod pod/perlop.pod
1467 ____________________________________________________________________________
1468 [  1493] By: gsar                                  on 1998/07/14  23:39:31
1469         Log: File/Spec.pm needs trailing newline
1470      Branch: perl
1471            ! lib/File/Spec.pm
1472 ____________________________________________________________________________
1473 [  1492] By: gsar                                  on 1998/07/14  21:43:03
1474         Log: unsubmitted _74 tweaks
1475      Branch: perl
1476            ! Changes mpeix/nm mpeix/relink pod/perldelta.pod
1477            ! pod/perldiag.pod
1478
1479 ----------------
1480 Version 5.004_74
1481 ----------------
1482
1483 ____________________________________________________________________________
1484 [  1491] By: gsar                                  on 1998/07/14  08:48:28
1485         Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
1486      Branch: perl
1487            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1488            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1489            ! win32/makefile.mk
1490 ____________________________________________________________________________
1491 [  1490] By: gsar                                  on 1998/07/14  08:31:13
1492         Log: From:    Gisle Aas <gisle@aas.no>
1493              Date:    14 Jul 1998 10:20:34 +0200
1494              Message-Id: <m3hg0k973h.fsf@furu.g.aas.no>
1495              Subject: [PATCH] Make -DP work (and readable)
1496      Branch: perl
1497            ! run.c
1498 ____________________________________________________________________________
1499 [  1489] By: gsar                                  on 1998/07/14  08:23:46
1500         Log: fix function parameter autovivification for pseudohashes
1501      Branch: perl
1502            ! mg.c t/op/avhv.t
1503 ____________________________________________________________________________
1504 [  1488] By: gsar                                  on 1998/07/14  07:34:45
1505         Log: merge changes#1423,1465 from maintbranch; checkin two missed files
1506              from earlier changes#1461,1478
1507      Branch: perl
1508            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c
1509            ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
1510            ! t/op/substr.t t/op/vec.t
1511 ____________________________________________________________________________
1512 [  1487] By: gsar                                  on 1998/07/14  07:04:54
1513         Log: tweak t/lib/thread.t
1514      Branch: perl
1515            ! t/lib/thread.t
1516 ____________________________________________________________________________
1517 [  1486] By: gsar                                  on 1998/07/14  06:38:15
1518         Log: applied patch, slightly tweaked
1519              From: Dan Sugalski <sugalskd@osshe.edu>
1520              Date: Mon, 13 Jul 1998 11:52:27 -0700
1521              Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu>
1522              Subject: [PATCH 5.004_73]Get re module working on VMS
1523      Branch: perl
1524            ! ext/re/Makefile.PL perl.h proto.h
1525 ____________________________________________________________________________
1526 [  1485] By: gsar                                  on 1998/07/14  06:32:58
1527         Log: add Porting/p4d2p
1528      Branch: perl
1529            + Porting/p4d2p
1530            ! MANIFEST
1531 ____________________________________________________________________________
1532 [  1484] By: gsar                                  on 1998/07/14  06:08:20
1533         Log: doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM)
1534              Date: Mon, 13 Jul 1998 19:09:09 -0600
1535              Message-Id: <199807140109.TAA04678@chthon.perl.com>
1536              Subject: perlmod.pod patch
1537              --
1538              Date: Mon, 13 Jul 1998 18:37:07 -0600
1539              Message-Id: <199807140037.SAA04556@chthon.perl.com>
1540              Subject: perlbook.pod patch
1541      Branch: perl
1542            ! pod/perlbook.pod pod/perlmod.pod
1543 ____________________________________________________________________________
1544 [  1483] By: gsar                                  on 1998/07/14  06:04:25
1545         Log: OS/2 update
1546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1547              Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu>
1548              Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT)
1549              Subject: [PATCH 5.004_72] OS/2 system() and friends additions
1550      Branch: perl
1551            ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t
1552 ____________________________________________________________________________
1553 [  1482] By: gsar                                  on 1998/07/14  06:01:12
1554         Log: more VMS patches from Dan Sugalski <sugalskd@osshe.edu>
1555              Date: Mon, 13 Jul 1998 16:37:49 -0700
1556              Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu>
1557              Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS
1558              --
1559              Date: Mon, 13 Jul 1998 15:51:09 -0700
1560              Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu>
1561              Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS
1562      Branch: perl
1563            ! t/io/iprefix.t t/lib/cgi-html.t
1564 ____________________________________________________________________________
1565 [  1481] By: gsar                                  on 1998/07/14  05:57:36
1566         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1567              Date: Mon, 13 Jul 1998 15:41:53 -0700
1568              Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu>
1569              Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS
1570      Branch: perl
1571            ! t/base/rs.t
1572 ____________________________________________________________________________
1573 [  1480] By: gsar                                  on 1998/07/14  05:56:14
1574         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1575              Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu>
1576              Date: Mon, 13 Jul 1998 15:04:27 -0700
1577              Subject: [PATCH 5.004_73]Thread tweak for VMS.C
1578      Branch: perl
1579            ! vms/vms.c
1580 ____________________________________________________________________________
1581 [  1479] By: gsar                                  on 1998/07/14  05:55:13
1582         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1583              Date: Mon, 13 Jul 1998 23:13:43 +0200
1584              Message-ID: <19980713231343.A178@cdata.tvnet.hu>
1585              Subject: [PATCH _72] Configure problem on dos-djgpp
1586      Branch: perl
1587            ! Configure
1588 ____________________________________________________________________________
1589 [  1478] By: gsar                                  on 1998/07/14  05:53:08
1590         Log: add files and tweaks needed for MPE/iX port (via PM)
1591              From: Jarkko Hietaniemi <jhi@iki.fi>
1592              Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST)
1593              Message-Id: <199807132107.AAA20603@alpha.hut.fi>
1594              Subject: MPE/iX patches for _73
1595      Branch: perl
1596            + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
1597            + mpeix/mpeixish.h mpeix/nm mpeix/relink
1598            ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl
1599            ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod
1600 ____________________________________________________________________________
1601 [  1477] By: gsar                                  on 1998/07/14  04:23:28
1602         Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING
1603              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1604              Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT)
1605              Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys>
1606              Subject: Re: _70 and Devel::RE
1607      Branch: perl
1608            ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c
1609 ____________________________________________________________________________
1610 [  1476] By: gsar                                  on 1998/07/14  04:06:25
1611         Log: minor Configure nits
1612              From: Jarkko Hietaniemi <jhi@iki.fi>
1613              Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST)
1614              Message-Id: <199807132025.XAA10771@alpha.hut.fi>
1615              Subject: Configure patches for MVS (and one x2p/Makefile.SH)
1616      Branch: perl
1617            ! Configure x2p/Makefile.SH
1618 ____________________________________________________________________________
1619 [  1475] By: gsar                                  on 1998/07/14  03:59:56
1620         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1621              Date: Mon, 13 Jul 1998 12:54:19 -0700
1622              Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu>
1623              Subject: [PATCH 5.004_73] Fixes to the VMS configuration system
1624      Branch: perl
1625            ! vms/munchconfig.c vms/subconfigure.com
1626 ____________________________________________________________________________
1627 [  1474] By: gsar                                  on 1998/07/14  03:58:13
1628         Log: make Term::Readline::get_line() independent of caller's $/
1629              From: kstar@chapin.edu
1630              Date: Mon, 13 Jul 1998 15:17:49 -0400
1631              Message-ID: <19980713151749.G8596@O2.chapin.edu>
1632              Subject: [PATCH] Was: CPAN.pm still fails
1633      Branch: perl
1634            ! lib/Term/ReadLine.pm
1635 ____________________________________________________________________________
1636 [  1473] By: gsar                                  on 1998/07/14  03:55:29
1637         Log: fix $trnl interpolation in here-docs (via PM)
1638              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1639              Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT)
1640              Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys>
1641              Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness
1642      Branch: perl
1643            ! Configure
1644 ____________________________________________________________________________
1645 [  1472] By: gsar                                  on 1998/07/14  03:50:18
1646         Log: From: Dominic Dunlop <domo@ppp52.vo.lu>
1647              Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST)
1648              Message-Id: <199807131455.PAA23621@ppp52.vo.lu>
1649              Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73]
1650      Branch: perl
1651            ! hints/machten.sh
1652 ____________________________________________________________________________
1653 [  1471] By: gsar                                  on 1998/07/14  03:49:07
1654         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1655              Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu>
1656              Date: Mon, 13 Jul 1998 12:30:05 -0700
1657              Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff
1658      Branch: perl
1659            ! configure.com vms/descrip_mms.template
1660 ____________________________________________________________________________
1661 [  1470] By: gsar                                  on 1998/07/14  03:40:14
1662         Log: consistently refer to functions as C<foo()>
1663              From: abigail@fnx.com
1664              Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT)
1665              Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com>
1666              Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod
1667      Branch: perl
1668            ! pod/perlfunc.pod
1669 ____________________________________________________________________________
1670 [  1469] By: gsar                                  on 1998/07/14  03:35:06
1671         Log: From: Tom Hughes <thh@cyberscience.com>
1672              Date: 13 Jul 1998 09:34:16 +0100
1673              Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>
1674              Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh
1675      Branch: perl
1676            ! hints/svr4.sh
1677 ____________________________________________________________________________
1678 [  1468] By: gsar                                  on 1998/07/14  03:34:03
1679         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1680              Date: 13 Jul 1998 11:16:27 +0200
1681              Message-ID: <sfc90lyqff8.fsf@dubravka.in-berlin.de>
1682              Subject: Parallel Makefiles
1683      Branch: perl
1684            ! lib/ExtUtils/MM_Unix.pm
1685 ____________________________________________________________________________
1686 [  1467] By: gsar                                  on 1998/07/14  03:31:39
1687         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1688              Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT)
1689              Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu>
1690              Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken?
1691      Branch: perl
1692            ! t/io/pipe.t
1693 ____________________________________________________________________________
1694 [  1466] By: gsar                                  on 1998/07/14  03:29:25
1695         Log: minor tweaks to perldelta and README.win32
1696      Branch: perl
1697            ! Changes README.win32 pod/perldelta.pod
1698 ____________________________________________________________________________
1699 [  1465] By: TimBunce                              on 1998/07/13  21:33:45
1700         Log: Assorted patches:
1701              
1702              Title:  "Fix string substitution returncode problem"
1703              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
1704              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
1705              <v03110700b191a557f041@[195.95.102.114]>
1706              Files:  pp_hot.c
1707              
1708              Title:  "umask EXPR is fatal only if (EXPR & 0700) > 0"
1709              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1710              Msg-ID:  <199807111656.MAA03310@aatma.engin.umich.edu>
1711              Files:  pod/perldiag.pod pp_sys.c
1712              
1713              Title:  "Remove reference to qsort from perlfunc.pod"
1714              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1715              Msg-ID:  <199807111923.PAA05124@aatma.engin.umich.edu>
1716              Files:  pod/perlfunc.pod
1717              
1718              Title:  "Deprecate AvFILL in favor of av_len()"
1719              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1720              Msg-ID:  <199807111945.PAA05489@aatma.engin.umich.edu>
1721              Files:  pod/perlguts.pod
1722              
1723              Title:  "Further clarify effects of using quotes with m operator"
1724              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1725              Msg-ID:  <199806201921.PAA03829@aatma.engin.umich.edu>
1726              Files:  pod/perlop.pod
1727              
1728              Title:  "Add PERL_DESTRUCT_LEVEL=2 to test suite"
1729              From:  Tim Bunce
1730              Files:  t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t
1731      Branch: maint-5.004/perl
1732            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
1733            ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t
1734            ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c
1735
1736 ----------------
1737 Version 5.004_73
1738 ----------------
1739
1740 ____________________________________________________________________________
1741 [  1464] By: gsar                                  on 1998/07/13  04:41:07
1742         Log: up patchlevel to 73, update Changes &c.
1743      Branch: perl
1744            ! Changes patchlevel.h pod/perlhist.pod t/op/array.t
1745            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1746            ! win32/config_H.vc win32/makefile.mk
1747 ____________________________________________________________________________
1748 [  1463] By: gsar                                  on 1998/07/13  02:58:51
1749         Log: avoid empty rm -f in MM_Unix.pm
1750      Branch: perl
1751            ! lib/ExtUtils/MM_Unix.pm
1752 ____________________________________________________________________________
1753 [  1462] By: gsar                                  on 1998/07/13  02:54:52
1754         Log: update perldelta
1755      Branch: perl
1756            ! pod/perldelta.pod
1757 ____________________________________________________________________________
1758 [  1461] By: gsar                                  on 1998/07/13  02:44:30
1759         Log: added patch, tweaked PERL_OBJECT things
1760              From:    Graham Barr <gbarr@pobox.com>
1761              Date:    Sun, 12 Jul 1998 19:57:47 CDT
1762              Message-Id: <19980712195747.C493@pobox.com>
1763              Subject: [ PATCH perl5.004_72] patch to add qr//
1764      Branch: perl
1765            ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c
1766            ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl
1767            ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c
1768            ! regexp.h sv.c t/op/pat.t toke.c
1769 ____________________________________________________________________________
1770 [  1460] By: gsar                                  on 1998/07/13  01:25:07
1771         Log: add a few more PURIFY guards
1772      Branch: perl
1773            ! av.c sv.c
1774 ____________________________________________________________________________
1775 [  1459] By: gsar                                  on 1998/07/12  23:38:31
1776         Log: add tests for change#1458 and then some
1777      Branch: perl
1778            ! t/op/array.t
1779 ____________________________________________________________________________
1780 [  1458] By: gsar                                  on 1998/07/12  22:42:47
1781         Log: apply patch for smarter AASSIGN_COMMON detection; regen headers
1782              From:    Stephen McCamant <alias@mcs.com>
1783              Date:    Sun, 12 Jul 1998 17:17:00 CDT
1784              Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net>
1785              Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71
1786      Branch: perl
1787            ! op.c opcode.h opcode.pl
1788 ____________________________________________________________________________
1789 [  1457] By: gsar                                  on 1998/07/12  22:06:05
1790         Log: small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1791      Branch: perl
1792            ! Configure Makefile.SH ext/Socket/Socket.xs perl.c
1793 ____________________________________________________________________________
1794 [  1456] By: gsar                                  on 1998/07/12  21:56:39
1795         Log: From: Doug MacEachern <dougm@pobox.com>
1796              Date: Sun, 12 Jul 1998 14:29:29 -0400
1797              Message-Id: <199807121829.OAA00525@postman.opengroup.org>
1798              Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT
1799      Branch: perl
1800            ! lib/ExtUtils/Embed.pm
1801 ____________________________________________________________________________
1802 [  1455] By: gsar                                  on 1998/07/12  21:54:02
1803         Log: applied installperl patch, corrected other little nits
1804              From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1805              Date: 12 Jul 1998 16:27:21 +0200
1806              Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
1807              Subject: [5.004_72] installperl tweak
1808      Branch: perl
1809            ! Changes Configure README.win32 installperl win32/makefile.mk
1810 ____________________________________________________________________________
1811 [  1454] By: gsar                                  on 1998/07/12  10:14:24
1812         Log: update MANIFEST, Changes
1813      Branch: perl
1814            - lib/Bundle/CPAN.pm
1815            ! Changes MANIFEST
1816
1817 ----------------
1818 Version 5.004_72
1819 ----------------
1820
1821 ____________________________________________________________________________
1822 [  1453] By: gsar                                  on 1998/07/12  10:04:33
1823         Log: merge changes 1424, 1428 from maintbranch
1824      Branch: perl
1825            ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
1826 ____________________________________________________________________________
1827 [  1452] By: gsar                                  on 1998/07/12  09:46:40
1828         Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
1829              and README.win32
1830      Branch: perl
1831            ! Changes README.win32 patchlevel.h win32/Makefile
1832            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1833            ! win32/makefile.mk
1834 ____________________________________________________________________________
1835 [  1451] By: gsar                                  on 1998/07/12  07:01:26
1836         Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
1837              From: Jarkko Hietaniemi <jhi@iki.fi>
1838              Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
1839              Message-Id: <199807111451.RAA27010@alpha.hut.fi>
1840              Subject: M3 "generic" parts
1841      Branch: perl
1842            ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
1843            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
1844            ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
1845            ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
1846            ! win32/config_H.gc x2p/Makefile.SH
1847 ____________________________________________________________________________
1848 [  1450] By: gsar                                  on 1998/07/12  06:38:27
1849         Log: various tweaks for PERL_OBJECT build & test
1850      Branch: perl
1851            ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
1852            ! win32/makefile.mk win32/win32.c win32/win32iop.h
1853 ____________________________________________________________________________
1854 [  1449] By: gsar                                  on 1998/07/12  06:29:23
1855         Log: From:    andreas.koenig@kulturbox.de (Andreas J. Koenig)
1856              Date:    12 Jul 1998 08:22:16 +0200
1857              Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
1858              Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
1859      Branch: perl
1860            ! lib/CPAN.pm lib/SelfLoader.pm
1861 ____________________________________________________________________________
1862 [  1448] By: gsar                                  on 1998/07/12  05:10:50
1863         Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
1864              and runs regexes in 1000s of threads without crashing; also fixed
1865              statcache not being thread-local
1866      Branch: perl
1867            ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
1868            ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
1869            ! t/lib/thread.t thrdvar.h util.c
1870 ____________________________________________________________________________
1871 [  1447] By: gsar                                  on 1998/07/12  02:40:45
1872         Log: From:    Hugo van der Sanden <hv@crypt0.demon.co.uk>
1873              Date:    Sun, 12 Jul 1998 03:23:04 +0200
1874              Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
1875              Subject: Re: perlbug doesn't check that save succeeded
1876      Branch: perl
1877            ! utils/perlbug.PL
1878 ____________________________________________________________________________
1879 [  1446] By: gsar                                  on 1998/07/12  02:39:24
1880         Log: be generous about CRs
1881              From:    larry@wall.org (Larry Wall)
1882              Date:    Sat, 11 Jul 1998 17:54:21 PDT
1883              Message-Id: <199807120054.RAA19550@wall.org>
1884              Subject: [PATCH _71] CRs et al 
1885      Branch: perl
1886            ! toke.c
1887 ____________________________________________________________________________
1888 [  1445] By: gsar                                  on 1998/07/12  02:11:16
1889         Log: fix pp_caller() to fully traverse stacklevels
1890      Branch: perl
1891            ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
1892 ____________________________________________________________________________
1893 [  1444] By: gsar                                  on 1998/07/11  23:43:37
1894         Log: add patch, along with all the missing bits, and doc tweaks
1895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1896              Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
1897              Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
1898              Subject: Re: [PATCH 5.004_71] Secure RE update
1899      Branch: perl
1900            ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
1901            ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
1902            ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
1903            ! t/op/pat.t t/op/subst.t
1904 ____________________________________________________________________________
1905 [  1443] By: gsar                                  on 1998/07/11  23:08:14
1906         Log: tweak to get BSDI to build IPC/SysV
1907              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1908              Date: 11 Jul 1998 16:26:44 +0300
1909              Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
1910              Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
1911      Branch: perl
1912            ! ext/IPC/SysV/SysV.xs
1913 ____________________________________________________________________________
1914 [  1442] By: gsar                                  on 1998/07/11  23:03:39
1915         Log: fix closures in optimized C<for (1..5)> (only the tests are in this
1916              change, the pp_hot.c fix accidentally went in change#1441)
1917      Branch: perl
1918            ! t/op/closure.t
1919 ____________________________________________________________________________
1920 [  1441] By: gsar                                  on 1998/07/11  22:35:40
1921         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1922              Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
1923              Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
1924              Subject: [PATCH 5.004_71] Update os2's OS2::Process
1925      Branch: perl
1926            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
1927            ! os2/OS2/Process/Process.xs pp_hot.c
1928 ____________________________________________________________________________
1929 [  1440] By: gsar                                  on 1998/07/11  19:41:59
1930         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1931              Date: 11 Jul 1998 17:00:21 +0200
1932              Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
1933              Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
1934      Branch: perl
1935            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1936 ____________________________________________________________________________
1937 [  1439] By: gsar                                  on 1998/07/11  19:36:58
1938         Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
1939      Branch: perl
1940            ! pod/perlguts.pod win32/makedef.pl
1941 ____________________________________________________________________________
1942 [  1438] By: gsar                                  on 1998/07/11  19:14:21
1943         Log: applied patch for perlfunc tweaks, removed reference to system qsort()
1944              From: abigail@fnx.com
1945              Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
1946              Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
1947              Subject: [PATCH 5.004_71] pod/perlfunc.pod
1948      Branch: perl
1949            ! pod/perlfunc.pod
1950 ____________________________________________________________________________
1951 [  1437] By: gsar                                  on 1998/07/11  19:05:00
1952         Log: From: abigail@fnx.com
1953              Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
1954              Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
1955              Subject: [PATCH 5.004_71] pod/pod2man.PL
1956      Branch: perl
1957            ! pod/pod2man.PL
1958 ____________________________________________________________________________
1959 [  1436] By: gsar                                  on 1998/07/11  18:58:03
1960         Log: more complete version of change#1421
1961              From: Stephen McCamant <alias@mcs.com>
1962              Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
1963              Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
1964              Subject: [PATCH] Re: B::Deparse for(1..100000)
1965      Branch: perl
1966            ! ext/B/B/Deparse.pm
1967 ____________________________________________________________________________
1968 [  1435] By: gsar                                  on 1998/07/11  18:54:42
1969         Log: win32 fixes for VC 6.0 nits
1970      Branch: perl
1971            ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
1972            ! win32/win32.h
1973 ____________________________________________________________________________
1974 [  1434] By: gsar                                  on 1998/07/11  18:45:32
1975         Log: s/AVHV/pseudo-hash/ (via PM)
1976              From: Gisle Aas <gisle@aas.no>
1977              Date: 11 Jul 1998 00:16:53 +0200
1978              Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
1979              Subject: [PATCH] trivial fields.pm doc patch
1980      Branch: perl
1981            ! lib/fields.pm
1982 ____________________________________________________________________________
1983 [  1433] By: gsar                                  on 1998/07/11  18:43:11
1984         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1985              Date: Fri, 10 Jul 1998 23:12:11 +0200
1986              Message-ID: <19980710231211.A161@cdata.tvnet.hu>
1987              Subject: [PATCH _71] dos-djgpp update
1988      Branch: perl
1989            ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
1990 ____________________________________________________________________________
1991 [  1432] By: gsar                                  on 1998/07/11  18:41:00
1992         Log: applied patch, reformatted long lines in places
1993              From: Dominic Dunlop <domo@computer.org>
1994              Date: Fri, 10 Jul 1998 23:11:30 +0000
1995              Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
1996              Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
1997              warning
1998      Branch: perl
1999            ! pod/perldiag.pod regexec.c
2000 ____________________________________________________________________________
2001 [  1431] By: gsar                                  on 1998/07/11  18:29:18
2002         Log: From: "John L. Allen" <allen@grumman.com>
2003              Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
2004              Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
2005              Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
2006      Branch: perl
2007            ! hints/aix.sh
2008 ____________________________________________________________________________
2009 [  1430] By: TimBunce                              on 1998/07/11  18:15:09
2010         Log: Title:  "Fix string substitution returncode problem"
2011              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
2012              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
2013              <v03110700b191a557f041@[195.95.102.114]>
2014              Files:  pp_hot.c
2015      Branch: maint-5.004/perl
2016            ! pp_hot.c
2017 ____________________________________________________________________________
2018 [  1429] By: gsar                                  on 1998/07/11  18:07:52
2019         Log: applied patch, tweaked doc and code that does labels/indentation
2020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2021              Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
2022              Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
2023              Subject: [PATCH 5.004_71] perldebug.pod and RE
2024      Branch: perl
2025            ! pod/perldebug.pod regcomp.c regexec.c
2026 ____________________________________________________________________________
2027 [  1428] By: TimBunce                              on 1998/07/11  17:45:56
2028         Log: Assorted patches:
2029              
2030              Title:  "makerel now reads local patch list from patchlevel.h"
2031              Files:  patchlevel.h Porting/makerel
2032              
2033              Title:  "pod/pod2man.PL"
2034              From:  abigail@fnx.com
2035              Msg-ID:  <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
2036              Files:  pod/pod2man.PL
2037              
2038              Title:  "Clarify taint example in re.pm"
2039              From:  Tom Phoenix <rootbeer@teleport.com>
2040              Msg-ID:  <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
2041              Files:  lib/re.pm
2042              
2043              Title:  "Anohter ptags improvement"
2044              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
2045              Msg-ID:  <199807070059.UAA28815@monk.mps.ohio-state.edu>
2046              Files:  emacs/ptags
2047              
2048              Title:  "_71 & _04 - Make AIX hints preserve ccflags as per docs"
2049              From:  "John L. Allen" <allen@grumman.com>
2050              Msg-ID:  <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
2051              Files:  hints/aix.sh
2052      Branch: maint-5.004/perl
2053            ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
2054            ! patchlevel.h pod/pod2man.PL
2055 ____________________________________________________________________________
2056 [  1427] By: gsar                                  on 1998/07/11  17:04:47
2057         Log: make Liblist return consistently backslashed paths
2058      Branch: perl
2059            ! lib/ExtUtils/Liblist.pm
2060 ____________________________________________________________________________
2061 [  1426] By: gsar                                  on 1998/07/11  16:53:56
2062         Log: don't 'touch a2p.c', it might readonly (via PM)
2063              From: Robin Barker <rmb1@cise.npl.co.uk>
2064              Date: Fri, 10 Jul 98 17:19:54 BST
2065              Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
2066      Branch: perl
2067            ! x2p/Makefile.SH
2068 ____________________________________________________________________________
2069 [  1425] By: TimBunce                              on 1998/07/11  16:42:26
2070         Log: Title:  "Add newCONSTSUB (from 5.005_70)"
2071              Files:  embed.h proto.h global.sym op.c
2072      Branch: maint-5.004/perl
2073            ! embed.h global.sym op.c proto.h
2074 ____________________________________________________________________________
2075 [  1424] By: TimBunce                              on 1998/07/11  16:20:21
2076         Log: Title:  "Assorted fixes for Sys::Syslog.pm"
2077              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
2078              <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
2079              Msg-ID:  <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
2080              <199805270939.KAA08453@toad.ig.co.uk>,
2081              <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
2082              Files:  lib/Sys/Syslog.pm
2083      Branch: maint-5.004/perl
2084            ! lib/Sys/Syslog.pm
2085 ____________________________________________________________________________
2086 [  1423] By: TimBunce                              on 1998/07/11  15:53:37
2087         Log: Assorted patches:
2088              
2089              Title:  "umask: die if EXPR & 0700 else return undef"
2090              From:  Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
2091              Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
2092              <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
2093              kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
2094              Msg-ID:  <199805291520.QAA01615@sable.ox.ac.uk>,
2095              <199805291549.SAA01439@alpha.hut.fi>,
2096              <199805291608.RAA29283@toad.ig.co.uk>,
2097              <19980530105129.A24006@O2.chapin.edu>,
2098              <19980608133037.A8793@perlsupport.com>
2099              Files:  pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2100              
2101              Title:  "File name DynaLoader.pm.PL is 8.3 unfriendly"
2102              From:  Laszlo Molnar <molnarl@cdata.tvnet.hu>
2103              Msg-ID:  <19980610005417.G162@cdata.tvnet.hu>
2104              Files:  MANIFEST ext/DynaLoader/Makefile.PL
2105      Branch: maint-5.004/perl
2106           +> ext/DynaLoader/DynaLoader_pm.PL
2107            - ext/DynaLoader/DynaLoader.pm.PL
2108            ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
2109            ! pod/perlfunc.pod pp_sys.c
2110 ____________________________________________________________________________
2111 [  1421] By: gsar                                  on 1998/07/11  02:54:02
2112         Log: From: Gisle Aas <gisle@aas.no>
2113              Subject: [PATCH] B::Deparse for(1..100000)
2114              Date: 10 Jul 1998 14:04:44 +0200
2115              Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
2116      Branch: perl
2117            ! ext/B/B/Deparse.pm
2118 ____________________________________________________________________________
2119 [  1420] By: gsar                                  on 1998/07/11  02:28:18
2120         Log: add 'clean' target for ext/re
2121      Branch: perl
2122            ! ext/re/Makefile.PL
2123 ____________________________________________________________________________
2124 [  1419] By: gsar                                  on 1998/07/11  02:20:32
2125         Log: From: Tom Hughes <thh@cyberscience.com>
2126              Date: 10 Jul 1998 10:25:18 +0100
2127              Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
2128              Subject: [5.004_71] Patch: svr4 hints updates for Unixware
2129      Branch: perl
2130            ! hints/svr4.sh
2131 ____________________________________________________________________________
2132 [  1418] By: gsar                                  on 1998/07/11  02:19:12
2133         Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
2134              From: Jarkko Hietaniemi <jhi@iki.fi>
2135              Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
2136              Message-Id: <199807101008.NAA10817@alpha.hut.fi>
2137              Subject: Re: make minitest does not work out of the box - test subset
2138              needs pruning
2139      Branch: perl
2140            + t/lib/ipc_sysv.t
2141            - t/op/ipcmsg.t t/op/ipcsem.t
2142            ! MANIFEST
2143 ____________________________________________________________________________
2144 [  1417] By: gsar                                  on 1998/07/11  02:14:16
2145         Log: disable CR croaking (via #define, default off) in lieu of more
2146              complete fix
2147      Branch: perl
2148            ! toke.c
2149 ____________________________________________________________________________
2150 [  1416] By: gsar                                  on 1998/07/11  02:06:11
2151         Log: added patch, made linking with setargv a build option
2152              From: "Douglas Lankshear" <dougl@ActiveState.com>
2153              Date: Thu, 9 Jul 1998 09:51:42 -0700
2154              Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
2155              Subject: [PATCH 5.004_71]
2156      Branch: perl
2157            ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
2158 ____________________________________________________________________________
2159 [  1415] By: gsar                                  on 1998/07/11  01:47:19
2160         Log: From: Tom Hughes <thh@cyberscience.com>
2161              Date: 10 Jul 1998 09:01:12 +0100
2162              Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
2163              Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
2164      Branch: perl
2165            ! perl_exp.SH
2166 ____________________________________________________________________________
2167 [  1414] By: gsar                                  on 1998/07/11  01:45:45
2168         Log: make lib/re.pm a prereq for minitest
2169      Branch: perl
2170            ! Makefile.SH
2171 ____________________________________________________________________________
2172 [  1413] By: gsar                                  on 1998/07/11  01:40:56
2173         Log: add patch (via PM)
2174              From: Stephen McCamant <alias@mcs.com>
2175              Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
2176              Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
2177              Subject: Big B::Deparse update
2178      Branch: perl
2179            ! ext/B/B/Deparse.pm
2180 ____________________________________________________________________________
2181 [  1412] By: gsar                                  on 1998/07/11  00:25:17
2182         Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
2183      Branch: perl
2184            + pod/perlport.pod
2185            ! pod/perl.pod
2186 ____________________________________________________________________________
2187 [  1411] By: gsar                                  on 1998/07/10  21:53:06
2188         Log: make binmode(STDIN) not whine
2189              From: Dan Sugalski <sugalskd@osshe.edu>
2190              Date: Thu, 09 Jul 1998 16:51:27 -0700
2191              Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
2192              Subject: [PATCH 5.004_70] Fix up binmode() for VMS
2193      Branch: perl
2194            ! vms/vms.c
2195 ____________________________________________________________________________
2196 [  1410] By: gsar                                  on 1998/07/10  21:50:57
2197         Log: CPAN-1.39 update
2198              From: koenig@kulturbox.de (Andreas J. Koenig)
2199              Date: 10 Jul 1998 00:45:36 +0200
2200              Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
2201              Subject: Re: perl5.004_71 hit the stands this morn
2202      Branch: perl
2203            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2204 ____________________________________________________________________________
2205 [  1409] By: gsar                                  on 1998/07/10  21:45:10
2206         Log: manually apply patch with conflicts
2207              From: Dan Sugalski <sugalskd@osshe.edu>
2208              Date: Thu, 09 Jul 1998 12:08:33 -0700
2209              Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
2210              Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
2211      Branch: perl
2212            ! configpm
2213 ____________________________________________________________________________
2214 [  1408] By: gsar                                  on 1998/07/10  21:36:54
2215         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2216              Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
2217              Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
2218              Subject: Re: perldelta.pod [PATCH]
2219      Branch: perl
2220            ! pod/perldelta.pod
2221 ____________________________________________________________________________
2222 [  1407] By: gsar                                  on 1998/07/10  21:35:13
2223         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2224              Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
2225              Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
2226              Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
2227      Branch: perl
2228            ! ext/IPC/SysV/Makefile.PL
2229 ____________________________________________________________________________
2230 [  1406] By: gsar                                  on 1998/07/10  21:33:30
2231         Log: manually apply patch with conflicts
2232              From: kstar@chapin.edu
2233              Message-ID: <19980709093621.B7857@O2.chapin.edu>
2234              Date: Thu, 9 Jul 1998 09:36:21 -0400
2235              Subject: Re: [PATCH] 5.004_70 installperl and docs
2236      Branch: perl
2237            ! installperl
2238 ____________________________________________________________________________
2239 [  1405] By: gsar                                  on 1998/07/10  21:28:29
2240         Log: misc tweaks to docs and qsortsv() warning
2241      Branch: perl
2242            ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
2243 ____________________________________________________________________________
2244 [  1404] By: gsar                                  on 1998/07/10  21:23:53
2245         Log: add more correct version of change#1350 (as yet untested)
2246              From: joshua.pritikin@db.com
2247              Date: Thu, 9 Jul 1998 09:22:46 -0400
2248              Message-Id: <H00000e50008f277@MHS>
2249              Subject: Re: [PATCH _70] cache missing methods
2250      Branch: perl
2251            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2252 ____________________________________________________________________________
2253 [  1403] By: gsar                                  on 1998/07/10  20:46:12
2254         Log: add win32_rename() that does what docs say
2255      Branch: perl
2256            ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
2257            ! win32/win32.c win32/win32iop.h
2258 ____________________________________________________________________________
2259 [  1402] By: gsar                                  on 1998/07/10  20:19:18
2260         Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
2261              (suggested by Philippe.Simonet@swisscom.com)
2262      Branch: perl
2263            ! ext/Socket/Socket.xs
2264 ____________________________________________________________________________
2265 [  1401] By: gsar                                  on 1998/07/10  03:24:45
2266         Log: undo change#1379 (order of tests *is* significant)
2267      Branch: perl
2268            ! t/lib/posix.t
2269 ____________________________________________________________________________
2270 [  1400] By: nick                                  on 1998/07/09  17:43:14
2271         Log: Integrate mainline (_071-ish)
2272      Branch: ansiperl
2273           +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2274           +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2275           +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
2276           +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
2277           +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
2278           +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
2279           +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2280           +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
2281           +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
2282           !> (integrate 145 files)
2283
2284 ----------------
2285 Version 5.004_71
2286 ----------------
2287
2288 ____________________________________________________________________________
2289 [  1399] By: gsar                                  on 1998/07/09  12:15:12
2290         Log: update Changes, perlhist.pod, beginnings of perldelta.pod
2291      Branch: perl
2292            ! Changes pod/perldelta.pod pod/perlhist.pod
2293 ____________________________________________________________________________
2294 [  1397] By: gsar                                  on 1998/07/09  08:35:39
2295         Log: merge changes from maintbranch (1354, and relevant part of 1356); all
2296              maintenance changes upto 1356 merged
2297      Branch: perl
2298            ! pod/perldiag.pod pp_hot.c t/op/misc.t
2299 ____________________________________________________________________________
2300 [  1396] By: gsar                                  on 1998/07/09  08:02:52
2301         Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
2302              make all configs build on Solaris and win32
2303      Branch: perl
2304            + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2305            + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2306            + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
2307            ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
2308            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2309 ____________________________________________________________________________
2310 [  1395] By: gsar                                  on 1998/07/09  05:39:48
2311         Log: From:    Stephen McCamant <alias@mcs.com>
2312              Date:    Wed, 08 Jul 1998 23:16:49 CDT
2313              Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
2314              Subject: [PATCH] UNOP opclass test in B.xs
2315      Branch: perl
2316            ! ext/B/B.xs
2317 ____________________________________________________________________________
2318 [  1394] By: gsar                                  on 1998/07/09  05:37:48
2319         Log: get it building again on win32
2320      Branch: perl
2321            ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
2322            ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
2323            ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
2324            ! win32/makefile.mk
2325 ____________________________________________________________________________
2326 [  1393] By: gsar                                  on 1998/07/09  05:20:31
2327         Log: applied patch from Ilya, tweaked some to get clean static build of
2328              the ext/re stuff (untested on win32)
2329      Branch: perl
2330            ! regcomp.c regexec.c
2331 ____________________________________________________________________________
2332 [  1392] By: gsar                                  on 1998/07/09  03:56:45
2333         Log: fix installperl typo
2334              From:    kstar@chapin.edu
2335              Date:    Wed, 08 Jul 1998 23:51:57 EDT
2336              Message-Id: <19980708235157.D1380@O2.chapin.edu>
2337              Subject: Re: [PATCH] 5.004_70 installperl and docs
2338      Branch: perl
2339            ! installperl
2340 ____________________________________________________________________________
2341 [  1391] By: gsar                                  on 1998/07/09  01:48:16
2342         Log: From: Chip Salzenberg <chip@perl.org>
2343              Date: Wed, 8 Jul 1998 18:10:55 -0400
2344              Message-ID: <19980708181055.A8005@perlsupport.com>
2345              Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
2346      Branch: perl
2347            ! util.c
2348 ____________________________________________________________________________
2349 [  1390] By: gsar                                  on 1998/07/09  01:45:16
2350         Log: added patch, tweaked per Ilya's suggestion
2351              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2352              Date: Wed, 8 Jul 1998 13:34:42 +0100
2353              Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
2354              Subject: [PATCH] perl5db.pl complains about non-integer condition
2355      Branch: perl
2356            ! lib/perl5db.pl
2357 ____________________________________________________________________________
2358 [  1389] By: gsar                                  on 1998/07/09  01:42:13
2359         Log: reenable misaligned memory checks, cast to UV & check alignment
2360              From: Dominic Dunlop <domo@computer.org>
2361              Date: Wed, 8 Jul 1998 11:21:48 +0000
2362              Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
2363              Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
2364      Branch: perl
2365            ! malloc.c
2366 ____________________________________________________________________________
2367 [  1388] By: gsar                                  on 1998/07/09  01:36:22
2368         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2369              Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
2370              Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
2371              Subject: [PATCH 5.004_70] more on finding metaconfig units.
2372      Branch: perl
2373            ! Porting/pumpkin.pod
2374 ____________________________________________________________________________
2375 [  1387] By: gsar                                  on 1998/07/09  01:35:23
2376         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2377              Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
2378              Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
2379              Subject: Configure indentation patch
2380      Branch: perl
2381            ! Configure
2382 ____________________________________________________________________________
2383 [  1386] By: gsar                                  on 1998/07/09  01:33:31
2384         Log: don't try to hardlink perldiag.pod; that is no longer not needed
2385              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2386              Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
2387              Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
2388              Subject: Re: pelr installation attempts hard links between file systems
2389      Branch: perl
2390            ! installperl
2391 ____________________________________________________________________________
2392 [  1385] By: gsar                                  on 1998/07/09  01:28:05
2393         Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
2394      Branch: perl
2395            ! win32/makefile.mk
2396 ____________________________________________________________________________
2397 [  1384] By: gsar                                  on 1998/07/09  01:26:19
2398         Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
2399      Branch: perl
2400            ! t/TEST
2401 ____________________________________________________________________________
2402 [  1383] By: gsar                                  on 1998/07/09  01:06:47
2403         Log: manually apply patch with a dependency on unapplied patch
2404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2405              Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
2406              Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
2407              Subject: [PATCH 5.004_70] make quoted RE embeddable
2408      Branch: perl
2409            ! sv.c t/op/pat.t
2410 ____________________________________________________________________________
2411 [  1382] By: gsar                                  on 1998/07/09  01:02:23
2412         Log: change order of libs for extensions
2413              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2414              Date: Tue, 7 Jul 1998 23:48:05 +0200
2415              Message-ID: <19980707234805.C180@cdata.tvnet.hu>
2416              Subject: [PATCH _70] linking problem with modules
2417      Branch: perl
2418            ! lib/ExtUtils/MM_Unix.pm
2419 ____________________________________________________________________________
2420 [  1381] By: gsar                                  on 1998/07/09  00:56:12
2421         Log: patch for more flexible initialization of xsub parameters
2422              From: Tye McQueen <tye@metronet.com>
2423              Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
2424              Message-Id: <199807070004.AA16454@metronet.com>
2425              Subject: Enhanced arg inits for xsubpp
2426      Branch: perl
2427            ! lib/ExtUtils/xsubpp pod/perlxs.pod
2428 ____________________________________________________________________________
2429 [  1380] By: gsar                                  on 1998/07/09  00:44:01
2430         Log: From: Tye McQueen <tye@metronet.com>
2431              Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
2432              Message-Id: <16619-17073@lyris.activestate.com>
2433              Subject: New pl2bat.pl
2434      Branch: perl
2435            ! win32/bin/pl2bat.pl
2436 ____________________________________________________________________________
2437 [  1379] By: gsar                                  on 1998/07/09  00:30:58
2438         Log: remove ordering dependency in posix.t
2439      Branch: perl
2440            ! t/lib/posix.t
2441 ____________________________________________________________________________
2442 [  1378] By: gsar                                  on 1998/07/08  20:17:43
2443         Log: make -i'*suffix' work too
2444      Branch: perl
2445            ! doio.c
2446 ____________________________________________________________________________
2447 [  1377] By: gsar                                  on 1998/07/08  08:56:28
2448         Log: regen headers; result builds & tests on Solaris again (threaded)
2449      Branch: perl
2450            ! embedvar.h
2451 ____________________________________________________________________________
2452 [  1376] By: gsar                                  on 1998/07/08  08:55:03
2453         Log: change#1350 breaks things, back it out
2454      Branch: perl
2455            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2456 ____________________________________________________________________________
2457 [  1375] By: gsar                                  on 1998/07/08  07:47:00
2458         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2459              Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
2460              Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
2461              Subject: [PATCH 5.004_70] Switch modifiers in RE off
2462      Branch: perl
2463            ! pod/perlre.pod regcomp.c t/op/re_tests
2464 ____________________________________________________________________________
2465 [  1374] By: gsar                                  on 1998/07/08  07:41:06
2466         Log: From: Gisle Aas <gisle@aas.no>
2467              Date: 07 Jul 1998 23:08:59 +0200
2468              Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
2469              Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
2470      Branch: perl
2471            ! sv.c
2472 ____________________________________________________________________________
2473 [  1373] By: gsar                                  on 1998/07/08  07:36:01
2474         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2475              Date: Tue, 7 Jul 1998 23:47:50 +0200
2476              Message-ID: <19980707234750.A180@cdata.tvnet.hu>
2477              Subject: [PATCH _70] dos-djgpp update
2478      Branch: perl
2479            ! djgpp/config.over djgpp/djgppsed.sh
2480 ____________________________________________________________________________
2481 [  1372] By: gsar                                  on 1998/07/08  07:12:47
2482         Log: add extension to support SysV IPC
2483              From: Jarkko Hietaniemi <jhi@iki.fi>
2484              Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
2485              Message-Id: <199807062332.CAA25792@alpha.hut.fi>
2486              Subject: [PATCH] 5.004_70: IPC::SysV
2487      Branch: perl
2488            + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
2489            + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
2490            + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
2491            + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
2492            + ext/IPC/SysV/t/sem.t
2493            ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
2494            ! t/op/ipcmsg.t t/op/ipcsem.t
2495 ____________________________________________________________________________
2496 [  1371] By: gsar                                  on 1998/07/08  05:12:07
2497         Log: add patch for C<use re 'debug'>
2498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2499              Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
2500              Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
2501              Subject: Re: _70 and Devel::RE
2502      Branch: perl
2503            + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
2504            - lib/re.pm
2505            ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
2506            ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
2507 ____________________________________________________________________________
2508 [  1370] By: gsar                                  on 1998/07/08  04:27:27
2509         Log: added patch to generate PPDEF(pp_foo)
2510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2511              Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
2512              Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
2513              Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
2514      Branch: perl
2515            + pp_proto.h
2516            ! MANIFEST Makefile.SH opcode.pl proto.h
2517 ____________________________________________________________________________
2518 [  1369] By: gsar                                  on 1998/07/08  04:19:49
2519         Log: suggest 'make test' after make
2520      Branch: perl
2521            ! Makefile.SH
2522 ____________________________________________________________________________
2523 [  1368] By: gsar                                  on 1998/07/08  03:58:19
2524         Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
2525              From: Colin Kuskie <ckuskie@cadence.com>
2526              Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
2527              Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
2528              Subject: Corrected -i prefix patch
2529      Branch: perl
2530            + t/io/iprefix.t
2531            ! MANIFEST doio.c pod/perlrun.pod
2532 ____________________________________________________________________________
2533 [  1366] By: gsar                                  on 1998/07/08  02:28:30
2534         Log: From: Gisle Aas <gisle@aas.no>
2535              Date: 07 Jul 1998 17:48:36 +0200
2536              Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
2537              Subject: [PATCH] Remove some rendundant SvOOK_on tests
2538      Branch: perl
2539            ! sv.c sv.h
2540 ____________________________________________________________________________
2541 [  1365] By: gsar                                  on 1998/07/08  02:25:17
2542         Log: applied patch to clarify m//g
2543              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2544              Date: Tue, 7 Jul 1998 15:59:03 +0100
2545              Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
2546              Subject: [PATCH] Re: m//g in perlop.pod
2547      Branch: perl
2548            ! pod/perlop.pod
2549 ____________________________________________________________________________
2550 [  1364] By: gsar                                  on 1998/07/08  02:13:07
2551         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2552              Subject: [PATCH] 5.004_70 bug in perlfaq.pod
2553              Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
2554              Date: Tue, 7 Jul 1998 11:59:41 +0100
2555      Branch: perl
2556            ! pod/perlfaq.pod
2557 ____________________________________________________________________________
2558 [  1363] By: gsar                                  on 1998/07/08  02:11:11
2559         Log: applied tweak (via private mail)
2560              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2561              Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
2562              Message-Id: <199807071027.NAA20829@alpha.hut.fi>
2563              Subject: tiny perllocale.pod patch for 5.004_70
2564      Branch: perl
2565            ! pod/perllocale.pod
2566 ____________________________________________________________________________
2567 [  1362] By: gsar                                  on 1998/07/08  02:07:48
2568         Log: applied patch, various tweaks to pander to pod2man tantrums
2569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2570              Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
2571              Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
2572              Subject: [PATCH 5.004_70] CONFIGPM
2573      Branch: perl
2574            ! Porting/Glossary configpm
2575 ____________________________________________________________________________
2576 [  1361] By: gsar                                  on 1998/07/07  22:13:11
2577         Log: From: Stephen McCamant <alias@mcs.com>
2578              Date: Mon,  6 Jul 1998 21:22:17 -0500 (CDT)
2579              Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
2580              Subject: Re: Inconsistent arithmetics on refs
2581      Branch: perl
2582            ! sv.c
2583 ____________________________________________________________________________
2584 [  1360] By: gsar                                  on 1998/07/07  22:11:11
2585         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2586              Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
2587              Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
2588              Subject: [PATCH 5.004_70] Anohter ptags improvement
2589      Branch: perl
2590            ! emacs/ptags
2591 ____________________________________________________________________________
2592 [  1359] By: gsar                                  on 1998/07/07  22:08:48
2593         Log: fix accidental RE-de-optimization
2594              From: larry@wall.org (Larry Wall)
2595              Date: Mon, 6 Jul 1998 17:49:31 -0700
2596              Message-Id: <199807070049.RAA23475@wall.org>
2597              Subject: Re: before you deluge us with patches
2598              --
2599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2600              Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
2601              Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
2602              Subject: Re: before you deluge us with patches
2603      Branch: perl
2604            ! pp_hot.c regexec.c
2605 ____________________________________________________________________________
2606 [  1358] By: gsar                                  on 1998/07/07  21:36:29
2607         Log: From: Gisle Aas <gisle@aas.no>
2608              Subject: [PATCH] Evaluation of AVHVs in scalar context
2609              Date: 06 Jul 1998 21:41:14 +0200
2610              Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
2611      Branch: perl
2612            ! pp_hot.c t/op/avhv.t
2613 ____________________________________________________________________________
2614 [  1357] By: gsar                                  on 1998/07/07  21:29:46
2615         Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
2616      Branch: perl
2617            ! lib/Math/Trig.pm lib/fields.pm thread.sym
2618 ____________________________________________________________________________
2619 [  1356] By: TimBunce                              on 1998/07/07  17:19:42
2620         Log: Assorted patches:
2621              
2622              ------  BUILD PROCESS  ------
2623              
2624              Title:  "Add Test.pm (from perl 5.004_70)"
2625              Files:  MANIFEST lib/Test.pm
2626              
2627              ------  EXTENSIONS  ------
2628              
2629              Title:  "Add CR LF CRLF to Socket.pm"
2630              From:  Chris Nandor <pudge@pobox.com>
2631              Msg-ID:  <v04003a46b1b6067832a1@[24.48.28.52]>
2632              Files:  ext/Socket/Socket.pm
2633              
2634              ------  LIBRARY  ------
2635              
2636              Title:  "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
2637              Files:  lib/AutoSplit.pm
2638              
2639              Title:  "Upgrade base.pm (from perl 5.004_70)"
2640              Files:  lib/base.pm
2641              
2642              Title:  "Add File::Spec modules (from 5.004_70)"
2643              Files:  lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2644              lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2645              lib/File/Spec/Win32.pm
2646              
2647              ------  TESTS  ------
2648              
2649              Title:  "fixup test for method call on undefined value"
2650              Files:  t/op/misc.t
2651              
2652              ------  UTILITIES  ------
2653              
2654              Title:  "perlbug upgrade (from 5.004_70)"
2655              Files:  utils/perlbug.PL
2656              
2657              Title:  "Upgrade perldoc (from 5.004_70)"
2658              Files:  utils/perldoc.PL
2659      Branch: maint-5.004/perl
2660            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2661            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2662            + lib/File/Spec/Win32.pm lib/Test.pm
2663            ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
2664            ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
2665 ____________________________________________________________________________
2666 [  1355] By: TimBunce                              on 1998/07/07  14:39:51
2667         Log: Title:  "Fix memory leak in Safe module"
2668              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2669              Msg-ID:  <199806290544.BAA18463@aatma.engin.umich.edu>
2670              Files:  ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
2671      Branch: maint-5.004/perl
2672            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
2673 ____________________________________________________________________________
2674 [  1354] By: TimBunce                              on 1998/07/07  14:35:25
2675         Log: Title:  "Better error message for $undef->method call"
2676              From:  Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
2677              joshua.pritikin@db.com
2678              Msg-ID:  <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
2679              Files:  pod/perldiag.pod pp_hot.c
2680      Branch: maint-5.004/perl
2681            ! pod/perldiag.pod pp_hot.c
2682 ____________________________________________________________________________
2683 [  1353] By: gsar                                  on 1998/07/06  23:33:38
2684         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2685              Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
2686              Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
2687              Subject: [PATCH 5.004_70] Update metaconfig info
2688      Branch: perl
2689            ! Porting/pumpkin.pod
2690 ____________________________________________________________________________
2691 [  1352] By: gsar                                  on 1998/07/06  23:30:54
2692         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2693              Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
2694              Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
2695              Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
2696      Branch: perl
2697            ! Configure INSTALL Policy_sh.SH Porting/Glossary
2698            ! Porting/config.sh Porting/config_H
2699 ____________________________________________________________________________
2700 [  1351] By: gsar                                  on 1998/07/06  23:24:47
2701         Log: try harder to run non-executable tests
2702      Branch: perl
2703            ! t/TEST
2704 ____________________________________________________________________________
2705 [  1350] By: gsar                                  on 1998/07/06  23:12:17
2706         Log: add patch to improve method caching, regen headers
2707              From: joshua.pritikin@db.com
2708              Date: Mon, 6 Jul 1998 09:19:29 -0400
2709              Message-Id: <H00000e50008a518@MHS>
2710              Subject: [PATCH _70] cache missing methods
2711      Branch: perl
2712            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2713 ____________________________________________________________________________
2714 [  1349] By: TimBunce                              on 1998/07/06  23:03:16
2715         Log: Assorted patches:
2716              
2717              ------  BUILD PROCESS  ------
2718              
2719              Title:  "Configure: Workaround bash CDPATH oddity"
2720              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2721              Msg-ID:  <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
2722              Files:  Configure
2723              
2724              Title:  "Don't suppress display of Makefile recipes that invoke perl"
2725              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2726              Msg-ID:  <199806252213.SAA08545@aatma.engin.umich.edu>
2727              Files:  Makefile.SH
2728              
2729              ------  CORE LANGUAGE  ------
2730              
2731              Title:  "one more^Wless quad unpack bug"
2732              From:  Jarkko Hietaniemi <jhi@iki.fi>
2733              Msg-ID:  <199806301132.OAA27353@alpha.hut.fi>
2734              Files:  pp.c
2735              
2736              Title:  "minor fixups to bring maint closer to devel for patching"
2737              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2738              Msg-ID:  <199805200046.UAA19284@aatma.engin.umich.edu>
2739              Files:  pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
2740              
2741              Title:  "-Pw switches used together report bogus error"
2742              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2743              Msg-ID:  <199806252331.TAA10160@aatma.engin.umich.edu>
2744              Files:  perl.c
2745              
2746              Title:  "Add doc and perl home page info to -v output"
2747              From:  Tom Christiansen <tchrist@jhereg.perl.com>
2748              Msg-ID:  <199802172229.PAA29309@jhereg.perl.com>
2749              Files:  perl.c
2750              
2751              Title:  "Fix C<@a = (%a = 1)> bizarreness"
2752              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
2753              <tchrist@jhereg.perl.com>
2754              Msg-ID:  <199807012026.OAA31507@jhereg.perl.com>,
2755              <199807012339.TAA26024@aatma.engin.umich.edu>
2756              Files:  pp_hot.c
2757              
2758              Title:  "make find_script() return saved string, reenable missing
2759              diagnostics"
2760              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2761              Msg-ID:  <199806262224.SAA00422@aatma.engin.umich.edu>
2762              Files:  perl.c util.c
2763              
2764              Title:  "minor e_script optimization"
2765              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2766              Msg-ID:  <199807060704.DAA25988@aatma.engin.umich.edu>
2767              Files:  perl.c
2768              
2769              ------  DOCUMENTATION  ------
2770              
2771              Title:  "Insecure $ENV{} message out of step with perldiag"
2772              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2773              Msg-ID:  <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
2774              Files:  pod/perldiag.pod pod/perlsec.pod
2775              
2776              Title:  "documenting close without arguments"
2777              From:  Tom Phoenix <rootbeer@teleport.com>
2778              Msg-ID:  <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
2779              Files:  pod/perlfunc.pod
2780              
2781              Title:  "pod for scalar .. op"
2782              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2783              Msg-ID:  <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
2784              Files:  pod/perlop.pod
2785              
2786              ------  EXTENSIONS  ------
2787              
2788              Title:  "Fcntl: add few constants, enhance maintainability"
2789              From:  Jarkko Hietaniemi <jhi@iki.fi>
2790              Msg-ID:  <199806221558.SAA18626@alpha.hut.fi>
2791              Files:  ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
2792              
2793              ------  LIBRARY  ------
2794              
2795              Title:  "Fix undef warnings in Text::Parsewords"
2796              From:  Jarkko Hietaniemi <jhi@iki.fi>
2797              Msg-ID:  <199806300842.LAA26409@alpha.hut.fi>
2798              Files:  lib/Text/ParseWords.pm
2799              
2800              Title:  "Add Symbol::delete_package()"
2801              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2802              Msg-ID:  <199807060702.DAA25976@aatma.engin.umich.edu>
2803              Files:  pod/perlembed.pod lib/Symbol.pm
2804      Branch: maint-5.004/perl
2805            ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
2806            ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
2807            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2808            ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
2809            ! t/op/split.t taint.c util.c
2810 ____________________________________________________________________________
2811 [  1348] By: gsar                                  on 1998/07/06  22:55:56
2812         Log: remove #! line from Errno_pm.PL
2813      Branch: perl
2814            ! ext/Errno/Errno_pm.PL
2815 ____________________________________________________________________________
2816 [  1347] By: gsar                                  on 1998/07/06  22:51:34
2817         Log: added patch to fix Cwd.pm warnings, fixed a couple more places
2818              From: Gisle Aas <gisle@aas.no>
2819              Date: 06 Jul 1998 13:08:53 +0200
2820              Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
2821              Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
2822      Branch: perl
2823            ! lib/Cwd.pm
2824 ____________________________________________________________________________
2825 [  1346] By: gsar                                  on 1998/07/06  22:20:29
2826         Log: much simpler fix to typecheck read/sysread/recv, as suggested by
2827              Stephen McCamant
2828      Branch: perl
2829            ! op.c
2830 ____________________________________________________________________________
2831 [  1345] By: gsar                                  on 1998/07/06  21:58:52
2832         Log: undo ck_sysread() changes#1319,1337 in preparation for a much
2833              simpler fix
2834      Branch: perl
2835            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
2836            ! opcode.pl proto.h
2837 ____________________________________________________________________________
2838 [  1344] By: TimBunce                              on 1998/07/06  21:51:05
2839         Log: Title:  "Fix for broken goto &xsub"
2840              From:  Albert Dvornik <bert@genscan.com>,
2841              Msg-ID:  <tq4sxawf2h.fsf@puma.genscan.com>
2842              Files:  MANIFEST pp_ctl.c t/op/goto_xs.t
2843      Branch: maint-5.004/perl
2844            + t/op/goto_xs.t
2845            ! MANIFEST pp_ctl.c
2846 ____________________________________________________________________________
2847 [  1343] By: TimBunce                              on 1998/07/06  21:40:14
2848         Log: Title:  "Undo sub stub optimization and add comments on GV_FOO constants"
2849              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2850              Msg-ID:  <199807050841.EAA25114@aatma.engin.umich.edu>
2851              Files:  gv.h gv.c op.c toke.c
2852      Branch: maint-5.004/perl
2853            ! gv.c gv.h op.c toke.c
2854 ____________________________________________________________________________
2855 [  1342] By: gsar                                  on 1998/07/06  20:57:06
2856         Log: From:    Gisle Aas <gisle@aas.no>
2857              Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
2858              Date:    06 Jul 1998 21:52:12 +0200
2859              Subject: Keepers of the Patch Pumpkin
2860      Branch: perl
2861            ! Changes
2862 ____________________________________________________________________________
2863 [  1341] By: gsar                                  on 1998/07/06  20:43:35
2864         Log: remove dup entry in perldiag
2865      Branch: perl
2866            ! pod/perldiag.pod
2867 ____________________________________________________________________________
2868 [  1340] By: gsar                                  on 1998/07/06  20:31:44
2869         Log: more reasonable diagnostic on keyword vs. sub ambiguity
2870      Branch: perl
2871            ! pod/perldiag.pod toke.c
2872 ____________________________________________________________________________
2873 [  1339] By: gsar                                  on 1998/07/06  19:23:06
2874         Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
2875      Branch: perl
2876            ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
2877            ! sv.c toke.c util.c
2878 ____________________________________________________________________________
2879 [  1338] By: gsar                                  on 1998/07/06  18:45:35
2880         Log: per Larry suggestion, toss change#1327 and fix the documentation
2881              to match behavior instead
2882      Branch: perl
2883            ! pod/perlfunc.pod pp_sys.c
2884 ____________________________________________________________________________
2885 [  1337] By: gsar                                  on 1998/07/06  17:15:26
2886         Log: allow read(FH,threadsv,...)
2887      Branch: perl
2888            ! op.c
2889
2890 ----------------
2891 Version 5.004_70
2892 ----------------
2893
2894 ____________________________________________________________________________
2895 [  1336] By: gsar                                  on 1998/07/06  09:06:33
2896         Log: 5.004_70 tweaks
2897      Branch: perl
2898            ! Changes win32/Makefile win32/makefile.mk
2899 ____________________________________________________________________________
2900 [  1335] By: gsar                                  on 1998/07/06  07:05:37
2901         Log: update Changes
2902      Branch: perl
2903            ! Changes pod/perldiag.pod
2904 ____________________________________________________________________________
2905 [  1334] By: gsar                                  on 1998/07/06  06:41:17
2906         Log: allow eval-groups in patterns only if they C<use re 'eval';>
2907      Branch: perl
2908            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
2909            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
2910 ____________________________________________________________________________
2911 [  1333] By: gsar                                  on 1998/07/06  03:22:52
2912         Log: From: Hans Mulder <hansm@icgroup.nl>
2913              Date: Mon,  6 Jul 98 02:11:32 +0200
2914              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
2915              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
2916      Branch: perl
2917            ! malloc.c
2918 ____________________________________________________________________________
2919 [  1332] By: gsar                                  on 1998/07/06  03:18:34
2920         Log: added Errno-1.09 from CPAN
2921      Branch: perl
2922            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2923 ____________________________________________________________________________
2924 [  1331] By: gsar                                  on 1998/07/06  02:59:09
2925         Log: fix small memleak on -e, don't try to find_script() when e_script
2926      Branch: perl
2927            ! perl.c
2928 ____________________________________________________________________________
2929 [  1330] By: gsar                                  on 1998/07/06  00:40:24
2930         Log: add Symbol::delete_package()
2931      Branch: perl
2932            ! lib/Symbol.pm pod/perlembed.pod
2933 ____________________________________________________________________________
2934 [  1329] By: gsar                                  on 1998/07/05  23:05:40
2935         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
2936              From: Stephen McCamant <alias@mcs.com>
2937              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
2938              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
2939              Subject: [PATCH] alignment in X[IN]V allocation
2940      Branch: perl
2941            ! sv.c
2942 ____________________________________________________________________________
2943 [  1328] By: gsar                                  on 1998/07/05  22:47:57
2944         Log: make read() return undef on errors as documented, and clarify docs
2945      Branch: perl
2946            ! pod/perlfunc.pod pp_sys.c
2947 ____________________________________________________________________________
2948 [  1327] By: gsar                                  on 1998/07/05  22:11:21
2949         Log: fix getc() to return empty string instead of undef on eof, as it was
2950              documented to behave; still returns undef on error
2951      Branch: perl
2952            ! pp_sys.c
2953 ____________________________________________________________________________
2954 [  1326] By: gsar                                  on 1998/07/05  21:53:30
2955         Log: patch whitespace-mutiliated; applied manually
2956              From: Hans Mulder <hansm@icgroup.nl>
2957              Date: Sun,  5 Jul 98 23:23:20 +0200
2958              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
2959              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
2960      Branch: perl
2961            ! ext/Errno/Errno_pm.PL
2962 ____________________________________________________________________________
2963 [  1325] By: gsar                                  on 1998/07/05  21:38:39
2964         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
2965              From: Tom Christiansen <tchrist@jhereg.perl.com>
2966              Date: Sun, 05 Jul 1998 09:15:22 -0500
2967              Subject: Re: docpatch 
2968              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
2969      Branch: perl
2970            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2971            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2972            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2973            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
2974            ! pod/perlrun.pod
2975 ____________________________________________________________________________
2976 [  1324] By: gsar                                  on 1998/07/05  21:06:56
2977         Log: applied patch, and undid change#1302 which it made unnecessary
2978              From: Billy <wdconsta@cs.adelaide.edu.au>
2979              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
2980              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
2981              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
2982      Branch: perl
2983            ! t/lib/h2ph.t utils/h2ph.PL
2984 ____________________________________________________________________________
2985 [  1323] By: gsar                                  on 1998/07/05  20:56:39
2986         Log: fix t/lib/fields.t's @INC so make test runs
2987      Branch: perl
2988            ! t/lib/fields.t
2989 ____________________________________________________________________________
2990 [  1322] By: gsar                                  on 1998/07/05  20:26:43
2991         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
2992      Branch: perl
2993            ! gv.c gv.h toke.c
2994 ____________________________________________________________________________
2995 [  1321] By: gsar                                  on 1998/07/05  07:41:50
2996         Log: sundry win32 config tweaks
2997      Branch: perl
2998            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
2999            ! win32/config.gc win32/config.vc win32/config_H.bc
3000            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
3001            ! win32/config_sh.PL win32/makefile.mk
3002 ____________________________________________________________________________
3003 [  1320] By: gsar                                  on 1998/07/05  06:30:35
3004         Log: update Changes
3005      Branch: perl
3006            ! Changes
3007 ____________________________________________________________________________
3008 [  1319] By: gsar                                  on 1998/07/05  06:27:37
3009         Log: add ck_sysread() for better sysread/read/recv sanity
3010      Branch: perl
3011            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
3012            ! opcode.pl proto.h
3013 ____________________________________________________________________________
3014 [  1318] By: gsar                                  on 1998/07/05  04:34:05
3015         Log: From: Stephen McCamant <alias@mcs.com>
3016              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
3017              Subject: [PATCH] Document B::Deparse, add pp_threadsv
3018              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
3019      Branch: perl
3020            ! ext/B/B/Deparse.pm
3021 ____________________________________________________________________________
3022 [  1317] By: gsar                                  on 1998/07/05  04:15:25
3023         Log: added patch with tweak to doc
3024              From: Chip Salzenberg <chip@perl.org>
3025              Message-ID: <19980704205136.A16319@perlsupport.com>
3026              Date: Sat, 4 Jul 1998 20:51:36 -0400
3027              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
3028      Branch: perl
3029            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
3030 ____________________________________________________________________________
3031 [  1316] By: gsar                                  on 1998/07/05  03:56:22
3032         Log: Porting/Glossary goes podly into Config.pm
3033      Branch: perl
3034            ! Porting/Glossary configpm
3035 ____________________________________________________________________________
3036 [  1315] By: gsar                                  on 1998/07/05  02:50:18
3037         Log: add suggested tool as an example in ExtUtils::Packlist
3038              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
3039              Message-Id: <199807031028.LAA10456@sale-wts>
3040              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
3041              Subject: Re: [make install] another horror story
3042      Branch: perl
3043            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
3044 ____________________________________________________________________________
3045 [  1314] By: gsar                                  on 1998/07/05  02:28:04
3046         Log: avoid race condition (storing ptr to SV before incrementing its
3047              REFCNT) and warning in newRV()
3048      Branch: perl
3049            ! sv.c
3050 ____________________________________________________________________________
3051 [  1313] By: gsar                                  on 1998/07/05  02:06:40
3052         Log: applied suggested fix for xhv_array sizing, with portability tweaks
3053              From: Gisle Aas <gisle@aas.no>
3054              Subject: Re: [PATCH] Re: perl5.004_69 core dump
3055              Date: 04 Jul 1998 10:20:35 +0200
3056              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
3057      Branch: perl
3058            ! hv.c
3059 ____________________________________________________________________________
3060 [  1312] By: gsar                                  on 1998/07/05  01:36:45
3061         Log: From: Gisle Aas <gisle@aas.no>
3062              Subject: [PATCH] hv_max may be a few too many
3063              Date: 04 Jul 1998 09:28:46 +0200
3064              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
3065      Branch: perl
3066            ! doop.c
3067 ____________________________________________________________________________
3068 [  1311] By: gsar                                  on 1998/07/05  00:35:27
3069         Log: patchlevel up to 5.004_70, various tweaks
3070              * fix taint problems due to maintbranch regression
3071              * PERL_OBJECT now builds again
3072              * deal with C++ strong-typing problems in hv.c
3073              * fix mismatch in "reserved word" diagnostic
3074      Branch: perl
3075            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
3076            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
3077 ____________________________________________________________________________
3078 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
3079         Log: Remove old RE //t flag from scan_subst().
3080      Branch: maint-5.004/perl
3081            ! toke.c
3082 ____________________________________________________________________________
3083 [  1309] By: gsar                                  on 1998/07/04  08:32:53
3084         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
3085      Branch: perl
3086            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
3087 ____________________________________________________________________________
3088 [  1307] By: gsar                                  on 1998/07/04  07:00:14
3089         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
3090      Branch: perl
3091            ! pp_hot.c t/op/local.t
3092 ____________________________________________________________________________
3093 [  1306] By: gsar                                  on 1998/07/04  05:52:34
3094         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
3095              From: joshua.pritikin@db.com
3096              Date: Wed, 1 Jul 1998 10:09:43 -0400
3097              Message-Id: <H00000e500086fb3@MHS>
3098              Subject: [PATCH _69] sv_2mortal fix
3099      Branch: perl
3100            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
3101 ____________________________________________________________________________
3102 [  1305] By: gsar                                  on 1998/07/04  05:46:42
3103         Log: add patch preextend global string table, tweak for 512 entries
3104              From: Gisle Aas <gisle@aas.no>
3105              Date: 04 Jul 1998 01:04:08 +0200
3106              Subject: Re: [PATCH] Re: perl5.004_69 core dump
3107              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
3108      Branch: perl
3109            ! perl.c
3110 ____________________________________________________________________________
3111 [  1304] By: gsar                                  on 1998/07/04  05:40:35
3112         Log: simplify xhv_array sizing
3113              From: Gisle Aas <gisle@aas.no>
3114              Date: 04 Jul 1998 00:49:42 +0200
3115              Subject: Re: [PATCH] Re: perl5.004_69 core dump
3116              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
3117      Branch: perl
3118            ! hv.c
3119 ____________________________________________________________________________
3120 [  1303] By: gsar                                  on 1998/07/04  05:37:29
3121         Log: make 4-arg win32_select() sleep more reasonably on false values
3122              From: Blair Zajac <blair@gps.caltech.edu>
3123              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
3124              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
3125              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
3126              --
3127              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
3128              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
3129              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
3130      Branch: perl
3131            ! win32/win32sck.c
3132 ____________________________________________________________________________
3133 [  1302] By: gsar                                  on 1998/07/04  05:32:50
3134         Log: adjust h2ph.t for dos-specific problem
3135              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3136              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
3137              Date: Fri, 3 Jul 1998 23:45:25 +0200
3138              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
3139      Branch: perl
3140            ! t/lib/h2ph.t
3141 ____________________________________________________________________________
3142 [  1301] By: gsar                                  on 1998/07/04  05:31:04
3143         Log: fix CPAN.pm problem, OS2 tweaks
3144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3145              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
3146              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
3147              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
3148      Branch: perl
3149            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
3150            ! lib/ExtUtils/MakeMaker.pm
3151 ____________________________________________________________________________
3152 [  1300] By: gsar                                  on 1998/07/04  05:27:20
3153         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3154              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
3155              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
3156              Subject: [PATCH 5.004_68] Add elc target to to makefile
3157      Branch: perl
3158            ! Makefile.SH
3159 ____________________________________________________________________________
3160 [  1299] By: gsar                                  on 1998/07/04  05:25:56
3161         Log: newer emacs/cperl-mode.el (via private mail)
3162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3163              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
3164              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
3165              Subject: [PATCH 5.004_68] cperl-mode
3166      Branch: perl
3167            ! emacs/cperl-mode.el
3168 ____________________________________________________________________________
3169 [  1298] By: gsar                                  on 1998/07/04  05:22:41
3170         Log: From: Dominic Dunlop <domo@computer.org>
3171              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
3172              Date: Thu, 2 Jul 1998 22:57:26 +0000
3173              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
3174      Branch: perl
3175            ! hints/machten.sh malloc.c
3176 ____________________________________________________________________________
3177 [  1297] By: gsar                                  on 1998/07/04  05:20:52
3178         Log: allow a flags args to fbm_instr() for future needs
3179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3180              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
3181              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
3182              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
3183      Branch: perl
3184            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
3185 ____________________________________________________________________________
3186 [  1296] By: gsar                                  on 1998/07/04  05:16:15
3187         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3188              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
3189              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
3190              Subject: [PATCH 5.004_69] INSTALL-1.39
3191      Branch: perl
3192            ! INSTALL
3193 ____________________________________________________________________________
3194 [  1295] By: gsar                                  on 1998/07/04  05:15:05
3195         Log: Configure update
3196              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
3197              Date: Wed, 1 Jul 98 23:07:50 EDT
3198              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
3199              Subject: [PATCH 5.004_69] Config_69-01
3200      Branch: perl
3201            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
3202            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
3203            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
3204 ____________________________________________________________________________
3205 [  1294] By: gsar                                  on 1998/07/04  05:10:25
3206         Log: add perlbug -F switch to save message to file
3207              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
3208              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
3209              Date: Wed, 1 Jul 1998 21:14:22 +0200
3210              Subject: Re: [PATCH 5.004_69] perlbug -fok
3211      Branch: perl
3212            ! Makefile.SH utils/perlbug.PL
3213 ____________________________________________________________________________
3214 [  1293] By: gsar                                  on 1998/07/04  05:06:52
3215         Log: catch nonexistent backrefs in REs
3216              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
3217              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
3218              Date: Wed, 1 Jul 1998 20:14:05 +0200
3219              Subject: Re: [PATCH _66] for bad backrefs
3220              --
3221              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
3222              Date: Wed, 1 Jul 1998 20:47:16 +0200
3223              Subject: Re: [PATCH _66] for bad backrefs
3224      Branch: perl
3225            ! regcomp.c t/op/re_tests util.c
3226 ____________________________________________________________________________
3227 [  1292] By: gsar                                  on 1998/07/04  05:02:01
3228         Log: fix perlcc to not rm output file, and other -w(arts)
3229      Branch: perl
3230            ! utils/perlcc.PL
3231 ____________________________________________________________________________
3232 [  1291] By: gsar                                  on 1998/07/04  04:30:03
3233         Log: ignore stash entries that are not GVs in dump.c
3234      Branch: perl
3235            ! dump.c
3236 ____________________________________________________________________________
3237 [  1290] By: gsar                                  on 1998/07/04  03:55:10
3238         Log: cleaner page headers from pod2man
3239      Branch: perl
3240            ! pod/pod2man.PL
3241 ____________________________________________________________________________
3242 [  1288] By: gsar                                  on 1998/07/04  03:16:39
3243         Log: tweaks to Getopt::Std
3244              From: Robin Barker <rmb1@cise.npl.co.uk>
3245              Date: Tue, 30 Jun 98 14:45:49 BST
3246              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
3247              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
3248              --
3249              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
3250              To: perl5-porters@perl.org
3251              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
3252      Branch: perl
3253            ! lib/Getopt/Std.pm
3254 ____________________________________________________________________________
3255 [  1287] By: gsar                                  on 1998/07/04  03:13:02
3256         Log: added patch, with tweaks
3257              From: Gisle Aas <gisle@aas.no>
3258              Date: 03 Jul 1998 00:50:15 +0200
3259              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
3260              Subject: [PATCH] Some AVHV documentation
3261      Branch: perl
3262            ! pod/perlref.pod
3263 ____________________________________________________________________________
3264 [  1286] By: gsar                                  on 1998/07/04  02:53:26
3265         Log: applied patch with tweaks to prose
3266              From: Gisle Aas <gisle@aas.no>
3267              Subject: [PATCH] Simplified AVHV support
3268              Date: 30 Jun 1998 13:34:07 +0200
3269              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
3270      Branch: perl
3271            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
3272            ! pp.c proto.h t/op/avhv.t
3273 ____________________________________________________________________________
3274 [  1285] By: gsar                                  on 1998/07/04  02:30:48
3275         Log: tweak doc for ".."
3276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3277              Subject: [PATCH] pod for scalar ..
3278              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
3279              Date: Tue, 30 Jun 1998 12:14:50 +0100
3280      Branch: perl
3281            ! pod/perlop.pod
3282 ____________________________________________________________________________
3283 [  1284] By: gsar                                  on 1998/07/04  02:28:43
3284         Log: fix use of uninitialized var in pp_unpack()
3285              From: Jarkko Hietaniemi <jhi@iki.fi>
3286              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
3287              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
3288              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
3289      Branch: perl
3290            ! pp.c
3291 ____________________________________________________________________________
3292 [  1283] By: gsar                                  on 1998/07/04  02:26:37
3293         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3294              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
3295              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
3296              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
3297      Branch: perl
3298            ! lib/Text/ParseWords.pm
3299 ____________________________________________________________________________
3300 [  1282] By: gsar                                  on 1998/07/04  02:24:32
3301         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
3302              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
3303              Date: Mon, 29 Jun 1998 16:53:56 -0700
3304              Subject: [PATCH 5.004_69]README.vms doc patch
3305              --
3306              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
3307              Date: Mon, 29 Jun 1998 16:51:25 -0700
3308              --
3309              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
3310              Date: Thu, 02 Jul 1998 13:53:57 -0700
3311              Subject: [PATCH 5.004_69]VMS filetest operator fixup
3312      Branch: perl
3313            ! README.vms vms/descrip_mms.template vms/vms.c
3314 ____________________________________________________________________________
3315 [  1281] By: gsar                                  on 1998/07/04  02:17:48
3316         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3317              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
3318              Date: Mon, 29 Jun 1998 16:46:25 -0700
3319              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
3320      Branch: perl
3321            ! vms/subconfigure.com
3322 ____________________________________________________________________________
3323 [  1280] By: gsar                                  on 1998/07/04  02:16:03
3324         Log: don't attempt to copy directories on VMS
3325              From: Dan Sugalski <sugalskd@osshe.edu>
3326              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
3327              Date: Mon, 29 Jun 1998 16:31:29 -0700
3328              Subject: [PATCH 5.004_69]Tweak to installperl
3329      Branch: perl
3330            ! installperl
3331 ____________________________________________________________________________
3332 [  1279] By: gsar                                  on 1998/07/04  02:09:26
3333         Log: add 'installhtml*dir' to win32 config templates
3334              From: "Douglas Lankshear" <dougl@ActiveState.com>
3335              Subject: [PATCH 5.004_68] For Win32 config
3336              Date: Mon, 29 Jun 1998 09:00:13 -0700
3337              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
3338      Branch: perl
3339            ! win32/config.bc win32/config.gc win32/config.vc
3340 ____________________________________________________________________________
3341 [  1278] By: gsar                                  on 1998/07/04  02:06:23
3342         Log: implemented described fix for h2ph hanging on "enum"
3343              From: Billy <wdconsta@cs.adelaide.edu.au>
3344              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
3345              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
3346              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
3347      Branch: perl
3348            ! utils/h2ph.PL
3349 ____________________________________________________________________________
3350 [  1277] By: gsar                                  on 1998/07/04  01:51:47
3351         Log: merge changes#1210,1211,1270 from maintbranch
3352      Branch: perl
3353            + lib/re.pm
3354            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
3355            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
3356            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3357 ____________________________________________________________________________
3358 [  1276] By: gsar                                  on 1998/07/04  00:33:37
3359         Log: deprecate use of reserved word "our" (Larry's idea)
3360              Date: Mon, 22 Jun 1998 08:55:09 -0700
3361              From: larry@wall.org (Larry Wall)
3362              Message-Id: <199806221555.IAA07212@wall.org>
3363              Subject: Re: our
3364      Branch: perl
3365            ! pod/perldiag.pod toke.c
3366 ____________________________________________________________________________
3367 [  1275] By: nick                                  on 1998/07/02  18:36:59
3368         Log: Integrate mainline, just to keep up.
3369      Branch: ansiperl
3370           +> t/lib/fields.t
3371            - lib/Math/Trig/Radial.pm
3372           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3373           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
3374           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
3375           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
3376           !> win32/config.bc win32/config.gc win32/config.vc
3377           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
3378           !> win32/win32iop.h
3379 ____________________________________________________________________________
3380 [  1274] By: gsar                                  on 1998/07/02  16:47:20
3381         Log: tweak win32/config.* variables
3382      Branch: perl
3383            ! win32/config.bc win32/config.gc win32/config.vc
3384 ____________________________________________________________________________
3385 [  1273] By: gsar                                  on 1998/07/02  16:33:53
3386         Log: export opendir() set of functions on win32
3387      Branch: perl
3388            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
3389            ! win32/win32iop.h
3390 ____________________________________________________________________________
3391 [  1272] By: gsar                                  on 1998/07/01  23:21:49
3392         Log: fix C<@a = (%a = 1)> bizarreness
3393      Branch: perl
3394            ! pp_hot.c
3395 ____________________________________________________________________________
3396 [  1271] By: gsar                                  on 1998/06/30  22:49:39
3397         Log: document perltrap on precedence of keys/values/each
3398      Branch: perl
3399            ! pod/perltrap.pod
3400 ____________________________________________________________________________
3401 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
3402         Log: Added lib/re.pm missing from change 1210
3403      Branch: maint-5.004/perl
3404            + lib/re.pm
3405 ____________________________________________________________________________
3406 [  1269] By: gsar                                  on 1998/06/30  08:20:52
3407         Log: From:    Murray Nesbitt <murray@ActiveState.com>
3408              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
3409              Date:    Mon, 29 Jun 1998 14:30:59 PDT
3410              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
3411      Branch: perl
3412            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3413 ____________________________________________________________________________
3414 [  1268] By: gsar                                  on 1998/06/30  05:38:34
3415         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
3416              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
3417              Date:    Mon, 29 Jun 1998 15:04:57 -0000
3418              Subject: [PATCH perl5.004_69] perldoc.PL
3419      Branch: perl
3420            ! utils/perldoc.PL
3421 ____________________________________________________________________________
3422 [  1267] By: gsar                                  on 1998/06/30  05:34:06
3423         Log: add patch to integrate Math::Trig::Radial into Math::Trig
3424              From: Jarkko Hietaniemi <jhi@iki.fi>
3425              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
3426              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
3427              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
3428      Branch: perl
3429            - lib/Math/Trig/Radial.pm
3430            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
3431 ____________________________________________________________________________
3432 [  1266] By: gsar                                  on 1998/06/30  05:17:33
3433         Log: From:    Gisle Aas <gisle@aas.no>
3434              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
3435              Date:    29 Jun 1998 12:36:09 +0200
3436              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
3437      Branch: perl
3438            + t/lib/fields.t
3439            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
3440            ! t/op/array.t
3441 ____________________________________________________________________________
3442 [  1265] By: gsar                                  on 1998/06/30  05:12:57
3443         Log: tweaks to overloaded constants (change#1259)
3444      Branch: perl
3445            ! scope.c scope.h toke.c
3446 ____________________________________________________________________________
3447 [  1264] By: nick                                  on 1998/06/29  17:38:03
3448         Log: Integrate mainline c. _69 to ansiperl
3449      Branch: ansiperl
3450           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
3451           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
3452           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
3453           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
3454           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
3455           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
3456           !> (integrate 100 files)
3457
3458 ----------------
3459 Version 5.004_69
3460 ----------------
3461
3462 ____________________________________________________________________________
3463 [  1263] By: gsar                                  on 1998/06/29  09:17:28
3464         Log: update Changes and perlhist.pod
3465      Branch: perl
3466            ! Changes pod/perlhist.pod
3467 ____________________________________________________________________________
3468 [  1262] By: gsar                                  on 1998/06/29  08:26:36
3469         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
3470              under several build configurations)
3471      Branch: perl
3472            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
3473            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
3474            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3475 ____________________________________________________________________________
3476 [  1261] By: gsar                                  on 1998/06/29  06:51:10
3477         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
3478      Branch: perl
3479            ! scope.h
3480 ____________________________________________________________________________
3481 [  1260] By: gsar                                  on 1998/06/29  06:46:12
3482         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
3483              Date:    Mon, 29 Jun 1998 08:10:46 +0200
3484              From:    ts <decoux@moulon.inra.fr>
3485              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
3486      Branch: perl
3487            ! pod/perlembed.pod
3488 ____________________________________________________________________________
3489 [  1259] By: gsar                                  on 1998/06/29  06:01:35
3490         Log: added patch for overloading constants, made PERL_OBJECT-aware
3491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3492              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
3493              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
3494      Branch: perl
3495            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
3496            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
3497            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
3498            ! t/pragma/overload.t toke.c
3499 ____________________________________________________________________________
3500 [  1258] By: gsar                                  on 1998/06/29  05:32:25
3501         Log: fix Socket.pm typo from change#1240
3502      Branch: perl
3503            ! ext/Socket/Socket.pm
3504 ____________________________________________________________________________
3505 [  1257] By: gsar                                  on 1998/06/29  05:09:24
3506         Log: applied patch, tweak for threads awareness
3507              From: Albert Dvornik <bert@genscan.com>
3508              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
3509              Date: 24 Jun 1998 19:33:09 -0400
3510              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
3511      Branch: perl
3512            + t/op/goto_xs.t
3513            ! MANIFEST pp_ctl.c
3514 ____________________________________________________________________________
3515 [  1256] By: gsar                                  on 1998/06/29  03:34:18
3516         Log: applied patch, fixed one more leak, tweaked whitespace bugs
3517              From: Guy Decoux <decoux@moulon.inra.fr>
3518              (via)
3519              Date: Fri, 26 Jun 1998 09:59:32 -0400
3520              From: "Chunhui Teng" <cteng@nortel.ca>
3521              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
3522              Subject: Memory leak in Perl 5.004 and the fix
3523      Branch: perl
3524            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
3525 ____________________________________________________________________________
3526 [  1255] By: gsar                                  on 1998/06/29  02:50:37
3527         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
3528              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
3529              Date: 28 Jun 1998 23:47:07 +0200
3530              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
3531      Branch: perl
3532            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3533 ____________________________________________________________________________
3534 [  1254] By: gsar                                  on 1998/06/28  21:35:02
3535         Log: From: joshua.pritikin@db.com
3536              Date: Fri, 26 Jun 1998 09:34:34 -0400
3537              Message-Id: <H00000e500081d23@MHS>
3538              Subject: [PATCH _68] PUSHSTACK renovation
3539      Branch: perl
3540            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
3541 ____________________________________________________________________________
3542 [  1253] By: gsar                                  on 1998/06/28  21:21:22
3543         Log: From: Stephen McCamant <alias@mcs.com>
3544              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
3545              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
3546              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
3547      Branch: perl
3548            ! perlvars.h sv.c
3549 ____________________________________________________________________________
3550 [  1252] By: gsar                                  on 1998/06/28  21:16:34
3551         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3552              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
3553              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
3554              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
3555      Branch: perl
3556            ! regcomp.c
3557 ____________________________________________________________________________
3558 [  1251] By: gsar                                  on 1998/06/28  21:14:32
3559         Log: add Math/Trig/Radial.pm, update MANIFEST
3560              From: Jarkko Hietaniemi <jhi@iki.fi>
3561              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
3562              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
3563              Subject: Math::Trig::Radial ?
3564      Branch: perl
3565            + lib/Math/Trig/Radial.pm
3566            ! MANIFEST
3567 ____________________________________________________________________________
3568 [  1250] By: gsar                                  on 1998/06/28  21:09:48
3569         Log: applied patch, tweaked doc, and regen regnodes.h
3570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3571              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
3572              Subject: [PATCH 5.004_68] \z in RE
3573              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
3574      Branch: perl
3575            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
3576            ! t/op/re_tests t/op/regexp.t toke.c
3577 ____________________________________________________________________________
3578 [  1249] By: gsar                                  on 1998/06/28  20:56:38
3579         Log: From: mike@bill.iac.net
3580              Message-ID: <19980627034913.A32220@bill.minivend.com>
3581              Date: Sat, 27 Jun 1998 03:49:13 +0000
3582              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
3583      Branch: perl
3584            ! lib/Text/ParseWords.pm t/lib/parsewords.t
3585 ____________________________________________________________________________
3586 [  1248] By: gsar                                  on 1998/06/28  20:54:43
3587         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3588              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
3589              Subject: [PATCH] Fix ptags
3590              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
3591      Branch: perl
3592            ! emacs/ptags
3593 ____________________________________________________________________________
3594 [  1247] By: gsar                                  on 1998/06/28  20:42:54
3595         Log: apply patch sent via private mail
3596              From: Stephen McCamant <alias@mcs.com>
3597              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
3598              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
3599              Subject: Re: Enhanced B::Deparse 
3600      Branch: perl
3601            ! ext/B/B/Deparse.pm
3602 ____________________________________________________________________________
3603 [  1246] By: gsar                                  on 1998/06/28  20:38:24
3604         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3605              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
3606              Subject: [PATCH 5.004_68] pat.t tests
3607              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
3608      Branch: perl
3609            ! t/op/pat.t
3610 ____________________________________________________________________________
3611 [  1245] By: gsar                                  on 1998/06/28  20:36:08
3612         Log: From: joshua.pritikin@db.com
3613              Date: Fri, 26 Jun 1998 10:02:32 -0400
3614              Message-Id: <H00000e500081d28@MHS>
3615              Subject: [PATCH _68] improve recursive error messages!
3616      Branch: perl
3617            ! gv.c pod/perldiag.pod universal.c
3618 ____________________________________________________________________________
3619 [  1244] By: gsar                                  on 1998/06/28  20:09:02
3620         Log: From: Dominic Dunlop <domo@vo.lu>
3621              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
3622              Date: Thu, 25 Jun 1998 17:46:55 +0000
3623              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
3624              to op/pat.t; add tests for a few  more regexp parse failures etc.
3625      Branch: perl
3626            ! t/op/pat.t t/op/re_tests t/op/regexp.t
3627 ____________________________________________________________________________
3628 [  1243] By: gsar                                  on 1998/06/28  20:06:30
3629         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
3630              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3631              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
3632              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
3633              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
3634      Branch: perl
3635            ! perl_exp.SH
3636 ____________________________________________________________________________
3637 [  1242] By: gsar                                  on 1998/06/28  20:01:28
3638         Log: 
3639              From: Gisle Aas <gisle@aas.no>
3640              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
3641              Date: 25 Jun 1998 10:32:43 +0200
3642              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
3643      Branch: perl
3644            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
3645 ____________________________________________________________________________
3646 [  1241] By: gsar                                  on 1998/06/28  19:55:11
3647         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
3648              From: Stephen McCamant <alias@mcs.com>
3649              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
3650              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
3651              Subject: [PATCH REPOST] refgen in opcode.pl
3652      Branch: perl
3653            ! opcode.h opcode.pl
3654 ____________________________________________________________________________
3655 [  1240] By: gsar                                  on 1998/06/28  19:46:29
3656         Log: From: Chris Nandor <pudge@pobox.com>
3657              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
3658              Date: Wed, 24 Jun 1998 19:58:28 -0400
3659              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
3660      Branch: perl
3661            ! ext/Socket/Socket.pm
3662 ____________________________________________________________________________
3663 [  1239] By: gsar                                  on 1998/06/28  19:44:19
3664         Log: From: Gisle Aas <gisle@aas.no>
3665              Subject: [PATCH] Optimize foreach (1..1000000)
3666              Date: 24 Jun 1998 20:26:48 +0200
3667              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
3668      Branch: perl
3669            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
3670            ! pp_hot.c t/op/range.t
3671 ____________________________________________________________________________
3672 [  1238] By: gsar                                  on 1998/06/28  19:28:13
3673         Log: avoid creation of %^R
3674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3675              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
3676              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
3677              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
3678      Branch: perl
3679            ! perl.c t/op/splice.t
3680 ____________________________________________________________________________
3681 [  1237] By: gsar                                  on 1998/06/28  19:23:40
3682         Log: From: Gisle Aas <gisle@aas.no>
3683              Subject: [PATCH] Negative LENGTH argument to splice
3684              Date: 24 Jun 1998 15:11:35 +0200
3685              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
3686      Branch: perl
3687            + t/op/splice.t
3688            ! MANIFEST pod/perlfunc.pod pp.c
3689 ____________________________________________________________________________
3690 [  1236] By: gsar                                  on 1998/06/28  19:18:29
3691         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3692              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
3693              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
3694              Date: Wed, 24 Jun 1998 13:13:02 +0100
3695      Branch: perl
3696            ! pod/perldiag.pod pod/perlsec.pod
3697 ____________________________________________________________________________
3698 [  1235] By: gsar                                  on 1998/06/28  19:16:13
3699         Log: Complex.pm update
3700              From: Jarkko Hietaniemi <jhi@iki.fi>
3701              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
3702              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
3703              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
3704      Branch: perl
3705            ! lib/Math/Complex.pm t/lib/complex.t
3706 ____________________________________________________________________________
3707 [  1234] By: gsar                                  on 1998/06/28  19:13:05
3708         Log: disable perl malloc on UNICOS for now
3709              From: Jarkko Hietaniemi <jhi@iki.fi>
3710              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
3711              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
3712              Subject: [PATCH] 5.004_68: UNICOS hints
3713      Branch: perl
3714            ! hints/unicos.sh
3715 ____________________________________________________________________________
3716 [  1233] By: gsar                                  on 1998/06/28  19:10:53
3717         Log: fixes unpack("q"...), and semctl() tests for UNICOS
3718              From: Jarkko Hietaniemi <jhi@iki.fi>
3719              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
3720              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
3721              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
3722      Branch: perl
3723            ! pp.c t/op/ipcsem.t t/op/pack.t
3724 ____________________________________________________________________________
3725 [  1232] By: gsar                                  on 1998/06/28  19:01:23
3726         Log: tweak various places for iperlsys.h awareness
3727      Branch: perl
3728            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
3729            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
3730 ____________________________________________________________________________
3731 [  1231] By: gsar                                  on 1998/06/28  18:37:07
3732         Log: add a perlio.h stub for compat (some extensions seem to #include it)
3733      Branch: perl
3734            + perlio.h
3735 ____________________________________________________________________________
3736 [  1230] By: gsar                                  on 1998/06/28  18:35:23
3737         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
3738              Date: Wed, 24 Jun 1998 00:37:01 +0200
3739              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3740              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
3741      Branch: perl
3742            ! pod/pod2text.PL
3743 ____________________________________________________________________________
3744 [  1229] By: gsar                                  on 1998/06/28  18:33:42
3745         Log: hand apply mutiliated patch
3746              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
3747              Date: Tue, 23 Jun 1998 11:41:00 -0700
3748              From: Dan Sugalski <sugalskd@osshe.edu>
3749              Subject: [PATCH 5.004_68]Configure update for VMS
3750      Branch: perl
3751            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3752 ____________________________________________________________________________
3753 [  1228] By: gsar                                  on 1998/06/28  17:17:35
3754         Log: hand apply whitespace mutiliated patch
3755              Date: Tue, 23 Jun 98 16:38:06 BST
3756              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
3757              From: Robin Barker <rmb1@cise.npl.co.uk>
3758              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
3759      Branch: perl
3760            ! utils/perlbug.PL
3761 ____________________________________________________________________________
3762 [  1227] By: gsar                                  on 1998/06/28  17:14:34
3763         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
3764              From: Tom Phoenix <rootbeer@teleport.com>
3765              Subject: [PATCH] documenting close without arguments
3766              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
3767      Branch: perl
3768            ! pod/perlfunc.pod
3769 ____________________________________________________________________________
3770 [  1226] By: gsar                                  on 1998/06/28  17:12:56
3771         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
3772              From: Tom Phoenix <rootbeer@teleport.com>
3773              Subject: Better diags for vars.pm
3774              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
3775      Branch: perl
3776            ! lib/vars.pm
3777 ____________________________________________________________________________
3778 [  1225] By: gsar                                  on 1998/06/28  17:05:59
3779         Log: hand apply whitespace mutiliated perldoc.PL patches
3780              Date: Tue, 23 Jun 98 15:49:52 BST
3781              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
3782              From: Robin Barker <rmb1@cise.npl.co.uk>
3783              Subject: PATCH [5.004_68] perldoc.PL
3784              --
3785              Date: Fri, 26 Jun 98 17:50:05 BST
3786              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
3787              From: Robin Barker <rmb1@cise.npl.co.uk>
3788              Subject: [PATCH 5.004_68] perldoc.PL
3789      Branch: perl
3790            ! utils/perldoc.PL
3791 ____________________________________________________________________________
3792 [  1224] By: gsar                                  on 1998/06/28  16:50:59
3793         Log: integrate ansiperl to get makedef.pl tweak
3794      Branch: perl
3795            ! Porting/pumpkin.pod win32/makedef.pl
3796 ____________________________________________________________________________
3797 [  1223] By: gsar                                  on 1998/06/28  16:33:32
3798         Log: add CGI-2.42, its and testsuite
3799      Branch: perl
3800            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
3801            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
3802            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
3803            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
3804            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
3805            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
3806            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
3807            ! lib/CGI/Switch.pm
3808 ____________________________________________________________________________
3809 [  1222] By: gsar                                  on 1998/06/28  15:28:29
3810         Log: enable Errno build on win32, add Errno-1.08 files to repository
3811      Branch: perl
3812            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
3813            + ext/Errno/Makefile.PL t/lib/errno.t
3814            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
3815            ! win32/config.vc win32/makefile.mk
3816 ____________________________________________________________________________
3817 [  1221] By: gsar                                  on 1998/06/28  14:34:06
3818         Log: tweak win32 config templates for cpp
3819      Branch: perl
3820            ! win32/config.bc win32/config.gc win32/config.vc
3821 ____________________________________________________________________________
3822 [  1220] By: nick                                  on 1998/06/26  16:46:13
3823         Log: Integrate mainline
3824      Branch: ansiperl
3825           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3826           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
3827           !> util.c win32/win32.h
3828 ____________________________________________________________________________
3829 [  1219] By: gsar                                  on 1998/06/26  04:33:57
3830         Log: make find_script() return saved string, reenable missing diagnostics
3831      Branch: perl
3832            ! perl.c util.c
3833 ____________________________________________________________________________
3834 [  1218] By: gsar                                  on 1998/06/25  23:24:53
3835         Log: avoid warning with -P switch
3836      Branch: perl
3837            ! perl.c
3838 ____________________________________________________________________________
3839 [  1217] By: gsar                                  on 1998/06/25  22:06:58
3840         Log: don't suppress display of Makefile recipes that invoke perl
3841      Branch: perl
3842            ! Makefile.SH
3843 ____________________________________________________________________________
3844 [  1216] By: gsar                                  on 1998/06/25  21:32:06
3845         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
3846              in RVs
3847      Branch: perl
3848            ! sv.c
3849 ____________________________________________________________________________
3850 [  1215] By: gsar                                  on 1998/06/25  18:56:59
3851         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
3852      Branch: perl
3853            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3854 ____________________________________________________________________________
3855 [  1214] By: gsar                                  on 1998/06/25  18:11:22
3856         Log: add FILE_SHARE_DELETE ifndef in win32.h
3857      Branch: perl
3858            ! win32/win32.h
3859 ____________________________________________________________________________
3860 [  1213] By: nick                                  on 1998/06/24  17:18:59
3861         Log: Correct perl malloc tweak to .def generation
3862      Branch: ansiperl
3863            ! win32/makedef.pl
3864 ____________________________________________________________________________
3865 [  1212] By: gsar                                  on 1998/06/24  12:40:13
3866         Log: check in what change#1182 didn't, and Changes
3867      Branch: perl
3868            ! Changes pod/perlre.pod pod/perlvar.pod
3869 ____________________________________________________________________________
3870 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
3871         Log: Update test count in t/lib/basename.t (see change 1210)
3872      Branch: maint-5.004/perl
3873            ! t/lib/basename.t
3874 ____________________________________________________________________________
3875 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
3876         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
3877              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
3878              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
3879              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
3880              <199805261143.MAA04260@toad.ig.co.uk>,
3881              <199805261235.IAA10371@aatma.engin.umich.edu>,
3882              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
3883              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
3884              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3885      Branch: maint-5.004/perl
3886            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
3887            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
3888            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3889 ____________________________________________________________________________
3890 [  1209] By: nick                                  on 1998/06/23  21:33:34
3891         Log: Perl_malloced_size() only available with perl's malloc
3892      Branch: ansiperl
3893            ! win32/makefile.mk
3894 ____________________________________________________________________________
3895 [  1208] By: nick                                  on 1998/06/23  18:15:23
3896         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
3897              so see what has changed...
3898      Branch: ansiperl
3899           +> Porting/genlog iperlsys.h lib/File/Spec.pm
3900           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3901           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3902           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
3903           +> t/lib/filespec.t win32/perlhost.h
3904            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
3905            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
3906            - perlproc.h perlsock.h
3907           !> (integrate 96 files)
3908
3909 ----------------
3910 Version 5.004_68
3911 ----------------
3912
3913 ____________________________________________________________________________
3914 [  1207] By: gsar                                  on 1998/06/23  10:55:05
3915         Log: final touches to 5.004_68
3916      Branch: perl
3917            ! perl.c
3918 ____________________________________________________________________________
3919 [  1206] By: gsar                                  on 1998/06/23  10:50:10
3920         Log: more MULTIPLICITY tweaks
3921      Branch: perl
3922            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
3923            ! win32/config.gc win32/config.vc win32/config_H.bc
3924            ! win32/config_H.gc win32/config_H.vc
3925 ____________________________________________________________________________
3926 [  1205] By: gsar                                  on 1998/06/23  09:03:46
3927         Log: partial MULTIPLICITY cleanup
3928      Branch: perl
3929            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
3930            ! thrdvar.h
3931 ____________________________________________________________________________
3932 [  1204] By: gsar                                  on 1998/06/23  09:00:48
3933         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
3934      Branch: perl
3935            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
3936 ____________________________________________________________________________
3937 [  1203] By: gsar                                  on 1998/06/23  07:08:02
3938         Log: bump patchlevel to 68, Porting/makerel tweaks
3939      Branch: perl
3940            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
3941            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3942 ____________________________________________________________________________
3943 [  1202] By: gsar                                  on 1998/06/23  06:16:19
3944         Log: remove atomic.h pending resolution of licensing issues,
3945              EMULATE_ATOMIC_REFCOUNTS everywhere
3946      Branch: perl
3947            - atomic.h
3948            ! MANIFEST perl.h sv.h
3949 ____________________________________________________________________________
3950 [  1201] By: gsar                                  on 1998/06/23  06:06:23
3951         Log: applied patch, regen headers
3952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3953              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
3954              Subject: [PATCH 5.004_67] Malloc size feedback
3955              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
3956      Branch: perl
3957            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
3958            ! pp_sys.c proto.h sv.c toke.c
3959 ____________________________________________________________________________
3960 [  1200] By: gsar                                  on 1998/06/23  05:59:09
3961         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
3962              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
3963              From: Stephen McCamant <alias@mcs.com>
3964              Subject: [PATCH] Inheritance of B:: classes
3965      Branch: perl
3966            ! ext/B/B.pm
3967 ____________________________________________________________________________
3968 [  1199] By: gsar                                  on 1998/06/23  05:57:58
3969         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
3970              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
3971              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
3972              Subject: [PATCH] _67: somebody said POSIX::mknod?
3973              From: Jarkko Hietaniemi <jhi@iki.fi>
3974      Branch: perl
3975            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3976            ! ext/POSIX/POSIX.xs perl.h
3977 ____________________________________________________________________________
3978 [  1198] By: gsar                                  on 1998/06/23  05:48:56
3979         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
3980              From: Daniel Grisinger <dgris@perrin.dimensional.com>
3981              Subject: PATCH [5.004_67] perldoc.PL
3982              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
3983      Branch: perl
3984            ! utils/perldoc.PL
3985 ____________________________________________________________________________
3986 [  1197] By: gsar                                  on 1998/06/23  05:47:24
3987         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
3988              Date: Mon, 22 Jun 1998 09:29:18 -0700
3989              From: Dan Sugalski <sugalskd@ous.edu>
3990              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
3991      Branch: perl
3992            ! lib/AutoSplit.pm
3993 ____________________________________________________________________________
3994 [  1196] By: gsar                                  on 1998/06/23  05:45:19
3995         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
3996              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
3997              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
3998              From: Jarkko Hietaniemi <jhi@iki.fi>
3999      Branch: perl
4000            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
4001 ____________________________________________________________________________
4002 [  1195] By: gsar                                  on 1998/06/23  05:43:32
4003         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
4004              Date: Mon, 22 Jun 1998 15:22:24 +0000
4005              From: Dominic Dunlop <domo@vo.lu>
4006              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
4007              update machten.sh to vary REG_INFTY
4008      Branch: perl
4009            ! hints/machten.sh t/op/re_tests t/op/regexp.t
4010 ____________________________________________________________________________
4011 [  1194] By: gsar                                  on 1998/06/23  05:38:36
4012         Log: filter out array subscripts when generating symbols for AIX
4013              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
4014              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
4015              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
4016              From: Jarkko Hietaniemi <jhi@iki.fi>
4017      Branch: perl
4018            ! perl_exp.SH
4019 ____________________________________________________________________________
4020 [  1193] By: gsar                                  on 1998/06/23  05:32:52
4021         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
4022              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
4023              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
4024              From: Lupe Christoph <lupe@alanya.m.isar.de>
4025              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
4026      Branch: perl
4027            ! hints/solaris_2.sh
4028 ____________________________________________________________________________
4029 [  1192] By: gsar                                  on 1998/06/23  05:27:13
4030         Log: add detailed changelogs and 'genlog'--the script which generates them
4031      Branch: perl
4032            + Porting/genlog
4033            ! Changes INSTALL
4034 ____________________________________________________________________________
4035 [  1191] By: gsar                                  on 1998/06/22  15:56:27
4036         Log: tweak win32 makefiles for PERL_OBJECT build
4037      Branch: perl
4038            ! win32/Makefile win32/makefile.mk
4039 ____________________________________________________________________________
4040 [  1190] By: gsar                                  on 1998/06/22  04:06:02
4041         Log: backout change#1178 as it was dependent on an unapplied patch,
4042              fix filespec.t to know its @INC
4043      Branch: perl
4044            ! sv.c t/lib/filespec.t
4045 ____________________________________________________________________________
4046 [  1189] By: gsar                                  on 1998/06/22  03:47:43
4047         Log: eliminate use of tokenbuf in util.c
4048      Branch: perl
4049            ! util.c
4050 ____________________________________________________________________________
4051 [  1188] By: gsar                                  on 1998/06/22  01:53:59
4052         Log: add patch that generates regnodes.h via regcomp.pl
4053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4054              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
4055              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
4056              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
4057      Branch: perl
4058            + regcomp.pl regcomp.sym regnodes.h
4059            ! MANIFEST Makefile.SH regcomp.h
4060 ____________________________________________________________________________
4061 [  1187] By: gsar                                  on 1998/06/22  01:42:21
4062         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4063              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
4064              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
4065              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
4066      Branch: perl
4067            ! pp_ctl.c pp_hot.c
4068 ____________________________________________________________________________
4069 [  1186] By: gsar                                  on 1998/06/22  01:14:14
4070         Log: merge relevant portions from maintbranch change#1155
4071      Branch: perl
4072            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
4073            ! pod/perlrun.pod pp_hot.c
4074 ____________________________________________________________________________
4075 [  1185] By: gsar                                  on 1998/06/22  00:59:28
4076         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4077              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
4078              Subject: [PATCH 5.004_67] Zero-length matching bug
4079              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
4080      Branch: perl
4081            ! regexec.c t/op/pat.t
4082 ____________________________________________________________________________
4083 [  1184] By: gsar                                  on 1998/06/22  00:57:27
4084         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
4085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4086              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
4087              Subject: Re: _67 not okay
4088              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
4089      Branch: perl
4090            ! malloc.c
4091 ____________________________________________________________________________
4092 [  1183] By: gsar                                  on 1998/06/22  00:53:37
4093         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4094              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
4095              Subject: [PATCH 5.004_67] Test study/re/
4096              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
4097      Branch: perl
4098            ! t/op/pat.t
4099 ____________________________________________________________________________
4100 [  1182] By: gsar                                  on 1998/06/21  21:25:07
4101         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4102              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
4103              Subject: [PATCH 5.004_67] $^R documented
4104              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
4105      Branch: perl
4106            ! pod/perlre.pod pod/perlvar.pod
4107 ____________________________________________________________________________
4108 [  1181] By: gsar                                  on 1998/06/21  21:23:41
4109         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4110              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
4111              Subject: [PATCH 5.004_67] Re docs
4112              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
4113      Branch: perl
4114            ! pod/perlop.pod pod/perlre.pod
4115 ____________________________________________________________________________
4116 [  1180] By: gsar                                  on 1998/06/21  21:22:16
4117         Log: adapted contents of message into comments in malloc.c and INSTALL
4118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4119              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
4120              Subject: [5.004_67] malloc.c -Defines
4121              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
4122      Branch: perl
4123            ! INSTALL malloc.c
4124 ____________________________________________________________________________
4125 [  1179] By: gsar                                  on 1998/06/21  07:26:35
4126         Log: applied patch, with edits to the prose
4127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4128              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
4129              Subject: [PATCH 5.004_67] Error variables compared
4130              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
4131      Branch: perl
4132            ! pod/perlvar.pod
4133 ____________________________________________________________________________
4134 [  1178] By: gsar                                  on 1998/06/21  07:07:16
4135         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4136              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
4137              Subject: [PATCH 5.004_67] print study /re/ broken
4138              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
4139      Branch: perl
4140            ! sv.c
4141 ____________________________________________________________________________
4142 [  1177] By: gsar                                  on 1998/06/21  07:06:10
4143         Log: applied patch, tweaked wording
4144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4145              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
4146              Subject: [PATCH 5.004_67] Documentation patch for malloc
4147              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
4148      Branch: perl
4149            ! malloc.c pod/perldiag.pod
4150 ____________________________________________________________________________
4151 [  1176] By: gsar                                  on 1998/06/21  07:00:30
4152         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4153              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
4154              Subject: [PATCH 5.004_67] Cosmetic malloc patch
4155              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
4156      Branch: perl
4157            ! malloc.c
4158 ____________________________________________________________________________
4159 [  1175] By: gsar                                  on 1998/06/21  06:58:37
4160         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
4161              Date: Fri, 19 Jun 1998 16:00:57 -0700
4162              From: Dan Sugalski <sugalskd@osshe.edu>
4163              Subject: [PATCH 5.004_67] fixup patches for VMS
4164      Branch: perl
4165            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
4166            ! t/op/taint.t vms/test.com vms/vms.c
4167 ____________________________________________________________________________
4168 [  1174] By: gsar                                  on 1998/06/21  06:55:18
4169         Log: applied VMS patch from Dan Sugalski
4170              Date: Fri, 19 Jun 1998 15:36:34 -0700
4171              From: SYSTEM@cedar.osshe.edu
4172              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
4173              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
4174      Branch: perl
4175            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
4176            ! vms/descrip_mms.template vms/gen_shrfls.pl
4177            ! vms/subconfigure.com
4178 ____________________________________________________________________________
4179 [  1173] By: gsar                                  on 1998/06/21  06:51:38
4180         Log: applied patch, modified logic to avoid reentering lexer at compile-time
4181              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
4182              Date: Fri, 19 Jun 1998 11:31:04 -0500
4183              From: Graham Barr <gbarr@ti.com>
4184              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
4185      Branch: perl
4186            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
4187            ! lib/English.pm
4188 ____________________________________________________________________________
4189 [  1172] By: gsar                                  on 1998/06/21  06:27:57
4190         Log: applied patch, along with many changes:
4191              - ipfoo.h headers have been coalesced along with perlfoo.h into
4192              iperlsys.h
4193              - win32/cp*.h have been combined in perlhost.h
4194              - CPerlObj::PerlParse() takes an extra xsinit arg
4195              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
4196              From: "Douglas Lankshear" <dougl@ActiveState.com>
4197              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
4198              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
4199              Date: Fri, 19 Jun 1998 10:59:50 -0700
4200      Branch: perl
4201            + iperlsys.h win32/perlhost.h
4202            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
4203            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
4204            - perlsock.h
4205            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
4206            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
4207            ! win32/runperl.c win32/win32.h
4208 ____________________________________________________________________________
4209 [  1171] By: gsar                                  on 1998/06/21  00:44:42
4210         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
4211              From: Daniel Grisinger <dgris@perrin.dimensional.com>
4212              Subject: Re: PATCH _67 (Doc) perlop.pod 
4213              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
4214      Branch: perl
4215            ! pod/perlop.pod
4216 ____________________________________________________________________________
4217 [  1170] By: gsar                                  on 1998/06/21  00:43:06
4218         Log: a tweaked version of:
4219              From: "Douglas Lankshear" <dougl@ActiveState.com>
4220              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
4221              Date: Wed, 17 Jun 1998 20:25:51 -0700
4222              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
4223      Branch: perl
4224            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
4225 ____________________________________________________________________________
4226 [  1169] By: gsar                                  on 1998/06/21  00:10:18
4227         Log: added patch, regen headers
4228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4229              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
4230              Subject: Re: Ilya's patches
4231              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
4232      Branch: perl
4233            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
4234 ____________________________________________________________________________
4235 [  1168] By: gsar                                  on 1998/06/21  00:05:01
4236         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
4237              From: Tom Phoenix <rootbeer@teleport.com>
4238              Subject: [PATCH] docs creating files via open
4239              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
4240      Branch: perl
4241            ! pod/perlfunc.pod
4242 ____________________________________________________________________________
4243 [  1167] By: gsar                                  on 1998/06/21  00:03:34
4244         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4245              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
4246              Subject: [PATCH 5.004_67] Better version of malloc improver
4247              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
4248      Branch: perl
4249            ! malloc.c
4250 ____________________________________________________________________________
4251 [  1166] By: gsar                                  on 1998/06/20  23:59:23
4252         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
4253      Branch: perl
4254            ! pod/perlre.pod
4255 ____________________________________________________________________________
4256 [  1165] By: gsar                                  on 1998/06/20  23:47:09
4257         Log: added patch, tweaked missed files, excised comment that doesn't really
4258              belong in the sources
4259              From: joshua.pritikin@db.com
4260              Date: Mon, 15 Jun 1998 10:03:37 -0400
4261              Message-Id: <H00000e500072c63@MHS>
4262              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
4263      Branch: perl
4264            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
4265            ! t/op/avhv.t
4266 ____________________________________________________________________________
4267 [  1164] By: gsar                                  on 1998/06/20  23:29:09
4268         Log: add File-Spec-0.6 from CPAN
4269      Branch: perl
4270            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4271            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4272            + lib/File/Spec/Win32.pm t/lib/filespec.t
4273            ! MANIFEST
4274 ____________________________________________________________________________
4275 [  1163] By: gsar                                  on 1998/06/20  23:15:41
4276         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
4277      Branch: perl
4278            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
4279 ____________________________________________________________________________
4280 [  1162] By: gsar                                  on 1998/06/20  21:48:32
4281         Log: manual integration of all outstanding ansi branch stuff into mainline
4282      Branch: perl
4283            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
4284            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
4285            ! win32/win32.h
4286 ____________________________________________________________________________
4287 [  1161] By: gsar                                  on 1998/06/20  21:12:01
4288         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
4289      Branch: perl
4290            ! utils/perldoc.PL
4291 ____________________________________________________________________________
4292 [  1160] By: nick                                  on 1998/06/20  21:05:51
4293         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
4294      Branch: ansiperl
4295            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
4296            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
4297 ____________________________________________________________________________
4298 [  1159] By: gsar                                  on 1998/06/20  02:51:35
4299         Log: cleanup installation of utilities on win32
4300      Branch: perl
4301            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
4302            ! win32/pod.mak
4303 ____________________________________________________________________________
4304 [  1158] By: gsar                                  on 1998/06/20  02:50:35
4305         Log: intuit @INC pathnames from exe location only if dll location
4306              is unknown (ensures that multiple executables will coexist)
4307      Branch: perl
4308            ! win32/win32.c
4309 ____________________________________________________________________________
4310 [  1157] By: gsar                                  on 1998/06/20  02:48:34
4311         Log: make perldoc ignore null files (it tried to open() them)
4312      Branch: perl
4313            ! utils/perldoc.PL
4314 ____________________________________________________________________________
4315 [  1156] By: gsar                                  on 1998/06/19  21:18:47
4316         Log: fix perldoc to ignore unfound null filenames
4317      Branch: perl
4318            ! utils/perldoc.PL
4319 ____________________________________________________________________________
4320 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
4321         Log: Assorted patches:
4322              
4323              ------  BUILD PROCESS  ------
4324              
4325              Title:  "Clarify varargs issues in INSTALL docs"
4326              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4327              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
4328              Files:  INSTALL
4329              
4330              ------  CORE LANGUAGE  ------
4331              
4332              Title:  "Further fixes for updated SysV IPC support"
4333              From:  Jarkko Hietaniemi <jhi@iki.fi>
4334              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
4335              Files:  Configure perl.h doio.c
4336              
4337              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
4338              From:  Andrew Bettison <andrewb@zip.com.au>
4339              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
4340              Files:  pp_hot.c
4341              
4342              Title:  "Invalidate method cache on C<local *subname>"
4343              From:  Chip Salzenberg <chip@perl.org>
4344              Msg-ID:  <19980604134731.D24343@perlsupport.com>
4345              Files:  scope.c t/op/method.t
4346              
4347              Title:  "fix uninitialized cv variable in op.c"
4348              From:  joshua.pritikin@db.com
4349              Msg-ID:  <H00000e50005af05@MHS>
4350              Files:  op.c
4351              
4352              Title:  "fix for undef as last arg to setsockopt"
4353              From:  Graham Barr <gbarr@ti.com>
4354              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
4355              Files:  pp_sys.c
4356              
4357              Title:  "Fix -i when @ARGV is empty"
4358              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
4359              <gsar@engin.umich.edu>, Ilya Zakharevich
4360              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
4361              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
4362              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
4363              <199806071817.OAA28141@aatma.engin.umich.edu>,
4364              <199806191549.QAA16376@toad.ig.co.uk>
4365              Files:  pp_hot.c
4366              
4367              ------  DOCUMENTATION  ------
4368              
4369              Title:  "Discrepancy between perlop.pod and m// operator docs"
4370              From:  Tom Phoenix <rootbeer@teleport.com>
4371              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
4372              Files:  pod/perlop.pod
4373              
4374              Title:  "Doc addition for perlfunc entry for system()"
4375              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
4376              <fletch@phydeaux.org>
4377              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
4378              <199806012057.QAA26830@monk.mps.ohio-state.edu>
4379              Files:  pod/perlfunc.pod
4380              
4381              Title:  "Clarify effects of using quotes with m operator"
4382              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
4383              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
4384              Files:  pod/perlop.pod
4385              
4386              Title:  "Document -i with STDIN"
4387              From:  joshua.pritikin@db.com
4388              Msg-ID:  <H00000e50006a84a@MHS>
4389              Files:  pod/perlrun.pod
4390              
4391              ------  EXTENSIONS  ------
4392              
4393              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
4394              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4395              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
4396              Files:  lib/ExtUtils/Liblist.pm
4397              
4398              ------  LIBRARY  ------
4399              
4400              Title:  "Typo fix for Math::BogFloat"
4401              From:  Mike Stok <mike@stok.co.uk>
4402              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
4403              Files:  lib/Math/BigFloat.pm
4404              
4405              ------  PORTABILITY - GENERAL  ------
4406              
4407              Title:  "Add docs about types of diff to Porting/patching.pod"
4408              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4409              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
4410              Files:  Porting/patching.pod
4411              
4412              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
4413              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
4414              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
4415              Files:  hints/powerux.sh
4416              
4417              Title:  "Assorted improvements to hints/solaris_2.sh"
4418              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4419              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
4420              Files:  hints/solaris_2.sh
4421      Branch: maint-5.004/perl
4422            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
4423            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
4424            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
4425            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
4426            ! t/op/method.t
4427 ____________________________________________________________________________
4428 [  1154] By: gsar                                  on 1998/06/19  17:22:23
4429         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
4430      Branch: perl
4431            ! ext/B/B/Asmdata.pm regcomp.c
4432 ____________________________________________________________________________
4433 [  1153] By: nick                                  on 1998/06/19  17:21:21
4434         Log: Use libxxx.a for -lxxx with GCC
4435      Branch: ansiperl
4436            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
4437            ! win32/makefile.mk
4438 ____________________________________________________________________________
4439 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
4440         Log: Title:  Tom's jumbo doc patch
4441              From:   Tom Christiansen <tchrist@chthon.perl.com>
4442              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
4443              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4444              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4445              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4446              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4447              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4448              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4449              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4450              pod/perlop.pod pod/perlre.pod pod/perlref.pod
4451              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
4452              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
4453              pod/perlvar.pod
4454      Branch: maint-5.004/perl
4455            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4456            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4457            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4458            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4459            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4460            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4461            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4462            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4463            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
4464            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
4465 ____________________________________________________________________________
4466 [  1151] By: nick                                  on 1998/06/19  15:38:28
4467         Log: Resolve latest
4468      Branch: ansiperl
4469           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
4470           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
4471           !> sv.c t/TEST
4472 ____________________________________________________________________________
4473 [  1150] By: gsar                                  on 1998/06/18  20:43:07
4474         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
4475              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
4476              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4477              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
4478      Branch: perl
4479            ! hints/powerux.sh
4480 ____________________________________________________________________________
4481 [  1149] By: gsar                                  on 1998/06/18  20:41:30
4482         Log: hand apply whitespace-mutiliated patch
4483              From: joshua.pritikin@db.com
4484              Date: Mon, 15 Jun 1998 09:21:36 -0400
4485              Message-Id: <H00000e50007289b@MHS>
4486              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
4487      Branch: perl
4488            ! av.c
4489 ____________________________________________________________________________
4490 [  1148] By: gsar                                  on 1998/06/18  20:33:59
4491         Log: hand apply whitespace-mutiliated and reversed patch
4492              Date: Tue, 16 Jun 1998 16:31:40 -0400
4493              From: Les Peters <lpeters@aol.net>
4494              Message-Id: <199806162031.QAA08202@ds9>
4495              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
4496      Branch: perl
4497            ! ext/Socket/Socket.xs
4498 ____________________________________________________________________________
4499 [  1147] By: gsar                                  on 1998/06/18  20:26:59
4500         Log: close child pipe in t/TEST, other cosmetic tweaks
4501      Branch: perl
4502            ! t/TEST
4503 ____________________________________________________________________________
4504 [  1146] By: gsar                                  on 1998/06/18  19:37:41
4505         Log: back out problematic change#1105, tweak perlsub.pod
4506      Branch: perl
4507            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
4508            ! pp_ctl.c proto.h sv.c
4509 ____________________________________________________________________________
4510 [  1145] By: nick                                  on 1998/06/18  19:31:07
4511         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
4512      Branch: ansiperl
4513           +> configure.com ext/DB_File/dbinfo
4514           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
4515           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
4516           +> vms/subconfigure.com
4517            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
4518            - vms/fndvers.com
4519           !> (integrate 499 files)
4520 ____________________________________________________________________________
4521 [  1144] By: gsar                                  on 1998/06/18  16:35:11
4522         Log: fix spurious cxstack_max init that trampled memory
4523      Branch: perl
4524            ! perl.c
4525 ____________________________________________________________________________
4526 [  1143] By: gsar                                  on 1998/06/18  16:33:01
4527         Log: fix memory leaks and uninitialized memory accesses found by Purify
4528      Branch: perl
4529            ! doio.c perl.c regexec.c sv.c
4530 ____________________________________________________________________________
4531 [  1142] By: gsar                                  on 1998/06/18  16:28:48
4532         Log: fix off-by-one that trampled memory in re_croak2()
4533      Branch: perl
4534            ! regcomp.c
4535 ____________________________________________________________________________
4536 [  1141] By: gsar                                  on 1998/06/18  16:26:59
4537         Log: fix AutoLoader to do the right thing when there are relative paths
4538              in @INC
4539      Branch: perl
4540            ! lib/AutoLoader.pm
4541 ____________________________________________________________________________
4542 [  1140] By: gsar                                  on 1998/06/18  16:22:47
4543         Log: fix Makefile.SH typo
4544      Branch: perl
4545            ! Makefile.SH
4546 ____________________________________________________________________________
4547 [  1139] By: gsar                                  on 1998/06/17  18:06:16
4548         Log: 5.004_67 niggles
4549      Branch: perl
4550            ! Makefile.SH op.c
4551
4552 ----------------
4553 Version 5.004_67
4554 ----------------
4555
4556 ____________________________________________________________________________
4557 [  1138] By: gsar                                  on 1998/06/15  10:09:27
4558         Log: up patchlevel.h to 67, other small tweaks
4559      Branch: perl
4560            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
4561            ! win32/Makefile win32/config_H.bc win32/config_H.gc
4562            ! win32/config_H.vc win32/makefile.mk
4563 ____________________________________________________________________________
4564 [  1137] By: gsar                                  on 1998/06/15  09:08:57
4565         Log: tweaks to get PERL_OBJECT building again; passes tests
4566      Branch: perl
4567            ! ObjXSub.h objpp.h proto.h
4568 ____________________________________________________________________________
4569 [  1136] By: gsar                                  on 1998/06/15  08:51:54
4570         Log: back out previous change (it breaks PERL_OBJECT)
4571      Branch: perl
4572            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
4573            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
4574            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
4575 ____________________________________________________________________________
4576 [  1135] By: gsar                                  on 1998/06/15  05:32:01
4577         Log: added patch, fixed typo, reworked documentation
4578              Message-Id: <H00000e500071aa3@MHS>
4579              Date:    Sun, 14 Jun 1998 14:03:15 EDT
4580              From:    joshua.pritikin@db.com
4581              Subject: [PATCH 5.004_66] JMPENV!
4582      Branch: perl
4583            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
4584            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
4585            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
4586 ____________________________________________________________________________
4587 [  1134] By: gsar                                  on 1998/06/15  04:07:18
4588         Log: various win32 odds and ends
4589              - added support for waitpid(), open2/open3, and a bugfix for kill()
4590              from Ronald Schmidt <RonaldWS@aol.com>
4591              - tweak testsuite mods of above
4592              - regenerate win32/config_H.?c
4593              - change kill() to win32_kill() and export it
4594              - coalesce common code in win32.c
4595              - add PerlProc_waitpid() and export win32_waitpid()
4596              result builds and passes on the three win32 compilers
4597      Branch: perl
4598            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
4599            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
4600            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4601            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
4602            ! win32/win32.c win32/win32iop.h
4603 ____________________________________________________________________________
4604 [  1133] By: gsar                                  on 1998/06/15  01:39:13
4605         Log: newer Getopt/Long.pm from public distribution cited in:
4606              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
4607              Date:    14 Jun 1998 15:15:28 +0200
4608              From:    Johan Vromans <jvromans@squirrel.nl>
4609              Subject: Getopt::Long version 2.17 released
4610      Branch: perl
4611            ! lib/Getopt/Long.pm
4612 ____________________________________________________________________________
4613 [  1132] By: gsar                                  on 1998/06/15  01:37:12
4614         Log: documentation update from tchrist
4615              Message-Id: <199806140419.WAA20549@chthon.perl.com>
4616              Date:    Sat, 13 Jun 1998 22:19:32 MDT
4617              From:    Tom Christiansen <tchrist@chthon.perl.com>
4618              Subject: doc patches
4619      Branch: perl
4620            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4621            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4622            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4623            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4624            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4625            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4626            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4627            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4628            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
4629            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
4630 ____________________________________________________________________________
4631 [  1131] By: gsar                                  on 1998/06/14  19:33:36
4632         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
4633              From: Roderick Schertler <roderick@argon.org>
4634              Subject: [PATCH] Re: Exceptions in IPC::Open2
4635              Date: 12 Jun 1998 13:24:15 -0400
4636      Branch: perl
4637            ! lib/IPC/Open3.pm
4638 ____________________________________________________________________________
4639 [  1130] By: gsar                                  on 1998/06/14  19:32:25
4640         Log: fixup MANIFEST
4641      Branch: perl
4642            ! MANIFEST
4643 ____________________________________________________________________________
4644 [  1129] By: gsar                                  on 1998/06/14  18:51:53
4645         Log: various win32 fixes
4646              - fixes that silence VC noises about dup exports, non-default libs, and
4647              unsupported *.def file directives
4648              - s/inplace/inplace_label/ malloc.c
4649              - update Config{usemymalloc} based on d_mymalloc
4650              - export Perl_*Vars
4651              - fix makefiles to not build miniperl.exe twice, and to make it properly
4652              when defaults are changed
4653      Branch: perl
4654            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
4655            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
4656            ! win32/makefile.mk win32/perllib.c win32/win32.h
4657 ____________________________________________________________________________
4658 [  1128] By: gsar                                  on 1998/06/14  01:38:39
4659         Log: remove unused global `scrgv'
4660      Branch: perl
4661            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
4662 ____________________________________________________________________________
4663 [  1127] By: nick                                  on 1998/06/13  08:39:07
4664         Log: Move specialsv_list to embed.sym, regen embed*.h
4665      Branch: win32/perl
4666            ! embed.h embedvar.h global.sym interp.sym
4667 ____________________________________________________________________________
4668 [  1126] By: gsar                                  on 1998/06/12  07:23:06
4669         Log: From: jan.dubois@ibm.net (Jan Dubois)
4670              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
4671              Date: Thu, 11 Jun 1998 21:13:31 +0200
4672              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
4673      Branch: perl
4674            ! win32/makedef.pl win32/win32.c win32/win32iop.h
4675 ____________________________________________________________________________
4676 [  1125] By: gsar                                  on 1998/06/12  07:21:29
4677         Log: added patch, undo earlier workaround
4678              From: jan.dubois@ibm.net (Jan Dubois)
4679              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
4680              Date: Thu, 11 Jun 1998 20:28:36 +0200
4681              Message-ID: <35831f69.4975644@smtp1.ibm.net>
4682      Branch: perl
4683            ! perl.c util.c
4684 ____________________________________________________________________________
4685 [  1124] By: gsar                                  on 1998/06/12  07:16:12
4686         Log: hand-applied patch with wrapped lines
4687              From: "Douglas Lankshear" <dougl@ActiveState.com>
4688              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
4689              Date: Thu, 11 Jun 1998 11:06:33 -0700
4690              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
4691      Branch: perl
4692            ! win32/win32.c
4693 ____________________________________________________________________________
4694 [  1123] By: gsar                                  on 1998/06/12  07:07:25
4695         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
4696              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4697              Subject: [PATCH 5.004_66] Config_66-01-02.diff
4698              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
4699      Branch: perl
4700            ! Configure
4701 ____________________________________________________________________________
4702 [  1122] By: gsar                                  on 1998/06/12  07:06:02
4703         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
4704              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
4705              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4706              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
4707      Branch: perl
4708            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
4709            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
4710            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
4711            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
4712 ____________________________________________________________________________
4713 [  1121] By: gsar                                  on 1998/06/12  07:01:20
4714         Log: a tweaked version of:
4715              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
4716              Date: Fri, 12 Jun 1998 01:26:53 +0200
4717              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
4718              Subject: Re: Misparsing s///x
4719      Branch: perl
4720            ! pod/perlre.pod
4721 ____________________________________________________________________________
4722 [  1120] By: gsar                                  on 1998/06/12  06:51:08
4723         Log: applied patch, with indentation tweaks
4724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4725              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
4726              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
4727              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
4728      Branch: perl
4729            ! regcomp.c regcomp.h regexec.c
4730 ____________________________________________________________________________
4731 [  1119] By: gsar                                  on 1998/06/11  17:42:07
4732         Log: make REG_INFTY default to something saner when sizeof(short) > 2
4733              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
4734              Date:    Thu, 11 Jun 1998 11:50:07 EDT
4735              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
4736              Subject: Re: [PATCH for tests] Regexp fails on long string 
4737      Branch: perl
4738            ! regcomp.h
4739 ____________________________________________________________________________
4740 [  1118] By: gsar                                  on 1998/06/11  07:09:06
4741         Log: regen embedvar.h
4742      Branch: perl
4743            ! embedvar.h
4744 ____________________________________________________________________________
4745 [  1117] By: gsar                                  on 1998/06/11  06:45:52
4746         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4747              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
4748              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
4749              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
4750      Branch: perl
4751            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
4752            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
4753 ____________________________________________________________________________
4754 [  1116] By: gsar                                  on 1998/06/11  06:35:54
4755         Log: misc win32 fixes
4756              From: "Douglas Lankshear" <dougl@ActiveState.com>
4757              Subject: [PATCH 5.004_66]
4758              Date: Wed, 10 Jun 1998 11:28:27 -0700
4759              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
4760      Branch: perl
4761            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
4762 ____________________________________________________________________________
4763 [  1115] By: gsar                                  on 1998/06/11  06:33:21
4764         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
4765              Date: Wed, 10 Jun 1998 00:53:25 +0200
4766              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4767              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
4768      Branch: perl
4769            ! Makefile.SH
4770 ____________________________________________________________________________
4771 [  1114] By: gsar                                  on 1998/06/11  06:31:34
4772         Log: back out change#1111 and add alternative patch:
4773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4774              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
4775              Subject: Re: PATCH for study/foo/
4776              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
4777      Branch: perl
4778            ! pp.c sv.c
4779 ____________________________________________________________________________
4780 [  1113] By: gsar                                  on 1998/06/11  02:59:23
4781         Log: fix outdated bytecode.pl
4782      Branch: perl
4783            ! bytecode.h bytecode.pl byterun.c byterun.h
4784 ____________________________________________________________________________
4785 [  1112] By: gsar                                  on 1998/06/10  07:56:06
4786         Log: Added patch, regenerated perly.c and perly.c.diff
4787              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
4788              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
4789              From: Stephen McCamant <alias@mcs.com>
4790              Subject: [PATCH] too many RV2GVs in *foo{THING}
4791      Branch: perl
4792            ! perly.c perly.c.diff perly.y t/op/gv.t
4793 ____________________________________________________________________________
4794 [  1111] By: gsar                                  on 1998/06/10  07:40:30
4795         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4796              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
4797              Subject: Re: PATCH for study/foo/
4798              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
4799      Branch: perl
4800            ! pp.c
4801 ____________________________________________________________________________
4802 [  1110] By: gsar                                  on 1998/06/10  07:37:04
4803         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4804              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
4805              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
4806              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
4807      Branch: perl
4808            ! pod/perldebug.pod
4809 ____________________________________________________________________________
4810 [  1109] By: gsar                                  on 1998/06/10  07:35:29
4811         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4812              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
4813              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
4814              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
4815      Branch: perl
4816            ! regcomp.h
4817 ____________________________________________________________________________
4818 [  1108] By: gsar                                  on 1998/06/10  07:31:25
4819         Log: Added patch, tweaked other places affected by name change
4820              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
4821              Date: Wed, 10 Jun 1998 00:54:17 +0200
4822              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4823              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
4824      Branch: perl
4825           +> ext/DynaLoader/DynaLoader_pm.PL
4826            - ext/DynaLoader/DynaLoader.pm.PL
4827            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
4828            ! win32/makefile.mk
4829 ____________________________________________________________________________
4830 [  1107] By: gsar                                  on 1998/06/10  07:24:20
4831         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
4832              Date: Wed, 10 Jun 1998 00:53:42 +0200
4833              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4834              Subject: [PATCH for _66] new version of README.dos
4835      Branch: perl
4836            ! README.dos
4837 ____________________________________________________________________________
4838 [  1106] By: gsar                                  on 1998/06/10  07:22:31
4839         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
4840              Date: Wed, 10 Jun 1998 00:54:04 +0200
4841              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4842              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
4843      Branch: perl
4844            ! t/op/taint.t
4845 ____________________________________________________________________________
4846 [  1105] By: gsar                                  on 1998/06/10  07:21:21
4847         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
4848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4849              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
4850              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
4851              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
4852      Branch: perl
4853            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
4854            ! perlvars.h pp_ctl.c proto.h sv.c
4855 ____________________________________________________________________________
4856 [  1104] By: gsar                                  on 1998/06/10  07:06:01
4857         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4858              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
4859              Subject: Lost chunk of RE jumbo patch
4860              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
4861      Branch: perl
4862            + t/op/regexp_noamp.t
4863 ____________________________________________________________________________
4864 [  1103] By: gsar                                  on 1998/06/10  07:04:20
4865         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4866              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
4867              Subject: [PATCH 5.004_66] Combined OS/2 support
4868              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
4869      Branch: perl
4870            ! os2/Changes os2/diff.configure os2/os2.c
4871 ____________________________________________________________________________
4872 [  1102] By: gsar                                  on 1998/06/10  07:00:08
4873         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
4874              Date:    Fri, 13 Mar 1998 20:03:52 EST
4875              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4876              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
4877      Branch: perl
4878            ! lib/Pod/Html.pm
4879 ____________________________________________________________________________
4880 [  1101] By: gsar                                  on 1998/06/10  06:55:20
4881         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4882              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
4883              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
4884      Branch: perl
4885            ! regexec.c
4886 ____________________________________________________________________________
4887 [  1100] By: gsar                                  on 1998/06/10  06:52:50
4888         Log: updated MANIFEST for previous change
4889      Branch: perl
4890            ! MANIFEST
4891 ____________________________________________________________________________
4892 [  1099] By: gsar                                  on 1998/06/10  06:51:08
4893         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
4894              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
4895              Date: Fri, 05 Jun 1998 11:08:40 -0700
4896              From: Dan Sugalski <sugalskd@osshe.edu>
4897              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
4898      Branch: perl
4899            + t/base/rs.t
4900            ! perl.h pod/perlvar.pod sv.c
4901 ____________________________________________________________________________
4902 [  1098] By: gsar                                  on 1998/06/10  06:36:59
4903         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4904              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
4905              Subject: [PATCH fror 5.004_66] DB_File-1.60
4906              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
4907      Branch: perl
4908            + ext/DB_File/dbinfo
4909            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4910            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
4911            ! t/lib/db-hash.t t/lib/db-recno.t
4912 ____________________________________________________________________________
4913 [  1097] By: gsar                                  on 1998/06/10  06:33:16
4914         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
4915              Date: Thu, 4 Jun 1998 13:47:31 -0400
4916              From: Chip Salzenberg <chip@perl.org>
4917              Subject: [PATCH] Invalidate method cache on C<local *subname>
4918      Branch: perl
4919            ! scope.c t/op/method.t
4920 ____________________________________________________________________________
4921 [  1096] By: gsar                                  on 1998/06/10  06:30:51
4922         Log: From: Norton Allen <allen@huarp.harvard.edu>
4923              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
4924              Subject: [PATCH] _66 MM_Unix.pm for QNX
4925              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
4926      Branch: perl
4927            ! lib/ExtUtils/MM_Unix.pm
4928 ____________________________________________________________________________
4929 [  1095] By: gsar                                  on 1998/06/10  06:29:21
4930         Log: From: Norton Allen <allen@huarp.harvard.edu>
4931              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
4932              Subject: [PATCH] _66 proto.h
4933              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
4934      Branch: perl
4935            ! proto.h
4936 ____________________________________________________________________________
4937 [  1094] By: gsar                                  on 1998/06/10  06:26:39
4938         Log: Applied relevant parts of:
4939              From: Paul Johnson <pjcj@transeda.com>
4940              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
4941              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
4942              Subject: [PATCH] Enhancing xsubpp's support for C++
4943      Branch: perl
4944            ! lib/ExtUtils/xsubpp
4945 ____________________________________________________________________________
4946 [  1093] By: gsar                                  on 1998/06/10  06:22:54
4947         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
4948              Date: Wed, 3 Jun 1998 11:22:19 -0500
4949              From: Graham Barr <gbarr@ti.com>
4950              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
4951      Branch: perl
4952            ! pp_sys.c
4953 ____________________________________________________________________________
4954 [  1092] By: gsar                                  on 1998/06/10  06:20:44
4955         Log: Message-Id: <199806030919.KAA03527@sale-wts>
4956              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
4957              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
4958              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
4959      Branch: perl
4960            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4961 ____________________________________________________________________________
4962 [  1091] By: gsar                                  on 1998/06/10  06:18:42
4963         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
4964              Date: Mon, 01 Jun 1998 12:22:29 -0700
4965              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4966              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
4967      Branch: perl
4968            ! proto.h
4969 ____________________________________________________________________________
4970 [  1090] By: gsar                                  on 1998/06/10  06:14:24
4971         Log: A tweaked version of:
4972              Date: Mon, 1 Jun 1998 12:05:47 -0700
4973              From: SYSTEM@cedar.osshe.edu
4974              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
4975              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
4976      Branch: perl
4977            ! ext/SDBM_File/sdbm/Makefile.PL
4978 ____________________________________________________________________________
4979 [  1089] By: gsar                                  on 1998/06/10  05:58:00
4980         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
4981              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
4982              From: Stephen McCamant <alias@mcs.com>
4983              Subject: [PATCH] Re: Uninitialised error from -M()
4984      Branch: perl
4985            ! op.c t/op/stat.t
4986 ____________________________________________________________________________
4987 [  1088] By: gsar                                  on 1998/06/10  05:55:24
4988         Log: Date: Sat, 30 May 1998 08:07:01 -0400
4989              From: lvirden@cas.org (Larry Virden)
4990              Message-Id: <199805301207.IAA08856@cas.org>
4991              Subject: PATCH for pod and warning notice
4992      Branch: perl
4993            ! pod/perlguts.pod
4994 ____________________________________________________________________________
4995 [  1087] By: gsar                                  on 1998/06/10  05:52:05
4996         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4997              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
4998              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
4999              Subject: [PATCH 5.004_66] Config_66-01
5000      Branch: perl
5001            ! Configure MANIFEST Porting/Glossary Porting/config.sh
5002            ! Porting/config_H config_h.SH
5003 ____________________________________________________________________________
5004 [  1086] By: gsar                                  on 1998/06/10  05:46:38
5005         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
5006              Date: Mon, 08 Jun 1998 16:13:14 -0700
5007              From: Dan Sugalski <sugalskd@osshe.edu>
5008              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
5009      Branch: perl
5010            ! ext/Thread/Thread/Semaphore.pm
5011 ____________________________________________________________________________
5012 [  1085] By: gsar                                  on 1998/06/10  05:44:44
5013         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
5014              Date: Mon, 08 Jun 1998 16:10:02 -0700
5015              From: Dan Sugalski <sugalskd@osshe.edu>
5016              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
5017      Branch: perl
5018            - vms/descrip.mms
5019            ! ext/Thread/Thread/Queue.pm
5020 ____________________________________________________________________________
5021 [  1084] By: gsar                                  on 1998/06/10  05:38:11
5022         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
5023              Date: Mon, 08 Jun 1998 15:38:28 -0700
5024              From: Dan Sugalski <sugalskd@osshe.edu>
5025              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
5026      Branch: perl
5027            + configure.com vms/descrip_mms.template vms/munchconfig.c
5028            + vms/subconfigure.com
5029            - vms/config.vms vms/fndvers.com
5030            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
5031 ____________________________________________________________________________
5032 [  1083] By: gsar                                  on 1998/06/10  05:07:04
5033         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
5034              variant of:
5035              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
5036              Date:    Sat, 13 Dec 1997 07:31:02 EST
5037              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5038              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
5039      Branch: perl
5040            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
5041 ____________________________________________________________________________
5042 [  1082] By: gsar                                  on 1998/06/10  04:52:26
5043         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
5044              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
5045      Branch: perl
5046            ! malloc.c
5047 ____________________________________________________________________________
5048 [  1081] By: gsar                                  on 1998/06/10  03:45:10
5049         Log: reverse integrate contents of win32 branch into mainline
5050      Branch: perl
5051           !> (integrate 44 files)
5052 ____________________________________________________________________________
5053 [  1080] By: gsar                                  on 1998/06/09  17:37:55
5054         Log: `p4 integrate -b ASPerl && p4 resolve -at`
5055      Branch: asperl
5056           !> (integrate 43 files)
5057 ____________________________________________________________________________
5058 [  1079] By: gsar                                  on 1998/06/09  00:59:06
5059         Log: add examples of diff(1) usage
5060      Branch: win32/perl
5061            ! Porting/patching.pod
5062 ____________________________________________________________________________
5063 [  1078] By: gsar                                  on 1998/06/09  00:52:23
5064         Log: undo change#1077
5065      Branch: win32/perl
5066            ! sv.c
5067 ____________________________________________________________________________
5068 [  1077] By: gsar                                  on 1998/06/06  16:47:32
5069         Log: make sv_setsv() treat freed SVs like SVt_NULL
5070      Branch: win32/perl
5071            ! sv.c
5072 ____________________________________________________________________________
5073 [  1076] By: gsar                                  on 1998/06/05  19:03:14
5074         Log: delete undiscussed AS changes for PPD (broke .packlist
5075              mechanism)
5076      Branch: win32/perl
5077            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5078 ____________________________________________________________________________
5079 [  1075] By: gsar                                  on 1998/06/05  18:18:44
5080         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
5081              with the xsubpp-generated symbol)
5082      Branch: win32/perl
5083            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
5084            ! win32/dl_win32.xs
5085 ____________________________________________________________________________
5086 [  1074] By: gsar                                  on 1998/06/04  22:45:18
5087         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
5088      Branch: win32/perl
5089            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
5090            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
5091 ____________________________________________________________________________
5092 [  1073] By: nick                                  on 1998/06/04  17:18:14
5093         Log: resolve -at win32 branch into ansiperl
5094      Branch: ansiperl
5095           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
5096           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
5097           +> t/lib/h2ph.t win32/GenCAPI.pl
5098           !> (integrate 127 files)
5099 ____________________________________________________________________________
5100 [  1072] By: gsar                                  on 1998/06/04  01:49:24
5101         Log: document CORE::GLOBAL:: and global overriding, fix up
5102              File::DosGlob, testsuited and all
5103      Branch: win32/perl
5104            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
5105 ____________________________________________________________________________
5106 [  1071] By: gsar                                  on 1998/06/03  22:12:55
5107         Log: add AS patch#24, remove one other instance of error_no
5108              that was missed (patch#23 was intentionally skipped)
5109      Branch: win32/perl
5110            ! embedvar.h globals.c perlvars.h win32/makedef.pl
5111            ! win32/runperl.c
5112 ____________________________________________________________________________
5113 [  1070] By: gsar                                  on 1998/06/01  19:42:06
5114         Log: fix Liblist.pm to tolerate backslashen in paths
5115      Branch: win32/perl
5116            ! lib/ExtUtils/Liblist.pm
5117 ____________________________________________________________________________
5118 [  1069] By: gsar                                  on 1998/06/01  07:43:02
5119         Log: @INC construction on win32 cleaned up
5120              - perl.dll location based paths should be much more reliable now
5121              - registry stuff unchanged
5122              - Config.pm now has all the installfoolib entries for MakeMaker et al
5123      Branch: win32/perl
5124            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5125            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5126            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
5127            ! win32/runperl.c win32/win32.c win32/win32.h
5128 ____________________________________________________________________________
5129 [  1068] By: gsar                                  on 1998/05/31  21:52:18
5130         Log: semctl tweak
5131              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
5132              Date:    Sun, 31 May 1998 16:27:33 CDT
5133              From:    Graham Barr <gbarr@pobox.com>
5134              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
5135      Branch: win32/perl
5136            ! doio.c
5137 ____________________________________________________________________________
5138 [  1067] By: gsar                                  on 1998/05/31  21:07:44
5139         Log: minimal fix to enable compiling with -DMULTIPLICITY
5140              (non-threadsafe regcomp.c globals need revisiting)
5141      Branch: win32/perl
5142            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
5143            ! win32/GenCAPI.pl win32/makedef.pl
5144 ____________________________________________________________________________
5145 [  1066] By: gsar                                  on 1998/05/30  21:35:37
5146         Log: integrate mainline changes (ASPerl branch is identical to
5147              win32 branch as of this change)
5148      Branch: asperl
5149           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
5150           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
5151           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
5152           !> win32/config.gc win32/config.vc win32/config_H.bc
5153           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5154 ____________________________________________________________________________
5155 [  1065] By: gsar                                  on 1998/05/30  21:13:06
5156         Log: change#1060 was inexplicably missing some of the "ensure
5157              AS stuff does no harm" fixes
5158      Branch: win32/perl
5159            ! embed.h global.sym win32/Makefile win32/makefile.mk
5160 ____________________________________________________________________________
5161 [  1064] By: gsar                                  on 1998/05/30  21:10:27
5162         Log: integrate mainline to pick up trivial changes
5163      Branch: win32/perl
5164           !> MANIFEST pp_sys.c
5165
5166 ----------------
5167 Version 5.004_66
5168 ----------------
5169
5170 ____________________________________________________________________________
5171 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
5172         Log: Remove duplicate win32/TEST line from MANIFEST.
5173      Branch: perl
5174            ! MANIFEST
5175 ____________________________________________________________________________
5176 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
5177         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
5178      Branch: perl
5179            ! pp_sys.c
5180 ____________________________________________________________________________
5181 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
5182         Log: Integrate from win32 branch into mainline (this now pulls in the
5183              asperl stuff).
5184      Branch: perl
5185           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
5186           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
5187           +> t/lib/h2ph.t win32/GenCAPI.pl
5188           !> (integrate 104 files)
5189 ____________________________________________________________________________
5190 [  1060] By: gsar                                  on 1998/05/29  11:05:50
5191         Log: reverse integrate asperl branch contents (phew!)
5192              - various fixups to ensure AS stuff does no harm
5193              - adjust win32/makefiles for the new directory layout (new layout
5194              looks rather a muddle--needs rework)
5195              - verified build & test on NT and Solaris/gcc
5196      Branch: win32/perl
5197           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
5198           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
5199            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
5200            ! win32/config.bc win32/config.gc win32/config.vc
5201            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5202            ! win32/makefile.mk
5203           !> (integrate 77 files)
5204 ____________________________________________________________________________
5205 [  1059] By: gsar                                  on 1998/05/29  08:33:56
5206         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
5207      Branch: asperl
5208            ! util.c
5209 ____________________________________________________________________________
5210 [  1058] By: gsar                                  on 1998/05/29  08:31:09
5211         Log: type xtext for *.t that were missing it
5212      Branch: asperl
5213            ! t/lib/thread.t t/op/nothread.t
5214 ____________________________________________________________________________
5215 [  1057] By: gsar                                  on 1998/05/29  08:28:46
5216         Log: stray t/op/ipc*.t fixups
5217      Branch: win32/perl
5218            ! t/op/ipcmsg.t t/op/ipcsem.t
5219 ____________________________________________________________________________
5220 [  1056] By: gsar                                  on 1998/05/29  07:41:49
5221         Log: fixups to make it build and pass tests under both compilers
5222      Branch: asperl
5223            ! ObjXSub.h objpp.h proto.h
5224 ____________________________________________________________________________
5225 [  1055] By: gsar                                  on 1998/05/29  07:22:51
5226         Log: integrate mainline changes
5227      Branch: asperl
5228           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5229           !> (integrate 69 files)
5230      Branch: win32/perl
5231            ! Todo.5.005 pod/perldelta.pod
5232 ____________________________________________________________________________
5233 [  1054] By: gsar                                  on 1998/05/29  05:04:03
5234         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
5235      Branch: win32/perl
5236            ! t/lib/h2ph.t
5237 ____________________________________________________________________________
5238 [  1053] By: gsar                                  on 1998/05/29  05:01:54
5239         Log: misc changes
5240              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
5241              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
5242      Branch: win32/perl
5243            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
5244            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
5245            ! x2p/util.c x2p/util.h
5246 ____________________________________________________________________________
5247 [  1052] By: gsar                                  on 1998/05/29  02:31:44
5248         Log: merge changes#1014,1038 from maintbranch
5249      Branch: win32/perl
5250            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5251            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
5252            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
5253            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
5254            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
5255            ! t/io/pipe.t utils/h2ph.PL
5256 ____________________________________________________________________________
5257 [  1051] By: gsar                                  on 1998/05/29  01:38:51
5258         Log: regenerate win32/config_H.?c
5259      Branch: win32/perl
5260            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5261 ____________________________________________________________________________
5262 [  1050] By: gsar                                  on 1998/05/29  01:32:41
5263         Log: integrate mainline
5264      Branch: win32/perl
5265            ! win32/Makefile win32/makefile.mk
5266           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
5267           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
5268           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
5269           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
5270           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
5271           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5272 ____________________________________________________________________________
5273 [  1049] By: gsar                                  on 1998/05/29  00:57:05
5274         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
5275              all tests
5276      Branch: asperl
5277            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
5278            ! win32/win32.h win32/win32iop.h
5279 ____________________________________________________________________________
5280 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
5281         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
5282              in change 1043 clashed badly with changes made in the win32
5283              branch. I did an accept on the win32 branch version for now.
5284      Branch: perl
5285           +> t/op/die.t
5286           !> (integrate 52 files)
5287 ____________________________________________________________________________
5288 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
5289         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5290              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
5291              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
5292              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
5293              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
5294      Branch: perl
5295            ! Configure MANIFEST Porting/Glossary Porting/config.sh
5296            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
5297            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
5298            ! win32/config.bc win32/config.gc win32/config.vc
5299 ____________________________________________________________________________
5300 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
5301         Log: Back out change 1043 since Andy's forthcoming Config patch
5302              includes a modified version.
5303      Branch: perl
5304            ! Configure config_h.SH doio.c perl.h
5305 ____________________________________________________________________________
5306 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
5307         Log: Bump patchlevel.h to 66.
5308      Branch: perl
5309            ! patchlevel.h
5310 ____________________________________________________________________________
5311 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
5312         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
5313              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
5314              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
5315              (above minus the t/system.t test pending checking)
5316              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
5317              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
5318              Subject: [PATCH] _65 and _04 <DOC> patching.pod
5319              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
5320      Branch: perl
5321            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
5322 ____________________________________________________________________________
5323 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
5324         Log: This change really is:
5325              Subject: [PATCH] 5.004_65: the infamous semctl()
5326              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5327              From: Jarkko Hietaniemi <jhi@iki.fi>
5328              
5329              Change 1041 claimed to be this patch but was really:
5330              Subject: [PATCH] 5.004_65: t/op/ipc*.t
5331              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
5332              From: Jarkko Hietaniemi <jhi@iki.fi>
5333      Branch: perl
5334            ! Configure config_h.SH doio.c perl.h
5335 ____________________________________________________________________________
5336 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
5337         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5338              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
5339              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
5340              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
5341              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
5342      Branch: perl
5343            ! Configure INSTALL Porting/Glossary Porting/config.sh
5344            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
5345            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
5346            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5347 ____________________________________________________________________________
5348 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
5349         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
5350              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5351              From: Jarkko Hietaniemi <jhi@iki.fi>
5352      Branch: perl
5353            ! t/op/ipcmsg.t t/op/ipcsem.t
5354 ____________________________________________________________________________
5355 [  1040] By: gsar                                  on 1998/05/28  02:06:47
5356         Log: tweaks to enable Borland build
5357      Branch: asperl
5358            ! win32/makefile.mk win32/win32.c
5359 ____________________________________________________________________________
5360 [  1039] By: gsar                                  on 1998/05/27  23:29:22
5361         Log: remove C<#define index strchr> from win32.h (unused, and the
5362              pollution causes spurious variable name changes in extensions)
5363      Branch: win32/perl
5364            ! win32/win32.h
5365 ____________________________________________________________________________
5366 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
5367         Log: Assorted patches:
5368              
5369              ------  BUILD PROCESS  ------
5370              
5371              Title:  "add utilities to make test dependencies"
5372              From:  Robin Barker <rmb1@cise.npl.co.uk>
5373              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
5374              Files:  Makefile.SH
5375              
5376              Title:  "Add 'make nok' complement to 'make ok'"
5377              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5378              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
5379              Files:  Makefile.SH
5380              
5381              Title:  "further h2ph patches (add enum support)"
5382              From:  Billy <wdconsta@cs.adelaide.edu.au>
5383              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
5384              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5385              
5386              ------  CORE LANGUAGE  ------
5387              
5388              Title:  "Fix %! error spelling and add perldiag.pod entry"
5389              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
5390              Msg-ID:  <19980524193101.A573@pobox.com>
5391              Files:  pod/perldiag.pod gv.c
5392              
5393              Title:  "Remove obsolete Win32 uppercasing ENV code"
5394              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5395              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
5396              Files:  perl.c
5397              
5398              Title:  "Don't mung $! on implicit close"
5399              From:  Chip Salzenberg <chip@perl.org>
5400              Msg-ID:  <19980525113309.A15845@perlsupport.com>
5401              Files:  doio.c
5402              
5403              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
5404              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5405              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
5406              Files:  doio.c
5407              
5408              ------  DOCUMENTATION  ------
5409              
5410              Title:  "doc patch: you canna return an array ( list context: || vs or)"
5411              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
5412              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
5413              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
5414              
5415              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
5416              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5417              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
5418              Files:  pod/perlop.pod pod/perlre.pod
5419              
5420              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
5421              with /g does list context get matches without parens"
5422              From:  Greg Chapman <glc@well.com>, Tom Christiansen
5423              <tchrist@jhereg.perl.com>, Tom Phoenix
5424              <rootbeer@teleport.com>
5425              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
5426              <199805231559.JAA21316@jhereg.perl.com>,
5427              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
5428              Files:  pod/perlop.pod
5429              
5430              Title:  "Documenting last/next/redo even further"
5431              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
5432              <rootbeer@teleport.com>
5433              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
5434              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
5435              Files:  pod/perlfunc.pod
5436              
5437              Title:  "Documenting last/next/redo within continue block"
5438              From:  Tom Phoenix <rootbeer@teleport.com>
5439              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
5440              Files:  pod/perlfunc.pod
5441              
5442              Title:  "Document stat return in scalar context"
5443              From:  Mark-Jason Dominus <mjd@plover.com>
5444              Files:  pod/perlfunc.pod
5445              
5446              ------  EXTENSIONS  ------
5447              
5448              Title:  "Better LD_RUN_PATH handling on IRIX"
5449              From:  "W. Phillip Moore" <wpm@ms.com>
5450              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
5451              Files:  lib/ExtUtils/MM_Unix.pm
5452              
5453              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
5454              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5455              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
5456              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
5457              
5458              ------  LIBRARY  ------
5459              
5460              Title:  "Fix FileHandle.pm example bug"
5461              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
5462              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
5463              Files:  lib/FileHandle.pm
5464              
5465              Title:  "Add zero/negative $count docs for Benchmark.pm"
5466              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5467              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
5468              Files:  lib/Benchmark.pm
5469              
5470              ------  PORTABILITY - GENERAL  ------
5471              
5472              Title:  "Add test suite recommendations to Porting/patching.pod"
5473              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
5474              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
5475              Files:  Porting/patching.pod
5476              
5477              ------  TESTS  ------
5478              
5479              Title:  "Fix looping bug in t/io/pipe.t"
5480              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5481              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
5482              Files:  t/io/pipe.t
5483      Branch: maint-5.004/perl
5484            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
5485            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
5486            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
5487            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
5488            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
5489            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
5490            ! utils/h2ph.PL
5491 ____________________________________________________________________________
5492 [  1037] By: gsar                                  on 1998/05/27  16:18:30
5493         Log: add AS patch#22 (fix to make die_exit.t pass)
5494      Branch: asperl
5495            ! win32/runperl.c
5496 ____________________________________________________________________________
5497 [  1036] By: gsar                                  on 1998/05/27  12:50:34
5498         Log: add AS patch#21 (misc. fixes)
5499      Branch: asperl
5500            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
5501            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5502            ! win32/win32.c win32/win32sck.c
5503 ____________________________________________________________________________
5504 [  1035] By: gsar                                  on 1998/05/26  17:26:17
5505         Log: more changes to satisfy non-debug VC build (C-API doesn't
5506              build, and the testsuite still won't run)
5507      Branch: asperl
5508            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
5509            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
5510 ____________________________________________________________________________
5511 [  1034] By: gsar                                  on 1998/05/26  17:20:22
5512         Log: remove doubled hunk (perforce auto-integrate oddity)
5513      Branch: win32/perl
5514            ! pod/perldiag.pod
5515 ____________________________________________________________________________
5516 [  1033] By: gsar                                  on 1998/05/26  13:39:14
5517         Log: tweaks to make it build with the Borland compiler.  Won't run
5518              testsuite because @INC intuition from location of perlcore.dll seems
5519              to be broken.  Also, system() and qx// seem broken as well.
5520      Branch: asperl
5521            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
5522            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
5523            ! regexec.c toke.c
5524 ____________________________________________________________________________
5525 [  1032] By: gsar                                  on 1998/05/24  23:13:05
5526         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
5527      Branch: win32/perl
5528            ! lib/Benchmark.pm
5529 ____________________________________________________________________________
5530 [  1031] By: gsar                                  on 1998/05/24  05:36:44
5531         Log: tweak makefiles
5532      Branch: asperl
5533            ! win32/Makefile win32/makefile.mk
5534 ____________________________________________________________________________
5535 [  1030] By: gsar                                  on 1998/05/23  18:58:23
5536         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
5537      Branch: win32/perl
5538            ! pp_sys.c t/op/die.t
5539 ____________________________________________________________________________
5540 [  1029] By: gsar                                  on 1998/05/23  18:55:13
5541         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
5542              incomplete)
5543      Branch: win32/perl
5544            ! embed.h global.sym op.c pp.c proto.h sv.c
5545 ____________________________________________________________________________
5546 [  1028] By: gsar                                  on 1998/05/23  18:25:14
5547         Log: merge change#1013 from maintbranch (1012 is n/a)
5548      Branch: win32/perl
5549            ! toke.c
5550 ____________________________________________________________________________
5551 [  1027] By: gsar                                  on 1998/05/23  18:02:21
5552         Log: merge change#1011 from maintbranch
5553      Branch: win32/perl
5554            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
5555            ! utils/perlbug.PL
5556 ____________________________________________________________________________
5557 [  1026] By: nick                                  on 1998/05/23  08:45:04
5558         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
5559      Branch: win32/perl
5560            ! t/op/ipcmsg.t t/op/ipcsem.t
5561 ____________________________________________________________________________
5562 [  1025] By: nick                                  on 1998/05/23  08:36:36
5563         Log: Resolve win32 into ansiperl
5564      Branch: ansiperl
5565           +> t/op/die.t
5566           !> (integrate 42 files)
5567 ____________________________________________________________________________
5568 [  1024] By: gsar                                  on 1998/05/21  21:11:12
5569         Log: more mingw32 tweaks
5570      Branch: win32/perl
5571            ! ext/POSIX/POSIX.xs t/pragma/locale.t
5572 ____________________________________________________________________________
5573 [  1023] By: gsar                                  on 1998/05/21  19:15:02
5574         Log: fix problematic change#965 from maintbranch
5575              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
5576              Date:    Sat, 16 May 1998 17:45:22 EDT
5577              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5578              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
5579      Branch: win32/perl
5580            ! gv.c op.c t/comp/proto.t
5581 ____________________________________________________________________________
5582 [  1022] By: gsar                                  on 1998/05/21  01:37:04
5583         Log: fix POSIX for mingw32
5584      Branch: win32/perl
5585            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
5586 ____________________________________________________________________________
5587 [  1021] By: gsar                                  on 1998/05/20  15:02:21
5588         Log: remove strupr() from perl.c
5589      Branch: win32/perl
5590            ! perl.c
5591 ____________________________________________________________________________
5592 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
5593         Log: Title:  "fix up descrepancy in h2ph test"
5594              From:  Tim Bunce
5595              Files:  t/lib/h2ph.pht
5596      Branch: maint-5.004/perl
5597            ! t/lib/h2ph.pht
5598 ____________________________________________________________________________
5599 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
5600         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
5601              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5602              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
5603              Files:  t/op/subst.t
5604              
5605              Title:  "fix up descrepancy in h2ph test"
5606              From:  Tim Bunce
5607              Files:  t/lib/h2ph.t
5608      Branch: maint-5.004/perl
5609            ! t/lib/h2ph.t t/op/subst.t
5610 ____________________________________________________________________________
5611 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
5612         Log: Title:  "fix mem leak and core dump from change 1016"
5613              From:  Tim Bunce
5614              Files:  pp_sys.c
5615      Branch: maint-5.004/perl
5616            ! pp_sys.c
5617 ____________________________________________________________________________
5618 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
5619         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
5620              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5621              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
5622              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
5623              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
5624              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
5625              doio.c doop.c ext/ODBM_File/ODBM_File.xs
5626              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5627              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
5628              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
5629              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5630              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
5631              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
5632              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
5633              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
5634              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
5635              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
5636              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
5637              universal.c util.c win32/Makefile win32/config_H.bc
5638              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
5639              win32/makefile.mk win32/perlglob.c win32/runperl.c
5640              win32/win32.c win32/win32sck.c x2p/s2p.PL
5641      Branch: maint-5.004/perl
5642            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
5643            ! cygwin32/perlld deb.c doio.c doop.c embed.h
5644            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
5645            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
5646            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
5647            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5648            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
5649            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
5650            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
5651            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
5652            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
5653            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
5654            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
5655            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
5656            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
5657            ! universal.c util.c utils/perldoc.PL win32/Makefile
5658            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
5659            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
5660            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
5661            ! x2p/s2p.PL
5662 ____________________________________________________________________________
5663 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
5664         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
5665              From:  Graham Barr <gbarr@ti.com>
5666              Msg-ID:  <3561D147.7F3E0C88@ti.com>
5667              Files:  pp_sys.c t/op/die.t
5668      Branch: maint-5.004/perl
5669            ! pp_sys.c t/op/die.t
5670 ____________________________________________________________________________
5671 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
5672         Log: Title:  "loosen const sub re-defined warnings"
5673              From:  Doug MacEachern <dougm@pobox.com>
5674              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
5675              Files:  proto.h global.sym op.c pp.c sv.c
5676      Branch: maint-5.004/perl
5677            ! global.sym op.c pp.c proto.h sv.c
5678 ____________________________________________________________________________
5679 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
5680         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
5681              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
5682              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
5683              Files:  sv.c
5684              
5685              Title:  "Further h2ph patches (including a test suite)"
5686              From:  Billy <wdconsta@cs.adelaide.edu.au>
5687              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
5688              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5689      Branch: maint-5.004/perl
5690            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5691            ! MANIFEST sv.c utils/h2ph.PL
5692 ____________________________________________________________________________
5693 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
5694         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
5695              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
5696              <ilya@math.ohio-state.edu>
5697              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
5698              <199805151931.PAA23086@aatma.engin.umich.edu>,
5699              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
5700              Files:  toke.c
5701      Branch: maint-5.004/perl
5702            ! toke.c
5703 ____________________________________________________________________________
5704 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
5705         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
5706              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
5707              <jhi@iki.fi>
5708              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
5709              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
5710              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
5711              t/op/ipcsem.t
5712      Branch: maint-5.004/perl
5713            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
5714            ! t/op/ipcsem.t
5715 ____________________________________________________________________________
5716 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
5717         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
5718              From:  jan.dubois@ibm.net (Jan Dubois)
5719              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
5720              Files:  embed.h interp.sym
5721              
5722              Title:  "Undo changed error message which breaks Tk"
5723              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5724              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
5725              Files:  pp_ctl.c
5726              
5727              Title:  "Minor fixups to new -e script code"
5728              From:  Tim Bunce
5729              Files:  perl.c
5730              
5731              Title:  "Remove old diags not relevant after -e fix"
5732              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
5733              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
5734              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
5735              <199805181335.OAA07008@toad.ig.co.uk>,
5736              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
5737              Files:  pod/perldiag.pod
5738              
5739              Title:  "more examples for vec()"
5740              From:  Tom Phoenix <rootbeer@teleport.com>
5741              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
5742              Files:  pod/perlfunc.pod
5743              
5744              Title:  ""make ok" (perlbug -ok) should not be interactive"
5745              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
5746              <jhi@iki.fi>
5747              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
5748              <l03130300b1834f9732a0@[194.222.64.89]>
5749              Files:  utils/perlbug.PL
5750      Branch: maint-5.004/perl
5751            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
5752            ! pp_ctl.c utils/perlbug.PL
5753 ____________________________________________________________________________
5754 [  1010] By: gsar                                  on 1998/05/18  09:40:58
5755         Log: integrate mainline changes (untested)
5756      Branch: asperl
5757           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
5758           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
5759           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5760           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
5761           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
5762           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
5763            - ext/DynaLoader/DynaLoader.pm
5764            ! win32/win32.c
5765           !> (integrate 234 files)
5766 ____________________________________________________________________________
5767 [  1009] By: gsar                                  on 1998/05/18  07:51:19
5768         Log: more whitespace tweaks from maintbranch
5769      Branch: win32/perl
5770            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
5771 ____________________________________________________________________________
5772 [  1008] By: gsar                                  on 1998/05/17  22:37:20
5773         Log: sundry whitespace cleanups from maintbranch
5774      Branch: win32/perl
5775            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
5776 ____________________________________________________________________________
5777 [  1007] By: gsar                                  on 1998/05/16  21:59:46
5778         Log: integrate mainline
5779      Branch: win32/perl
5780           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
5781           !> t/op/ipcmsg.t t/op/ipcsem.t
5782 ____________________________________________________________________________
5783 [  1006] By: gsar                                  on 1998/05/16  21:54:23
5784         Log: merge changes#996,998,999 from maintbranch
5785      Branch: win32/perl
5786            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
5787 ____________________________________________________________________________
5788 [  1005] By: gsar                                  on 1998/05/16  21:49:47
5789         Log: merge change#995 from maintbranch, tweak interp.sym and
5790              run embed.pl
5791      Branch: win32/perl
5792            ! embedvar.h interp.sym intrpvar.h perl.c
5793 ____________________________________________________________________________
5794 [  1004] By: gsar                                  on 1998/05/16  21:27:18
5795         Log: merge changes#989,990,992 from maintbranch
5796      Branch: win32/perl
5797            + t/op/die.t
5798            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
5799 ____________________________________________________________________________
5800 [  1003] By: gsar                                  on 1998/05/16  21:16:47
5801         Log: sync config*.gc with others, and verify that nothing from
5802              change#986 needs to be merged
5803      Branch: win32/perl
5804            ! win32/config.gc win32/config_H.gc
5805 ____________________________________________________________________________
5806 [  1002] By: gsar                                  on 1998/05/16  21:04:04
5807         Log: merge change#985 from maintbranch
5808      Branch: win32/perl
5809            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
5810            ! util.c
5811 ____________________________________________________________________________
5812 [  1001] By: gsar                                  on 1998/05/16  17:53:16
5813         Log: add a test to check return value from successful s/// (there was none!)
5814      Branch: win32/perl
5815            ! t/op/subst.t
5816 ____________________________________________________________________________
5817 [  1000] By: gsar                                  on 1998/05/16  17:42:34
5818         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
5819              return a value on the stack
5820      Branch: win32/perl
5821            ! pp_hot.c
5822 ____________________________________________________________________________
5823 [   999] By: TimBunce                              on 1998/05/15  23:04:30
5824         Log: Title:  "Update Porting/makerel script for perforce dir structure"
5825              From:  Tim Bunce
5826              Files:  Porting/makerel
5827      Branch: maint-5.004/perl
5828            ! Porting/makerel
5829 ____________________________________________________________________________
5830 [   998] By: TimBunce                              on 1998/05/15  22:49:55
5831         Log: Title:  "Updated Changes file for trial 3"
5832              From:  Tim Bunce
5833              Files:  Changes
5834      Branch: maint-5.004/perl
5835            ! Changes
5836 ____________________________________________________________________________
5837 [   997] By: gsar                                  on 1998/05/15  22:21:41
5838         Log: merge changes#982,984 from maintbranch
5839      Branch: win32/perl
5840            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
5841            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
5842 ____________________________________________________________________________
5843 [   996] By: TimBunce                              on 1998/05/15  22:19:32
5844         Log: Title:  "Negative array subscript unrecognized in regex"
5845              From:  Mark-Jason Dominus <mjd@plover.com>,
5846              h.sanden@elsevier.nl (Hugo van der Sanden)
5847              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
5848              <199805151514.RAA04121@dorlas.elsevier.nl>
5849              Files:  t/base/lex.t toke.c
5850              
5851              Title:  "Remove e_fp from toke.c after change 955"
5852              From:  Tim Bunce
5853              Files:  toke.c
5854      Branch: maint-5.004/perl
5855            ! t/base/lex.t toke.c
5856 ____________________________________________________________________________
5857 [   995] By: TimBunce                              on 1998/05/15  22:08:32
5858         Log: Title:  "Fix -e security hole (no longer uses temp file)"
5859              From:  Tim Bunce
5860              Files:  embed.h perl.h perl.c
5861      Branch: maint-5.004/perl
5862            ! embed.h perl.c perl.h
5863 ____________________________________________________________________________
5864 [   994] By: gsar                                  on 1998/05/15  22:08:17
5865         Log: merge change#981 from maintbranch, add XXX comment about
5866              supporting %! for usethreads case
5867      Branch: win32/perl
5868            ! gv.c op.c
5869 ____________________________________________________________________________
5870 [   992] By: TimBunce                              on 1998/05/15  22:01:32
5871         Log: Title:  "install non-backwards compatible .pm files into archlib"
5872              From:  Tim Bunce
5873              Files:  installperl
5874              
5875              Title:  "revert "Can't locate" message to original for maintenance"
5876              From:  Tim Bunce
5877              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
5878              Files:  pod/perldiag.pod pp_ctl.c
5879      Branch: maint-5.004/perl
5880            ! installperl pod/perldiag.pod pp_ctl.c
5881 ____________________________________________________________________________
5882 [   991] By: gsar                                  on 1998/05/15  21:35:00
5883         Log: reverse integrate ansiperl (all except the
5884              C<attrs qw(package locked)> stuff, and the duplicate hunks)
5885              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
5886      Branch: win32/perl
5887           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
5888           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
5889           !> utils/perldoc.PL
5890 ____________________________________________________________________________
5891 [   990] By: TimBunce                              on 1998/05/15  16:54:18
5892         Log: Title:  "Add tests for die $ref"
5893              From:  Graham Barr <gbarr@ti.com>
5894              Msg-ID:  <355C6297.121B576B@ti.com>
5895              Files:  MANIFEST t/op/die.t
5896      Branch: maint-5.004/perl
5897            + t/op/die.t
5898            ! MANIFEST
5899 ____________________________________________________________________________
5900 [   989] By: TimBunce                              on 1998/05/15  16:38:19
5901         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
5902              From:  Jarkko Hietaniemi <jhi@iki.fi>
5903              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
5904              Files:  t/op/ipcmsg.t
5905      Branch: maint-5.004/perl
5906            ! t/op/ipcmsg.t
5907 ____________________________________________________________________________
5908 [   988] By: mbeattie                              on 1998/05/15  16:28:08
5909         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
5910              (manually applied and tweaked) to fix up SysV IPC semaphores for
5911              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
5912              t/op/ipcsem.t for platforms which wanted to skip test. Completely
5913              disable ipcsem.t since it doesn't seem to work properly even when
5914              not skipped. This is _65.
5915      Branch: perl
5916            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
5917            ! t/op/ipcmsg.t t/op/ipcsem.t
5918 ____________________________________________________________________________
5919 [   987] By: nick                                  on 1998/05/15  16:03:35
5920         Log: Integrate win32
5921      Branch: ansiperl
5922           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
5923           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
5924           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5925           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
5926           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
5927           +> t/op/pos.t utils/perlcc.PL
5928            - ext/DynaLoader/DynaLoader.pm
5929           !> (integrate 208 files)
5930 ____________________________________________________________________________
5931 [   986] By: TimBunce                              on 1998/05/15  15:28:45
5932         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
5933              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
5934              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
5935              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
5936              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
5937              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
5938              win32/config.bc win32/config.vc win32/config_H.bc
5939              win32/config_H.vc
5940      Branch: maint-5.004/perl
5941            + README.beos beos/nm.c hints/beos.sh
5942            ! Configure MANIFEST Porting/Glossary config_h.SH
5943            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
5944            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
5945            ! win32/config.vc win32/config_H.bc win32/config_H.vc
5946 ____________________________________________________________________________
5947 [   985] By: TimBunce                              on 1998/05/15  15:02:43
5948         Log: Title:  "allow die $ref"
5949              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
5950              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
5951              Files:  pp_ctl.c pp_sys.c util.c
5952              
5953              Title:  "ExtUtils::Manifest could truncate files during "make dist""
5954              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
5955              koenig@kulturbox.de (Andreas J. Koenig)
5956              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
5957              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
5958              Files:  lib/ExtUtils/Manifest.pm
5959              
5960              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
5961              From:  Dan Sugalski <sugalskd@osshe.edu>
5962              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
5963              Files:  lib/AutoSplit.pm
5964              
5965              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
5966              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
5967              J. Koenig), larry@wall.org (Larry Wall)
5968              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
5969              <sfc202c9jsb.fsf@anna.in-berlin.de>,
5970              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
5971              Files:  lib/AutoSplit.pm
5972      Branch: maint-5.004/perl
5973            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
5974            ! util.c
5975 ____________________________________________________________________________
5976 [   984] By: TimBunce                              on 1998/05/15  14:18:52
5977         Log: ------  CORE LANGUAGE  ------
5978              
5979              Title:  "Fix close pipe returning status from wrong child"
5980              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
5981              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
5982              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
5983              Files:  t/io/pipe.t util.c
5984              
5985              Title:  "Avoid English.pm triggering load of Errno.pm"
5986              From:  Tim Bunce
5987              Files:  gv.c lib/English.pm
5988              
5989              ------  DOCUMENTATION  ------
5990              
5991              Title:  "Document child exit cause a parent sleep to end early"
5992              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5993              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
5994              Files:  pod/perlfunc.pod
5995              
5996              ------  EXTENSIONS  ------
5997              
5998              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
5999              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6000              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
6001              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6002              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6003              
6004              Title:  "MM_VMS.pm fixes for building external library"
6005              From:  Dan Sugalski <sugalskd@ous.edu>
6006              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
6007              Files:  lib/ExtUtils/MM_VMS.pm
6008              
6009              Title:  "Appease picky DEC compiler in POSIX.xs"
6010              From:  Dan Sugalski <sugalskd@ous.edu>
6011              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
6012              Files:  ext/POSIX/POSIX.xs
6013              
6014              ------  TESTS  ------
6015              
6016              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
6017              From:  Jarkko Hietaniemi <jhi@iki.fi>
6018              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
6019              Files:  t/op/ipcsem.t
6020              
6021              Title:  "Fix doc bug for system() return value"
6022              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
6023              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
6024              Files:  pod/perlfunc.pod t/op/exec.t
6025              
6026              ------  UTILITIES  ------
6027              
6028              Title:  "Avoid possible constant autoload loop"
6029              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
6030              Zakharevich <ilya@math.ohio-state.edu>
6031              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
6032              <355B475A.C5AD4B90@ti.com>,
6033              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
6034              Files:  utils/h2xs.PL
6035              
6036              Title:  "Further improvements to h2ph.PL"
6037              From:  kstar@chapin.edu
6038              Msg-ID:  <199805130241.WAA25459@chapin.edu>
6039              Files:  utils/h2ph.PL
6040      Branch: maint-5.004/perl
6041            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6042            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6043            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
6044            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
6045            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
6046
6047 ----------------
6048 Version 5.004_64
6049 ----------------
6050
6051 ____________________________________________________________________________
6052 [   983] By: mbeattie                              on 1998/05/15  14:04:17
6053         Log: Integrate win32 branch into mainline.
6054      Branch: perl
6055           +> Porting/patching.pod t/op/defins.t
6056           !> (integrate 107 files)
6057 ____________________________________________________________________________
6058 [   982] By: TimBunce                              on 1998/05/15  12:33:26
6059         Log: Title:  "comment init_postdump_symbols issues"
6060              From:  Tim Bunce
6061              Files:  perl.c
6062              
6063              Title:  "Improve sort docs re SUBNAME"
6064              From:  circle@azstarnet.com
6065              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
6066              Files:  pod/perlfunc.pod
6067      Branch: maint-5.004/perl
6068            ! perl.c pod/perlfunc.pod
6069 ____________________________________________________________________________
6070 [   981] By: TimBunce                              on 1998/05/15  11:47:28
6071         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
6072              From:  Graham Barr <gbarr@ti.com>
6073              Msg-ID:  <355080CD.1111BC81@ti.com>
6074              Files:  gv.c
6075      Branch: maint-5.004/perl
6076            ! gv.c
6077 ____________________________________________________________________________
6078 [   980] By: gsar                                  on 1998/05/15  06:16:13
6079         Log: add doc for C<+{}> vs. C<{;}> disambiguation
6080      Branch: win32/perl
6081            ! pod/perlref.pod
6082 ____________________________________________________________________________
6083 [   979] By: gsar                                  on 1998/05/15  04:59:47
6084         Log: tweaks to win32 makefiles.  This version builds and passes all
6085              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
6086      Branch: win32/perl
6087            ! win32/Makefile win32/makefile.mk
6088 ____________________________________________________________________________
6089 [   978] By: gsar                                  on 1998/05/15  02:41:58
6090         Log: merge changes#922,944,949,965,970 from maintbranch
6091      Branch: win32/perl
6092            + Porting/patching.pod t/op/defins.t
6093            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
6094            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
6095            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
6096            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
6097            ! utils/perlbug.PL
6098 ____________________________________________________________________________
6099 [   977] By: gsar                                  on 1998/05/15  02:15:25
6100         Log: merge changes#906,907,909,910 from maintbranch
6101      Branch: win32/perl
6102            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
6103            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
6104            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
6105            ! util.c
6106 ____________________________________________________________________________
6107 [   976] By: gsar                                  on 1998/05/15  01:34:53
6108         Log: merge change#905 from maintbranch, minor fixes to get
6109              clean build+test on Solaris
6110      Branch: win32/perl
6111            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
6112            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
6113            ! regcomp.c sv.c t/op/taint.t toke.c
6114 ____________________________________________________________________________
6115 [   975] By: gsar                                  on 1998/05/14  23:34:26
6116         Log: merge change#904 from maintbranch
6117      Branch: win32/perl
6118            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
6119            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
6120            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
6121            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
6122            ! vms/descrip.mms
6123 ____________________________________________________________________________
6124 [   974] By: gsar                                  on 1998/05/14  23:11:05
6125         Log: merge change#897 from maintbranch
6126      Branch: win32/perl
6127            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
6128            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
6129            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
6130            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
6131            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
6132            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
6133            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6134            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
6135            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
6136            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
6137            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6138            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6139            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
6140            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
6141            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
6142            ! win32/config_H.bc win32/config_H.vc win32/win32.c
6143            ! x2p/find2perl.PL
6144 ____________________________________________________________________________
6145 [   973] By: gsar                                  on 1998/05/14  22:24:26
6146         Log: integrate mainline
6147      Branch: win32/perl
6148            + Porting/Contract
6149           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
6150           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
6151           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
6152           +> utils/perlcc.PL
6153            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
6154            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
6155            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
6156            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6157            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
6158            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
6159            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
6160            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
6161            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
6162            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
6163            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
6164            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
6165            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6166            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6167            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
6168            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
6169            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
6170            ! win32/config.vc win32/config_H.bc win32/config_H.vc
6171            ! win32/win32.c x2p/find2perl.PL
6172           !> (integrate 59 files)
6173 ____________________________________________________________________________
6174 [   972] By: nick                                  on 1998/05/14  18:09:01
6175         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
6176              Remove K&R style functions, avoid struct/typedef clash. 
6177      Branch: ansiperl
6178            ! bytecode.h byterun.c sv.c toke.c
6179 ____________________________________________________________________________
6180 [   971] By: TimBunce                              on 1998/05/14  16:52:19
6181         Log: 
6182              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
6183              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6184              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
6185              Files:  pp.c
6186      Branch: maint-5.004/perl
6187            ! pp.c
6188 ____________________________________________________________________________
6189 [   970] By: TimBunce                              on 1998/05/14  16:18:06
6190         Log: 
6191              Title:  "perlbug reformatted"
6192              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
6193              <hv@crypt0.demon.co.uk>
6194              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
6195              <l03130300b17cebcb6d33@[194.222.64.89]>,
6196              <v03110702b17ccbab6824@[195.95.102.67]>
6197              Files:  utils/perlbug.PL
6198      Branch: maint-5.004/perl
6199            ! utils/perlbug.PL
6200 ____________________________________________________________________________
6201 [   969] By: mbeattie                              on 1998/05/14  16:15:09
6202         Log: Integrate win32 branch into mainline
6203      Branch: perl
6204           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
6205           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
6206            - ext/DynaLoader/DynaLoader.pm
6207           !> (integrate 118 files)
6208 ____________________________________________________________________________
6209 [   968] By: mbeattie                              on 1998/05/14  16:05:57
6210         Log: Bump patchlevel to 65
6211      Branch: perl
6212            ! patchlevel.h
6213 ____________________________________________________________________________
6214 [   967] By: mbeattie                              on 1998/05/14  16:05:19
6215         Log: Another fixup of MANIFEST
6216      Branch: perl
6217            ! MANIFEST
6218 ____________________________________________________________________________
6219 [   966] By: mbeattie                              on 1998/05/14  16:02:20
6220         Log: Add missing files to MANIFEST
6221      Branch: perl
6222            ! MANIFEST
6223 ____________________________________________________________________________
6224 [   965] By: TimBunce                              on 1998/05/14  16:00:11
6225         Log: 
6226              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
6227              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6228              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
6229              Files:  gv.h gv.c op.c
6230      Branch: maint-5.004/perl
6231            ! gv.c gv.h op.c
6232 ____________________________________________________________________________
6233 [   964] By: mbeattie                              on 1998/05/14  15:58:01
6234         Log: Subject: [PATCH] Using Getopts::* with strict vars
6235              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
6236              From: Tom Phoenix <rootbeer@teleport.com>
6237      Branch: perl
6238            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
6239 ____________________________________________________________________________
6240 [   963] By: mbeattie                              on 1998/05/14  15:56:53
6241         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
6242              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
6243              From: epeschko@den-mdev1 (Ed Peschko)
6244      Branch: perl
6245            + utils/perlcc.PL
6246            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
6247            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
6248 ____________________________________________________________________________
6249 [   962] By: mbeattie                              on 1998/05/14  15:45:28
6250         Log: From: Dan Sugalski <sugalskd@ous.edu>
6251              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
6252              Date: Wed, 08 Apr 1998 17:08:48 -0700
6253              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
6254              Date: Fri, 08 May 1998 10:49:16 -0700
6255      Branch: perl
6256            ! ext/Thread/Thread.pm
6257 ____________________________________________________________________________
6258 [   961] By: mbeattie                              on 1998/05/14  15:43:39
6259         Log: Subject: Consolidated patch to 5.004_64
6260              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
6261              From: Charles Bailey <BAILEY@newman.upenn.edu>
6262      Branch: perl
6263            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
6264            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
6265            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
6266            ! vms/perlvms.pod
6267 ____________________________________________________________________________
6268 [   960] By: mbeattie                              on 1998/05/14  15:41:41
6269         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
6270              Date: 07 Apr 1998 18:31:21 +0200
6271              From: JVromans@Squirrel.nl (Johan Vromans)
6272      Branch: perl
6273            ! lib/Getopt/Long.pm
6274 ____________________________________________________________________________
6275 [   959] By: mbeattie                              on 1998/05/14  15:39:29
6276         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6277              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
6278              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
6279              Subject: [PATCH] perl 5.004_64+Config_04
6280              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
6281      Branch: perl
6282            ! lib/Benchmark.pm pod/perlfunc.pod
6283 ____________________________________________________________________________
6284 [   958] By: mbeattie                              on 1998/05/14  15:36:30
6285         Log: From: kstar@chapin.edu
6286              Subject: [PATCH] hints for Irix 6
6287              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
6288              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
6289              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
6290      Branch: perl
6291            ! INSTALL hints/irix_6.sh installperl
6292 ____________________________________________________________________________
6293 [   957] By: mbeattie                              on 1998/05/14  15:33:48
6294         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
6295              Date: Mon, 06 Apr 1998 21:09:24 +0200
6296              From: Achim Bohnet <ach@mpe.mpg.de>
6297      Branch: perl
6298            ! lib/ExtUtils/Install.pm
6299 ____________________________________________________________________________
6300 [   956] By: mbeattie                              on 1998/05/14  15:32:39
6301         Log: Subject: [PATCH] Config: Irix 5 hints
6302              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
6303              From: kstar@O2.chapin.edu
6304      Branch: perl
6305            ! hints/irix_5.sh
6306 ____________________________________________________________________________
6307 [   955] By: mbeattie                              on 1998/05/14  15:31:12
6308         Log: Subject: PATCH: h2ph produces incorrect code
6309              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
6310              From: Billy <wdconsta@cs.adelaide.edu.au>
6311      Branch: perl
6312            ! utils/h2ph.PL
6313 ____________________________________________________________________________
6314 [   954] By: mbeattie                              on 1998/05/14  15:29:27
6315         Log: Subject: [PATCH] perldebug.pod
6316              Date: Mon, 6 Apr 1998 00:36:57 -0600
6317              From: jason stewart <jasons@sandy-home.arc.unm.edu>
6318      Branch: perl
6319            ! pod/perldebug.pod
6320 ____________________________________________________________________________
6321 [   953] By: mbeattie                              on 1998/05/14  15:28:00
6322         Log: From: Dominic Dunlop <domo@vo.lu>
6323              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
6324              Date: Wed, 6 May 1998 14:39:32 +0000
6325              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
6326              Date: Sat, 4 Apr 1998 19:44:34 +0000
6327      Branch: perl
6328            ! hints/machten.sh t/op/hashwarn.t
6329 ____________________________________________________________________________
6330 [   952] By: mbeattie                              on 1998/05/14  15:23:19
6331         Log: New pod/perldelta.pod (previous one branched in last change):
6332              Subject: [PATCH 5.004_64] Start new perldelta
6333              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6334              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6335      Branch: perl
6336            + pod/perldelta.pod
6337 ____________________________________________________________________________
6338 [   951] By: mbeattie                              on 1998/05/14  15:20:43
6339         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6340              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
6341              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
6342              Subject: [PATCH 5.004_64] Start new perldelta
6343              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6344              (above branched perldelta -> perldelta4, new perldelta will be
6345              created/added next change)
6346              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
6347              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
6348      Branch: perl
6349            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6350            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6351           +> pod/perldelta4.pod
6352            - pod/perldelta.pod
6353            ! MANIFEST hints/svr4.sh
6354 ____________________________________________________________________________
6355 [   949] By: TimBunce                              on 1998/05/14  15:11:30
6356         Log: 
6357              Title:  "while($x=<>) no longer warns (implicit defined added)"
6358              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
6359              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
6360              Files:  MANIFEST op.c t/op/defins.t
6361      Branch: maint-5.004/perl
6362            + t/op/defins.t
6363            ! MANIFEST op.c
6364 ____________________________________________________________________________
6365 [   948] By: mbeattie                              on 1998/05/14  15:09:51
6366         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6367              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
6368              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
6369              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
6370              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
6371              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
6372              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
6373              Subject: [PATCH 5.004_64] Config_64-03-04.diff
6374              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
6375      Branch: perl
6376            + README.beos beos/nm.c hints/beos.sh
6377            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
6378            ! Porting/Glossary Porting/config.sh Porting/config_H
6379            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
6380            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
6381            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
6382            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
6383            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
6384            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
6385            ! win32/config.vc win32/config_H.bc win32/config_H.vc
6386 ____________________________________________________________________________
6387 [   946] By: TimBunce                              on 1998/05/14  15:07:06
6388         Log: 
6389              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
6390              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6391              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
6392              Files:  perl.c sv.c t/op/misc.t
6393      Branch: maint-5.004/perl
6394            ! perl.c sv.c t/op/misc.t
6395 ____________________________________________________________________________
6396 [   945] By: mbeattie                              on 1998/05/14  15:00:31
6397         Log: Subject: Perl Social Contract
6398              Date: 13 Apr 1998 06:16:59 -0700
6399              From: Russ Allbery <rra@stanford.edu>
6400      Branch: perl
6401            + Porting/Contract
6402 ____________________________________________________________________________
6403 [   944] By: TimBunce                              on 1998/05/14  14:59:37
6404         Log: 
6405              Title:  "5.004_04-m2 Cleanup of test failures"
6406              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6407              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
6408              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6409              win32/config.bc win32/config.vc
6410      Branch: maint-5.004/perl
6411            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6412            ! win32/config.bc win32/config.vc
6413 ____________________________________________________________________________
6414 [   943] By: mbeattie                              on 1998/05/14  14:58:13
6415         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
6416              Subject: [PATCH 5.004_64] Test.pm update
6417              Date: Sat, 4 Apr 1998 08:33:50 -0500
6418              Subject: [PATCH 5.004_64] modcount + comments
6419              Date: Fri, 17 Apr 1998 16:07:35 -0400
6420      Branch: perl
6421            ! lib/Test.pm op.c thrdvar.h
6422 ____________________________________________________________________________
6423 [   942] By: mbeattie                              on 1998/05/14  14:49:43
6424         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6425              Subject: [PATCH 5.004_64] newSV
6426              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
6427              Subject: [PATCH 5.004_64] Cryptic error from B::CC
6428              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
6429      Branch: perl
6430            ! ext/B/B/CC.pm handy.h proto.h sv.c
6431 ____________________________________________________________________________
6432 [   941] By: mbeattie                              on 1998/05/14  14:47:29
6433         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6434              Subject: [PATCH 5.004_64] anydbm.t
6435              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
6436              Subject: [PATCH 5.004_64] threads on OS/2
6437              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
6438              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
6439              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
6440              Subject: [PATCH 5.004_64] Immediate stop in debugger
6441              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
6442              Subject: [PATCH 5.005_64] ptags broken
6443              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
6444              Subject: [PATCH 5.004_64] Document switch syntax via RE
6445              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
6446      Branch: perl
6447            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6448            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
6449            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
6450 ____________________________________________________________________________
6451 [   940] By: mbeattie                              on 1998/05/14  14:38:44
6452         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
6453              Date: Fri, 03 Apr 1998 16:01:57 -0800
6454              From: Dan Sugalski <sugalskd@osshe.edu>
6455      Branch: perl
6456            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
6457            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
6458 ____________________________________________________________________________
6459 [   939] By: mbeattie                              on 1998/05/14  14:35:42
6460         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
6461              Date: Fri, 03 Apr 1998 13:58:15 -0800
6462              From: Dan Sugalski <sugalskd@osshe.edu>
6463      Branch: perl
6464            ! perl.c
6465 ____________________________________________________________________________
6466 [   938] By: gsar                                  on 1998/05/14  10:53:55
6467         Log: merge change#896 from maintbranch
6468      Branch: win32/perl
6469            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
6470            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
6471            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
6472            ! t/op/gv.t t/op/misc.t t/op/pack.t
6473 ____________________________________________________________________________
6474 [   937] By: gsar                                  on 1998/05/14  09:31:34
6475         Log: merge change#887 from maintbranch
6476      Branch: win32/perl
6477            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
6478            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
6479            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
6480            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
6481            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
6482            ! t/op/stat.t toke.c utils/h2xs.PL
6483 ____________________________________________________________________________
6484 [   936] By: gsar                                  on 1998/05/14  09:06:18
6485         Log: merge change#886 from maintbranch
6486      Branch: win32/perl
6487            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
6488            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
6489            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
6490            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
6491            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6492            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
6493            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
6494            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
6495            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
6496            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
6497            ! vms/test.com
6498 ____________________________________________________________________________
6499 [   935] By: gsar                                  on 1998/05/14  07:00:02
6500         Log: merge changes#872,873 from maintbranch
6501      Branch: win32/perl
6502            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
6503            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
6504            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
6505            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
6506            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
6507            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
6508            ! utils/perldoc.PL
6509 ____________________________________________________________________________
6510 [   934] By: gsar                                  on 1998/05/14  06:24:38
6511         Log: merge changes#755..759,763,764 from maintbranch
6512      Branch: win32/perl
6513            + hints/openbsd.sh
6514            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
6515            ! t/op/pos.t utils/perldoc.PL
6516 ____________________________________________________________________________
6517 [   933] By: gsar                                  on 1998/05/14  06:07:31
6518         Log: merge change#754 from maintbranch
6519      Branch: win32/perl
6520            ! perl.c
6521 ____________________________________________________________________________
6522 [   932] By: gsar                                  on 1998/05/14  06:03:50
6523         Log: merge changes#752,753 from maintbranch
6524      Branch: win32/perl
6525            + t/op/pos.t
6526            ! README ext/GDBM_File/GDBM_File.pm
6527            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
6528 ____________________________________________________________________________
6529 [   931] By: gsar                                  on 1998/05/14  05:51:19
6530         Log: merge change#745 from maintbranch
6531      Branch: win32/perl
6532            + ext/DynaLoader/DynaLoader.pm.PL
6533            - ext/DynaLoader/DynaLoader.pm
6534            ! MANIFEST ext/DynaLoader/Makefile.PL
6535 ____________________________________________________________________________
6536 [   930] By: nick                                  on 1998/05/13  20:39:59
6537         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
6538      Branch: ansiperl
6539            ! utils/perldoc.PL
6540           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
6541           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
6542           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
6543           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6544           !> win32/makedef.pl win32/makefile.mk
6545 ____________________________________________________________________________
6546 [   929] By: gsar                                  on 1998/05/13  10:13:36
6547         Log: merge change#687 from maintbranch
6548      Branch: win32/perl
6549            ! pod/perlfunc.pod
6550 ____________________________________________________________________________
6551 [   928] By: gsar                                  on 1998/05/13  10:08:13
6552         Log: merge change#683 from maintbranch
6553      Branch: win32/perl
6554            ! pod/perlguts.pod
6555 ____________________________________________________________________________
6556 [   927] By: gsar                                  on 1998/05/13  09:51:43
6557         Log: merge change#681 from maintbranch
6558      Branch: win32/perl
6559            ! ext/Fcntl/Fcntl.pm
6560 ____________________________________________________________________________
6561 [   926] By: gsar                                  on 1998/05/13  09:47:11
6562         Log: merge change#664 from maint branch
6563      Branch: win32/perl
6564            ! regcomp.c regcomp.h regexec.c
6565 ____________________________________________________________________________
6566 [   925] By: gsar                                  on 1998/05/13  08:55:28
6567         Log: merge missing part of change#663 from maint branch
6568      Branch: win32/perl
6569            ! op.c
6570 ____________________________________________________________________________
6571 [   924] By: gsar                                  on 1998/05/12  18:50:04
6572         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
6573              and seems to generate problematic code for PII.
6574      Branch: win32/perl
6575            ! win32/makefile.mk
6576 ____________________________________________________________________________
6577 [   923] By: gsar                                  on 1998/05/12  16:24:02
6578         Log: fix test failure
6579              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
6580              Date:    Tue, 12 May 1998 10:40:57 BST
6581              From:    Nick.Ing-Simmons@tiuk.ti.com
6582              Subject: test buglet
6583      Branch: win32/perl
6584            ! t/op/hashwarn.t
6585 ____________________________________________________________________________
6586 [   922] By: TimBunce                              on 1998/05/11  20:58:58
6587         Log: Assorted patches:
6588              
6589              ------  CORE LANGUAGE  ------
6590              
6591              Title:  "incorrect return value for hv_iterinit"
6592              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6593              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
6594              Files:  pod/perlguts.pod hv.c
6595              
6596              ------  DOCUMENTATION  ------
6597              
6598              Title:  "perlvar.pod buglet E<EVMSERR>"
6599              From:  Achim Bohnet <ach@mpe.mpg.de>
6600              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
6601              Files:  pod/perlvar.pod
6602              
6603              Title:  "Improve docs for warning about code after an exec()"
6604              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
6605              <chaimf@concentric.net>
6606              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
6607              <m3ra22qn1z.fsf@chany-p100.emwp.com>
6608              Files:  pod/perlfunc.pod
6609              
6610              Title:  "Remove dead code from pod2man"
6611              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6612              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
6613              Files:  pod/pod2man.PL
6614              
6615              Title:  "tweak doc for C<do FILENAME>"
6616              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6617              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
6618              Files:  pod/perlfunc.pod
6619              
6620              Title:  "Document integer pragma effect on % operator"
6621              From:  Gisle Aas <gisle@aas.no>
6622              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
6623              Files:  pod/perlop.pod
6624              
6625              Title:  "Reduce rm command line length in pod/Makefile"
6626              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
6627              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
6628              Files:  pod/Makefile
6629              
6630              ------  EXTENSIONS  ------
6631              
6632              Title:  "Clarify Termios usage in POSIX.pod"
6633              From:  Rocco Caputo <troc@netrus.net>
6634              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
6635              Files:  ext/POSIX/POSIX.pod
6636              
6637              ------  LIBRARY  ------
6638              
6639              Title:  "Fix File::Find::finddepth typo in trial 2 release"
6640              From:  koenig@kulturbox.de (Andreas J. Koenig)
6641              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
6642              Files:  lib/File/Find.pm t/lib/filefind.t
6643              
6644              ------  PORTABILITY - GENERAL  ------
6645              
6646              Title:  "Add Porting/patching.pod document"
6647              From:  Daniel Grisinger <dgris@tdrenterprises.com>
6648              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
6649              Files:  MANIFEST Porting/patching.pod
6650              
6651              Title:  "hints/machten.sh: disable semctl(), align with devel version"
6652              From:  Dominic Dunlop <domo@vo.lu>
6653              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
6654              Files:  hints/machten.sh
6655              
6656              Title:  "Add VMS specifics to Porting/makerel"
6657              From:  Charles Bailey <BAILEY@newman.upenn.edu>
6658              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
6659              <199804271732.SAA13762@toad.ig.co.uk>,
6660              <9804250212.AA27695@forte.com>
6661              Files:  Porting/makerel
6662      Branch: maint-5.004/perl
6663            + Porting/patching.pod
6664            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
6665            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
6666            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
6667            ! t/lib/filefind.t
6668 ____________________________________________________________________________
6669 [   921] By: gsar                                  on 1998/05/10  02:28:03
6670         Log: various tweaks to makefiles
6671      Branch: win32/perl
6672            ! win32/Makefile win32/makedef.pl win32/makefile.mk
6673 ____________________________________________________________________________
6674 [   920] By: gsar                                  on 1998/05/10  02:27:19
6675         Log: fix ExtUtils::Liblist mishandling paths with spaces
6676      Branch: win32/perl
6677            ! lib/ExtUtils/Liblist.pm
6678 ____________________________________________________________________________
6679 [   919] By: gsar                                  on 1998/05/09  17:10:15
6680         Log: minor cleanup
6681      Branch: win32/perl
6682            ! MANIFEST perl.c
6683 ____________________________________________________________________________
6684 [   918] By: gsar                                  on 1998/05/09  17:09:09
6685         Log: protect sortcop from C<sort { sort { ... } ... } ...>
6686              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
6687              Date:    Fri, 08 May 1998 19:33:44 EDT
6688              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
6689              Subject: [PATCH] Re: double recursion in sort 
6690      Branch: win32/perl
6691            ! pp_ctl.c t/op/runlevel.t
6692 ____________________________________________________________________________
6693 [   917] By: gsar                                  on 1998/05/09  17:05:55
6694         Log: c
6695      Branch: win32/perl
6696            ! win32/config.bc win32/config.gc win32/config.vc
6697 ____________________________________________________________________________
6698 [   916] By: gsar                                  on 1998/05/07  03:40:15
6699         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
6700      Branch: win32/perl
6701            ! pp.c
6702 ____________________________________________________________________________
6703 [   915] By: mbeattie                              on 1998/05/06  13:08:29
6704         Log: Speed up pp_entersub for usethreads with only 1 thread running.
6705      Branch: perl
6706            ! pp_hot.c
6707 ____________________________________________________________________________
6708 [   914] By: gsar                                  on 1998/05/03  18:44:38
6709         Log: make hv_iterinit() return HvKEYS()
6710              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
6711              Date:    Sat, 02 May 1998 16:29:22 EDT
6712              From:    "SynaptiCAD, Inc." <sales@syncad.com>
6713              Subject: incorrect return value for hv_iterinit
6714      Branch: win32/perl
6715            ! hv.c pod/perlguts.pod
6716 ____________________________________________________________________________
6717 [   913] By: TimBunce                              on 1998/05/01  22:38:38
6718         Log: Update MANIFEST for trial 2.
6719              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
6720      Branch: maint-5.004/perl
6721            ! MANIFEST
6722 ____________________________________________________________________________
6723 [   912] By: TimBunce                              on 1998/05/01  22:30:29
6724         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
6725      Branch: maint-5.004/perl
6726            + t/op/tiehandle.t
6727 ____________________________________________________________________________
6728 [   911] By: TimBunce                              on 1998/05/01  21:35:03
6729         Log: 
6730              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
6731              From:  timbo@ig.co.uk (Tim Bunce)
6732              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
6733              Files:  perl.h
6734              
6735              Title:  "Add WRITE & CLOSE to TIEHANDLE"
6736              From:  Graham Barr <gbarr@pobox.com>
6737              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
6738              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
6739      Branch: maint-5.004/perl
6740            + lib/Tie/Handle.pm
6741            ! perl.h pod/perltie.pod pp_sys.c
6742 ____________________________________________________________________________
6743 [   910] By: TimBunce                              on 1998/05/01  20:47:47
6744         Log: 
6745              Title:  "Add warning for Illegal hex digit"
6746              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
6747              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
6748              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
6749              <199804271409.PAA12819@toad.ig.co.uk>,
6750              <199804280307.WAA12332@psasolar.psa.pencom.com>
6751              Files:  pod/perldiag.pod util.c
6752              
6753              Title:  "perl_call_method() bug fix (corrupt op pointer)"
6754              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
6755              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
6756              Files:  perl.c
6757              
6758              Title:  "Fix printf segmentation fault"
6759              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
6760              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
6761              Files:  pp_hot.c
6762              
6763              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
6764              From:  Charles Bailey <BAILEY@newman.upenn.edu>
6765              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
6766              Files:  pod/perlsub.pod
6767      Branch: maint-5.004/perl
6768            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
6769 ____________________________________________________________________________
6770 [   909] By: TimBunce                              on 1998/05/01  19:44:47
6771         Log: 
6772              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
6773              Files:  doio.c util.c
6774      Branch: maint-5.004/perl
6775            ! doio.c util.c
6776 ____________________________________________________________________________
6777 [   908] By: gsar                                  on 1998/05/01  19:21:02
6778         Log: add AS patch#20 (exposes more global constants)
6779      Branch: asperl
6780            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
6781            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
6782            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
6783 ____________________________________________________________________________
6784 [   907] By: TimBunce                              on 1998/05/01  17:50:46
6785         Log: 
6786              Title:  "Runtime Carp verbosity without aliasing"
6787              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
6788              Msg-ID:  <H00000e50003936c@MHS>
6789              Files:  lib/Carp.pm
6790              
6791              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
6792              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
6793              <rootbeer@teleport.com>
6794              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
6795              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
6796              Files:  lib/File/Basename.pm
6797      Branch: maint-5.004/perl
6798            ! lib/Carp.pm lib/File/Basename.pm
6799 ____________________________________________________________________________
6800 [   906] By: TimBunce                              on 1998/04/28  11:04:49
6801         Log: 
6802              ------  CORE LANGUAGE  ------
6803              
6804              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
6805              references in LVs"
6806              From:  Spider Boardman <spider@orb.nashua.nh.us>
6807              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
6808              <19980422164037.D29222@perl.org>
6809              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
6810              pp.c sv.c
6811              
6812              Title:  "Fix SvGMAGIC typo in change 904"
6813              Files:  doop.c
6814      Branch: maint-5.004/perl
6815            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
6816            ! proto.h sv.c
6817 ____________________________________________________________________________
6818 [   905] By: TimBunce                              on 1998/04/28  10:32:20
6819         Log: Regexp patches
6820              
6821              Title:  "New regex flag //t to leave $1 etc. tainted"
6822              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
6823              Msg-ID:  <19980310192640.37826@cyprus>
6824              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
6825              t/op/taint.t toke.c
6826              
6827              Title:  "Don't accidentally untaint target of s///"
6828              From:  Chip Salzenberg <chip@pobox.com>
6829              Msg-ID:  <19980310151756.24767@cyprus>
6830              Files:  pp_ctl.c pp_hot.c t/op/taint.t
6831              
6832              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
6833              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
6834              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
6835              Files:  regcomp.c
6836      Branch: maint-5.004/perl
6837            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
6838            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
6839 ____________________________________________________________________________
6840 [   904] By: TimBunce                              on 1998/04/27  20:20:21
6841         Log: Assorted patches:
6842              
6843              ------  CORE LANGUAGE  ------
6844              
6845              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
6846              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
6847              <Tim.Bunce@ig.co.uk>
6848              Msg-ID:  <19980424080630.D13985@perl.org>
6849              Files:  doop.c
6850              
6851              Title:  "Better error message for require failure"
6852              From:  epeschko@den-mdev1 (Ed Peschko)
6853              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
6854              Files:  pod/perldiag.pod pp_ctl.c
6855              
6856              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
6857              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6858              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
6859              Files:  perl.c
6860              
6861              Title:  "Fix nice_chunk memory leak"
6862              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6863              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
6864              Files:  sv.c
6865              
6866              Title:  "-2.0 vs. -2 (was Number representations)"
6867              From:  Chip Salzenberg <chip@pobox.com>
6868              Msg-ID:  <19980309185652.11231@cyprus>
6869              Files:  op.c
6870              
6871              Title:  "perl.c fixes for -DUNEXEC"
6872              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
6873              <mwette@mr-ed.jpl.nasa.gov>
6874              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
6875              Files:  perl.c
6876              
6877              ------  DOCUMENTATION  ------
6878              
6879              Title:  "perlcall is Perl from C, not C from Perl"
6880              From:  Steve A Fink <sfink@cs.berkeley.edu>
6881              Files:  pod/perlembed.pod
6882              
6883              Title:  "Clarify require "Foo::Bar" non-bareword issue"
6884              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
6885              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
6886              Files:  pod/perlfunc.pod
6887              
6888              Title:  "(repost) new text for perlsec", "new text for perlsec"
6889              From:  Tom Phoenix <rootbeer@teleport.com>
6890              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
6891              Files:  pod/perlsec.pod
6892              
6893              ------  EXTENSIONS  ------
6894              
6895              Title:  "IO::Socket->socketpair broken (typo)"
6896              From:  Olaf Titz <olaf@bigred.inka.de>
6897              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
6898              Files:  ext/IO/lib/IO/Socket.pm
6899              
6900              Title:  "NDBM_File man page needs Fcntl"
6901              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
6902              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
6903              Files:  ext/NDBM_File/NDBM_File.pm
6904              
6905              ------  LIBRARY  ------
6906              
6907              Title:  "Documentation discrepancy: pragmatic modules"
6908              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
6909              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
6910              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
6911              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
6912              
6913              ------  PORTABILITY - GENERAL  ------
6914              
6915              Title:  "Updated hints file for svr4"
6916              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6917              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
6918              Files:  hints/svr4.sh
6919              
6920              Title:  "Pumpkin update -- shared libperl.so location"
6921              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6922              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
6923              Files:  Porting/pumpkin.pod
6924              
6925              Title:  "perl compile fix for AIX 4.3"
6926              From:  Jens-Uwe Mager <jum@helios.de>
6927              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
6928              Files:  ext/DynaLoader/dl_aix.xs
6929              
6930              Title:  "Dynaloader build on VMS",
6931              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
6932              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
6933              Files:  vms/descrip.mms
6934              
6935              ------  UTILITIES  ------
6936              
6937              Title:  "Major update to h2ph.PL"
6938              From:  Billy <wdconsta@cs.adelaide.edu.au>
6939              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
6940              Files:  utils/h2ph.PL
6941      Branch: maint-5.004/perl
6942            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
6943            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
6944            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
6945            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
6946            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
6947 ____________________________________________________________________________
6948 [   903] By: gsar                                  on 1998/04/25  22:27:19
6949         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
6950      Branch: asperl
6951            ! win32/GenCAPI.pl
6952 ____________________________________________________________________________
6953 [   902] By: nick                                  on 1998/04/25  16:35:08
6954         Log: Case sensitive tweak to perldoc.PL
6955      Branch: ansiperl
6956            ! utils/perldoc.PL
6957 ____________________________________________________________________________
6958 [   901] By: nick                                  on 1998/04/25  15:16:54
6959         Log: Implement use attrs qw(locked package);
6960              Passes all tests except posix (hangs/dies) in sigaction test after 
6961              printing "ok 9".
6962      Branch: ansiperl
6963            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
6964 ____________________________________________________________________________
6965 [   900] By: nick                                  on 1998/04/25  13:58:17
6966         Log: Auto-insert defined() test in while when test expression is 
6967              readline (i.e. <>), glob, readdir, or each.
6968      Branch: ansiperl
6969            + t/op/defins.t
6970            ! op.c pod/perlop.pod
6971 ____________________________________________________________________________
6972 [   899] By: nick                                  on 1998/04/25  13:14:52
6973         Log: Resolve ansiperl against win32 branch
6974      Branch: ansiperl
6975           +> (branch 53 files)
6976            - config_H
6977           !> (integrate 227 files)
6978 ____________________________________________________________________________
6979 [   898] By: gsar                                  on 1998/04/24  17:01:05
6980         Log: add AS patch#18
6981      Branch: asperl
6982            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
6983 ____________________________________________________________________________
6984 [   897] By: TimBunce                              on 1998/04/23  19:49:22
6985         Log: Assorted patches:
6986              
6987              ------  CORE LANGUAGE  ------
6988              
6989              Title:  "fix for "Unbalanced string table refcount""
6990              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6991              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
6992              Files:  sv.c
6993              
6994              Title:  "Allow more lenient switch processing"
6995              From:  "John L. Allen" <allen@grumman.com>
6996              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
6997              Files:  perl.c
6998              
6999              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
7000              From:  Gisle Aas <gisle@aas.no>
7001              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
7002              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
7003              
7004              Title:  "Odd number of elements in hash list."
7005              From:  Tom Phoenix <rootbeer@teleport.com>
7006              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
7007              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
7008              
7009              Title:  "another destruct_level fix"
7010              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7011              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
7012              Files:  hv.c
7013              
7014              Title:  "bidirectional pipe warning blues"
7015              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
7016              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
7017              Files:  doio.c
7018              
7019              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
7020              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
7021              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
7022              Files:  pp_hot.c pp_sys.c
7023              
7024              Title:  "unimplemented umask() should return undef not die"
7025              From:  kstar@chapin.edu (Kurt D. Starsinic)
7026              Msg-ID:  <199803120515.VAA08660@chapin.edu>
7027              Files:  pod/perlfunc.pod pp_sys.c
7028              
7029              Title:  "warning for: bless $foo, """
7030              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
7031              Msg-ID:  <H00000e5000378a0@MHS>
7032              Files:  pod/perldiag.pod pp.c
7033              
7034              ------  DOCUMENTATION  ------
7035              
7036              Title:  "Mention SWIG in perlxs.pod"
7037              From:  Steve A Fink <sfink@cs.berkeley.edu>
7038              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
7039              Files:  pod/perlxs.pod
7040              
7041              Title:  "fix-up of previous perlre.pod patch"
7042              From:  Ted Ashton <ashted@southern.edu>
7043              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
7044              Files:  pod/perlre.pod
7045              
7046              Title:  "long list of man page nitpicks"
7047              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
7048              <tchrist@jhereg.perl.com>
7049              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
7050              <199804222204.QAA20805@jhereg.perl.com>
7051              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
7052              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
7053              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7054              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
7055              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
7056              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
7057              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
7058              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
7059              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
7060              pod/pod2man.PL
7061              
7062              Title:  "document that system() does not set $! when it fails"
7063              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
7064              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
7065              Files:  pod/perlfunc.pod
7066              
7067              Title:  "Fix pod/roffitall execute permission"
7068              From:  lvirden@cas.org
7069              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
7070              Files:  pod/roffitall
7071              
7072              Title:  "document when split ignores trailing empty fields"
7073              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
7074              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
7075              Files:  pod/perlfunc.pod
7076              
7077              ------  EXTENSIONS  ------
7078              
7079              Title:  "Buglet in Opcode.pm documentation"
7080              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
7081              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
7082              Files:  ext/Opcode/Opcode.pm
7083              
7084              Title:  "Failure to append to perllocal.pod should not be fatal"
7085              From:  koenig@kulturbox.de (Andreas J. Koenig)
7086              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
7087              Files:  lib/ExtUtils/MM_Unix.pm
7088              
7089              Title:  "Document that IO.pm does not load IO::Select etc"
7090              From:  Graham Barr <gbarr@ti.com>
7091              Msg-ID:  <353B48F1.64E35A63@ti.com>
7092              Files:  ext/IO/IO.pm
7093              
7094              Title:  "Install extensions with bootstrap (again) in $archlib"
7095              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
7096              Koenig)
7097              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
7098              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
7099              Files:  lib/ExtUtils/Install.pm
7100              
7101              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
7102              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7103              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
7104              Files:  ext/Socket/Socket.xs
7105              
7106              ------  LIBRARY  ------
7107              
7108              Title:  "Benchmark.pm: add run-for-some-time mode"
7109              From:  Jarkko Hietaniemi <jhi@iki.fi>
7110              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
7111              Files:  lib/Benchmark.pm
7112              
7113              Title:  "Comments added to Carp.pm"
7114              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
7115              <chip@perlsupport.com>, Tom Christiansen
7116              <tchrist@jhereg.perl.com>
7117              Msg-ID:  <19980422164242.E29222@perl.org>,
7118              <199804222033.OAA17959@jhereg.perl.com>,
7119              <980409182357.ZM21638@bandanna>
7120              Files:  lib/Carp.pm
7121              
7122              Title:  "chat2.pl fix"
7123              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7124              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
7125              Files:  lib/chat2.pl
7126              
7127              Title:  "lib/Pod/Html.pm"
7128              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
7129              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
7130              <199710180417.AAA19778@staff2.cso.uiuc.edu>
7131              Files:  lib/Pod/Html.pm
7132              
7133              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
7134              arg."
7135              From:  hiroo.hayashi@computer.org
7136              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
7137              Files:  lib/Term/ReadLine.pm
7138              
7139              ------  OTHER CHANGES  ------
7140              
7141              Title:  "ptags broken"
7142              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7143              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
7144              Files:  emacs/ptags
7145              
7146              ------  PORTABILITY - WIN32  ------
7147              
7148              Title:  "win32 tweaks (signals and crypt support)"
7149              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7150              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
7151              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
7152              win32/config_H.vc win32/win32.c
7153              
7154              ------  PORTABILITY - GENERAL  ------
7155              
7156              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
7157              From:  Russ Allbery <rra@stanford.edu>
7158              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
7159              Files:  Porting/Contract
7160              
7161              Title:  "Config: Irix 5 hints"
7162              From:  kstar@O2.chapin.edu
7163              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
7164              Files:  hints/irix_5.sh
7165              
7166              Title:  "VMS patches to 5.004_03"
7167              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7168              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
7169              Files:  vms/vms.c
7170              
7171              Title:  "hints/netbsd.sh - enable vfork"
7172              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7173              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
7174              Files:  hints/netbsd.sh
7175              
7176              ------  UTILITIES  ------
7177              
7178              Title:  "support find2perl -follow"
7179              From:  Billy <wdconsta@cs.adelaide.edu.au>
7180              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
7181              Files:  x2p/find2perl.PL
7182      Branch: maint-5.004/perl
7183            + Porting/Contract t/op/hashwarn.t
7184            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
7185            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
7186            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
7187            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
7188            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
7189            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
7190            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
7191            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
7192            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
7193            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
7194            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
7195            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
7196            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
7197            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
7198            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
7199            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
7200            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
7201            ! win32/config_H.bc win32/config_H.vc win32/win32.c
7202            ! x2p/find2perl.PL
7203 ____________________________________________________________________________
7204 [   896] By: TimBunce                              on 1998/04/22  11:49:24
7205         Log: Assorted patches:
7206              
7207              ------  CORE LANGUAGE  ------
7208              
7209              Title:  "Additional regex-cache patch"
7210              From:  Chip Salzenberg <chip@atlantic.net>
7211              Msg-ID:  <19980305104831.38100@cyprus>
7212              Files:  pp_ctl.c
7213              
7214              Title:  "Conservative C<*x = undef> patch"
7215              From:  Chip Salzenberg <chip@atlantic.net>
7216              Msg-ID:  <19980310163310.48509@cyprus>
7217              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
7218              
7219              Title:  "Consider @ARGV to be plain files if inplace (-i)"
7220              From:  Chip Salzenberg <salzench@nielsenmedia.com>
7221              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
7222              Files:  doio.c
7223              
7224              Title:  "Fix semctl for Linux, Sun and SVR4"
7225              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
7226              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
7227              Files:  doio.c
7228              
7229              Title:  "C<dSP> entails using C<SP>, not C<sp>"
7230              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7231              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
7232              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
7233              doio.c doop.c ext/DB_File/DB_File.xs
7234              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
7235              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
7236              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
7237              win32/win32.c
7238              
7239              Title:  "Make autouse -w-safe"
7240              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7241              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
7242              Files:  lib/autouse.pm op.c sv.c
7243              
7244              Title:  "Misleading error on close of unopened handle"
7245              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7246              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
7247              Files:  doio.c
7248              
7249              Title:  "Confusing error from perl -e "x'""
7250              From:  Hans Mulder <hansmu@xs4all.nl>
7251              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
7252              Files:  toke.c
7253              
7254              Title:  "Add HAS_GNULIBC define"
7255              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7256              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
7257              Files:  config_H config_h.SH
7258              
7259              Title:  "h_errno might not be an int"
7260              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7261              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
7262              Files:  pp_sys.c
7263              
7264              Title:  "Revised taint hole closer", "Revised taint hole closer"
7265              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
7266              <ilya@math.ohio-state.edu>
7267              Msg-ID:  <19980310222127.09350@cyprus>,
7268              <199803110554.AAA29157@monk.mps.ohio-state.edu>
7269              Files:  doio.c
7270              
7271              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
7272              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
7273              van der Sanden)
7274              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
7275              <199803171727.MAA05234@aatma.engin.umich.edu>
7276              Files:  op.c t/op/misc.t
7277              
7278              Title:  "Stale SP in pp_substr"
7279              From:  Stephen McCamant <alias@mcs.com>
7280              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
7281              Files:  pp.c
7282              
7283              Title:  "Statement unlikely to be reached warning"
7284              From:  Hans Mulder <hansm@icgned.nl>
7285              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
7286              Files:  op.c
7287              
7288              Title:  "Tainting propagates from nowhere"
7289              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7290              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
7291              Files:  pp.c
7292              
7293              Title:  "two trivial tweaks to 5.004m5t1"
7294              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7295              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
7296              Files:  proto.h win32/Makefile
7297              
7298              Title:  "unpacking negatives on Alpha"
7299              From:  Achim Bohnet <ach@mpe.mpg.de>
7300              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
7301              Files:  pp.c t/op/pack.t
7302              
7303              ------  LIBRARY AND EXTENSIONS  ------
7304              
7305              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
7306              From:  Graham Barr <gbarr@ti.com>
7307              Msg-ID:  <3482F365.4A0486BA@ti.com>
7308              Files:  lib/Cwd.pm
7309              
7310              Title:  "Math/BigInt.pm, fixed use of undefined value."
7311              From:  abigail@fnx.com
7312              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
7313              Files:  lib/Math/BigInt.pm
7314              
7315              Title:  "File::Find rewrite"
7316              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7317              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
7318              Files:  lib/File/Find.pm
7319              
7320              Title:  "efficient version of strict.pm"
7321              From:  koenig@anna.mind.de (Andreas J. Koenig)
7322              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
7323              Files:  lib/strict.pm
7324              
7325              Title:  "Socket occasional SEGV in pack_sockaddr_un"
7326              From:  Trevor Blackwell <tlb@viaweb.com>
7327              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
7328              Files:  ext/Socket/Socket.xs
7329              
7330              Title:  "Warning on mis-use of 'use lib'"
7331              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
7332              <rootbeer@teleport.com>, chip@atlantic.net
7333              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
7334              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
7335              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
7336              Files:  lib/lib.pm
7337              
7338              Title:  "bug in Class::Struct"
7339              From:  Tom Christiansen <tchrist@toy.perl.com>
7340              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
7341              Files:  lib/Class/Struct.pm
7342              
7343              Title:  "Allow POSIX to export nice()"
7344              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
7345              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
7346              Files:  ext/POSIX/POSIX.pm
7347              
7348              Title:  "'use Env' on WinNT/95 fails"
7349              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7350              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
7351              Files:  lib/Env.pm
7352              
7353              ------  OTHER CHANGES  ------
7354              
7355              Title:  "mv-if-diff"
7356              From:  Robin Barker <rmb1@cise.npl.co.uk>
7357              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
7358              Files:  mv-if-diff
7359              
7360              ------  PORTABILITY - WIN32  ------
7361              
7362              Title:  "fix various problems with backticks on win32"
7363              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7364              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
7365              Files:  win32/config_h.PL win32/win32.c
7366              
7367              ------  TESTS  ------
7368              
7369              Title:  "Fix bug in locale.t"
7370              From:  Jarkko Hietaniemi <jhi@iki.fi>
7371              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
7372              Files:  t/pragma/locale.t
7373      Branch: maint-5.004/perl
7374            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
7375            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
7376            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
7377            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
7378            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
7379            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
7380            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
7381            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
7382            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
7383            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
7384            ! win32/Makefile win32/config_h.PL win32/win32.c
7385 ____________________________________________________________________________
7386 [   895] By: gsar                                  on 1998/04/22  03:13:19
7387         Log: intern -> sys_intern
7388      Branch: win32/perl
7389            ! embedvar.h interp.sym intrpvar.h win32/win32.h
7390 ____________________________________________________________________________
7391 [   894] By: gsar                                  on 1998/04/22  02:42:20
7392         Log: hand-applied patch along with small tweaks
7393              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
7394              Date:    Tue, 21 Apr 1998 23:31:06 +0200
7395              From:    jan.dubois@ibm.net (Jan Dubois)
7396              Subject: Re: Per-Interpreter variables for win32.c 
7397      Branch: win32/perl
7398            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
7399            ! win32/makedef.pl win32/win32.c win32/win32.h
7400 ____________________________________________________________________________
7401 [   893] By: gsar                                  on 1998/04/21  03:42:21
7402         Log: add AS patch#17
7403      Branch: asperl
7404            + win32/GenCAPI.pl
7405            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
7406            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7407            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
7408            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
7409            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
7410            ! win32/win32.c
7411 ____________________________________________________________________________
7412 [   892] By: gsar                                  on 1998/04/20  20:51:50
7413         Log: add AS patch#16
7414      Branch: asperl
7415            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
7416            ! win32/makefile.mk
7417 ____________________________________________________________________________
7418 [   891] By: gsar                                  on 1998/04/19  23:50:34
7419         Log: tweak doc for C<do FILENAME>
7420      Branch: win32/perl
7421            ! pod/perlfunc.pod
7422 ____________________________________________________________________________
7423 [   890] By: gsar                                  on 1998/04/19  01:08:11
7424         Log: use a pidtable that grows dynamically for popen()
7425              Message-Id: <3539f434.44835409@smtp1.ibm.net>
7426              Date:    Sat, 18 Apr 1998 21:01:27 +0200
7427              From:    jan.dubois@ibm.net (Jan Dubois)
7428              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
7429      Branch: win32/perl
7430            ! win32/win32.c
7431 ____________________________________________________________________________
7432 [   889] By: gsar                                  on 1998/04/17  02:13:58
7433         Log: support POSIX, enable more locale tests
7434      Branch: win32/perl
7435            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7436            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
7437            ! win32/makedef.pl win32/makefile.mk
7438 ____________________________________________________________________________
7439 [   888] By: mbeattie                              on 1998/04/14  16:22:51
7440         Log: CC did "<<" instead of ">>" for right-shift on ints.
7441      Branch: perl
7442            ! ext/B/B/CC.pm
7443 ____________________________________________________________________________
7444 [   887] By: TimBunce                              on 1998/04/10  17:44:55
7445         Log: Assorted patches:
7446              
7447              ------  CORE LANGUAGE  ------
7448              
7449              Title:  "Re: die exits with 0"
7450              From:  Robin Barker <rmb1@cise.npl.co.uk>
7451              Files:  perl.c t/op/die_exit.t
7452              
7453              Title:  "More toke.c commentary; fix oddity"
7454              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
7455              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
7456              Files:  toke.c
7457              
7458              Title:  "for semctl on solaris"
7459              From:  Graham Barr <gbarr@ti.com>
7460              Msg-ID:  <34624B80.C014E841@ti.com>
7461              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
7462              
7463              ------  DOCUMENTATION  ------
7464              
7465              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
7466              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
7467              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
7468              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
7469              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
7470              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
7471              Files:  pod/perlre.pod
7472              
7473              ------  LIBRARY AND EXTENSIONS  ------
7474              
7475              Title:  "BigFloat - small neagtive numbers cause panic"
7476              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7477              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
7478              Files:  lib/Math/BigFloat.pm
7479              
7480              Title:  "Update Getopt::Long to 2.16"
7481              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
7482              <jvromans@squirrel.nl>
7483              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
7484              <13572.6847.863219.973795@phoenix.squirrel.nl>
7485              Files:  lib/Getopt/Long.pm
7486              
7487              Title:  "New Text::ParseWords"
7488              From:  pomeranz@netcom.com (Hal Pomeranz)
7489              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
7490              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
7491              
7492              Title:  "Fixed Text/Wrap.pm bugs (2)"
7493              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
7494              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
7495              Files:  lib/Text/Wrap.pm
7496              
7497              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
7498              print/exit)"
7499              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
7500              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
7501              Files:  lib/File/CheckTree.pm
7502              
7503              ------  OTHER CHANGES  ------
7504              
7505              Title:  "Add ./emacs/ptags"
7506              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7507              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
7508              Files:  emacs/ptags
7509              
7510              ------  TESTS  ------
7511              
7512              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
7513              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
7514              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
7515              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
7516              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
7517              <v02130515b06be80f1486@[205.228.240.16]>
7518              Files:  t/op/stat.t
7519              
7520              Title:  "for failure with lib/timelocal"
7521              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
7522              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
7523              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
7524              Files:  t/lib/timelocal.t
7525              
7526              Title:  "Make "localhost" related failures more clear"
7527              From:  Paul Hoffman <phoffman@proper.com>
7528              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
7529              Files:  t/lib/io_sock.t t/lib/io_udp.t
7530              
7531              ------  UTILITIES  ------
7532              
7533              Title:  "Let h2xs read multiple header files"
7534              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
7535              <bsugars@canoe.ca>
7536              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
7537              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
7538              Files:  utils/h2xs.PL
7539      Branch: maint-5.004/perl
7540            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
7541            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
7542            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
7543            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
7544            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
7545            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
7546 ____________________________________________________________________________
7547 [   886] By: TimBunce                              on 1998/04/10  14:35:34
7548         Log: Changes relating primarily to portability.
7549              
7550              ------  CORE LANGUAGE  ------
7551              
7552              Title:  "5.004_55: Another round of OS/2 patches"
7553              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7554              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
7555              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
7556              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
7557              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
7558              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
7559              t/lib/filecopy.t util.c utils/perldoc.PL
7560              
7561              Title:  "VMS: chdir() with empty arg list"
7562              From:  lane@duphy4.drexel.edu (Charles Lane)
7563              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
7564              Files:  pp_sys.c
7565              
7566              ------  LIBRARY AND EXTENSIONS  ------
7567              
7568              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
7569              From:  "W. Phillip Moore" <wpm@ms.com>
7570              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
7571              Files:  lib/ExtUtils/MM_Unix.pm
7572              
7573              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
7574              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
7575              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
7576              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
7577              
7578              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
7579              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7580              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
7581              Files:  ext/POSIX/POSIX.xs
7582              
7583              Title:  ""ODBM_File.c", line 275: NULL undefined"
7584              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
7585              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
7586              Files:  ext/ODBM_File/ODBM_File.xs
7587              
7588              ------  OTHER CHANGES  ------
7589              Files:  
7590              
7591              ------  PORTABILITY - GENERAL  ------
7592              
7593              Title:  "5.004_04 QNX getcwd"
7594              From:  Norton Allen <allen@huarp.harvard.edu>
7595              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
7596              <199803061511.KAA22346@bottesini.harvard.edu>
7597              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
7598              
7599              Title:  "hints/netbsd.sh d_setrgid d_setruid"
7600              From:  Jarkko Hietaniemi <jhi@iki.fi>
7601              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
7602              Files:  hints/netbsd.sh
7603              
7604              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
7605              d_casti32=undef"
7606              From:  Tom Hughes <tom@compton.demon.co.uk>
7607              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
7608              Files:  hints/svr4.sh
7609              
7610              Title:  "hints/bsdos.sh patch for BSDI 3.1"
7611              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
7612              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
7613              Files:  hints/bsdos.sh
7614              
7615              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
7616              From:  Keong Lim <Keong.Lim@sr.com.au>
7617              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
7618              Files:  ext/DynaLoader/dl_hpux.xs
7619              
7620              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
7621              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
7622              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
7623              Files:  hints/aix.sh
7624              
7625              Title:  "alpha-dec_osf 5.0"
7626              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
7627              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
7628              Files:  hints/dec_osf.sh
7629              
7630              Title:  "Off-by-one error with OS2::PrfDB"
7631              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7632              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
7633              Files:  os2/OS2/PrfDB/PrfDB.xs
7634              
7635              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
7636              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7637              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
7638              Files:  hints/openbsd.sh
7639              
7640              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
7641              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7642              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
7643              Files:  hints/linux.sh
7644              
7645              Title:  "5.004_(04|63)] Close VMS security hole"
7646              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7647              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
7648              Files:  vms/vms.c
7649              
7650              Title:  "Re: Perl online documentation on OpenVMS"
7651              From:  pvhp@forte.com (Peter Prymmer)
7652              Msg-ID:  <9803192143.AA28120@forte.com>
7653              Files:  README.vms
7654              
7655              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
7656              vms/perly_c.vms and vms/perly_h.vms"
7657              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
7658              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
7659              Msg-ID:  <199710151650.JAA29185@wall.org>,
7660              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
7661              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
7662              Files:  vms/perly_c.vms
7663              
7664              Title:  "Updated, non-wordwrapped, patch to README.VMS"
7665              From:  Dan Sugalski <sugalskd@osshe.edu>
7666              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
7667              Files:  README.vms
7668              
7669              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
7670              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7671              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
7672              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
7673              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
7674              vms/ext/filespec.t
7675              
7676              Title:  "Re: VMSperl crashes on -Mblib argument"
7677              From:  bailey@newman.upenn.edu (Charles Bailey)
7678              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
7679              Files:  lib/blib.pm vms/vms.c
7680              
7681              Title:  "hints/linux.sh (MkLinux / PPC)"
7682              From:  pudge@pobox.com (Chris Nandor)
7683              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
7684              Files:  hints/linux.sh
7685              
7686              Title:  "hpux.sh hints file clarification suggestion"
7687              From:  root@qad.com
7688              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
7689              Files:  hints/hpux.sh
7690              
7691              Title:  "new hints/solaris_2.sh"
7692              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7693              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
7694              Files:  hints/solaris_2.sh
7695      Branch: maint-5.004/perl
7696            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
7697            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
7698            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
7699            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
7700            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
7701            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
7702            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7703            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
7704            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
7705            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
7706            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
7707            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
7708            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
7709            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
7710            ! vms/vms.c
7711 ____________________________________________________________________________
7712 [   885] By: gsar                                  on 1998/04/08  01:14:29
7713         Log: small tweaks to make it compile (doesn't run)
7714      Branch: asperl
7715            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
7716            ! win32/config.vc win32/makefile.mk
7717 ____________________________________________________________________________
7718 [   884] By: gsar                                  on 1998/04/08  00:14:13
7719         Log: integrate mainline changes
7720      Branch: asperl
7721           +> Changes5.004 ext/Thread/Thread/Signal.pm
7722           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
7723           +> lib/ExtUtils/inst t/op/hashwarn.t
7724            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
7725           !> (integrate 127 files)
7726 ____________________________________________________________________________
7727 [   883] By: gsar                                  on 1998/04/06  20:21:20
7728         Log: make old DomainName() implementation the default (so Win95
7729              is happy)
7730      Branch: win32/perl
7731            ! win32/win32.c
7732 ____________________________________________________________________________
7733 [   882] By: gsar                                  on 1998/04/05  23:32:33
7734         Log: fix memory leaks in offer_nice_chunk()
7735      Branch: win32/perl
7736            ! perl.h sv.c
7737 ____________________________________________________________________________
7738 [   881] By: gsar                                  on 1998/04/04  23:11:52
7739         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
7740      Branch: win32/perl
7741            ! cop.h util.c
7742 ____________________________________________________________________________
7743 [   880] By: gsar                                  on 1998/04/04  22:35:54
7744         Log: fix refcounting of GvSTASH() when glob becomes nought
7745              (this takes care of the "unbalanced strtab refcount" problem)
7746      Branch: win32/perl
7747            ! sv.c
7748 ____________________________________________________________________________
7749 [   879] By: gsar                                  on 1998/04/04  21:16:17
7750         Log: change 866 was incomplete
7751      Branch: win32/perl
7752            ! hv.c
7753 ____________________________________________________________________________
7754 [   878] By: gsar                                  on 1998/04/04  20:31:56
7755         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
7756      Branch: win32/perl
7757            ! cop.h perl.c pp_ctl.c
7758 ____________________________________________________________________________
7759 [   877] By: gsar                                  on 1998/04/04  17:55:30
7760         Log: integrate mainline
7761      Branch: win32/perl
7762           +> Changes5.004
7763           !> Changes MANIFEST sv.c t/op/misc.t
7764 ____________________________________________________________________________
7765 [   876] By: gsar                                  on 1998/04/04  17:26:32
7766         Log: remove __declspec kludge in sdbm.h in favor of setting a
7767              flag for static symbols
7768      Branch: win32/perl
7769            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
7770            ! ext/SDBM_File/sdbm/sdbm.h
7771 ____________________________________________________________________________
7772 [   875] By: gsar                                  on 1998/04/04  01:11:57
7773         Log: fix order of init
7774              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
7775              Date:    Fri, 03 Apr 1998 13:58:15 PST
7776              From:    Dan Sugalski <sugalskd@osshe.edu>
7777              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
7778              with MULTIPLICITY
7779      Branch: win32/perl
7780            ! perl.c
7781 ____________________________________________________________________________
7782 [   874] By: gsar                                  on 1998/04/04  00:34:59
7783         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
7784              the declared symbol is not in a DLL (so kludge it)
7785      Branch: win32/perl
7786            ! ext/SDBM_File/sdbm/sdbm.h
7787 ____________________________________________________________________________
7788 [   873] By: TimBunce                              on 1998/04/03  22:17:40
7789         Log: Title:  "FileHandle Documentation patch"
7790              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
7791              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
7792              Files:  lib/FileHandle.pm
7793      Branch: maint-5.004/perl
7794            ! lib/FileHandle.pm
7795 ____________________________________________________________________________
7796 [   872] By: TimBunce                              on 1998/04/03  22:01:03
7797         Log: Documentation and documentation related patches:
7798              
7799              ------  BUILD PROCESS  ------
7800              
7801              Title:  "Docs re /usr/bin/perl quasi-standard location"
7802              From:  Tom Phoenix <rootbeer@teleport.com>
7803              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
7804              Files:  INSTALL pod/perlrun.pod
7805              
7806              ------  DOCUMENTATION  ------
7807              
7808              Title:  "/RFC|RFC-1305/ non-greedy"
7809              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
7810              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
7811              Files:  pod/perlre.pod
7812              
7813              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
7814              From:  Jarkko Hietaniemi <jhi@iki.fi>
7815              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
7816              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
7817              
7818              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
7819              From:  Jarkko Hietaniemi <jhi@iki.fi>
7820              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
7821              Files:  pod/perlfunc.pod
7822              
7823              Title:  "typo-fix and suggestion for perlguts.pod"
7824              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
7825              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
7826              Files:  pod/perlguts.pod
7827              
7828              Title:  "perlfunc/syscall curiosity"
7829              From:  Roderick Schertler <roderick@argon.org>, Tkil
7830              <tkil@reptile.scrye.com>
7831              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
7832              <pziut8snva.fsf@eeyore.ibcinc.com>
7833              Files:  pod/perlfunc.pod
7834              
7835              Title:  "Document sprintf %#x behaviour for zero value"
7836              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
7837              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
7838              Files:  pod/perlfunc.pod
7839              
7840              Title:  "NUL termination (was Re: STOP THE PRESSES)"
7841              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7842              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
7843              Files:  pod/perlguts.pod
7844              
7845              Title:  "Typo fix."
7846              From:  abigail@fnx.com
7847              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
7848              Files:  pod/perlop.pod pod/perlvar.pod
7849              
7850              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
7851              From:  Achim Bohnet <ach@mpe.mpg.de>
7852              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
7853              Files:  pod/perlrun.pod
7854              
7855              Title:  "Re: Conservative C<*x = undef> patch"
7856              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7857              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
7858              Files:  pod/perltrap.pod
7859              
7860              Title:  "perlfunc.pod for flock()"
7861              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
7862              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
7863              Files:  pod/perlfunc.pod
7864              
7865              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
7866              From:  Tkil <tkil@scrye.com>
7867              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
7868              Files:  pod/perl.pod
7869              
7870              Title:  "for() and map() peculiarity"
7871              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7872              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
7873              Files:  pod/perlsyn.pod
7874              
7875              Title:  "Re: new text for perlsec"
7876              From:  Tom Phoenix <rootbeer@teleport.com>
7877              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
7878              Files:  pod/perlsec.pod
7879              
7880              Title:  "perldsc's debugger x command"
7881              From:  Roderick Schertler <roderick@argon.org>
7882              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
7883              Files:  pod/perldsc.pod
7884              
7885              Title:  "perlre.pod"
7886              From:  Ted Ashton <ashted@southern.edu>
7887              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
7888              Files:  pod/perlre.pod
7889              
7890              Title:  "Re: printf and $\", "printf and $\"
7891              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
7892              <rootbeer@teleport.com>, nag <nick@flirble.org>
7893              Msg-ID:  <199711141918.TAA08096@flirble.org>,
7894              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
7895              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
7896              Files:  pod/perlfunc.pod
7897              
7898              Title:  "recv() typo"
7899              From:  Roderick Schertler <roderick@argon.org>
7900              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
7901              Files:  pod/perlfunc.pod
7902              
7903              Title:  "truncate return value"
7904              From:  Roderick Schertler <roderick@argon.org>
7905              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
7906              Files:  pod/perlfunc.pod
7907              
7908              Title:  "update to perlbook.pod"
7909              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
7910              <merlyn@stonehenge.com>, Stephen Potter
7911              <spp@psasolar.colltech.com>, Tom Phoenix
7912              <rootbeer@teleport.com>
7913              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
7914              <199803241441.OAA01261@mediaone.net>,
7915              <8clnu0i05k.fsf@gadget.cscaper.com>,
7916              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
7917              Files:  pod/perlbook.pod
7918              
7919              Title:  "utime documentation"
7920              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
7921              <mjtg@cus.cam.ac.uk>
7922              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
7923              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
7924              Files:  pod/perlfunc.pod
7925              
7926              Title:  "(well, doc patch) use of // requires successful match"
7927              From:  Roderick Schertler <roderick@argon.org>
7928              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
7929              Files:  pod/perlop.pod
7930              
7931              ------  LIBRARY AND EXTENSIONS  ------
7932              
7933              Title:  "MakeMaker PM doc patch and a DIR buglet"
7934              From:  Achim Bohnet <ach@mpe.mpg.de>
7935              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
7936              Files:  lib/ExtUtils/MakeMaker.pm
7937              
7938              Title:  "bareword clarification for constant.pm"
7939              From:  Roderick Schertler <roderick@argon.org>
7940              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
7941              Files:  lib/constant.pm
7942              
7943              Title:  "integer rand - bug or feature?"
7944              From:  Roderick Schertler <roderick@argon.org>
7945              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
7946              Files:  lib/integer.pm
7947              
7948              ------  OTHER CHANGES  ------
7949              
7950              Title:  "FileHandle Documentation patch"
7951              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
7952              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
7953              
7954              Title:  "perl5.004_61 myconfig updates"
7955              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7956              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
7957              Files:  myconfig
7958              
7959              Title:  "small fixups in pod2latex.PL"
7960              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
7961              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
7962              
7963              ------  PORTABILITY - GENERAL  ------
7964              
7965              Title:  "Misc doc fixes for README.VMS"
7966              From:  Dan Sugalski <sugalskd@osshe.edu>
7967              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
7968              Files:  README.vms
7969              
7970              Title:  "moved DynaLib"
7971              From:  John Tobey <jtobey@channel1.com>
7972              Msg-ID:  <199710182332.XAA21630@remote212>
7973              Files:  ext/DynaLoader/DynaLoader.pm.PL
7974              
7975              ------  UTILITIES  ------
7976              
7977              Title:  "Searching for FAQs (patch to perldoc)"
7978              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
7979              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
7980              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
7981              Files:  utils/perldoc.PL
7982              
7983              Title:  "perldoc"
7984              From:  Ted Ashton <ashted@southern.edu>
7985              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
7986              Files:  utils/perldoc.PL
7987              
7988              Title:  "perldoc -f not using pod2man"
7989              From:  Russ Allbery <rra@stanford.edu>
7990              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
7991              Files:  utils/perldoc.PL
7992              
7993              Title:  "perldoc -m should not require pod"
7994              From:  Robin Houston <robin@nml.guardian.co.uk>
7995              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
7996              Files:  utils/perldoc.PL
7997              
7998              Title:  "small fix for perldoc in perl 5.004_04"
7999              From:  Julian Yip <julian@imoney.com>
8000              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
8001              Files:  utils/perldoc.PL
8002      Branch: maint-5.004/perl
8003            - ext/DynaLoader/DynaLoader.pm
8004            ! Changes Configure INSTALL README.vms
8005            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
8006            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
8007            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
8008            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
8009            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
8010            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
8011            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
8012            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
8013            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
8014            ! pod/pod2latex.PL toke.c utils/perldoc.PL
8015
8016 ----------------
8017 Version 5.004_64
8018 ----------------
8019
8020 ____________________________________________________________________________
8021 [   871] By: mbeattie                              on 1998/04/03  13:38:59
8022         Log: Update Changes5.004 and Changes, fix MANIFEST
8023      Branch: perl
8024            + Changes
8025            ! Changes5.004 MANIFEST
8026 ____________________________________________________________________________
8027 [   870] By: mbeattie                              on 1998/04/03  13:36:29
8028         Log: Rename Changes to Changes5.004 (via an integrate)
8029      Branch: perl
8030           +> Changes5.004
8031            - Changes
8032 ____________________________________________________________________________
8033 [   869] By: mbeattie                              on 1998/04/03  11:53:00
8034         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
8035              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
8036              From: Jan-Pieter Cornet <johnpc@xs4all.net>
8037      Branch: perl
8038            ! sv.c t/op/misc.t
8039 ____________________________________________________________________________
8040 [   868] By: mbeattie                              on 1998/04/03  11:16:26
8041         Log: Integrate win32 branch into mainline
8042      Branch: perl
8043           !> (integrate 31 files)
8044 ____________________________________________________________________________
8045 [   867] By: gsar                                  on 1998/04/03  08:47:55
8046         Log: config.* fixes
8047      Branch: win32/perl
8048            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8049            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8050            ! win32/makefile.mk
8051 ____________________________________________________________________________
8052 [   866] By: gsar                                  on 1998/04/03  07:22:50
8053         Log: fixup hv_free_ent() to not fail on null HeVAL()
8054      Branch: win32/perl
8055            ! hv.c perl.c
8056 ____________________________________________________________________________
8057 [   865] By: gsar                                  on 1998/04/03  07:06:12
8058         Log: integrate mainline
8059      Branch: win32/perl
8060           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
8061           !> (integrate 71 files)
8062 ____________________________________________________________________________
8063 [   864] By: gsar                                  on 1998/04/03  06:59:37
8064         Log: implement stack-of-stacks so that magic invocations don't
8065              invalidate local stack pointer
8066      Branch: win32/perl
8067            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
8068            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
8069            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
8070 ____________________________________________________________________________
8071 [   863] By: gsar                                  on 1998/04/03  01:26:09
8072         Log: add AS patch#15
8073      Branch: asperl
8074            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
8075            ! win32/config.bc win32/config.gc win32/config.vc
8076            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8077            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
8078            ! win32/win32.c win32/win32.h
8079 ____________________________________________________________________________
8080 [   862] By: mbeattie                              on 1998/04/02  17:08:43
8081         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
8082              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
8083              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8084      Branch: perl
8085            ! Configure ext/Socket/Socket.xs myconfig
8086 ____________________________________________________________________________
8087 [   861] By: mbeattie                              on 1998/04/02  16:32:53
8088         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
8089              since appropriate headers aren't included.
8090      Branch: perl
8091            ! ext/SDBM_File/sdbm/sdbm.h
8092 ____________________________________________________________________________
8093 [   860] By: mbeattie                              on 1998/04/02  16:17:11
8094         Log: Bumped patchlevel.h to 64
8095      Branch: perl
8096            ! patchlevel.h
8097 ____________________________________________________________________________
8098 [   859] By: mbeattie                              on 1998/04/02  16:16:26
8099         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
8100              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
8101              From: Jarkko Hietaniemi <jhi@iki.fi>
8102      Branch: perl
8103            ! hints/unicos.sh regcomp.h
8104 ____________________________________________________________________________
8105 [   858] By: mbeattie                              on 1998/04/02  16:13:24
8106         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
8107              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
8108              From: Tom Phoenix <rootbeer@teleport.com>
8109      Branch: perl
8110            + t/op/hashwarn.t
8111            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
8112 ____________________________________________________________________________
8113 [   857] By: mbeattie                              on 1998/04/02  16:08:43
8114         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
8115              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
8116              From: Charles Bailey <BAILEY@newman.upenn.edu>
8117      Branch: perl
8118            ! vms/vms.c
8119 ____________________________________________________________________________
8120 [   856] By: mbeattie                              on 1998/04/02  16:07:44
8121         Log: Subject: [PATCH] mv-if-diff
8122              Date: Fri, 27 Mar 98 18:06:11 GMT
8123              From: Robin Barker <rmb1@cise.npl.co.uk>
8124      Branch: perl
8125            ! mv-if-diff
8126 ____________________________________________________________________________
8127 [   855] By: mbeattie                              on 1998/04/02  16:06:54
8128         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
8129              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
8130              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
8131              Subject: [PATCH] another destruct_level fix
8132              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
8133      Branch: perl
8134            ! perl.c sv.c
8135 ____________________________________________________________________________
8136 [   854] By: mbeattie                              on 1998/04/02  16:03:37
8137         Log: Subject: Next wave of _63 VMS patches
8138              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
8139              From: Charles Bailey <BAILEY@newman.upenn.edu>
8140      Branch: perl
8141            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
8142            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
8143            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
8144            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
8145            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
8146            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
8147            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
8148            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
8149            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
8150            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
8151            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
8152            ! vms/vmsish.h
8153 ____________________________________________________________________________
8154 [   853] By: mbeattie                              on 1998/04/02  15:55:46
8155         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
8156              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
8157              From: Hans Mulder <hansmu@xs4all.nl>
8158      Branch: perl
8159            ! toke.c
8160 ____________________________________________________________________________
8161 [   852] By: mbeattie                              on 1998/04/02  15:54:24
8162         Log: Subject: [PATCH] small fixups in pod2latex.PL
8163              Date: 25 Mar 1998 13:30:25 -0800
8164              From: "Darren/Torin/Who Ever..." <torin@daft.com>
8165      Branch: perl
8166            ! pod/pod2latex.PL
8167 ____________________________________________________________________________
8168 [   851] By: mbeattie                              on 1998/04/02  15:50:58
8169         Log: Subject: [PATCH] hints/irix_6.sh with GCC
8170              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
8171              From: kstar@chapin.edu (Kurt D. Starsinic)
8172      Branch: perl
8173            ! hints/irix_6.sh
8174 ____________________________________________________________________________
8175 [   850] By: mbeattie                              on 1998/04/02  15:45:33
8176         Log: Subject: [PATCH] perldoc -m
8177              Date: Tue, 24 Mar 1998 13:19:38 GMT
8178              From: Robin Houston <robin@nml.guardian.co.uk>
8179      Branch: perl
8180            ! utils/perldoc.PL
8181 ____________________________________________________________________________
8182 [   849] By: mbeattie                              on 1998/04/02  15:42:52
8183         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
8184              Date: Mon, 23 Mar 1998 14:13:46 +0100
8185              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8186      Branch: perl
8187            ! djgpp/config.over hints/dos_djgpp.sh
8188 ____________________________________________________________________________
8189 [   848] By: mbeattie                              on 1998/04/02  15:38:19
8190         Log: Subject: [PATCH] Stale SP in pp_substr
8191              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
8192              From: Stephen McCamant <alias@mcs.com>
8193      Branch: perl
8194            ! pp.c
8195 ____________________________________________________________________________
8196 [   847] By: mbeattie                              on 1998/04/02  15:36:33
8197         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
8198      Branch: perl
8199            ! ext/POSIX/POSIX.pm
8200 ____________________________________________________________________________
8201 [   846] By: mbeattie                              on 1998/04/02  15:34:36
8202         Log: Subject: [PATCH] 5.004_63: further -e patching
8203              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
8204              From: Jarkko Hietaniemi <jhi@iki.fi>
8205      Branch: perl
8206            ! perl.c pod/perldiag.pod
8207 ____________________________________________________________________________
8208 [   845] By: mbeattie                              on 1998/04/02  15:25:18
8209         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
8210      Branch: perl
8211            ! Configure INSTALL Policy_sh.SH Porting/Glossary
8212            ! Porting/config.sh Porting/config_H config_h.SH
8213            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
8214            ! pp.c pp_sys.c regexec.c
8215 ____________________________________________________________________________
8216 [   844] By: mbeattie                              on 1998/04/02  14:28:17
8217         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
8218              Date: Wed, 18 Mar 1998 20:40:19 +0100
8219              From: Achim Bohnet <ach@mpe.mpg.de>
8220      Branch: perl
8221            ! pod/perlrun.pod
8222 ____________________________________________________________________________
8223 [   843] By: mbeattie                              on 1998/04/02  14:26:52
8224         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8225              Subject: 5.004_63 picky compiler fixes [PATCH]
8226              Date: Wed, 18 Mar 1998 09:36:32 -0800
8227              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
8228              Date: Wed, 18 Mar 1998 14:48:19 -0800
8229      Branch: perl
8230            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
8231 ____________________________________________________________________________
8232 [   842] By: mbeattie                              on 1998/04/02  14:22:41
8233         Log: From: Stephen Potter <spp@psasolar.colltech.com>
8234              Subject: Re: doc: perlrun typo 
8235              Date: Wed, 18 Mar 1998 10:06:55 -0600
8236              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
8237              Date: Tue, 24 Mar 1998 21:20:51 -0600
8238      Branch: perl
8239            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
8240 ____________________________________________________________________________
8241 [   841] By: mbeattie                              on 1998/04/02  14:17:31
8242         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
8243              Date: Wed, 18 Mar 1998 12:44:58 +0100
8244              From: Dominic Dunlop <domo@vo.lu>
8245      Branch: perl
8246            ! Porting/pumpkin.pod Todo
8247 ____________________________________________________________________________
8248 [   840] By: mbeattie                              on 1998/04/02  14:14:22
8249         Log: Subject: [PATCH] Configure hints/ patches
8250              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
8251              From: Jan-Pieter Cornet <johnpc@xs4all.net>
8252      Branch: perl
8253            ! hints/linux.sh hints/qnx.sh
8254 ____________________________________________________________________________
8255 [   839] By: mbeattie                              on 1998/04/02  14:13:13
8256         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
8257      Branch: perl
8258            ! cygwin32/perlgcc
8259 ____________________________________________________________________________
8260 [   838] By: gsar                                  on 1998/03/28  05:01:57
8261         Log: fix Env.pm to weed out illegal names
8262      Branch: win32/perl
8263            ! lib/Env.pm
8264 ____________________________________________________________________________
8265 [   837] By: gsar                                  on 1998/03/28  04:39:43
8266         Log: fix typo in makefile.mk
8267      Branch: win32/perl
8268            ! win32/makefile.mk
8269 ____________________________________________________________________________
8270 [   836] By: gsar                                  on 1998/03/23  17:40:15
8271         Log: add file: to installhtml URLs
8272      Branch: win32/perl
8273            ! win32/Makefile win32/makefile.mk
8274 ____________________________________________________________________________
8275 [   835] By: mbeattie                              on 1998/03/18  11:03:11
8276         Log: Add Thread::Signal to run signal handlers reliably in a new thread
8277      Branch: perl
8278            + ext/Thread/Thread/Signal.pm
8279            ! MANIFEST ext/Thread/Thread.xs
8280
8281 ----------------
8282 Version 5.004_63
8283 ----------------
8284
8285 ____________________________________________________________________________
8286 [   834] By: mbeattie                              on 1998/03/17  16:19:10
8287         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
8288      Branch: perl
8289            ! Policy_sh.SH
8290 ____________________________________________________________________________
8291 [   833] By: mbeattie                              on 1998/03/17  16:11:02
8292         Log: Integrate win32 branch into mainline.
8293      Branch: perl
8294           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
8295           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8296           !> win32/win32.c
8297 ____________________________________________________________________________
8298 [   832] By: gsar                                  on 1998/03/17  14:32:39
8299         Log: propagate bugfix @ change831 from asperl
8300      Branch: win32/perl
8301            ! regcomp.c
8302 ____________________________________________________________________________
8303 [   831] By: gsar                                  on 1998/03/17  14:02:51
8304         Log: fix buggy order of free() in regcomp.c (from AS)
8305      Branch: asperl
8306            ! regcomp.c
8307 ____________________________________________________________________________
8308 [   830] By: gsar                                  on 1998/03/17  01:10:54
8309         Log: add a part of AS patch#14, backout incomplete variable
8310              name changes for gcc. Builds and tests under VC/BC once again.
8311      Branch: asperl
8312            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
8313 ____________________________________________________________________________
8314 [   829] By: gsar                                  on 1998/03/16  23:49:18
8315         Log: stray tweak to win32.c
8316      Branch: win32/perl
8317            ! win32/win32.c
8318 ____________________________________________________________________________
8319 [   828] By: gsar                                  on 1998/03/16  22:06:03
8320         Log: update win32/config* files
8321      Branch: win32/perl
8322            ! win32/config.bc win32/config.gc win32/config.vc
8323            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8324 ____________________________________________________________________________
8325 [   827] By: gsar                                  on 1998/03/16  19:09:30
8326         Log: trivial integrate of mainline
8327      Branch: win32/perl
8328           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
8329           +> lib/ExtUtils/inst
8330           !> (integrate 61 files)
8331 ____________________________________________________________________________
8332 [   826] By: mbeattie                              on 1998/03/16  16:39:23
8333         Log: newCONSTSUB had private MY_start_subparse.
8334      Branch: perl
8335            ! op.c
8336 ____________________________________________________________________________
8337 [   825] By: mbeattie                              on 1998/03/16  16:36:55
8338         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
8339      Branch: perl
8340            ! hv.c
8341 ____________________________________________________________________________
8342 [   824] By: mbeattie                              on 1998/03/16  16:27:43
8343         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
8344      Branch: perl
8345            ! MANIFEST
8346 ____________________________________________________________________________
8347 [   823] By: mbeattie                              on 1998/03/16  16:26:02
8348         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
8349      Branch: perl
8350            + lib/ExtUtils/Packlist.pm
8351 ____________________________________________________________________________
8352 [   822] By: mbeattie                              on 1998/03/16  16:22:58
8353         Log: Bump patchlevel.h to 63.
8354      Branch: perl
8355            ! ext/IO/IO.xs patchlevel.h
8356           !> (integrate 41 files)
8357 ____________________________________________________________________________
8358 [   821] By: mbeattie                              on 1998/03/16  16:18:35
8359         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
8360              Subject: Bundling builtin.pm and newCONSTSUB with the core?
8361              From: jan.dubois@ibm.net (Jan Dubois)
8362              Date: Sun, 15 Mar 1998 19:09:05 +0100
8363      Branch: perl
8364            ! embed.h global.sym op.c pod/perlguts.pod proto.h
8365 ____________________________________________________________________________
8366 [   820] By: mbeattie                              on 1998/03/16  16:02:50
8367         Log: Subject: [PATCH] STRESS_REALLOC
8368              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
8369              From: Stephen McCamant <alias@mcs.com>
8370      Branch: perl
8371            ! malloc.c perl.c scope.c
8372 ____________________________________________________________________________
8373 [   819] By: mbeattie                              on 1998/03/16  16:01:06
8374         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
8375              Date: Fri, 13 Mar 1998 23:21:25 +0100
8376              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
8377      Branch: perl
8378            ! perly.c
8379 ____________________________________________________________________________
8380 [   818] By: mbeattie                              on 1998/03/16  15:59:16
8381         Log: Subject: [Configure PATCH] for OS/2
8382              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
8383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8384              [Two hunks to Configure failed to apply due to clashes]
8385      Branch: perl
8386            ! Configure hints/os2.sh
8387 ____________________________________________________________________________
8388 [   817] By: mbeattie                              on 1998/03/16  15:55:28
8389         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
8390              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
8391              From: Charles Bailey <BAILEY@newman.upenn.edu>
8392              [Needed manual tweaks on vms/config.vms since it clashed with other
8393              patches. I may have got it wrong.]
8394      Branch: perl
8395            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8396            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
8397            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
8398            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
8399            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
8400            ! vms/test.com vms/vms.c vms/vmsish.h
8401 ____________________________________________________________________________
8402 [   816] By: mbeattie                              on 1998/03/16  15:26:04
8403         Log: Subject: [PATCH] Let h2xs read multiple header files
8404              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
8405              From: Benjamin Sugars <bsugars@canoe.ca>
8406      Branch: perl
8407            ! utils/h2xs.PL
8408 ____________________________________________________________________________
8409 [   815] By: mbeattie                              on 1998/03/16  15:24:12
8410         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
8411              Date: Mon, 09 Mar 1998 09:18:56 -0800
8412              From: Dan Sugalski <sugalskd@osshe.edu>
8413      Branch: perl
8414            ! vms/config.vms
8415 ____________________________________________________________________________
8416 [   814] By: mbeattie                              on 1998/03/16  13:17:14
8417         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
8418              Date: Sun, 08 Mar 1998 12:50:23 +0000
8419              From: Alan Burlison <alan.burlison@UK.Sun.COM>
8420              plus manual update of MANIFEST
8421      Branch: perl
8422            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
8423            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
8424            ! lib/ExtUtils/MM_Unix.pm
8425 ____________________________________________________________________________
8426 [   813] By: mbeattie                              on 1998/03/16  13:08:55
8427         Log: From: Blair Zajac <blair@gps.caltech.edu>
8428              Subject: PATCH: util.c and util.h function declarations do not match
8429              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
8430              Subject: PATCH: cgywin32 patch for perlgcc
8431              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
8432              Subject: PATCH: perl5.004_62 on cygwin32
8433              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
8434      Branch: perl
8435            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
8436 ____________________________________________________________________________
8437 [   812] By: mbeattie                              on 1998/03/16  12:55:39
8438         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8439              Subject: [PATCH 5.004_62} Config_62-01 patch available.
8440              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
8441              Subject: [PATCH 5.004_62] Tiny hint file updates
8442              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
8443      Branch: perl
8444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8445            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
8446            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
8447            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8448            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
8449            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
8450 ____________________________________________________________________________
8451 [   811] By: mbeattie                              on 1998/03/16  12:13:55
8452         Log: DOS djgpp updates:
8453              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8454              Subject: [PATCH for 5.004_61] dos-djgpp update
8455              Date: Fri, 6 Mar 1998 10:41:01 +0100
8456              Subject: [PATCH 5.004_62] dos-djgpp update
8457              Date: Thu, 12 Mar 1998 13:34:51 +0100
8458      Branch: perl
8459            ! djgpp/config.over hints/dos_djgpp.sh
8460 ____________________________________________________________________________
8461 [   810] By: gsar                                  on 1998/03/16  08:48:17
8462         Log: integrate mainline
8463      Branch: win32/perl
8464           !> pp_sys.c
8465 ____________________________________________________________________________
8466 [   809] By: gsar                                  on 1998/03/16  08:44:37
8467         Log: various changes to get asperl working under Borland
8468              (passes all tests when built under PERL_OBJECT)
8469      Branch: asperl
8470            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
8471            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
8472            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
8473            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
8474            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
8475            ! win32/win32sck.c
8476 ____________________________________________________________________________
8477 [   808] By: gsar                                  on 1998/03/12  19:50:20
8478         Log: set sockets to nonoverlapped mode for every thread
8479              Message-Id: <35081FE4.965A484D@enteract.com>
8480              Date:    Thu, 12 Mar 1998 11:48:20 CST
8481              From:    Steve Nielsen <spn@enteract.com>
8482              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
8483      Branch: win32/perl
8484            ! win32/win32.h win32/win32sck.c
8485 ____________________________________________________________________________
8486 [   807] By: gsar                                  on 1998/03/12  19:26:54
8487         Log: add AS patch#13
8488      Branch: asperl
8489            ! win32/Makefile
8490 ____________________________________________________________________________
8491 [   806] By: gsar                                  on 1998/03/12  00:51:08
8492         Log: added AS patch#12 with minor changes
8493      Branch: asperl
8494            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
8495            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8496            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
8497            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
8498            ! win32/runperl.c
8499 ____________________________________________________________________________
8500 [   805] By: gsar                                  on 1998/03/10  20:35:10
8501         Log: reinstate some standard sig_names to avoid noise from
8502              modules (and in hopes of making them _do_ something in future)
8503      Branch: win32/perl
8504            ! win32/config.bc win32/config.gc win32/config.vc
8505            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8506 ____________________________________________________________________________
8507 [   804] By: gsar                                  on 1998/03/10  20:33:05
8508         Log: mingw32 tweaks
8509      Branch: win32/perl
8510            ! win32/makefile.mk win32/win32.c win32/win32.h
8511 ____________________________________________________________________________
8512 [   803] By: gsar                                  on 1998/03/09  20:56:07
8513         Log: tweak Win32::DomainName() implementation
8514      Branch: win32/perl
8515            ! win32/Makefile win32/win32.c
8516 ____________________________________________________________________________
8517 [   802] By: gsar                                  on 1998/03/09  03:51:01
8518         Log: merge C<local $tied{foo}> patch, also moved statics in
8519              [ah]v.c to thrdvar.h
8520      Branch: win32/perl
8521            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
8522 ____________________________________________________________________________
8523 [   801] By: gsar                                  on 1998/03/09  02:38:35
8524         Log: minor win32 support fixes
8525              - add a better implementation of Win32::DomainName() (as
8526              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
8527              - fix opendir() emulation was unsafe what given long paths
8528      Branch: win32/perl
8529            ! win32/win32.c
8530 ____________________________________________________________________________
8531 [   800] By: nick                                  on 1998/03/07  09:36:41
8532         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
8533              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
8534              exist. (Breaks libnet).
8535      Branch: perl
8536            ! pp_sys.c
8537 ____________________________________________________________________________
8538 [   799] By: gsar                                  on 1998/03/07  07:51:28
8539         Log: integrate mainline changes
8540      Branch: asperl
8541           !> (integrate 111 files)
8542 ____________________________________________________________________________
8543 [   798] By: gsar                                  on 1998/03/07  07:01:55
8544         Log: integrate mainline
8545      Branch: win32/perl
8546           !> myconfig patchlevel.h
8547 ____________________________________________________________________________
8548 [   797] By: gsar                                  on 1998/03/07  06:49:49
8549         Log: provide our own popen()/pclose() to fix problems with qx//:
8550              - qx// used to always invoke the shell, now does so only when needed
8551              - qx// didn't respect PERL5SHELL, now does
8552      Branch: win32/perl
8553            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
8554 ____________________________________________________________________________
8555 [   796] By: gsar                                  on 1998/03/07  01:37:10
8556         Log: a missed s/sp/SP/
8557      Branch: win32/perl
8558            ! lib/ExtUtils/typemap pod/perlcall.pod
8559 ____________________________________________________________________________
8560 [   795] By: gsar                                  on 1998/03/07  01:05:21
8561         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
8562              mention that local stack pointer should be called SP.  This makes the
8563              API safer from source incompatibilities down the line.
8564      Branch: win32/perl
8565            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
8566            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
8567            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
8568            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
8569            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
8570            ! pp_ctl.c pp_hot.c pp_sys.c util.c
8571
8572 ----------------
8573 Version 5.004_62
8574 ----------------
8575
8576 ____________________________________________________________________________
8577 [   794] By: mbeattie                              on 1998/03/06  09:38:08
8578         Log: Subject: [PATCH] perl5.004_61 myconfig updates
8579              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
8580              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8581      Branch: perl
8582            ! myconfig
8583 ____________________________________________________________________________
8584 [   793] By: mbeattie                              on 1998/03/06  09:36:37
8585         Log: Bump patchlevel.h to 62.
8586      Branch: perl
8587            ! patchlevel.h
8588 ____________________________________________________________________________
8589 [   792] By: mbeattie                              on 1998/03/06  09:35:57
8590         Log: Integrate win32 branch into mainline.
8591      Branch: perl
8592           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
8593           !> win32/config.gc win32/config.vc win32/config_H.bc
8594           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8595 ____________________________________________________________________________
8596 [   791] By: gsar                                  on 1998/03/06  06:00:08
8597         Log: various
8598              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
8599              - add missing prototypes
8600              - regenerate win32/config*.?c
8601      Branch: win32/perl
8602            ! bytecode.h proto.h win32/config.bc win32/config.gc
8603            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8604            ! win32/config_H.vc win32/makefile.mk
8605 ____________________________________________________________________________
8606 [   790] By: gsar                                  on 1998/03/06  03:19:23
8607         Log: fix typo in Makefile
8608      Branch: win32/perl
8609            ! win32/Makefile
8610 ____________________________________________________________________________
8611 [   789] By: gsar                                  on 1998/03/05  22:55:53
8612         Log: integrate mainline
8613      Branch: win32/perl
8614           !> (integrate 47 files)
8615 ____________________________________________________________________________
8616 [   788] By: gsar                                  on 1998/03/05  20:02:09
8617         Log: added AS patch#11
8618              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
8619              Date:    Thu, 05 Mar 1998 10:23:04 PST
8620              From:    Douglas Lankshear <dougl@ActiveState.com>
8621              
8622              This patch fixes a bug I introduced removing duplicate code.
8623              -- Doug
8624      Branch: asperl
8625            ! ObjXSub.h objpp.h win32/runperl.c
8626 ____________________________________________________________________________
8627 [   787] By: gsar                                  on 1998/03/05  19:56:17
8628         Log: add Nick's dTHR fixes
8629      Branch: win32/perl
8630            ! op.c scope.c
8631 ____________________________________________________________________________
8632 [   786] By: gsar                                  on 1998/03/05  19:54:49
8633         Log: maintpatch
8634              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
8635              Date:    Thu, 05 Mar 1998 02:49:46 EST
8636              From:    Spider Boardman <spider@orb.nashua.nh.us>
8637              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
8638      Branch: win32/perl
8639            ! scope.c
8640 ____________________________________________________________________________
8641 [   785] By: mbeattie                              on 1998/03/05  19:12:14
8642         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
8643              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
8644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8645      Branch: perl
8646            ! op.c proto.h regcomp.c regexp.h util.c
8647 ____________________________________________________________________________
8648 [   784] By: mbeattie                              on 1998/03/05  19:11:09
8649         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
8650              Date: Wed, 4 Mar 1998 10:18:03 GMT
8651              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8652      Branch: perl
8653            ! atomic.h
8654 ____________________________________________________________________________
8655 [   783] By: mbeattie                              on 1998/03/05  19:09:16
8656         Log: Subject: Configure patches -01 and -02 for 5.004_61.
8657              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
8658              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8659      Branch: perl
8660            ! Configure INSTALL Policy_sh.SH Porting/Glossary
8661            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
8662            ! config_h.SH handy.h hints/README.hints hints/aix.sh
8663            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
8664            ! makedepend.SH myconfig pp_sys.c
8665 ____________________________________________________________________________
8666 [   782] By: mbeattie                              on 1998/03/05  19:05:23
8667         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
8668              Date: 03 Mar 1998 18:05:07 +0100
8669              From: Gisle Aas <gisle@aas.no>
8670      Branch: perl
8671            ! perl.h pp_ctl.c
8672 ____________________________________________________________________________
8673 [   781] By: mbeattie                              on 1998/03/05  19:04:34
8674         Log: Subject: [PATCH] Make autouse -w-safe
8675              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
8676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8677      Branch: perl
8678            ! lib/autouse.pm op.c sv.c
8679 ____________________________________________________________________________
8680 [   780] By: mbeattie                              on 1998/03/05  19:02:50
8681         Log: Subject: [PATCH] External symbol re_croak2
8682              Date: 02 Mar 1998 13:00:45 +0100
8683              From: Gisle Aas <gisle@aas.no>
8684      Branch: perl
8685            ! regcomp.c regcomp.h
8686 ____________________________________________________________________________
8687 [   779] By: mbeattie                              on 1998/03/05  19:01:25
8688         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
8689              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
8690              From: bailey@newman.upenn.edu (Charles Bailey)
8691      Branch: perl
8692            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
8693            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
8694            ! sv.h
8695 ____________________________________________________________________________
8696 [   778] By: mbeattie                              on 1998/03/05  18:53:13
8697         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
8698              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
8699              From: bailey@newman.upenn.edu (Charles Bailey)
8700      Branch: perl
8701            ! perl.h
8702 ____________________________________________________________________________
8703 [   777] By: mbeattie                              on 1998/03/05  18:50:25
8704         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
8705              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
8706              From: bailey@newman.upenn.edu (Charles Bailey)
8707      Branch: perl
8708            ! lib/File/Basename.pm
8709 ____________________________________________________________________________
8710 [   776] By: mbeattie                              on 1998/03/05  18:49:15
8711         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
8712              Date: 01 Mar 1998 15:16:03 +0100
8713              From: Gisle Aas <gisle@aas.no>
8714      Branch: perl
8715            ! pod/perlguts.pod
8716 ____________________________________________________________________________
8717 [   775] By: mbeattie                              on 1998/03/05  18:48:05
8718         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
8719              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
8720              From: Jarkko Hietaniemi <jhi@iki.fi>
8721      Branch: perl
8722            ! Makefile.SH perl_exp.SH
8723 ____________________________________________________________________________
8724 [   774] By: mbeattie                              on 1998/03/05  18:46:32
8725         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
8726              Date: Sun, 1 Mar 1998 02:02:47 -0500
8727              From: Spider Boardman <spider@orb.nashua.nh.us>
8728      Branch: perl
8729            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
8730 ____________________________________________________________________________
8731 [   773] By: mbeattie                              on 1998/03/05  18:43:57
8732         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
8733              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
8734              From: Hans Mulder <hansmu@xs4all.nl>
8735      Branch: perl
8736            ! pp_ctl.c
8737 ____________________________________________________________________________
8738 [   772] By: mbeattie                              on 1998/03/05  18:39:25
8739         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
8740              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
8741              From: Jarkko Hietaniemi <jhi@iki.fi>
8742      Branch: perl
8743            ! Makefile.SH
8744 ____________________________________________________________________________
8745 [   771] By: mbeattie                              on 1998/03/05  18:38:32
8746         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
8747              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
8748              From: Jarkko Hietaniemi <jhi@iki.fi>
8749      Branch: perl
8750            ! hints/netbsd.sh
8751 ____________________________________________________________________________
8752 [   770] By: mbeattie                              on 1998/03/05  18:36:50
8753         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
8754      Branch: perl
8755            ! cflags.SH
8756 ____________________________________________________________________________
8757 [   769] By: mbeattie                              on 1998/03/05  18:34:35
8758         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
8759              Subject: [PATCH 5.004_61] bunch of small patches
8760              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
8761              From: Andrew Cohen <cohen@andy.bu.edu>
8762      Branch: perl
8763            ! bytecode.h
8764 ____________________________________________________________________________
8765 [   768] By: mbeattie                              on 1998/03/05  18:13:06
8766         Log: Integrate win32 branch into mainline.
8767      Branch: perl
8768           !> (integrate 53 files)
8769 ____________________________________________________________________________
8770 [   767] By: TimBunce                              on 1998/03/05  11:48:09
8771         Log: Update to change 744.
8772      Branch: maint-5.004/perl
8773            ! lib/ExtUtils/Install.pm
8774 ____________________________________________________________________________
8775 [   765] By: TimBunce                              on 1998/03/05  11:24:24
8776         Log: Update embed.h after make regen_headers.
8777      Branch: maint-5.004/perl
8778            ! embed.h
8779 ____________________________________________________________________________
8780 [   764] By: TimBunce                              on 1998/03/05  11:05:13
8781         Log: APPLLIB_EXP now has arch and version dirs added to @INC
8782      Branch: maint-5.004/perl
8783            ! perl.c
8784 ____________________________________________________________________________
8785 [   763] By: TimBunce                              on 1998/03/05  11:01:38
8786         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
8787              Added MAINT_TRIAL_1 local patch label to patchlevel.h
8788              Removed win32/win32io.c and win32/win32io.h from repository
8789      Branch: maint-5.004/perl
8790            - win32/win32io.c win32/win32io.h
8791            ! MANIFEST patchlevel.h
8792 ____________________________________________________________________________
8793 [   762] By: TimBunce                              on 1998/03/05  10:05:34
8794         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
8795              From:  Spider Boardman <spider@orb.nashua.nh.us>
8796              Files:  scope.c
8797      Branch: maint-5.004/perl
8798            ! scope.c
8799 ____________________________________________________________________________
8800 [   761] By: TimBunce                              on 1998/03/05  10:03:10
8801         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
8802              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8803              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
8804              Files:  av.c hv.c scope.c t/op/local.t
8805      Branch: maint-5.004/perl
8806            ! av.c hv.c scope.c t/op/local.t
8807 ____________________________________________________________________________
8808 [   760] By: gsar                                  on 1998/03/04  20:58:21
8809         Log: added AS patch#10
8810              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
8811              Date:    Tue, 03 Mar 1998 10:46:13 PST
8812              From:    Douglas Lankshear <dougl@ActiveState.com>
8813              Subject: [PATCH]
8814              
8815              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
8816              linked modules.
8817              
8818              -- Doug
8819      Branch: asperl
8820            ! win32/dl_win32.xs
8821 ____________________________________________________________________________
8822 [   759] By: TimBunce                              on 1998/03/04  18:46:41
8823         Log: Update patchls utility
8824      Branch: maint-5.004/perl
8825            ! Porting/patchls
8826 ____________________________________________________________________________
8827 [   758] By: TimBunce                              on 1998/03/04  17:07:06
8828         Log: perldoc -f now uses pager if text is too long for screen
8829      Branch: maint-5.004/perl
8830            ! utils/perldoc.PL
8831 ____________________________________________________________________________
8832 [   757] By: TimBunce                              on 1998/03/04  16:57:04
8833         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
8834              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
8835      Branch: maint-5.004/perl
8836            + hints/openbsd.sh
8837            ! pod/perlfunc.pod
8838 ____________________________________________________________________________
8839 [   756] By: TimBunce                              on 1998/03/04  16:48:40
8840         Log: Fix for new gnulibc stdio.h when using sfio+perlio
8841      Branch: maint-5.004/perl
8842            ! perlsdio.h
8843 ____________________________________________________________________________
8844 [   755] By: TimBunce                              on 1998/03/04  16:47:08
8845         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
8846              Added details of split in scalar context to perlfunc.pod
8847      Branch: maint-5.004/perl
8848            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
8849 ____________________________________________________________________________
8850 [   754] By: TimBunce                              on 1998/03/04  16:35:58
8851         Log: Updated perl -v info to include reference to docs and home page.
8852      Branch: maint-5.004/perl
8853            ! perl.c
8854 ____________________________________________________________________________
8855 [   753] By: TimBunce                              on 1998/03/04  16:31:29
8856         Log: Updated hints/bsdos.sh for BSD/OS 3.1
8857              Fixed typo in pod/perlsyn.pod
8858              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
8859              Fixed typo in ext/GDBM_File/GDBM_File.pm
8860      Branch: maint-5.004/perl
8861            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
8862            ! hints/bsdos.sh pod/perlsyn.pod
8863 ____________________________________________________________________________
8864 [   752] By: TimBunce                              on 1998/03/04  15:49:19
8865         Log: Changed bug address in README to perlbug@perl.com
8866              Changed Copyright in perl.c to 1998
8867              Added op/pos.t test from Robin Houston <robin@oneworld.org>
8868      Branch: maint-5.004/perl
8869            + t/op/pos.t
8870            ! README perl.c
8871 ____________________________________________________________________________
8872 [   751] By: TimBunce                              on 1998/03/04  14:47:15
8873         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
8874      Branch: maint-5.004/perl
8875            ! t/comp/require.t t/lib/ph.t
8876 ____________________________________________________________________________
8877 [   750] By: TimBunce                              on 1998/03/04  13:29:58
8878         Log: Added dTHR definition to ease backwards compatibility for XS
8879              source code from 5.005.
8880      Branch: maint-5.004/perl
8881            ! perl.h
8882 ____________________________________________________________________________
8883 [   749] By: TimBunce                              on 1998/03/04  12:19:19
8884         Log: Title:  "rename local 'op' variables to 'o'", #F114
8885              From:  Gurusamy Sarathy
8886              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
8887              toke.c
8888      Branch: maint-5.004/perl
8889            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
8890            ! scope.c toke.c
8891 ____________________________________________________________________________
8892 [   748] By: TimBunce                              on 1998/03/04  12:12:27
8893         Log: Title:  "consolidated win32 patch", #F112
8894              From:  Gurusamy Sarathy
8895              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
8896              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
8897              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
8898              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
8899              t/harness win32/win32.h win32/win32iop.h README.win32
8900              doio.c installhtml installperl pp_sys.c win32/Makefile
8901              win32/config.bc win32/config.vc win32/config_H.bc
8902              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
8903              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
8904              win32/perllib.c win32/runperl.c win32/win32.c
8905              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
8906              x2p/a2py.c
8907      Branch: maint-5.004/perl
8908            + win32/bin/perlglob.pl
8909            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
8910            ! installhtml installperl lib/ExtUtils/Command.pm
8911            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
8912            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
8913            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
8914            ! win32/Makefile win32/config.bc win32/config.vc
8915            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
8916            ! win32/config_sh.PL win32/dl_win32.xs
8917            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8918            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8919            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
8920            ! x2p/a2py.c
8921 ____________________________________________________________________________
8922 [   747] By: TimBunce                              on 1998/03/04  11:59:57
8923         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
8924              From:  Gurusamy Sarathy
8925              Files:  MANIFEST t/lib/ph.t
8926      Branch: maint-5.004/perl
8927            ! MANIFEST t/lib/ph.t
8928 ____________________________________________________________________________
8929 [   746] By: TimBunce                              on 1998/03/04  11:47:43
8930         Log: Title:  "properly save STDOUT during system() in debugger", #F110
8931              From:  Jason Smith <smithj4@rpi.edu>
8932              Files:  lib/perl5db.pl
8933      Branch: maint-5.004/perl
8934            ! lib/perl5db.pl
8935 ____________________________________________________________________________
8936 [   745] By: TimBunce                              on 1998/03/04  11:40:19
8937         Log: Title:  "generate DynaLoader.pm at build time", #F109
8938              From:  Achim Bohnet <ach@mpe.mpg.de>
8939              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
8940              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
8941      Branch: maint-5.004/perl
8942            + ext/DynaLoader/DynaLoader.pm.PL
8943            ! MANIFEST ext/DynaLoader/Makefile.PL
8944 ____________________________________________________________________________
8945 [   744] By: TimBunce                              on 1998/03/04  11:34:09
8946         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
8947              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
8948              J. Koenig)
8949              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
8950              Files:  lib/ExtUtils/Install.pm
8951      Branch: maint-5.004/perl
8952            ! lib/ExtUtils/Install.pm
8953 ____________________________________________________________________________
8954 [   743] By: TimBunce                              on 1998/03/04  10:45:05
8955         Log: Title:  "Pod::Html trips over "C<0>"", #F107
8956              From:  Chip Salzenberg
8957              Files:  lib/Pod/Html.pm
8958      Branch: maint-5.004/perl
8959            ! lib/Pod/Html.pm
8960 ____________________________________________________________________________
8961 [   742] By: TimBunce                              on 1998/03/04  10:12:54
8962         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
8963              From:  Achim Bohnet <ach@mpe.mpg.de>
8964              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
8965              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
8966      Branch: maint-5.004/perl
8967            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
8968 ____________________________________________________________________________
8969 [   741] By: TimBunce                              on 1998/03/04  10:08:31
8970         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
8971              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
8972              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
8973              Zakharevich)
8974              Msg-ID:  <199801040630.AA29298@metronet.com>,
8975              <199801041826.NAA11568@aatma.engin.umich.edu>,
8976              <1998Jan4.130412.2719461@cor.newman>
8977              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
8978              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
8979      Branch: maint-5.004/perl
8980            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
8981            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
8982            ! win32/win32.h
8983 ____________________________________________________________________________
8984 [   740] By: TimBunce                              on 1998/03/04  09:55:57
8985         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
8986              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
8987              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
8988              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
8989      Branch: maint-5.004/perl
8990            ! lib/Tie/Hash.pm pod/perlfunc.pod
8991 ____________________________________________________________________________
8992 [   739] By: TimBunce                              on 1998/03/04  09:26:01
8993         Log: Title:  "more doc for perldoc", #F103
8994              From:  Gurusamy Sarathy
8995              Files:  utils/perldoc.PL
8996      Branch: maint-5.004/perl
8997            ! utils/perldoc.PL
8998 ____________________________________________________________________________
8999 [   738] By: TimBunce                              on 1998/03/04  09:23:16
9000         Log: Title:  "Make perldoc look for an index file ", #F102
9001              From:  Gisle Aas <gisle@aas.no>
9002              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
9003              Files:  utils/perldoc.PL
9004      Branch: maint-5.004/perl
9005            ! utils/perldoc.PL
9006 ____________________________________________________________________________
9007 [   737] By: TimBunce                              on 1998/03/04  09:21:15
9008         Log: Title:  "perldoc -F filename", #F101
9009              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9010              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
9011              Files:  utils/perldoc.PL
9012      Branch: maint-5.004/perl
9013            ! utils/perldoc.PL
9014 ____________________________________________________________________________
9015 [   736] By: TimBunce                              on 1998/03/04  09:16:20
9016         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
9017              From:  Gisle Aas <gisle@aas.no>
9018              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
9019              Files:  sv.c
9020      Branch: maint-5.004/perl
9021            ! sv.c
9022 ____________________________________________________________________________
9023 [   735] By: TimBunce                              on 1998/03/04  09:08:51
9024         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
9025              From:  abigail@fnx.com
9026              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
9027              Files:  lib/Benchmark.pm
9028      Branch: maint-5.004/perl
9029            ! lib/Benchmark.pm
9030 ____________________________________________________________________________
9031 [   734] By: TimBunce                              on 1998/03/04  08:59:58
9032         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
9033              From:  Gisle Aas <gisle@aas.no>
9034              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
9035              Files:  hv.c
9036      Branch: maint-5.004/perl
9037            ! hv.c
9038 ____________________________________________________________________________
9039 [   733] By: TimBunce                              on 1998/03/04  08:35:19
9040         Log: Title:  "support caseless %ENV", #F097
9041              From:  Gurusamy Sarathy
9042              Files:  hv.c t/op/magic.t win32/win32.h
9043      Branch: maint-5.004/perl
9044            ! hv.c t/op/magic.t win32/win32.h
9045 ____________________________________________________________________________
9046 [   732] By: TimBunce                              on 1998/03/04  08:33:58
9047         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
9048              From:  Ilya Zakharevich
9049              Files:  emacs/cperl-mode.el
9050      Branch: maint-5.004/perl
9051            ! emacs/cperl-mode.el
9052 ____________________________________________________________________________
9053 [   731] By: TimBunce                              on 1998/03/04  08:26:23
9054         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
9055              magic", #F095
9056              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9057              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
9058              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
9059              lib/ExtUtils/xsubpp sv.c
9060      Branch: maint-5.004/perl
9061            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
9062            ! pod/perlxs.pod proto.h sv.c sv.h
9063 ____________________________________________________________________________
9064 [   730] By: TimBunce                              on 1998/03/04  08:20:52
9065         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
9066              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9067              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
9068              Files:  mg.c
9069      Branch: maint-5.004/perl
9070            ! mg.c
9071 ____________________________________________________________________________
9072 [   729] By: TimBunce                              on 1998/03/04  08:18:02
9073         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
9074              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9075              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
9076              Files:  t/op/sort.t
9077      Branch: maint-5.004/perl
9078            ! t/op/sort.t
9079 ____________________________________________________________________________
9080 [   728] By: TimBunce                              on 1998/03/04  08:17:07
9081         Log: Title:  "Make search.pl work on win32", #F092
9082              From:  Gurusamy Sarathy
9083              Files:  win32/bin/search.pl
9084      Branch: maint-5.004/perl
9085            ! win32/bin/search.pl
9086 ____________________________________________________________________________
9087 [   727] By: gsar                                  on 1998/03/04  04:13:23
9088         Log: missing s/op/o/ from one of the mainpatches
9089      Branch: win32/perl
9090            ! op.c
9091 ____________________________________________________________________________
9092 [   726] By: gsar                                  on 1998/03/04  02:12:13
9093         Log: maintpatches #102 and #103 to perldoc.PL
9094      Branch: win32/perl
9095            ! utils/perldoc.PL
9096 ____________________________________________________________________________
9097 [   725] By: gsar                                  on 1998/03/04  02:00:15
9098         Log: renumber some tests to match maint branch
9099      Branch: win32/perl
9100            ! t/op/local.t
9101 ____________________________________________________________________________
9102 [   724] By: gsar                                  on 1998/03/04  01:25:50
9103         Log: maintpatch
9104              #70:  "Fix random whitespace errors in docs"
9105              From:  Roderick Schertler <roderick@argon.org>
9106              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
9107              Date:  Fri, 24 Oct 1997 11:20:44 -0400
9108              Files:  pod/checkpods.PL pod/perlfunc.pod
9109      Branch: win32/perl
9110            ! pod/checkpods.PL
9111 ____________________________________________________________________________
9112 [   723] By: gsar                                  on 1998/03/04  01:04:37
9113         Log: sync maintpatch
9114              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
9115              From:  Chip Salzenberg
9116              Files:  lib/File/Path.pm
9117      Branch: win32/perl
9118            ! lib/File/Path.pm
9119 ____________________________________________________________________________
9120 [   722] By: gsar                                  on 1998/03/04  00:46:46
9121         Log: remove redundancy in File::Find
9122      Branch: win32/perl
9123            ! lib/File/Find.pm
9124 ____________________________________________________________________________
9125 [   721] By: TimBunce                              on 1998/03/03  20:06:41
9126         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
9127              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
9128              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
9129              Files:  utils/perldoc.PL
9130      Branch: maint-5.004/perl
9131            ! utils/perldoc.PL
9132 ____________________________________________________________________________
9133 [   720] By: TimBunce                              on 1998/03/03  20:03:59
9134         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
9135              #F090
9136              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9137              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
9138              Files:  lib/ExtUtils/MM_Unix.pm
9139      Branch: maint-5.004/perl
9140            ! lib/ExtUtils/MM_Unix.pm
9141 ____________________________________________________________________________
9142 [   719] By: TimBunce                              on 1998/03/03  20:02:06
9143         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
9144              From:  Gurusamy Sarathy
9145              Files:  lib/FindBin.pm
9146      Branch: maint-5.004/perl
9147            ! lib/FindBin.pm
9148 ____________________________________________________________________________
9149 [   718] By: TimBunce                              on 1998/03/03  20:00:26
9150         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
9151              #F088
9152              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9153              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
9154              Files:  lib/File/Find.pm
9155      Branch: maint-5.004/perl
9156            ! lib/File/Find.pm
9157 ____________________________________________________________________________
9158 [   717] By: TimBunce                              on 1998/03/03  19:59:38
9159         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
9160              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9161              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
9162              Files:  op.c
9163      Branch: maint-5.004/perl
9164            ! op.c
9165 ____________________________________________________________________________
9166 [   716] By: TimBunce                              on 1998/03/03  19:57:17
9167         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
9168              #F086
9169              From:  Gurusamy Sarathy
9170              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
9171      Branch: maint-5.004/perl
9172            ! pod/perldelta.pod pod/perldiag.pod toke.c
9173 ____________________________________________________________________________
9174 [   715] By: TimBunce                              on 1998/03/03  19:51:33
9175         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
9176              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9177              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
9178              Files:  lib/Pod/Html.pm
9179      Branch: maint-5.004/perl
9180            ! lib/Pod/Html.pm
9181 ____________________________________________________________________________
9182 [   714] By: TimBunce                              on 1998/03/03  19:50:28
9183         Log: Title:  "New pod: perlhist", #F084
9184              From:  Jarkko Hietaniemi <jhi@iki.fi>
9185              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
9186              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
9187      Branch: maint-5.004/perl
9188            + pod/perlhist.pod
9189            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
9190 ____________________________________________________________________________
9191 [   713] By: TimBunce                              on 1998/03/03  19:47:13
9192         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
9193              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9194              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
9195              Files:  pp_ctl.c t/op/local.t
9196      Branch: maint-5.004/perl
9197            ! pp_ctl.c t/op/local.t
9198 ____________________________________________________________________________
9199 [   712] By: TimBunce                              on 1998/03/03  19:45:56
9200         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
9201              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9202              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
9203              Files:  pp_ctl.c
9204      Branch: maint-5.004/perl
9205            ! pp_ctl.c
9206 ____________________________________________________________________________
9207 [   711] By: TimBunce                              on 1998/03/03  19:44:41
9208         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
9209              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9210              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
9211              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
9212      Branch: maint-5.004/perl
9213            + t/comp/require.t
9214            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
9215 ____________________________________________________________________________
9216 [   710] By: TimBunce                              on 1998/03/03  19:36:34
9217         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
9218              From:  Jarkko Hietaniemi <jhi@iki.fi>
9219              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
9220              Files:  t/pragma/locale.t
9221      Branch: maint-5.004/perl
9222            ! t/pragma/locale.t
9223 ____________________________________________________________________________
9224 [   709] By: TimBunce                              on 1998/03/03  19:32:30
9225         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
9226              From:  Gisle Aas <gisle@aas.no>
9227              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
9228              Files:  sv.c
9229      Branch: maint-5.004/perl
9230            ! sv.c
9231 ____________________________________________________________________________
9232 [   708] By: TimBunce                              on 1998/03/03  19:28:06
9233         Log: Title:  "Eliminate double warnings under C<package;>", #F077
9234              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9235              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
9236              Files:  gv.c op.c toke.c
9237      Branch: maint-5.004/perl
9238            ! gv.c op.c toke.c
9239 ____________________________________________________________________________
9240 [   707] By: TimBunce                              on 1998/03/03  19:13:17
9241         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
9242              #F076
9243              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
9244              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
9245              Files:  lib/File/Path.pm
9246      Branch: maint-5.004/perl
9247            ! lib/File/Path.pm
9248 ____________________________________________________________________________
9249 [   706] By: TimBunce                              on 1998/03/03  19:08:45
9250         Log: Title:  "Update of h2ph", #F075
9251              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
9252              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
9253              Files:  t/lib/ph.t utils/h2ph.PL
9254      Branch: maint-5.004/perl
9255            + t/lib/ph.t
9256            ! utils/h2ph.PL
9257 ____________________________________________________________________________
9258 [   705] By: TimBunce                              on 1998/03/03  18:56:59
9259         Log: Title:  "Fix AutoLoader for deep packages", #F074
9260              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
9261              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
9262              Files:  lib/AutoLoader.pm
9263      Branch: maint-5.004/perl
9264            ! lib/AutoLoader.pm
9265 ____________________________________________________________________________
9266 [   704] By: TimBunce                              on 1998/03/03  18:35:36
9267         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
9268              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9269              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
9270              Files:  op.c
9271      Branch: maint-5.004/perl
9272            ! op.c
9273 ____________________________________________________________________________
9274 [   703] By: TimBunce                              on 1998/03/03  18:32:28
9275         Log: Title:  "Make recursive lexical analysis more robust", #F072
9276              From:  Ilya Zakharevich and Chip Salzenberg
9277              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
9278              Files:  toke.c
9279      Branch: maint-5.004/perl
9280            ! toke.c
9281 ____________________________________________________________________________
9282 [   702] By: TimBunce                              on 1998/03/03  18:18:10
9283         Log: Title:  "Fix random whitespace errors in docs", #F070
9284              From:  Roderick Schertler <roderick@argon.org>
9285              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
9286              Files:  pod/perlfunc.pod pod/checkpods.PL
9287      Branch: maint-5.004/perl
9288            ! pod/checkpods.PL pod/perlfunc.pod
9289 ____________________________________________________________________________
9290 [   701] By: TimBunce                              on 1998/03/03  18:13:54
9291         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
9292              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9293              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
9294              Files:  toke.c
9295      Branch: maint-5.004/perl
9296            ! toke.c
9297 ____________________________________________________________________________
9298 [   700] By: TimBunce                              on 1998/03/03  18:11:20
9299         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
9300              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
9301              <nick@flirble.org>
9302              Msg-ID:  <199710241248.NAA00163@flirble.org>,
9303              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
9304              net>
9305              Files:  pp_ctl.c sv.c
9306      Branch: maint-5.004/perl
9307            ! pp_ctl.c sv.c
9308 ____________________________________________________________________________
9309 [   699] By: TimBunce                              on 1998/03/03  18:06:59
9310         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
9311              From:  Jarkko Hietaniemi <jhi@iki.fi>
9312              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
9313              Files:  op.c
9314      Branch: maint-5.004/perl
9315            ! op.c
9316 ____________________________________________________________________________
9317 [   698] By: TimBunce                              on 1998/03/03  18:04:51
9318         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
9319              From:  Administration <fadmin@informatics.muni.cz>
9320              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
9321              Files:  op.c
9322      Branch: maint-5.004/perl
9323            ! op.c
9324 ____________________________________________________________________________
9325 [   697] By: TimBunce                              on 1998/03/03  18:02:54
9326         Log: Title:  "Allow C<last()> to mean C<last>", #F065
9327              From:  Chip Salzenberg
9328              Files:  op.c
9329      Branch: maint-5.004/perl
9330            ! op.c
9331 ____________________________________________________________________________
9332 [   696] By: TimBunce                              on 1998/03/03  17:58:12
9333         Log: Title:  "Fix extension version mismatch message", #F064
9334              From:  Chip Salzenberg
9335              Files:  XSUB.h
9336      Branch: maint-5.004/perl
9337            ! XSUB.h
9338 ____________________________________________________________________________
9339 [   695] By: TimBunce                              on 1998/03/03  17:53:04
9340         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
9341              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
9342              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
9343              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9344              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9345      Branch: maint-5.004/perl
9346            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9347            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9348 ____________________________________________________________________________
9349 [   694] By: TimBunce                              on 1998/03/03  17:40:47
9350         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
9351              From:  Tom Christiansen
9352              Files:  ext/Socket/Socket.pm
9353      Branch: maint-5.004/perl
9354            ! ext/Socket/Socket.pm
9355 ____________________________________________________________________________
9356 [   693] By: TimBunce                              on 1998/03/03  17:32:57
9357         Log: Title:  "Kill warning about parameter type", #F061
9358              From:  Chip Salzenberg
9359              Files:  op.c
9360      Branch: maint-5.004/perl
9361            ! op.c
9362 ____________________________________________________________________________
9363 [   692] By: TimBunce                              on 1998/03/03  17:11:07
9364         Log: Title:  "Socket occasional SEGV", #F060
9365              From:  Trevor Blackwell <tlb@viaweb.com>
9366              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
9367              Files:  ext/Socket/Socket.xs
9368      Branch: maint-5.004/perl
9369            ! ext/Socket/Socket.xs
9370 ____________________________________________________________________________
9371 [   691] By: TimBunce                              on 1998/03/03  17:09:51
9372         Log: Title:  "Avoid SEGV from local($@)", #F059
9373              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9374              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
9375              Files:  pp_ctl.c
9376      Branch: maint-5.004/perl
9377            ! pp_ctl.c
9378 ____________________________________________________________________________
9379 [   690] By: TimBunce                              on 1998/03/03  17:08:21
9380         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
9381              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9382              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
9383              Files:  op.c
9384      Branch: maint-5.004/perl
9385            ! op.c
9386 ____________________________________________________________________________
9387 [   689] By: TimBunce                              on 1998/03/03  17:05:57
9388         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
9389              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9390              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
9391              Files:  XSUB.h
9392      Branch: maint-5.004/perl
9393            ! XSUB.h
9394 ____________________________________________________________________________
9395 [   688] By: TimBunce                              on 1998/03/03  17:04:15
9396         Log: Title:  "Re: Sort grammar bug", #F056
9397              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9398              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
9399              Files:  toke.c
9400      Branch: maint-5.004/perl
9401            ! toke.c
9402 ____________________________________________________________________________
9403 [   687] By: TimBunce                              on 1998/03/03  17:01:32
9404         Log: Title:  "Document indirect object cases for exec(), system()", #F055
9405              From:  Dominic Dunlop <domo@slipper.ip.lu>
9406              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
9407              Files:  pod/perlfunc.pod
9408      Branch: maint-5.004/perl
9409            ! pod/perlfunc.pod
9410 ____________________________________________________________________________
9411 [   686] By: TimBunce                              on 1998/03/03  16:56:44
9412         Log: Title:  "Update docs on tr///", #F054
9413              From:  Tom Phoenix <rootbeer@teleport.com>
9414              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
9415              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9416              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9417              pod/perlstyle.pod toke.c
9418      Branch: maint-5.004/perl
9419            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9420            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9421            ! pod/perlstyle.pod toke.c
9422 ____________________________________________________________________________
9423 [   685] By: TimBunce                              on 1998/03/03  16:38:50
9424         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
9425              From:  Tom Phoenix <rootbeer@teleport.com>
9426              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
9427              Files:  pod/perlop.pod
9428      Branch: maint-5.004/perl
9429            ! pod/perlop.pod
9430 ____________________________________________________________________________
9431 [   684] By: TimBunce                              on 1998/03/03  16:37:00
9432         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
9433              From:  "Joseph N. Hall" <joseph@cscaper.com>
9434              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
9435              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
9436      Branch: maint-5.004/perl
9437            ! perly.c perly.c.diff perly.y vms/perly_c.vms
9438 ____________________________________________________________________________
9439 [   683] By: TimBunce                              on 1998/03/03  16:31:15
9440         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
9441              sv_vsetpfn", #F051
9442              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
9443              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
9444              Files:  pod/perlguts.pod
9445      Branch: maint-5.004/perl
9446            ! pod/perlguts.pod
9447 ____________________________________________________________________________
9448 [   682] By: TimBunce                              on 1998/03/03  16:28:30
9449         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
9450              From:  Jarkko Hietaniemi <jhi@iki.fi>
9451              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
9452              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
9453      Branch: maint-5.004/perl
9454            ! INSTALL pod/perldiag.pod pod/perllocale.pod
9455 ____________________________________________________________________________
9456 [   681] By: TimBunce                              on 1998/03/03  16:24:12
9457         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
9458              From:  Jerome Abela <abela@hsc.fr>
9459              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
9460              Files:  ext/Fcntl/Fcntl.pm
9461      Branch: maint-5.004/perl
9462            ! ext/Fcntl/Fcntl.pm
9463 ____________________________________________________________________________
9464 [   680] By: TimBunce                              on 1998/03/03  16:23:20
9465         Log: Title:  "Commenting toke.c", #F048
9466              From:  gnat@frii.com
9467              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
9468              Files:  toke.c
9469      Branch: maint-5.004/perl
9470            ! toke.c
9471 ____________________________________________________________________________
9472 [   679] By: TimBunce                              on 1998/03/03  16:18:32
9473         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
9474              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9475              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
9476              Files:  pod/perlguts.pod pp.c t/op/vec.t
9477      Branch: maint-5.004/perl
9478            ! pod/perlguts.pod pp.c t/op/vec.t
9479 ____________________________________________________________________________
9480 [   678] By: TimBunce                              on 1998/03/03  16:15:44
9481         Log: Title:  "A few perl5.004_03 bugs", #F046
9482              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9483              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
9484              Files:  mg.c t/op/magic.t
9485      Branch: maint-5.004/perl
9486            ! mg.c t/op/magic.t
9487 ____________________________________________________________________________
9488 [   677] By: TimBunce                              on 1998/03/03  16:13:11
9489         Log: Title:  "Faster, cleaner av_unshift() ", #F045
9490              From:  Gisle Aas <gisle@aas.no>
9491              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
9492              Files:  av.c
9493      Branch: maint-5.004/perl
9494            ! av.c
9495 ____________________________________________________________________________
9496 [   676] By: TimBunce                              on 1998/03/03  16:04:30
9497         Log: Title:  "New hints/solaris2.sh", #F044
9498              From:  Stephen Zander <srz@mckesson.com>
9499              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
9500              Files:  hints/solaris_2.sh
9501      Branch: maint-5.004/perl
9502            ! hints/solaris_2.sh
9503 ____________________________________________________________________________
9504 [   675] By: TimBunce                              on 1998/03/03  15:33:07
9505         Log: Title:  "Refresh Complex.pm and test", #F043
9506              From:  Jarkko Hietaniemi <jhi@iki.fi>
9507              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
9508              Files:  lib/Math/Complex.pm t/lib/complex.t
9509      Branch: maint-5.004/perl
9510            ! lib/Math/Complex.pm t/lib/complex.t
9511 ____________________________________________________________________________
9512 [   674] By: TimBunce                              on 1998/03/03  15:29:16
9513         Log: Title:  "Fix (\@@) proto", #F042
9514              From:  "Joseph N. Hall" <joseph@cscaper.com>
9515              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
9516              Files:  op.c t/comp/proto.t
9517      Branch: maint-5.004/perl
9518            ! op.c t/comp/proto.t
9519 ____________________________________________________________________________
9520 [   673] By: TimBunce                              on 1998/03/03  15:26:31
9521         Log: Title:  "Allow empty BLOCK in code", #F041
9522              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
9523              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
9524              Files:  toke.c
9525      Branch: maint-5.004/perl
9526            ! toke.c
9527 ____________________________________________________________________________
9528 [   672] By: TimBunce                              on 1998/03/03  15:23:55
9529         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
9530              From:  Chip Salzenberg
9531              Files:  gv.c t/op/gv.t
9532      Branch: maint-5.004/perl
9533            ! gv.c t/op/gv.t
9534 ____________________________________________________________________________
9535 [   671] By: TimBunce                              on 1998/03/03  10:02:32
9536         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
9537              From:  Gisle Aas <gisle@aas.no>
9538              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
9539              Files:  gv.c sv.c
9540      Branch: maint-5.004/perl
9541            ! gv.c sv.c
9542 ____________________________________________________________________________
9543 [   670] By: TimBunce                              on 1998/03/03  09:59:48
9544         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
9545              From:  Chip Salzenberg
9546              Files:  gv.c
9547      Branch: maint-5.004/perl
9548            ! gv.c
9549 ____________________________________________________________________________
9550 [   669] By: TimBunce                              on 1998/03/03  09:58:58
9551         Log: Title:  "Make Configure less negative about PerlIO", #F036
9552              From:  chip@atlantic.net
9553              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
9554              Files:  Configure
9555      Branch: maint-5.004/perl
9556            ! Configure
9557 ____________________________________________________________________________
9558 [   668] By: TimBunce                              on 1998/03/03  09:55:51
9559         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
9560              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
9561              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
9562              Files:  pp_ctl.c
9563      Branch: maint-5.004/perl
9564            ! pp_ctl.c
9565 ____________________________________________________________________________
9566 [   667] By: TimBunce                              on 1998/03/03  09:52:59
9567         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
9568              From:  Irving Reid <irving@tor.securecomputing.com>
9569              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
9570              Files:  lib/Getopt/Long.pm
9571      Branch: maint-5.004/perl
9572            ! lib/Getopt/Long.pm
9573 ____________________________________________________________________________
9574 [   666] By: TimBunce                              on 1998/03/03  09:51:27
9575         Log: Title:  "adding the newSVpvn API function", #F033
9576              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
9577              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
9578              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
9579      Branch: maint-5.004/perl
9580            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
9581 ____________________________________________________________________________
9582 [   665] By: TimBunce                              on 1998/03/03  09:43:30
9583         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
9584              From:  Chip Salzenberg
9585              Files:  toke.c
9586      Branch: maint-5.004/perl
9587            ! toke.c
9588 ____________________________________________________________________________
9589 [   664] By: TimBunce                              on 1998/03/03  09:41:40
9590         Log: Title:  "Re-optimize character classes", #F031
9591              From:  Chip Salzenberg
9592              Files:  regcomp.h regcomp.c regexec.c
9593      Branch: maint-5.004/perl
9594            ! regcomp.c regcomp.h regexec.c
9595 ____________________________________________________________________________
9596 [   663] By: TimBunce                              on 1998/03/03  09:39:55
9597         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
9598              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
9599              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
9600              Files:  op.c t/op/local.t
9601      Branch: maint-5.004/perl
9602            ! op.c t/op/local.t
9603 ____________________________________________________________________________
9604 [   662] By: TimBunce                              on 1998/03/03  09:37:51
9605         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
9606              From:  Chip Salzenberg
9607              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
9608              pp_hot.c regexec.c scope.c
9609      Branch: maint-5.004/perl
9610            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
9611            ! proto.h regexec.c regexp.h scope.c
9612 ____________________________________________________________________________
9613 [   661] By: TimBunce                              on 1998/03/03  09:27:04
9614         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
9615              From:  Chip Salzenberg
9616              Files:  toke.c
9617      Branch: maint-5.004/perl
9618            ! toke.c
9619 ____________________________________________________________________________
9620 [   660] By: TimBunce                              on 1998/03/03  09:24:41
9621         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
9622              From:  Chip Salzenberg
9623              Files:  scope.c
9624      Branch: maint-5.004/perl
9625            ! scope.c
9626 ____________________________________________________________________________
9627 [   659] By: TimBunce                              on 1998/03/03  09:24:00
9628         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
9629              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9630              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
9631              Files:  sv.c t/op/sprintf.t
9632      Branch: maint-5.004/perl
9633            ! sv.c t/op/sprintf.t
9634 ____________________________________________________________________________
9635 [   658] By: TimBunce                              on 1998/03/03  09:22:13
9636         Log: Title:  "Tiny core patch for source filters", #F025
9637              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
9638              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
9639              Files:  toke.c
9640      Branch: maint-5.004/perl
9641            ! toke.c
9642 ____________________________________________________________________________
9643 [   657] By: TimBunce                              on 1998/03/03  09:20:00
9644         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
9645              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9646              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
9647              Files:  t/base/lex.t toke.c
9648      Branch: maint-5.004/perl
9649            ! t/base/lex.t toke.c
9650 ____________________________________________________________________________
9651 [   656] By: TimBunce                              on 1998/03/03  09:17:56
9652         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
9653              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9654              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
9655              Files:  doio.c t/pragma/warn-1global
9656      Branch: maint-5.004/perl
9657            ! doio.c t/pragma/warn-1global
9658 ____________________________________________________________________________
9659 [   655] By: TimBunce                              on 1998/03/03  09:16:56
9660         Log: Title:  "Fix '*' prototype", #F022
9661              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9662              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
9663              Files:  toke.c
9664      Branch: maint-5.004/perl
9665            ! toke.c
9666 ____________________________________________________________________________
9667 [   654] By: TimBunce                              on 1998/03/03  09:15:04
9668         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
9669              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
9670              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
9671              Files:  lib/File/Find.pm
9672      Branch: maint-5.004/perl
9673            ! lib/File/Find.pm
9674 ____________________________________________________________________________
9675 [   653] By: TimBunce                              on 1998/03/03  09:11:55
9676         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
9677              From:  Chip Salzenberg
9678              Files:  sv.c
9679      Branch: maint-5.004/perl
9680            ! sv.c
9681 ____________________________________________________________________________
9682 [   652] By: TimBunce                              on 1998/03/03  09:07:50
9683         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
9684              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9685              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
9686              Files:  scope.c
9687      Branch: maint-5.004/perl
9688            ! scope.c
9689 ____________________________________________________________________________
9690 [   651] By: TimBunce                              on 1998/03/03  09:07:10
9691         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
9692              From:  Stephane Payrard <stef@francenet.fr>
9693              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
9694              Files:  op.c t/op/my.t
9695      Branch: maint-5.004/perl
9696            ! op.c t/op/my.t
9697 ____________________________________________________________________________
9698 [   650] By: TimBunce                              on 1998/03/03  09:04:04
9699         Log: Title:  "enhanced "use strict" warning", #F017
9700              From:  Tkil <tkil@reptile.scrye.com>
9701              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
9702              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
9703      Branch: maint-5.004/perl
9704            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
9705 ____________________________________________________________________________
9706 [   649] By: TimBunce                              on 1998/03/03  09:02:55
9707         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
9708              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9709              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
9710              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
9711      Branch: maint-5.004/perl
9712            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
9713 ____________________________________________________________________________
9714 [   648] By: TimBunce                              on 1998/03/03  08:58:00
9715         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
9716              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9717              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
9718              Files:  sv.c
9719      Branch: maint-5.004/perl
9720            ! sv.c
9721 ____________________________________________________________________________
9722 [   647] By: TimBunce                              on 1998/03/03  08:53:35
9723         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
9724              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9725              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
9726              Files:  os2/os2.c util.c
9727      Branch: maint-5.004/perl
9728            ! os2/os2.c util.c
9729 ____________________________________________________________________________
9730 [   646] By: TimBunce                              on 1998/03/03  08:51:04
9731         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
9732              From:  Roderick Schertler <roderick@argon.org>
9733              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
9734              Files:  doio.c t/op/misc.t
9735      Branch: maint-5.004/perl
9736            ! doio.c t/op/misc.t
9737 ____________________________________________________________________________
9738 [   645] By: TimBunce                              on 1998/03/03  08:49:34
9739         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
9740              From:  Stephen McCamant <alias@mcs.com>
9741              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
9742              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
9743      Branch: maint-5.004/perl
9744            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
9745 ____________________________________________________________________________
9746 [   644] By: TimBunce                              on 1998/03/03  08:43:06
9747         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
9748              From:  Spider Boardman <spider@orb.nashua.nh.us>
9749              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
9750              Files:  sv.c
9751      Branch: maint-5.004/perl
9752            ! sv.c
9753 ____________________________________________________________________________
9754 [   643] By: TimBunce                              on 1998/03/03  08:41:07
9755         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
9756              From:  Chip Salzenberg
9757              Files:  op.c t/op/my.t
9758      Branch: maint-5.004/perl
9759            ! op.c t/op/my.t
9760 ____________________________________________________________________________
9761 [   642] By: TimBunce                              on 1998/03/03  08:39:11
9762         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
9763              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9764              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
9765              Files:  pod/perlobj.pod sv.c t/op/ref.t
9766      Branch: maint-5.004/perl
9767            ! pod/perlobj.pod sv.c t/op/ref.t
9768 ____________________________________________________________________________
9769 [   641] By: gsar                                  on 1998/03/03  04:39:49
9770         Log: merge problematic maintpatch to op.c
9771              #77:  "Eliminate double warnings under C<package;>"
9772              From:  Chip Salzenberg
9773              Files:  gv.c op.c toke.c
9774      Branch: win32/perl
9775            ! gv.c op.c toke.c
9776 ____________________________________________________________________________
9777 [   640] By: gsar                                  on 1998/03/03  04:30:22
9778         Log: merge another conflicting maintpatch to op.c
9779              #17:  "Enhanced "use strict" warning"
9780              From:  Tkil <tkil@reptile.scrye.com>
9781              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
9782              Date:  Thu, 4 Dec 1997 02:38:26 -0700
9783              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
9784      Branch: win32/perl
9785            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
9786 ____________________________________________________________________________
9787 [   639] By: gsar                                  on 1998/03/03  04:09:11
9788         Log: maintpatch
9789              #73:  "Fix order of warnings for misplaced subscripts"
9790              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9791              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
9792              Date:  Mon, 13 Oct 1997 11:23:56 +0100
9793              Files:  op.c
9794      Branch: win32/perl
9795            ! op.c
9796 ____________________________________________________________________________
9797 [   638] By: gsar                                  on 1998/03/03  04:02:16
9798         Log: manually apply another conflicting maintpatch
9799              #64:  "Fix extension version mismatch message"
9800              From:  Chip Salzenberg
9801              Files:  XSUB.h
9802      Branch: win32/perl
9803            ! XSUB.h
9804 ____________________________________________________________________________
9805 [   637] By: gsar                                  on 1998/03/03  03:57:08
9806         Log: maintpatch
9807              #62:  "Fix doc bug in getservbyname() examples"
9808              From:  Tom Christiansen
9809              Files:  ext/Socket/Socket.pm
9810      Branch: win32/perl
9811            ! ext/Socket/Socket.pm
9812 ____________________________________________________________________________
9813 [   636] By: gsar                                  on 1998/03/03  03:55:13
9814         Log: maintpatch
9815              #60:  "Socket occasional SEGV"
9816              From:  Trevor Blackwell <tlb@viaweb.com>
9817              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
9818              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
9819              Files:  ext/Socket/Socket.xs
9820      Branch: win32/perl
9821            ! ext/Socket/Socket.xs
9822 ____________________________________________________________________________
9823 [   635] By: gsar                                  on 1998/03/03  03:51:01
9824         Log: maintpatches for docs
9825              #53:  "Perlop bitwise & | ^ documentation"
9826              From:  Tom Phoenix <rootbeer@teleport.com>
9827              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
9828              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
9829              Files:  pod/perlfunc.pod
9830              -------- 
9831              #54:  "Update docs on tr///"
9832              From:  Tom Phoenix <rootbeer@teleport.com>
9833              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
9834              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
9835              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9836              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9837              pod/perlstyle.pod toke.c
9838      Branch: win32/perl
9839            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9840            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9841            ! pod/perlstyle.pod toke.c
9842 ____________________________________________________________________________
9843 [   634] By: gsar                                  on 1998/03/03  03:43:42
9844         Log: another maintpatch (this one needed adjust of test nos.)
9845              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9846              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
9847              Date: Thu, 22 Jan 1998 12:11:49 +0000
9848              Subject: Re: [PERL] A few perl5.004_03 bugs 
9849      Branch: win32/perl
9850            ! mg.c t/op/magic.t
9851 ____________________________________________________________________________
9852 [   633] By: gsar                                  on 1998/03/03  03:36:40
9853         Log: merge another toke.c patch and its dependent (very carefully)
9854              #32:  "Support C<Package::> as function-blind bearword"
9855              From:  Chip Salzenberg
9856              Files:  toke.c
9857              --------
9858              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
9859              From:  Gurusamy Sarathy
9860              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
9861      Branch: win32/perl
9862            ! pod/perldelta.pod pod/perldiag.pod toke.c
9863 ____________________________________________________________________________
9864 [   632] By: gsar                                  on 1998/03/03  03:12:16
9865         Log: another toke.c maintpatch
9866              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
9867              From:  Chip Salzenberg
9868              Files:  toke.c
9869      Branch: win32/perl
9870            ! toke.c
9871 ____________________________________________________________________________
9872 [   631] By: gsar                                  on 1998/03/03  03:06:59
9873         Log: still another maintpatch
9874              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9875              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
9876              Date: Sun, 02 Nov 1997 13:31:54 +0000
9877              Subject: [PATCH] assorted sprintf bugs
9878      Branch: win32/perl
9879            ! sv.c t/op/sprintf.t
9880 ____________________________________________________________________________
9881 [   630] By: gsar                                  on 1998/03/03  03:03:55
9882         Log: yet another maintpatch
9883              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9884              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
9885              Date: Sat, 22 Nov 1997 12:52:16 +0000
9886              Subject: Re: [PERL] Unexpected output 
9887      Branch: win32/perl
9888            ! doio.c t/pragma/warn-1global
9889 ____________________________________________________________________________
9890 [   629] By: gsar                                  on 1998/03/03  02:57:33
9891         Log: merge another maintpatch to toke.c
9892              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9893              Date: Sat, 22 Nov 1997 14:45:23 GMT
9894              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
9895              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
9896      Branch: win32/perl
9897            ! t/base/lex.t toke.c
9898 ____________________________________________________________________________
9899 [   628] By: gsar                                  on 1998/03/03  02:50:20
9900         Log: manually merge a maintpatch
9901              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
9902              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
9903              From: gnat@frii.com
9904              Subject: [PERL] Commenting toke.c
9905      Branch: win32/perl
9906            ! toke.c
9907 ____________________________________________________________________________
9908 [   627] By: TimBunce                              on 1998/03/02  22:34:47
9909         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
9910              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9911              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
9912              Files:  pp_hot.c pp_sys.c
9913      Branch: maint-5.004/perl
9914            ! pp_hot.c pp_sys.c
9915 ____________________________________________________________________________
9916 [   626] By: TimBunce                              on 1998/03/02  22:31:13
9917         Log: This is the change description for change 625
9918              Title:  "Fix tr///s option", #F007
9919              From:  Inaba Hiroto <inaba@st.rim.or.jp>
9920              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
9921              Files:  doop.c
9922      Branch: maint-5.004/perl
9923            ! doop.c
9924 ____________________________________________________________________________
9925 [   625] By: TimBunce                              on 1998/03/02  22:23:48
9926         Log:      Branch: maint-5.004/perl
9927            ! doop.c
9928 ____________________________________________________________________________
9929 [   623] By: TimBunce                              on 1998/03/02  21:51:53
9930         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
9931              From:  Chip Salzenberg
9932              Files:  pp_ctl.c
9933      Branch: maint-5.004/perl
9934            ! pp_ctl.c
9935 ____________________________________________________________________________
9936 [   622] By: TimBunce                              on 1998/03/02  21:43:29
9937         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
9938              From:  Chip Salzenberg
9939              Files:  sv.c
9940      Branch: maint-5.004/perl
9941            ! sv.c
9942 ____________________________________________________________________________
9943 [   621] By: TimBunce                              on 1998/03/02  21:29:59
9944         Log: Title:  "Fix compile-time warning line in while ()", #F004
9945              From:  Chip Salzenberg
9946              Files:  op.c
9947      Branch: maint-5.004/perl
9948            ! op.c
9949 ____________________________________________________________________________
9950 [   620] By: TimBunce                              on 1998/03/02  21:25:27
9951         Log: Title:  "STMT foreach LIST;", #F002
9952              From:  Chip Salzenberg
9953              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
9954              vms/perly_c.vms
9955      Branch: maint-5.004/perl
9956            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
9957            ! toke.c vms/perly_c.vms
9958 ____________________________________________________________________________
9959 [   619] By: TimBunce                              on 1998/03/02  21:12:58
9960         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
9961              From:  Chip Salzenberg
9962              Files:  op.c
9963      Branch: maint-5.004/perl
9964            ! op.c
9965 ____________________________________________________________________________
9966 [   618] By: gsar                                  on 1998/03/02  04:40:16
9967         Log: make t/lib/nothread.t type xtext also
9968      Branch: win32/perl
9969            ! t/op/nothread.t
9970 ____________________________________________________________________________
9971 [   617] By: gsar                                  on 1998/03/02  04:35:15
9972         Log: make t/lib/thread.t type xtext
9973      Branch: win32/perl
9974            ! t/lib/thread.t
9975 ____________________________________________________________________________
9976 [   616] By: gsar                                  on 1998/03/02  04:17:40
9977         Log: fix misapplied hunks in change#614
9978      Branch: win32/perl
9979            ! scope.c scope.h
9980 ____________________________________________________________________________
9981 [   615] By: gsar                                  on 1998/03/02  03:39:16
9982         Log: another one down
9983              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
9984              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
9985              Date: Tue, 25 Nov 1997 23:03:48 -0800
9986              Subject: [PERL] File::Find bugs & patches
9987      Branch: win32/perl
9988            ! lib/File/Find.pm
9989 ____________________________________________________________________________
9990 [   614] By: gsar                                  on 1998/03/02  03:28:28
9991         Log: this one with adjusted test numbers
9992              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
9993              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
9994              From: Stephen McCamant <alias@mcs.com>
9995              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
9996      Branch: win32/perl
9997            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
9998 ____________________________________________________________________________
9999 [   613] By: gsar                                  on 1998/03/02  03:13:32
10000         Log: still another
10001              From: Inaba Hiroto <inaba@st.rim.or.jp>
10002              Subject: [PERL] tr///s bug
10003              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
10004              Date: Sat, 10 Jan 1998 15:53:33 +0900
10005      Branch: win32/perl
10006            ! doop.c t/op/subst.t
10007 ____________________________________________________________________________
10008 [   612] By: gsar                                  on 1998/03/02  03:01:27
10009         Log: yet another patch
10010              From: Chip Salzenberg <salzench@nielsenmedia.com>
10011              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
10012              Subject: Tiny but massively cool:  C<statement foreach @list>
10013              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
10014      Branch: win32/perl
10015            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
10016            ! toke.c vms/perly_c.vms
10017 ____________________________________________________________________________
10018 [   611] By: gsar                                  on 1998/03/02  01:52:46
10019         Log: yet another 'old' patch
10020              From: Stephane Payrard <stef@francenet.fr>
10021              Message-Id: <199712040054.BAA04612@www.zweig.com>
10022              To: perl5-porters@perl.org
10023              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
10024              between `my' and `local' (Patch included)
10025      Branch: win32/perl
10026            ! op.c t/op/my.t
10027 ____________________________________________________________________________
10028 [   610] By: gsar                                  on 1998/03/02  01:45:55
10029         Log: another 'old' patch
10030              From: Roderick Schertler <roderick@argon.org>
10031              Date: 19 Dec 1997 12:52:36 -0500
10032              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
10033              Subject: [PERL] [PATCH] Re: Problem with open >&=
10034      Branch: win32/perl
10035            ! doio.c t/op/misc.t
10036 ____________________________________________________________________________
10037 [   609] By: gsar                                  on 1998/03/02  01:23:56
10038         Log: apply missing pieces from:
10039              From: Chip Salzenberg <salzench@nielsenmedia.com>
10040              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
10041              Subject: [PATCH] Improved LVALUE patch
10042              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
10043      Branch: win32/perl
10044            ! sv.c
10045 ____________________________________________________________________________
10046 [   608] By: gsar                                  on 1998/03/02  01:13:01
10047         Log: merge two important 'old' patches
10048              From: Chip Salzenberg <salzench@nielsenmedia.com>
10049              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
10050              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
10051              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
10052              ------
10053              From: Chip Salzenberg <salzench@nielsenmedia.com>
10054              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
10055              Subject: [PATCH] Fix for compile-time while() warnings
10056              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
10057      Branch: win32/perl
10058            ! op.c
10059 ____________________________________________________________________________
10060 [   607] By: gsar                                  on 1998/03/01  06:52:26
10061         Log: integrate mainline changes
10062      Branch: asperl
10063           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
10064           +> lib/Tie/Handle.pm t/op/tiehandle.t
10065            - config_H
10066           !> (integrate 89 files)
10067 ____________________________________________________________________________
10068 [   606] By: gsar                                  on 1998/02/28  23:11:00
10069         Log: misc small tweaks
10070              - AutoLoader fix for long::pack::names
10071              - d_mymalloc can be set from makefiles now
10072              - make search.pl actually work on win32
10073              - revert podoc about $^E on OS/2 (per Ilya's wishes)
10074      Branch: win32/perl
10075            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
10076            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
10077 ____________________________________________________________________________
10078 [   605] By: gsar                                  on 1998/02/28  22:16:45
10079         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
10080      Branch: win32/perl
10081            ! embedvar.h sv.h
10082 ____________________________________________________________________________
10083 [   604] By: gsar                                  on 1998/02/28  21:08:58
10084         Log: integrate mainline
10085      Branch: win32/perl
10086           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
10087           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
10088           !> byterun.c ext/SDBM_File/Makefile.PL
10089           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
10090           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
10091           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
10092           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
10093           !> vms/test.com win32/makedef.pl
10094 ____________________________________________________________________________
10095 [   603] By: nick                                  on 1998/02/28  11:31:15
10096         Log: Missed FREAD in bytecode.h
10097              Cannot export svref_mutex in non-threaded perl
10098      Branch: perl
10099            ! bytecode.h win32/makedef.pl
10100
10101 ----------------
10102 Version 5.004_61
10103 ----------------
10104
10105 ____________________________________________________________________________
10106 [   602] By: mbeattie                              on 1998/02/27  18:35:27
10107         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
10108              preprocessor symbol on Digital UNIX.
10109      Branch: perl
10110            ! bytecode.h bytecode.pl byterun.c
10111 ____________________________________________________________________________
10112 [   601] By: mbeattie                              on 1998/02/27  18:27:00
10113         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
10114      Branch: perl
10115            ! sv.h
10116 ____________________________________________________________________________
10117 [   600] By: mbeattie                              on 1998/02/27  18:15:07
10118         Log: Add atomic.h to MANIFEST
10119      Branch: perl
10120            ! MANIFEST
10121 ____________________________________________________________________________
10122 [   599] By: mbeattie                              on 1998/02/27  18:13:52
10123         Log: Integrate win32 branch into mainline.
10124      Branch: perl
10125            ! bytecode.pl
10126           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
10127           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
10128           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
10129           !> win32/config.gc win32/config.vc win32/config_H.bc
10130           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
10131           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
10132           !> win32/win32thread.h
10133 ____________________________________________________________________________
10134 [   598] By: mbeattie                              on 1998/02/27  18:06:41
10135         Log: Make refcounts atomic for threading (dependent on appropriate
10136              arch-dependent and compiler-dependent definitions in atomic.h
10137              or else falls back to a global mutex to protect refcounts).
10138      Branch: perl
10139            + atomic.h
10140            ! global.sym perl.c perlvars.h sv.c sv.h
10141 ____________________________________________________________________________
10142 [   597] By: mbeattie                              on 1998/02/27  15:37:22
10143         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
10144      Branch: perl
10145            ! MANIFEST
10146 ____________________________________________________________________________
10147 [   596] By: mbeattie                              on 1998/02/27  15:34:55
10148         Log: Missed adding new file Policy_sh.SH in change 592.
10149      Branch: perl
10150            + Policy_sh.SH
10151 ____________________________________________________________________________
10152 [   595] By: mbeattie                              on 1998/02/27  15:34:06
10153         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
10154              Date: Fri, 27 Feb 1998 04:15:04 +0000
10155              From: Graham Barr <gbarr@pobox.com>
10156      Branch: perl
10157            + lib/Tie/Handle.pm t/op/tiehandle.t
10158            ! pod/perltie.pod pp_sys.c
10159 ____________________________________________________________________________
10160 [   594] By: mbeattie                              on 1998/02/27  15:31:12
10161         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10162              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
10163              Date: Thu, 26 Feb 1998 11:09:55 -0800
10164              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
10165              Date: Thu, 26 Feb 1998 11:15:24 -0800
10166      Branch: perl
10167            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
10168            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
10169            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
10170            ! vms/test.com
10171 ____________________________________________________________________________
10172 [   593] By: mbeattie                              on 1998/02/27  15:26:45
10173         Log: Fix file-descriptor leak when pipes fail via taint checks:
10174              Subject: [PATCH] Some patches went through cracks
10175              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
10176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10177      Branch: perl
10178            ! os2/os2.c util.c
10179 ____________________________________________________________________________
10180 [   592] By: mbeattie                              on 1998/02/27  15:15:12
10181         Log: Subject: Config_60-03-04.diff patch for 5.004_60
10182              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
10183              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10184      Branch: perl
10185            ! Configure MANIFEST Makefile.SH os2/diff.configure
10186 ____________________________________________________________________________
10187 [   591] By: gsar                                  on 1998/02/26  19:34:50
10188         Log: added AS patch#9
10189      Branch: asperl
10190            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
10191            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
10192            - win32/ipstdiowin.h win32/perlobj.def
10193            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
10194            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
10195            ! win32/win32sck.c win32/win32thread.c
10196 ____________________________________________________________________________
10197 [   590] By: gsar                                  on 1998/02/26  04:25:40
10198         Log: various changes to make win32 build under the new Configure & co.
10199              - added byterun.c to core C build
10200              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
10201              after adding new variables to config.[bgv]c
10202              - sig_name_init now has only the valid signals
10203              - we now have $Config{usethreads}
10204              - tested under the two commercial compilers w/ and w/o usethreads
10205      Branch: win32/perl
10206            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10207            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10208            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
10209 ____________________________________________________________________________
10210 [   589] By: gsar                                  on 1998/02/26  03:56:19
10211         Log: various cleanups so that B can be built as "just another extension"
10212              - export symbols needed for building B
10213              - bset_obj_store() is needed by byterun(), so define it there instead
10214              of at B.xs, and export it
10215              - freadpv() is only used in B.xs, so move it there
10216              - byte*.h are now included by perl.h
10217              - regenerate embed*.h
10218      Branch: win32/perl
10219            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
10220            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
10221 ____________________________________________________________________________
10222 [   588] By: gsar                                  on 1998/02/25  21:46:35
10223         Log: integrate mainline
10224      Branch: win32/perl
10225           +> Porting/config.sh Porting/config_H
10226            - config_H
10227           !> (integrate 54 files)
10228 ____________________________________________________________________________
10229 [   587] By: gsar                                  on 1998/02/25  19:20:26
10230         Log: added AS patch#8
10231      Branch: asperl
10232            ! sv.c x2p/a2py.c x2p/util.c
10233 ____________________________________________________________________________
10234 [   586] By: gsar                                  on 1998/02/25  19:08:06
10235         Log: added AS patch#7
10236              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
10237              Date:    Tue, 24 Feb 1998 07:57:07 PST
10238              From:    Douglas Lankshear <dougl@ActiveState.com>
10239              Subject: [PATCH] 
10240              
10241              Here's an attempt at
10242              6. MANIFEST must be updated with new file names
10243              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
10244              And some changes to move toward
10245              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
10246              
10247              -- Doug
10248      Branch: asperl
10249            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
10250            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
10251            ! perlenv.h perlio.h perllio.h win32/Makefile
10252 ____________________________________________________________________________
10253 [   585] By: mbeattie                              on 1998/02/25  17:44:34
10254         Log: More compiler tweaks.
10255      Branch: perl
10256            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
10257 ____________________________________________________________________________
10258 [   584] By: mbeattie                              on 1998/02/25  15:36:38
10259         Log: Subject: [PATCH 5.004_60] dos-djgpp update
10260              Date: Wed, 25 Feb 1998 11:17:07 +0100
10261              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10262      Branch: perl
10263            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
10264 ____________________________________________________________________________
10265 [   583] By: mbeattie                              on 1998/02/25  15:34:48
10266         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
10267      Branch: perl
10268            ! global.sym patchlevel.h
10269 ____________________________________________________________________________
10270 [   582] By: mbeattie                              on 1998/02/25  15:28:08
10271         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
10272              Date: Tue, 24 Feb 1998 11:15:57 +0000
10273              From: Robin Houston <robin@oneworld.org>
10274      Branch: perl
10275            ! pod/perldiag.pod pp_ctl.c
10276 ____________________________________________________________________________
10277 [   581] By: mbeattie                              on 1998/02/25  15:27:06
10278         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
10279              Date: 23 Feb 1998 23:36:09 +0100
10280              From: Gisle Aas <gisle@aas.no>
10281      Branch: perl
10282            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
10283 ____________________________________________________________________________
10284 [   580] By: mbeattie                              on 1998/02/25  15:25:29
10285         Log: Subject: [PATCH 5.004_60] improved Test.pm
10286              Date: Sat, 21 Feb 1998 14:17:09 -0500
10287              From: Joshua Pritikin <pritikin@mindspring.com>
10288      Branch: perl
10289            ! lib/Test.pm
10290 ____________________________________________________________________________
10291 [   579] By: mbeattie                              on 1998/02/25  15:23:24
10292         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
10293              From: Jarkko Hietaniemi <jhi@iki.fi>
10294              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
10295              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
10296              Subject: Re: your HP-UX perl patch
10297              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
10298      Branch: perl
10299            ! Makefile.SH embed.h global.sym hints/hpux.sh
10300 ____________________________________________________________________________
10301 [   578] By: mbeattie                              on 1998/02/25  15:18:06
10302         Log: Back out DB_File patch (change _553) and tweak Configure.
10303              Subject: ANNOUNCE: perl5.004_60 is available
10304              Date: Mon, 23 Feb 1998 10:47:26 -0000
10305              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
10306      Branch: perl
10307            ! Configure ext/DB_File/DB_File.xs
10308 ____________________________________________________________________________
10309 [   577] By: mbeattie                              on 1998/02/25  15:04:00
10310         Log: Subject: [PATCH] Cwd.pm
10311              Date: Fri, 20 Feb 1998 10:27:54 -0600
10312              From: Graham Barr <gbarr@ti.com>
10313      Branch: perl
10314            ! lib/Cwd.pm
10315 ____________________________________________________________________________
10316 [   576] By: mbeattie                              on 1998/02/25  15:02:57
10317         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
10318              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
10319              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
10320              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
10321              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
10322              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
10323              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
10324      Branch: perl
10325            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
10326 ____________________________________________________________________________
10327 [   575] By: mbeattie                              on 1998/02/25  14:58:00
10328         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
10329              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
10330              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10331      Branch: perl
10332            + Porting/config.sh Porting/config_H
10333            - config_H
10334            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
10335            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
10336            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
10337            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
10338            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
10339            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
10340            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
10341 ____________________________________________________________________________
10342 [   574] By: gsar                                  on 1998/02/24  02:21:14
10343         Log: fix typos in sv.c
10344      Branch: win32/perl
10345            ! sv.c
10346 ____________________________________________________________________________
10347 [   573] By: mbeattie                              on 1998/02/23  10:03:39
10348         Log: Remove old Linux+threads segfault degugging kludge.
10349      Branch: perl
10350            ! perl.c
10351 ____________________________________________________________________________
10352 [   572] By: gsar                                  on 1998/02/23  09:45:26
10353         Log: undo previous change (no added value!)
10354      Branch: win32/perl
10355            ! win32/bin/pl2bat.pl
10356 ____________________________________________________________________________
10357 [   571] By: gsar                                  on 1998/02/23  09:18:32
10358         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
10359              John Cavanaugh <cavanaug@sdd.hp.com>)
10360      Branch: win32/perl
10361            ! win32/bin/pl2bat.pl
10362 ____________________________________________________________________________
10363 [   570] By: gsar                                  on 1998/02/22  04:02:15
10364         Log: support chown() (just a noop for now)
10365      Branch: win32/perl
10366            ! dosish.h win32/win32.c win32/win32.h
10367 ____________________________________________________________________________
10368 [   569] By: gsar                                  on 1998/02/22  03:09:55
10369         Log: integrate latest win32 branch
10370      Branch: asperl
10371           +> (branch 41 files)
10372           !> (integrate 59 files)
10373 ____________________________________________________________________________
10374 [   568] By: gsar                                  on 1998/02/22  02:40:56
10375         Log: get compiler building under win32 (needed Makefile.PL
10376              hacks that could be applicable to other platforms)
10377      Branch: win32/perl
10378            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
10379 ____________________________________________________________________________
10380 [   567] By: gsar                                  on 1998/02/22  01:30:19
10381         Log: integrate mainline
10382      Branch: win32/perl
10383           +> (branch 41 files)
10384           !> (integrate 46 files)
10385 ____________________________________________________________________________
10386 [   566] By: gsar                                  on 1998/02/20  22:31:56
10387         Log: fix handle leak in join()
10388      Branch: win32/perl
10389            ! win32/win32thread.h
10390
10391 ----------------
10392 Version 5.004_60
10393 ----------------
10394
10395 ____________________________________________________________________________
10396 [   565] By: mbeattie                              on 1998/02/20  18:23:47
10397         Log: Remove compiler files from their old lib/B locations. The compiler
10398              now builds by default (without the byteperl executable so far) and
10399              seems to work at least minimally.
10400      Branch: perl
10401            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
10402            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
10403            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
10404            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
10405            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
10406            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
10407            ! MANIFEST bytecode.pl
10408 ____________________________________________________________________________
10409 [   564] By: mbeattie                              on 1998/02/20  18:05:33
10410         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
10411              under ext/B.
10412      Branch: perl
10413           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
10414           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
10415           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
10416           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
10417           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
10418           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
10419           +> ext/B/B/makeliblinks ext/B/O.pm
10420 ____________________________________________________________________________
10421 [   563] By: mbeattie                              on 1998/02/20  17:54:58
10422         Log: Start getting compiler to work when built with the core.
10423              [Still won't work as of this change.]
10424      Branch: perl
10425           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
10426           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
10427           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
10428           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
10429           +> lib/B/Terse.pm lib/B/Xref.pm
10430            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
10431 ____________________________________________________________________________
10432 [   562] By: mbeattie                              on 1998/02/20  16:42:13
10433         Log: Merge perlext/Compiler/... into mainline. Some files move to
10434              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
10435              move to the base perl directory (e.g. headers). Will need some
10436              cleaning up before it builds properly, I would guess.
10437      Branch: perl
10438           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
10439           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
10440           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
10441           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
10442           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
10443           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
10444           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
10445           +> lib/B/makeliblinks lib/O.pm
10446 ____________________________________________________________________________
10447 [   561] By: mbeattie                              on 1998/02/20  16:39:38
10448         Log: Win32 changes from Sarathy, tweaked slightly by me.
10449      Branch: perlext
10450            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
10451            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
10452            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
10453            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
10454 ____________________________________________________________________________
10455 [   560] By: mbeattie                              on 1998/02/20  15:46:15
10456         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
10457      Branch: perl
10458            ! perl.c
10459 ____________________________________________________________________________
10460 [   559] By: mbeattie                              on 1998/02/20  12:56:10
10461         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
10462      Branch: perl
10463            ! MANIFEST patchlevel.h
10464 ____________________________________________________________________________
10465 [   558] By: mbeattie                              on 1998/02/20  12:53:26
10466         Log: Integrate win32 branch into mainline.
10467      Branch: perl
10468           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
10469           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10470           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10471           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
10472           !> win32/win32iop.h x2p/a2p.h
10473 ____________________________________________________________________________
10474 [   557] By: mbeattie                              on 1998/02/20  12:51:42
10475         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
10476              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
10477              From: Jarkko Hietaniemi <jhi@iki.fi>
10478      Branch: perl
10479            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
10480            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
10481            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
10482            ! pod/perltoc.pod pod/perlvar.pod
10483 ____________________________________________________________________________
10484 [   556] By: mbeattie                              on 1998/02/20  12:49:54
10485         Log: Subject: [PATCH] installperl
10486              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
10487              From: Norton Allen <allen@huarp.harvard.edu>
10488      Branch: perl
10489            ! installperl
10490 ____________________________________________________________________________
10491 [   555] By: mbeattie                              on 1998/02/20  12:49:09
10492         Log: Subject: [PATCH:_59] t/op/wantarray.t
10493              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
10494              From: Norton Allen <allen@huarp.harvard.edu>
10495      Branch: perl
10496            + t/op/wantarray.t
10497 ____________________________________________________________________________
10498 [   554] By: mbeattie                              on 1998/02/20  12:47:44
10499         Log: Subject: Misprint in regcomp.c [PATCH]
10500              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
10501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10502      Branch: perl
10503            ! regcomp.c
10504 ____________________________________________________________________________
10505 [   553] By: mbeattie                              on 1998/02/20  12:45:08
10506         Log: Subject: DB_File ->length does not work just after tie.
10507              Date: Tue, 17 Feb 1998 13:19:18 GMT
10508              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10509      Branch: perl
10510            ! ext/DB_File/DB_File.xs
10511 ____________________________________________________________________________
10512 [   552] By: mbeattie                              on 1998/02/20  12:43:32
10513         Log: Subject: [PATCH] - perl5.005_59, update Copyright
10514              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
10515              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
10516      Branch: perl
10517            ! perl.c
10518 ____________________________________________________________________________
10519 [   551] By: mbeattie                              on 1998/02/20  12:42:41
10520         Log: Subject: Re: for() and map() peculiarity
10521              Date: Mon, 16 Feb 1998 21:33:44 +0000
10522              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10523      Branch: perl
10524            ! pod/perlsyn.pod
10525 ____________________________________________________________________________
10526 [   550] By: mbeattie                              on 1998/02/20  12:41:53
10527         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
10528              Date: Mon, 16 Feb 1998 11:46:29 -0800
10529              From: Dan Sugalski <sugalskd@osshe.edu>
10530      Branch: perl
10531            ! vms/config.vms
10532 ____________________________________________________________________________
10533 [   549] By: mbeattie                              on 1998/02/20  12:40:55
10534         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
10535              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
10536              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
10537      Branch: perl
10538            ! global.sym
10539 ____________________________________________________________________________
10540 [   548] By: mbeattie                              on 1998/02/20  12:39:56
10541         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
10542              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
10543              From: Jarkko Hietaniemi <jhi@iki.fi>
10544      Branch: perl
10545            ! hints/irix_6.sh
10546 ____________________________________________________________________________
10547 [   547] By: mbeattie                              on 1998/02/20  12:38:58
10548         Log: Subject: [PATCH] perlguts update
10549              Date: 16 Feb 1998 11:23:53 +0100
10550              From: Gisle Aas <gisle@aas.no>
10551      Branch: perl
10552            ! pod/perlguts.pod
10553 ____________________________________________________________________________
10554 [   546] By: mbeattie                              on 1998/02/20  12:38:01
10555         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
10556              Date: Sun, 15 Feb 1998 23:56:05 -0500
10557              From: Irving Reid <irving@tor.securecomputing.com>
10558      Branch: perl
10559            ! hints/bsdos.sh
10560 ____________________________________________________________________________
10561 [   545] By: mbeattie                              on 1998/02/20  12:37:11
10562         Log: Subject: [PATCH] 5% speedup in an empty loop
10563              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
10564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10565      Branch: perl
10566            ! op.c
10567 ____________________________________________________________________________
10568 [   544] By: mbeattie                              on 1998/02/20  12:36:26
10569         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
10570              Date: Sun, 15 Feb 98 23:06:16 +0100
10571              From: Hans Mulder <hansm@icgroup.nl>
10572      Branch: perl
10573            ! hints/next_3.sh hints/next_4.sh
10574 ____________________________________________________________________________
10575 [   543] By: mbeattie                              on 1998/02/20  12:35:39
10576         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
10577              Date: Sun, 15 Feb 98 23:05:20 +0100
10578              From: Hans Mulder <hansm@icgroup.nl>
10579      Branch: perl
10580            ! malloc.c
10581 ____________________________________________________________________________
10582 [   542] By: mbeattie                              on 1998/02/20  12:35:03
10583         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
10584              From: Hans Mulder <hansm@icgroup.nl>
10585              Date: Sun, 15 Feb 98 23:04:29 +0100
10586      Branch: perl
10587            ! Configure
10588 ____________________________________________________________________________
10589 [   541] By: mbeattie                              on 1998/02/20  12:33:56
10590         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
10591              NeXT   needs DONT_DECLARE_STD)
10592              Date: Sun, 15 Feb 98 23:04:19 +0100
10593              From: Hans Mulder <hansm@icgroup.nl>
10594      Branch: perl
10595            ! perl.h
10596 ____________________________________________________________________________
10597 [   540] By: mbeattie                              on 1998/02/20  12:32:25
10598         Log: Subject: [PATCH] sv_check_thinkfirst macroized
10599              Date: 15 Feb 1998 22:00:38 +0100
10600              From: Gisle Aas <gisle@aas.no>
10601      Branch: perl
10602            ! sv.c
10603 ____________________________________________________________________________
10604 [   539] By: mbeattie                              on 1998/02/20  12:31:07
10605         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
10606              Date: Sat, 14 Feb 1998 17:58:01 -0500
10607              From: Joshua Pritikin <pritikin@mindspring.com>
10608      Branch: perl
10609            + lib/Test.pm
10610            ! MANIFEST lib/Test/Harness.pm
10611 ____________________________________________________________________________
10612 [   538] By: mbeattie                              on 1998/02/20  12:24:31
10613         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
10614              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
10615              From: Jarkko Hietaniemi <jhi@iki.fi>
10616      Branch: perl
10617            ! INSTALL pod/perldiag.pod pod/perllocale.pod
10618 ____________________________________________________________________________
10619 [   537] By: mbeattie                              on 1998/02/20  12:23:04
10620         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
10621              Date: Fri, 13 Feb 1998 13:38:28 -0800
10622              From: Dan Sugalski <sugalskd@osshe.edu>
10623      Branch: perl
10624            ! README.vms
10625 ____________________________________________________________________________
10626 [   536] By: mbeattie                              on 1998/02/20  12:20:29
10627         Log: Subject: [PATCH] 5.004_58, move intuition tests
10628              Date: Thu, 12 Feb 1998 17:11:05 -0600
10629              From: Stephen Potter <spp@psa.pencom.com>
10630      Branch: perl
10631            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10632            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
10633            ! t/op/flip.t t/op/pat.t t/op/push.t
10634 ____________________________________________________________________________
10635 [   535] By: gsar                                  on 1998/02/19  23:07:24
10636         Log: applied a version of this with tabs intact
10637              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
10638              Date:    19 Feb 1998 15:06:38 EST
10639              From:    dfan@harmonixmusic.com (Dan Schmidt)
10640              Subject: Pod::Html bug and fix: missing </UL> in index
10641      Branch: win32/perl
10642            ! lib/Pod/Html.pm
10643 ____________________________________________________________________________
10644 [   534] By: gsar                                  on 1998/02/19  19:40:27
10645         Log: Fix C<0> problem in Pod::Html
10646      Branch: win32/perl
10647            ! lib/Pod/Html.pm
10648 ____________________________________________________________________________
10649 [   533] By: gsar                                  on 1998/02/18  18:11:08
10650         Log: non-debug VC builds are -O1 now (they say it works, and is
10651              faster)
10652      Branch: win32/perl
10653            ! win32/Makefile win32/makefile.mk
10654 ____________________________________________________________________________
10655 [   532] By: gsar                                  on 1998/02/18  04:11:03
10656         Log: integrate nick's patch to mainline
10657      Branch: win32/perl
10658           !> pp.c
10659 ____________________________________________________________________________
10660 [   531] By: mbeattie                              on 1998/02/17  17:50:50
10661         Log: Assorted changes to the compiler
10662      Branch: perlext
10663            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
10664            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
10665            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
10666            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
10667 ____________________________________________________________________________
10668 [   530] By: gsar                                  on 1998/02/17  01:47:35
10669         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
10670              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
10671              build passes all tests except t/lib/io_xs.t (seems to be due to
10672              broken tmpfile() in the CRT or import lib)
10673      Branch: win32/perl
10674            ! XSUB.h win32/makefile.mk win32/win32.h
10675 ____________________________________________________________________________
10676 [   529] By: gsar                                  on 1998/02/16  23:03:31
10677         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
10678              in this version of gcc!)
10679      Branch: win32/perl
10680            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
10681            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
10682 ____________________________________________________________________________
10683 [   528] By: nick                                  on 1998/02/16  22:13:04
10684         Log: Missing PUSHMARK in unshift TIEARRAY hook
10685      Branch: perl
10686            ! pp.c
10687 ____________________________________________________________________________
10688 [   527] By: gsar                                  on 1998/02/15  20:59:07
10689         Log: integrate win32 branch
10690      Branch: asperl
10691           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
10692           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10693           !> win32/makedef.pl
10694 ____________________________________________________________________________
10695 [   526] By: gsar                                  on 1998/02/15  20:02:11
10696         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
10697      Branch: win32/perl
10698            ! config_h.SH win32/config_H.bc win32/config_H.gc
10699            ! win32/config_H.vc
10700 ____________________________________________________________________________
10701 [   525] By: gsar                                  on 1998/02/15  03:26:45
10702         Log: fix build problems due to renamed Config variables
10703      Branch: win32/perl
10704            ! win32/config.bc win32/config.gc win32/config.vc
10705            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10706            ! win32/makedef.pl
10707 ____________________________________________________________________________
10708 [   524] By: gsar                                  on 1998/02/14  01:00:15
10709         Log: bring ASPerl uptodate with mainline changes
10710      Branch: asperl
10711           +> ext/DB_File/Changes t/comp/require.t
10712           !> (integrate 41 files)
10713 ____________________________________________________________________________
10714 [   523] By: gsar                                  on 1998/02/14  00:52:17
10715         Log: integrate mainline
10716      Branch: win32/perl
10717           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
10718           !> pp_hot.c t/op/magic.t
10719 ____________________________________________________________________________
10720 [   522] By: gsar                                  on 1998/02/14  00:42:37
10721         Log: added AS patch#6
10722              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
10723              Date:    Fri, 13 Feb 1998 06:14:51 PST
10724              From:    Douglas Lankshear <dougl@ActiveState.com>
10725              Subject: [PATCH] command line build
10726              
10727              This patch is for the command line build of perl object.
10728              I'll merge the ipfoo.c function with win32_xxx functions next.
10729              
10730              -- Doug
10731      Branch: asperl
10732            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
10733            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
10734            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
10735 ____________________________________________________________________________
10736 [   521] By: gsar                                  on 1998/02/14  00:14:04
10737         Log: added AS patch#5 (patch #4 was intentionally skipped after
10738              discussion)
10739      Branch: asperl
10740            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
10741            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
10742            ! regexec.c sv.c toke.c
10743 ____________________________________________________________________________
10744 [   520] By: nick                                  on 1998/02/13  18:15:46
10745         Log: Resolve ansiperl against win32
10746      Branch: ansiperl
10747           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
10748           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
10749           +> t/lib/ph.t
10750           !> (integrate 898 files)
10751
10752 ----------------
10753 Version 5.004_59
10754 ----------------
10755
10756 ____________________________________________________________________________
10757 [   519] By: mbeattie                              on 1998/02/13  17:05:37
10758         Log: Integrate win32 into mainline.
10759      Branch: perl
10760            ! lib/ExtUtils/xsubpp
10761           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10762           !> win32/makefile.mk
10763 ____________________________________________________________________________
10764 [   518] By: mbeattie                              on 1998/02/13  17:01:16
10765         Log: Bump patchlevel.h to 59.
10766      Branch: perl
10767            ! patchlevel.h
10768 ____________________________________________________________________________
10769 [   517] By: mbeattie                              on 1998/02/13  16:57:59
10770         Log: Subject: [PATCH] _58: wantarray in void context broken
10771              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
10772              From: Norton Allen <allen@huarp.harvard.edu>
10773      Branch: perl
10774            ! pp_hot.c
10775 ____________________________________________________________________________
10776 [   516] By: mbeattie                              on 1998/02/13  16:55:33
10777         Log: Subject: [PATCH] 5.004_58 QNX getcwd
10778              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
10779              From: Norton Allen <allen@huarp.harvard.edu>
10780      Branch: perl
10781            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
10782 ____________________________________________________________________________
10783 [   515] By: gsar                                  on 1998/02/12  18:29:52
10784         Log: pickup lddlflags properly for Config.pm
10785      Branch: win32/perl
10786            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10787            ! win32/makefile.mk
10788 ____________________________________________________________________________
10789 [   514] By: gsar                                  on 1998/02/12  18:16:09
10790         Log: fix xsubpp bug in SETMAGIC code
10791      Branch: win32/perl
10792            ! lib/ExtUtils/xsubpp
10793 ____________________________________________________________________________
10794 [   513] By: gsar                                  on 1998/02/12  18:06:30
10795         Log: integrate mainline
10796      Branch: win32/perl
10797           +> ext/DB_File/Changes
10798           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
10799           !> ext/DB_File/DB_File.xs hints/machten.sh
10800           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
10801           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
10802           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
10803           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
10804           !> t/op/re_tests t/pragma/locale.t
10805 ____________________________________________________________________________
10806 [   512] By: mbeattie                              on 1998/02/12  17:34:02
10807         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
10808              with -DUSE_THREADS -DDEBUGGING to fail.
10809      Branch: perl
10810            ! scope.h
10811 ____________________________________________________________________________
10812 [   511] By: mbeattie                              on 1998/02/12  16:44:03
10813         Log: Integrate win32 into mainline
10814      Branch: perl
10815           +> t/comp/require.t
10816           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
10817 ____________________________________________________________________________
10818 [   510] By: mbeattie                              on 1998/02/12  16:42:26
10819         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
10820              Date: 12 Feb 1998 14:25:55 +0100
10821              From: koenig@kulturbox.de (Andreas J. Koenig)
10822      Branch: perl
10823            ! lib/ExtUtils/Install.pm
10824 ____________________________________________________________________________
10825 [   509] By: mbeattie                              on 1998/02/12  16:40:34
10826         Log: Subject: Re: wrong prototype for sbrk [PATCH]
10827              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
10828              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
10829      Branch: perl
10830            ! malloc.c
10831 ____________________________________________________________________________
10832 [   508] By: mbeattie                              on 1998/02/12  16:36:53
10833         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
10834              Date: Wed, 11 Feb 1998 17:29:20 +0100
10835              From: Achim Bohnet <ach@mpe.mpg.de>
10836      Branch: perl
10837            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
10838 ____________________________________________________________________________
10839 [   507] By: mbeattie                              on 1998/02/12  16:35:26
10840         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
10841              Date: Wed, 11 Feb 1998 14:59:46 +0100
10842              From: Dominic Dunlop <domo@vo.lu>
10843      Branch: perl
10844            ! hints/machten.sh
10845 ____________________________________________________________________________
10846 [   506] By: mbeattie                              on 1998/02/12  16:28:40
10847         Log: Subject: DB_File 1.58 patch
10848              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
10849              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10850      Branch: perl
10851            + ext/DB_File/Changes
10852            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10853            ! t/lib/db-recno.t
10854 ____________________________________________________________________________
10855 [   505] By: mbeattie                              on 1998/02/12  16:24:26
10856         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
10857              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
10858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10859      Branch: perl
10860            ! regexec.c t/op/re_tests
10861 ____________________________________________________________________________
10862 [   504] By: mbeattie                              on 1998/02/12  16:22:46
10863         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10864              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
10865              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
10866              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
10867              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
10868              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
10869              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
10870      Branch: perl
10871            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
10872            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
10873 ____________________________________________________________________________
10874 [   503] By: mbeattie                              on 1998/02/12  16:15:43
10875         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
10876              Date: Mon, 9 Feb 1998 13:19:45 +0100
10877              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10878      Branch: perl
10879            ! t/lib/filecopy.t
10880 ____________________________________________________________________________
10881 [   502] By: mbeattie                              on 1998/02/12  16:14:27
10882         Log: Assorted patches to sv.c:
10883              From: Gisle Aas <gisle@aas.no>
10884              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
10885              Date: 07 Feb 1998 00:21:57 +0100
10886              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
10887              Date: 07 Feb 1998 00:29:45 +0100
10888              Subject: [PATCH] sv_upgrade() always returns TRUE
10889              Date: 09 Feb 1998 15:44:01 +0100
10890      Branch: perl
10891            ! sv.c
10892 ____________________________________________________________________________
10893 [   501] By: mbeattie                              on 1998/02/12  16:09:26
10894         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
10895              Subject: Perl debugger.
10896              Date: Fri, 6 Feb 1998 17:47:08 -0500
10897              From: "Jason A. Smith" <smithj4@rpi.edu>
10898      Branch: perl
10899            ! lib/perl5db.pl
10900 ____________________________________________________________________________
10901 [   500] By: gsar                                  on 1998/02/12  03:20:55
10902         Log: merge another maint patch
10903              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
10904              Date:    Tue, 10 Feb 1998 18:49:00 EST
10905              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10906              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
10907      Branch: win32/perl
10908            ! pp_ctl.c
10909 ____________________________________________________________________________
10910 [   499] By: gsar                                  on 1998/02/12  03:14:39
10911         Log: make t/comp/require.t type xtext
10912      Branch: win32/perl
10913            ! t/comp/require.t
10914 ____________________________________________________________________________
10915 [   498] By: gsar                                  on 1998/02/12  03:09:58
10916         Log: fix extra LEAVE when require fails
10917              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
10918              Date:    Tue, 10 Feb 1998 18:21:37 EST
10919              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10920              Subject: Re: evals and requires make seg-fault with bad require file 
10921      Branch: win32/perl
10922            + t/comp/require.t
10923            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
10924 ____________________________________________________________________________
10925 [   497] By: gsar                                  on 1998/02/12  02:47:29
10926         Log: merge a maint patch
10927              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
10928              Date:    Wed, 11 Feb 1998 00:15:51 EST
10929              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10930              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
10931      Branch: win32/perl
10932            ! pp_ctl.c t/op/local.t
10933 ____________________________________________________________________________
10934 [   496] By: mbeattie                              on 1998/02/11  13:04:50
10935         Log: Integrate win32 into mainline.
10936      Branch: perl
10937           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
10938           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
10939           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
10940           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
10941           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
10942           !> win32/makedef.pl win32/win32.c win32/win32iop.h
10943 ____________________________________________________________________________
10944 [   495] By: mbeattie                              on 1998/02/11  13:03:59
10945         Log: Fix special constants in Xref.pm
10946      Branch: perlext
10947            ! Compiler/B/Xref.pm
10948 ____________________________________________________________________________
10949 [   494] By: gsar                                  on 1998/02/10  18:26:28
10950         Log: fix opendir() problem on share names
10951              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
10952              Date:    Tue, 10 Feb 1998 13:28:53 EST
10953              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10954              Subject: Re: BUG: opendir and UNC names on NT 
10955      Branch: win32/perl
10956            ! win32/win32.c
10957 ____________________________________________________________________________
10958 [   493] By: gsar                                  on 1998/02/09  23:09:40
10959         Log: integrate win32 branch contents
10960      Branch: asperl
10961           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
10962           +> lib/Fatal.pm t/lib/ph.t
10963            ! hv.c
10964           !> (integrate 895 files)
10965 ____________________________________________________________________________
10966 [   492] By: gsar                                  on 1998/02/09  07:30:19
10967         Log: enhancements to previous patch for XSUB OUTPUT args
10968              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
10969              Date:    Mon, 09 Feb 1998 02:31:55 EST
10970              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10971              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
10972      Branch: win32/perl
10973            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
10974            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
10975            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
10976            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
10977            ! sv.h
10978 ____________________________________________________________________________
10979 [   491] By: gsar                                  on 1998/02/09  03:00:52
10980         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
10981              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
10982              Date:    Wed, 29 Oct 1997 19:36:25 EST
10983              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10984              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
10985      Branch: win32/perl
10986            ! op.c
10987 ____________________________________________________________________________
10988 [   490] By: gsar                                  on 1998/02/09  02:30:43
10989         Log: fix for bugs in handling DESTROY (adjusted test numbers)
10990              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
10991              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
10992              Date: Wed, 31 Dec 1997 19:30:46 -0500
10993              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10994      Branch: win32/perl
10995            ! pod/perlobj.pod sv.c t/op/ref.t
10996 ____________________________________________________________________________
10997 [   489] By: gsar                                  on 1998/02/09  00:30:35
10998         Log: ansify prototype for my_safemalloc(), avoid warnings
10999      Branch: win32/perl
11000            ! sv.c
11001 ____________________________________________________________________________
11002 [   488] By: gsar                                  on 1998/02/09  00:29:08
11003         Log: fix misapplied hunks in 5.004_58
11004              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
11005              Date:    Sun, 08 Feb 1998 02:18:12 EST
11006              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11007              Subject: [PATCH] fixes for test failures in 5.004_58
11008      Branch: win32/perl
11009            ! gv.c op.c
11010 ____________________________________________________________________________
11011 [   487] By: gsar                                  on 1998/02/09  00:27:16
11012         Log: win32_utime() tweaks to avoid warnings
11013      Branch: win32/perl
11014            ! win32/win32.c win32/win32iop.h
11015 ____________________________________________________________________________
11016 [   486] By: gsar                                  on 1998/02/07  23:45:22
11017         Log: integrate mainline, plus a few small win32 enhancements
11018              - remove Win32::GetCurrentDirectory()
11019              - add Win32::Sleep() for compat
11020              - add smarter utime() from Jan Dubois, and export it as win32_utime()
11021      Branch: win32/perl
11022           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
11023           +> lib/Fatal.pm t/lib/ph.t
11024            ! win32/makedef.pl win32/win32.c win32/win32iop.h
11025           !> (integrate 61 files)
11026
11027 ----------------
11028 Version 5.004_58
11029 ----------------
11030
11031 ____________________________________________________________________________
11032 [   485] By: mbeattie                              on 1998/02/06  18:11:47
11033         Log: Bump patchlevel to 58.
11034      Branch: perl
11035            ! patchlevel.h
11036 ____________________________________________________________________________
11037 [   484] By: mbeattie                              on 1998/02/06  18:08:28
11038         Log: Fix up problem with gv.c from change 477.
11039              Fix up Config.pm use in t/lib/ph.t from change 478.
11040      Branch: perl
11041            ! gv.c t/lib/ph.t
11042 ____________________________________________________________________________
11043 [   483] By: mbeattie                              on 1998/02/06  17:34:34
11044         Log: Integrate win32 branch into mainline
11045      Branch: perl
11046           !> win32/win32sck.c
11047 ____________________________________________________________________________
11048 [   482] By: mbeattie                              on 1998/02/06  17:26:41
11049         Log: lib/Fatal.pm missing from repository
11050      Branch: perl
11051            + lib/Fatal.pm
11052 ____________________________________________________________________________
11053 [   481] By: mbeattie                              on 1998/02/06  17:24:57
11054         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
11055              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
11056              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
11057      Branch: perl
11058            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
11059            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
11060 ____________________________________________________________________________
11061 [   480] By: mbeattie                              on 1998/02/06  17:19:52
11062         Log: x2p/str.c was missing from list of changed files in change 466
11063      Branch: perl
11064            ! x2p/str.c
11065 ____________________________________________________________________________
11066 [   479] By: mbeattie                              on 1998/02/06  17:16:54
11067         Log: Added t/lib/ph.t to MANIFEST
11068      Branch: perl
11069            ! MANIFEST
11070 ____________________________________________________________________________
11071 [   478] By: mbeattie                              on 1998/02/06  17:15:38
11072         Log: Subject: [PATCH] h2ph.PL
11073              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
11074              From: kstar@www.chapin.edu (Kurt D. Starsinic)
11075      Branch: perl
11076            + t/lib/ph.t
11077            ! utils/h2ph.PL
11078 ____________________________________________________________________________
11079 [   477] By: mbeattie                              on 1998/02/06  17:10:46
11080         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
11081              Date: 04 Feb 1998 14:49:46 +0100
11082              From: Gisle Aas <gisle@aas.no>
11083              as modified by
11084              From: chip@atlantic.net
11085              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
11086      Branch: perl
11087            ! gv.c
11088 ____________________________________________________________________________
11089 [   476] By: mbeattie                              on 1998/02/06  16:47:03
11090         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11091              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
11092              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
11093              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
11094              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
11095      Branch: perl
11096            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
11097 ____________________________________________________________________________
11098 [   475] By: mbeattie                              on 1998/02/06  16:44:57
11099         Log: Subject: [PATCH] nomemok
11100              Date: Mon, 2 Feb 1998 15:06:50 +0100
11101              From: Gisle Aas <gisle@aas.no>
11102      Branch: perl
11103            ! hv.c
11104 ____________________________________________________________________________
11105 [   474] By: mbeattie                              on 1998/02/06  16:43:46
11106         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
11107              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
11108              From: abigail@fnx.com
11109      Branch: perl
11110            ! lib/Benchmark.pm
11111 ____________________________________________________________________________
11112 [   473] By: mbeattie                              on 1998/02/06  16:42:53
11113         Log: Subject: [PATCH] adding the newSVpvn API function
11114              Date: Sat, 31 Jan 1998 06:32:42 +0100
11115              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
11116      Branch: perl
11117            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
11118            ! proto.h sv.c
11119 ____________________________________________________________________________
11120 [   472] By: mbeattie                              on 1998/02/06  16:35:41
11121         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
11122              Date: 28 Jan 1998 17:40:37 -0800
11123              From: Stephen Zander <srz@mckesson.com>
11124      Branch: perl
11125            ! hints/solaris_2.sh
11126 ____________________________________________________________________________
11127 [   471] By: mbeattie                              on 1998/02/06  16:02:57
11128         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
11129              Date: Thu, 15 Jan 1998 11:53:06 +0000
11130              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11131      Branch: perl
11132            ! pod/perlguts.pod pp.c t/op/vec.t
11133 ____________________________________________________________________________
11134 [   470] By: mbeattie                              on 1998/02/06  16:01:36
11135         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11136              Subject: 5.004_56: Patch to Tie::Hash and docs
11137              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
11138              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
11139              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
11140      Branch: perl
11141            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
11142            ! t/op/misc.t t/op/pat.t toke.c
11143 ____________________________________________________________________________
11144 [   469] By: mbeattie                              on 1998/02/06  15:58:31
11145         Log: Subject: Another Array.pm patch
11146              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
11147              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11148      Branch: perl
11149            ! lib/Tie/Array.pm
11150 ____________________________________________________________________________
11151 [   468] By: mbeattie                              on 1998/02/06  15:56:28
11152         Log: Subject: documentation patch for 5.004_57
11153              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
11154              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11155      Branch: perl
11156            ! lib/Tie/Array.pm
11157 ____________________________________________________________________________
11158 [   467] By: mbeattie                              on 1998/02/06  15:55:34
11159         Log: Subject: 5.004_56: patch for `use Fatal' again
11160              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
11161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11162      Branch: perl
11163            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
11164            ! pp.c t/comp/proto.t toke.c
11165 ____________________________________________________________________________
11166 [   466] By: mbeattie                              on 1998/02/06  15:53:53
11167         Log: Subject: Newer -DLEAKTEST patch
11168              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
11169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11170      Branch: perl
11171            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
11172            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
11173            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
11174            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
11175            ! toke.c util.c vms/perly_c.vms x2p/hash.c
11176 ____________________________________________________________________________
11177 [   465] By: mbeattie                              on 1998/02/06  15:46:35
11178         Log: More Chip patches (tweaked for _5x). The final one mentioned here
11179              (@ARGV with -i) actually went in at change 462 but I failed to
11180              add it to the change description:
11181              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
11182              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
11183              Subject: [PATCH] Fix for C<@x = my @y>
11184              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
11185              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
11186              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
11187              Subject: [PATCH] Allow last() to mean last
11188              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
11189              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
11190              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
11191      Branch: perl
11192            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
11193            ! vms/perly_h.vms
11194 ____________________________________________________________________________
11195 [   464] By: mbeattie                              on 1998/02/06  15:06:18
11196         Log: More Chip patches:
11197              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
11198              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
11199              Subject: [PATCH] Fix line numbers after here documents in eval STRING
11200              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
11201              Subject: [PATCH] Make recursive lexical analysis more robust
11202              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
11203      Branch: perl
11204            ! pp_ctl.c sv.c toke.c
11205 ____________________________________________________________________________
11206 [   463] By: mbeattie                              on 1998/02/06  15:04:17
11207         Log: Some more Chip patches (tweaked to match _5x):
11208              Subject: [PATCH] Fix empty BLOCK
11209              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
11210              Subject: [PATCH] fix (\@@) proto
11211              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
11212              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
11213              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
11214              Subject: [PATCH] Don't fold string comparison under  C<use locale>
11215              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
11216      Branch: perl
11217            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
11218 ____________________________________________________________________________
11219 [   462] By: mbeattie                              on 1998/02/06  14:56:30
11220         Log: Some Chip patches (some tweaked to match _5x source):
11221              From: Chip Salzenberg <salzench@nielsenmedia.com>
11222              Subject: [PATCH] local leakage
11223              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
11224              Subject: [PATCH] NULs in patterns
11225              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
11226              Subject: [PATCH] Configure on PerlIO
11227              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
11228              Subject: [PATCH] Avoid core dump on package alias
11229              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
11230              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
11231              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
11232      Branch: perl
11233            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
11234            ! t/op/local.t
11235 ____________________________________________________________________________
11236 [   461] By: gsar                                  on 1998/02/04  03:34:36
11237         Log: support win32_select(0,0,0,msec) (winsock doesn't)
11238      Branch: win32/perl
11239            ! win32/win32sck.c
11240 ____________________________________________________________________________
11241 [   460] By: gsar                                  on 1998/02/04  00:44:47
11242         Log: bug: win32_select() must StartSockets()
11243      Branch: win32/perl
11244            ! win32/win32sck.c
11245
11246 ----------------
11247 Version 5.004_57
11248 ----------------
11249
11250 ____________________________________________________________________________
11251 [   459] By: mbeattie                              on 1998/02/03  16:00:07
11252         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
11253              of execution causes core dump if threadsvp is moved). Replaced
11254              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
11255      Branch: perl
11256            ! av.c perl.c
11257 ____________________________________________________________________________
11258 [   458] By: mbeattie                              on 1998/02/03  14:40:02
11259         Log: Fix up MANIFEST.
11260      Branch: perl
11261            ! MANIFEST
11262 ____________________________________________________________________________
11263 [   457] By: mbeattie                              on 1998/02/03  13:50:23
11264         Log: Integrate win32 into mainline. My last integration from ansiperl
11265              to the mainline was a dismal failure: I did -ay but meant -at.
11266              This should fix things now since win32 has already integrated
11267              all the necessary changes from ansiperl.
11268      Branch: perl
11269           !> (integrate 111 files)
11270 ____________________________________________________________________________
11271 [   456] By: gsar                                  on 1998/02/03  04:48:08
11272         Log: Fix minor problems with non USE_THREADS build. win32 branch
11273              now looks 5.004_57-ready.
11274      Branch: win32/perl
11275            ! thread.h win32/makedef.pl
11276 ____________________________________________________________________________
11277 [   455] By: gsar                                  on 1998/02/03  03:45:09
11278         Log: integrate mainline
11279      Branch: win32/perl
11280           !> (integrate 887 files)
11281 ____________________________________________________________________________
11282 [   454] By: mbeattie                              on 1998/02/02  16:44:24
11283         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
11284              defaults have been commented out for now. 
11285      Branch: perl
11286            ! hints/dec_osf.sh
11287 ____________________________________________________________________________
11288 [   453] By: mbeattie                              on 1998/02/02  15:51:39
11289         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
11290              variables. Moved threadnum to a per-interpreter variable and
11291              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
11292              more than one thread may be running. Minor tweaks to Thread.xs.
11293      Branch: perl
11294            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
11295            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
11296            ! thread.h util.c
11297 ____________________________________________________________________________
11298 [   452] By: gsar                                  on 1998/02/02  04:56:50
11299         Log: remove totally egregious s/\\dir// in File::Find
11300      Branch: win32/perl
11301            ! lib/File/Find.pm
11302 ____________________________________________________________________________
11303 [   451] By: gsar                                  on 1998/02/01  22:20:20
11304         Log: added AS patch#3
11305              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
11306              Date:    Sun, 01 Feb 1998 09:18:13 PST
11307              From:    Douglas Lankshear <dougl@ActiveState.com>
11308              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
11309              
11310              Here's an additional diff against //depot/asperl
11311              
11312              The field name mg_length was changed back to mg_len
11313              The function name mg_len was change to mg_length
11314              
11315              The need for sort_mutex removed thanks to the code derived
11316              from Tom Horsley's work.
11317              
11318              -- Doug
11319      Branch: asperl
11320            + XSLock.h
11321            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
11322            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
11323            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
11324            ! scope.c scope.h sv.c toke.c universal.c util.c
11325            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
11326            ! win32/perlobj.def win32/runperl.c
11327 ____________________________________________________________________________
11328 [   450] By: gsar                                  on 1998/01/30  23:43:57
11329         Log: various tweaks
11330              - add new functions to proto.h
11331              - fix up makefile.mk for $(OBJECT)
11332      Branch: asperl
11333            ! pp_ctl.c proto.h win32/makefile.mk
11334 ____________________________________________________________________________
11335 [   449] By: gsar                                  on 1998/01/30  21:23:15
11336         Log: fix up missing patches from AS patch#2
11337      Branch: asperl
11338            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11339            ! pp_ctl.c proto.h
11340 ____________________________________________________________________________
11341 [   448] By: gsar                                  on 1998/01/30  18:23:17
11342         Log: fix htonlx typo
11343      Branch: win32/perl
11344            ! perlsock.h
11345 ____________________________________________________________________________
11346 [   447] By: mbeattie                              on 1998/01/30  16:03:49
11347         Log: Fix up MANIFEST to add missing files
11348      Branch: perl
11349            ! MANIFEST
11350 ____________________________________________________________________________
11351 [   446] By: mbeattie                              on 1998/01/30  12:34:55
11352         Log: Bump patchlevel to 57.
11353      Branch: perl
11354            ! patchlevel.h
11355 ____________________________________________________________________________
11356 [   445] By: gsar                                  on 1998/01/30  10:44:38
11357         Log: initial merge of latest win32 branch into ASPerl
11358      Branch: asperl
11359           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
11360           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11361           +> win32/bin/perlglob.pl
11362           !> (integrate 141 files)
11363 ____________________________________________________________________________
11364 [   444] By: gsar                                  on 1998/01/30  09:25:58
11365         Log: goofed branching, redo asperl branch
11366      Branch: asperl
11367            ! perl.h
11368 ____________________________________________________________________________
11369 [   443] By: gsar                                  on 1998/01/30  09:23:36
11370         Log: added AS patch#2
11371      Branch: asperl
11372            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
11373            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
11374            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
11375            + win32/ipstdiowin.h win32/perlobj.def
11376            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
11377            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
11378            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
11379            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
11380            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11381            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
11382            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
11383            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
11384            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
11385 ____________________________________________________________________________
11386 [   441] By: gsar                                  on 1998/01/30  08:54:19
11387         Log: Created new branch from win32@396, added AS patch#1
11388      Branch: asperl
11389            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
11390            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
11391            + regcomp.c scope.h sv.c toke.c util.c
11392           +> (branch 915 files)
11393 ____________________________________________________________________________
11394 [   440] By: gsar                                  on 1998/01/30  04:43:23
11395         Log: integrate winansi
11396      Branch: win32/perl
11397           +> pod/perlhist.pod
11398           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
11399           !> util.c
11400 ____________________________________________________________________________
11401 [   439] By: mbeattie                              on 1998/01/27  15:31:53
11402         Log: Integrate ansi branch into mainline (resolve -ay).
11403      Branch: perl
11404           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
11405           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
11406           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11407           +> win32/bin/perlglob.pl
11408            ! op.c
11409           !> (integrate 868 files)
11410 ____________________________________________________________________________
11411 [   438] By: nick                                  on 1998/01/24  12:02:34
11412         Log: Gisle's av_unshift tweak, two small patches from chip
11413              and check for NULL in hv_delete in case '~' and tie magic
11414              are present
11415      Branch: ansiperl
11416            ! av.c hv.c op.c pp_ctl.c scope.c
11417 ____________________________________________________________________________
11418 [   437] By: nick                                  on 1998/01/24  10:37:56
11419         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
11420              Ugh! ...
11421              Macros were unsuitable for declaring the functions, extra () round
11422              parameters removed - non-function forms of PerlXxx_yyyy() need to 
11423              add () themselves.
11424              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
11425      Branch: ansiperl
11426            ! perlsock.h pp_sys.c util.c
11427 ____________________________________________________________________________
11428 [   436] By: nick                                  on 1998/01/24  10:03:03
11429         Log: Integrate win32 into ansiperl
11430      Branch: ansiperl
11431           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11432           +> win32/bin/perlglob.pl
11433           !> (integrate 38 files)
11434 ____________________________________________________________________________
11435 [   435] By: nick                                  on 1998/01/24  09:47:49
11436         Log: Add perlhist.pod
11437      Branch: ansiperl
11438            + pod/perlhist.pod
11439            ! MANIFEST
11440 ____________________________________________________________________________
11441 [   434] By: gsar                                  on 1998/01/19  05:01:47
11442         Log: s/PerlENV/PerlEnv/ just to be consistent
11443      Branch: win32/perl
11444            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
11445 ____________________________________________________________________________
11446 [   433] By: gsar                                  on 1998/01/19  04:52:18
11447         Log: foo() -> PerlGroup_foo() patch from ActiveState
11448      Branch: win32/perl
11449            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11450            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
11451            ! scope.h sv.c toke.c util.c
11452 ____________________________________________________________________________
11453 [   432] By: gsar                                  on 1998/01/19  04:42:26
11454         Log: integrate mainline
11455      Branch: win32/perl
11456           !> pod/perlfunc.pod
11457 ____________________________________________________________________________
11458 [   431] By: gsar                                  on 1998/01/19  04:40:04
11459         Log: integrate changes in winansi
11460      Branch: win32/perl
11461           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
11462           +> t/lib/tie-stdpush.t t/op/tiearray.t
11463           !> (integrate 98 files)
11464 ____________________________________________________________________________
11465 [   430] By: gsar                                  on 1998/01/19  04:10:43
11466         Log: Fix autovivification problems with XSUB OUTPUT args
11467              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
11468              Date:    Sun, 18 Jan 1998 23:09:07 EST
11469              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11470              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
11471      Branch: win32/perl
11472            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
11473            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
11474            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
11475            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
11476 ____________________________________________________________________________
11477 [   429] By: nick                                  on 1998/01/17  21:01:50
11478         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
11479              Date: Thu, 25 Dec 1997 13:39:15 -0500
11480              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11481              To: perl5-porters@perl.org
11482              
11483              It turns out that the potential for the "CONFIG key 'exe_ext'
11484              does not exist in Config.pm" problem has been around for a while,
11485              in the definition of SvTRUE().  It's just that non-gcc compilers
11486              are more or less being built as CRIPPLED_CC when USE_THREADS is
11487              defined (even if they can inline things).  The inline macro for
11488              SvTRUE works with tied hashes and the EXISTS method, and the
11489              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
11490              does not, because it adds an excess mg_get() which replaces the
11491              EXISTS result with a FETCH result.
11492      Branch: ansiperl
11493            ! sv.c
11494 ____________________________________________________________________________
11495 [   428] By: nick                                  on 1998/01/17  20:59:11
11496         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11497              Date: Fri, 19 Dec 97 17:19:09 GMT
11498              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
11499      Branch: ansiperl
11500            ! doio.c sv.c toke.c util.c
11501 ____________________________________________________________________________
11502 [   427] By: nick                                  on 1998/01/17  12:01:53
11503         Log: Permit tie ?foo,$object 
11504              tidy up dead #ifdef ORIGINAL_TIE)
11505              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
11506      Branch: ansiperl
11507            ! pp_sys.c
11508 ____________________________________________________________________________
11509 [   426] By: nick                                  on 1998/01/15  18:06:36
11510         Log: First working TIEARRAY and other misc tie fixes
11511      Branch: ansiperl
11512            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
11513 ____________________________________________________________________________
11514 [   425] By: nick                                  on 1998/01/14  21:56:40
11515         Log: Not working yet - split problems ...
11516      Branch: ansiperl
11517            ! pp.c t/lib/thread.t t/op/tiearray.t
11518 ____________________________________________________________________________
11519 [   424] By: nick                                  on 1998/01/14  18:49:25
11520         Log: TIEARRAY updates - almost works ...
11521      Branch: ansiperl
11522            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
11523            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
11524            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
11525            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
11526 ____________________________________________________________________________
11527 [   423] By: gsar                                  on 1998/01/14  00:13:16
11528         Log: fix MakeMaker installbin problem
11529              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
11530              Subject: Re: can't modify message with HTML-Stream, v.1.42 
11531              Date: Tue, 06 Jan 1998 19:16:35 -0500
11532              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11533      Branch: win32/perl
11534            ! lib/ExtUtils/MM_Unix.pm
11535 ____________________________________________________________________________
11536 [   422] By: gsar                                  on 1998/01/13  23:53:02
11537         Log: add archname to *sitearch in config.{b,g,v}c
11538      Branch: win32/perl
11539            ! win32/config.bc win32/config.gc win32/config.vc
11540 ____________________________________________________________________________
11541 [   421] By: gsar                                  on 1998/01/13  23:15:14
11542         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
11543      Branch: win32/perl
11544            ! t/harness
11545 ____________________________________________________________________________
11546 [   420] By: nick                                  on 1998/01/13  22:55:02
11547         Log: tiearray tweaks
11548      Branch: ansiperl
11549            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
11550 ____________________________________________________________________________
11551 [   419] By: nick                                  on 1998/01/13  21:27:33
11552         Log: Skeleton Tie::Array
11553      Branch: ansiperl
11554            + lib/Tie/Array.pm
11555 ____________________________________________________________________________
11556 [   418] By: nick                                  on 1998/01/13  20:52:38
11557         Log: tie array changes to core and tests
11558      Branch: ansiperl
11559            + t/op/tiearray.t
11560            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
11561            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
11562            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
11563 ____________________________________________________________________________
11564 [   417] By: gsar                                  on 1998/01/13  20:49:52
11565         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
11566      Branch: win32/perl
11567            + win32/bin/perlglob.pl
11568            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
11569            ! win32/makefile.mk
11570 ____________________________________________________________________________
11571 [   416] By: gsar                                  on 1998/01/13  02:46:53
11572         Log: various tweaks to build support (NOTE: meant for 5.004_57)
11573              - build and install x2p
11574              - fix installperl warnings on win32
11575              - `make install` now does puts the archlibs in right places
11576              - makefiles don't default to USE_THREADS anymore
11577              - sync config.{b,g,v}c
11578              - sync makefile.mk -> Makefile
11579      Branch: win32/perl
11580            ! installperl win32/Makefile win32/config.bc win32/config.gc
11581            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
11582            ! x2p/a2py.c
11583 ____________________________________________________________________________
11584 [   415] By: nick                                  on 1998/01/11  16:54:26
11585         Log: Integrate win32 into ansiperl
11586      Branch: ansiperl
11587           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
11588           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
11589           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
11590           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
11591           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11592           !> vms/vmsish.h x2p/s2p.PL
11593 ____________________________________________________________________________
11594 [   414] By: nick                                  on 1998/01/11  15:13:49
11595         Log: Integratye mainline -> ansiperl
11596      Branch: ansiperl
11597           !> (integrate 64 files)
11598 ____________________________________________________________________________
11599 [   413] By: mbeattie                              on 1998/01/09  12:57:58
11600         Log: Add missing blank line in pod/perlfunc.pod.
11601      Branch: perl
11602            ! pod/perlfunc.pod
11603 ____________________________________________________________________________
11604 [   412] By: gsar                                  on 1998/01/08  20:54:31
11605         Log: change#398 breaks ENV_IS_CASELESS, fix it
11606      Branch: win32/perl
11607            ! hv.c
11608 ____________________________________________________________________________
11609 [   411] By: gsar                                  on 1998/01/08  18:33:58
11610         Log: Integrate mainline
11611      Branch: win32/perl
11612           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
11613           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
11614           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
11615           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
11616           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11617           !> vms/vmsish.h x2p/s2p.PL
11618 ____________________________________________________________________________
11619 [   410] By: mbeattie                              on 1998/01/08  16:06:22
11620         Log: Fix thinko in t/pragma/locale.t:
11621              Subject: [PATCH] _04 or _56: locale.t
11622              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
11623              From: Jarkko Hietaniemi <jhi@iki.fi>
11624      Branch: perl
11625            ! t/pragma/locale.t
11626 ____________________________________________________________________________
11627 [   409] By: mbeattie                              on 1998/01/08  16:05:09
11628         Log: Use Tom Horley's qsort for sorting:
11629              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
11630              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
11631              From: Hans Mulder <hansm@icgned.nl>
11632      Branch: perl
11633            ! pp_ctl.c
11634 ____________________________________________________________________________
11635 [   408] By: mbeattie                              on 1998/01/08  16:01:57
11636         Log: Make s2p not use cpp:
11637              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
11638              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
11639              From: Hans Mulder <hansm@icgned.nl>
11640      Branch: perl
11641            ! x2p/s2p.PL
11642 ____________________________________________________________________________
11643 [   407] By: mbeattie                              on 1998/01/08  15:57:31
11644         Log: DG/UX tweaks to perl.h:
11645              Subject: [PATCH] _56 on dgux without threads
11646              Date: Sat, 20 Dec 1997 23:01:40 -0500
11647              From: Roderick Schertler <roderick@argon.org>
11648      Branch: perl
11649            ! perl.h
11650 ____________________________________________________________________________
11651 [   406] By: mbeattie                              on 1998/01/08  15:56:02
11652         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
11653              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
11654              Date: Sat, 20 Dec 1997 02:30:01 -0500
11655              From: Spider Boardman <spider@web.zk3.dec.com>
11656      Branch: perl
11657            ! Configure hints/dec_osf.sh
11658 ____________________________________________________________________________
11659 [   405] By: mbeattie                              on 1998/01/08  15:53:40
11660         Log: Missing "" in Configure echo for gethbadd_addr_type.
11661      Branch: perl
11662            ! Configure
11663 ____________________________________________________________________________
11664 [   404] By: mbeattie                              on 1998/01/08  13:04:48
11665         Log: print/printf/... over-eager mg_find for glob magic:
11666              Subject: [PATCH] fix inefficient checks for TIEHANDLE
11667              Date: Wed, 07 Jan 1998 20:06:05 -0500
11668              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11669      Branch: perl
11670            ! pp_hot.c pp_sys.c
11671 ____________________________________________________________________________
11672 [   403] By: mbeattie                              on 1998/01/08  12:56:31
11673         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
11674              Subject: [PATCH] VMS update for 5.004_56
11675              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
11676              From: Charles Bailey <bailey@newman.upenn.edu>
11677      Branch: perl
11678            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
11679            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11680            ! vms/vmsish.h
11681 ____________________________________________________________________________
11682 [   402] By: mbeattie                              on 1998/01/08  12:46:15
11683         Log: Fix utils/perldoc.PL for dos-djgpp:
11684              Subject: 5.004_56: perldoc.PL dos-djgpp patches
11685              Date: Tue, 6 Jan 1998 18:14:59 +0100
11686              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
11687      Branch: perl
11688            ! utils/perldoc.PL
11689 ____________________________________________________________________________
11690 [   401] By: mbeattie                              on 1998/01/08  12:40:14
11691         Log: Version 2.13 of GetoptLong:
11692              Subject: Re: ANNOUNCE: perl 5.004_56 is available
11693              Date: 06 Jan 1998 16:21:45 +0100
11694              From: JVromans@Squirrel.nl (Johan Vromans)
11695      Branch: perl
11696            ! lib/Getopt/Long.pm lib/newgetopt.pl
11697 ____________________________________________________________________________
11698 [   400] By: mbeattie                              on 1998/01/08  12:28:08
11699         Log: Fix variable export and threading configuration for AIX:
11700              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
11701              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
11702              From: Jarkko Hietaniemi <jhi@iki.fi>
11703      Branch: perl
11704            ! Configure perl_exp.SH
11705 ____________________________________________________________________________
11706 [   399] By: mbeattie                              on 1998/01/08  12:25:38
11707         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
11708              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
11709              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
11710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11711      Branch: perl
11712            ! regexec.c t/op/re_tests
11713 ____________________________________________________________________________
11714 [   398] By: mbeattie                              on 1998/01/08  12:23:41
11715         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
11716              to cope with ENV_IS_CASELESS:
11717              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
11718              Date: Fri, 19 Dec 1997 11:31:36 -0500
11719              From: Owen Taylor <owt1@cornell.edu>
11720      Branch: perl
11721            ! hv.c
11722 ____________________________________________________________________________
11723 [   397] By: mbeattie                              on 1998/01/08  12:10:29
11724         Log: Integrate win32 branch into mainline.
11725      Branch: perl
11726           !> (integrate 41 files)
11727 ____________________________________________________________________________
11728 [   396] By: gsar                                  on 1998/01/07  19:12:27
11729         Log: tweak case-insensitive ENV implementation
11730      Branch: win32/perl
11731            ! hv.c
11732 ____________________________________________________________________________
11733 [   395] By: nick                                  on 1998/01/07  18:40:55
11734         Log: Integrate win32 branch
11735      Branch: ansiperl
11736           !> (integrate 31 files)
11737 ____________________________________________________________________________
11738 [   394] By: gsar                                  on 1998/01/05  19:17:40
11739         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
11740              the fact
11741      Branch: win32/perl
11742            ! pod/perlrun.pod win32/win32.c
11743 ____________________________________________________________________________
11744 [   393] By: gsar                                  on 1998/01/05  05:43:33
11745         Log: Support case-tolerant %ENV
11746              - underlying system calls see the case-as-supplied by user
11747              - added tests to verify addition/deletion/enumeration case-tolerance
11748              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
11749              which is default on win32 now
11750      Branch: win32/perl
11751            ! hv.c t/op/magic.t win32/win32.h
11752 ____________________________________________________________________________
11753 [   392] By: gsar                                  on 1998/01/04  17:55:19
11754         Log: Add a tweaked version of:
11755              Message-Id: <199801040630.AA29298@metronet.com>
11756              Date:    Sun, 04 Jan 1998 00:30:57 CST
11757              From:    Tye McQueen <tye@metronet.com>
11758              Subject: New patch for $^E==GetLastError() under Win32
11759      Branch: win32/perl
11760            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
11761            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
11762            ! win32/win32.c win32/win32.h
11763 ____________________________________________________________________________
11764 [   391] By: gsar                                  on 1998/01/04  07:59:44
11765         Log: Various win32 fixes
11766              - support spawn via system(&P_NOWAIT,...) like OS2
11767              - support wait() and waitpid()
11768              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
11769              - support -lfoo properly in ExtUtils::Liblist
11770              - fix outdated info about Win32 support in perlfaq2
11771              - fix win32 bug in perldoc that causes spurious warnings
11772              - regularize global function/variable names yet more
11773              - fix bug in do_aspawn() (it was always invoking shell, instead of
11774              almost never)
11775              - implement and export win32_wait()
11776              - stub version of USE_RTL_THREAD_API
11777      Branch: win32/perl
11778            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
11779            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
11780            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11781            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
11782            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
11783            ! win32/win32thread.h
11784 ____________________________________________________________________________
11785 [   390] By: gsar                                  on 1997/12/30  21:00:28
11786         Log: Fix $ENV{Path} in FindBin.pm
11787      Branch: win32/perl
11788            ! lib/FindBin.pm
11789 ____________________________________________________________________________
11790 [   389] By: nick                                  on 1997/12/29  10:33:23
11791         Log: Resolve ansiperl against win32
11792      Branch: ansiperl
11793           !> (integrate 105 files)
11794 ____________________________________________________________________________
11795 [   388] By: gsar                                  on 1997/12/24  04:59:28
11796         Log: make $? Unix (and ActiveWare) compatible
11797      Branch: win32/perl
11798            ! README.win32 win32/win32.c
11799 ____________________________________________________________________________
11800 [   387] By: gsar                                  on 1997/12/24  04:21:30
11801         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
11802              non-blocking IO on sockets possible
11803      Branch: win32/perl
11804            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
11805            ! win32/win32iop.h win32/win32sck.c
11806 ____________________________________________________________________________
11807 [   386] By: gsar                                  on 1997/12/24  03:10:55
11808         Log: support getlogin()
11809      Branch: win32/perl
11810            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
11811            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11812            ! win32/win32.c win32/win32.h
11813 ____________________________________________________________________________
11814 [   385] By: gsar                                  on 1997/12/24  02:24:59
11815         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
11816              Update README.win32.
11817      Branch: win32/perl
11818            ! README.win32 perl.h win32/Makefile win32/makedef.pl
11819            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
11820 ____________________________________________________________________________
11821 [   384] By: gsar                                  on 1997/12/24  02:22:42
11822         Log: tweak op.c to avoid warning
11823      Branch: win32/perl
11824            ! op.c
11825 ____________________________________________________________________________
11826 [   383] By: gsar                                  on 1997/12/23  21:12:42
11827         Log: Trivial bugfix#3 from local repository
11828              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
11829              Subject: Re: Assigning result of pop scrambles unrelated reference 
11830              Date: Sat, 06 Dec 1997 06:00:45 -0500
11831              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11832      Branch: win32/perl
11833            ! sv.c
11834 ____________________________________________________________________________
11835 [   382] By: gsar                                  on 1997/12/23  21:09:32
11836         Log: Trivial bugfix#2 from local repository
11837              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
11838              Subject: Re: eval of sub gives spurious "uninitialised" warning 
11839              Date: Sat, 06 Dec 1997 05:25:07 -0500
11840              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11841      Branch: win32/perl
11842            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
11843 ____________________________________________________________________________
11844 [   381] By: gsar                                  on 1997/12/23  21:01:04
11845         Log: Trivial bugfix#1 from local repository
11846              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
11847              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
11848              Date: Fri, 28 Nov 1997 18:26:52 -0500
11849              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11850      Branch: win32/perl
11851            ! scope.c
11852 ____________________________________________________________________________
11853 [   380] By: gsar                                  on 1997/12/18  15:10:23
11854         Log: Integrate mainline
11855      Branch: win32/perl
11856           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11857           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11858           +> os2/os2.sym os2/os2thread.h
11859           !> (integrate 77 files)
11860
11861 ----------------
11862 Version 5.004_56
11863 ----------------
11864
11865 ____________________________________________________________________________
11866 [   379] By: mbeattie                              on 1997/12/18  13:28:35
11867         Log: Integrate ansi @364,@366 into mainline.
11868      Branch: perl
11869           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
11870 ____________________________________________________________________________
11871 [   378] By: mbeattie                              on 1997/12/18  13:20:15
11872         Log: Add a few missing files to MANIFEST
11873      Branch: perl
11874            ! MANIFEST
11875 ____________________________________________________________________________
11876 [   377] By: mbeattie                              on 1997/12/18  13:00:16
11877         Log: Bump patchlevel to 56.
11878      Branch: perl
11879            ! patchlevel.h
11880 ____________________________________________________________________________
11881 [   376] By: nick                                  on 1997/12/18  01:32:12
11882         Log: Resolve against mainline
11883      Branch: ansiperl
11884           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11885           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11886           +> os2/os2.sym os2/os2thread.h
11887           !> (integrate 74 files)
11888 ____________________________________________________________________________
11889 [   375] By: nick                                  on 1997/12/18  01:06:15
11890         Log: Resolve against Win32
11891      Branch: ansiperl
11892           !> Configure README.threads config_h.SH doop.c embed.h
11893           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11894           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
11895           !> sv.c sv.h thread.h util.c
11896 ____________________________________________________________________________
11897 [   374] By: mbeattie                              on 1997/12/17  14:44:26
11898         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
11899              needs rewriting now that we use perlvars.h and foovar.h:
11900              Subject: [PATCH] 5.004_54 under VMS (fwd)
11901              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
11902              From: Charles Bailey <BAILEY@newman.upenn.edu>
11903      Branch: perl
11904            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
11905            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
11906            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
11907            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
11908            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
11909            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
11910 ____________________________________________________________________________
11911 [   373] By: mbeattie                              on 1997/12/17  14:10:50
11912         Log: Major changes to the DOS/djgpp port (including threading):
11913              Subject: Re: dos-djgpp port not in perl 5.004_54
11914              Date: Fri, 21 Nov 1997 10:58:26 +0100
11915              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
11916      Branch: perl
11917            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11918            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11919            ! Configure MANIFEST Makefile.SH doio.c dosish.h
11920            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
11921            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11922            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
11923            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
11924            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
11925            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
11926            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
11927            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
11928            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
11929 ____________________________________________________________________________
11930 [   372] By: mbeattie                              on 1997/12/17  13:18:34
11931         Log: Upgrade DB_File to 1.56:
11932              Subject: DB_File-1.56 for _55
11933              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
11934              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11935      Branch: perl
11936            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11937            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
11938 ____________________________________________________________________________
11939 [   371] By: mbeattie                              on 1997/12/17  12:02:03
11940         Log: Threading patches for OS/2 (missing files taken from previous patch):
11941              Subject: Re: 5.004_55: OS/2 patches again
11942              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
11943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11944      Branch: perl
11945            + os2/os2.sym os2/os2thread.h
11946            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
11947            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
11948            ! os2/os2ish.h perl.h
11949 ____________________________________________________________________________
11950 [   370] By: mbeattie                              on 1997/12/17  11:01:34
11951         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
11952              Subject: Re: 5.004_55: OS/2 patches again
11953              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
11954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11955      Branch: perl
11956            ! perl.h
11957 ____________________________________________________________________________
11958 [   369] By: mbeattie                              on 1997/12/17  10:59:40
11959         Log: Fix typo in compiler B/C.pm.
11960      Branch: perlext
11961            ! Compiler/B/C.pm
11962 ____________________________________________________________________________
11963 [   368] By: mbeattie                              on 1997/12/17  10:58:35
11964         Log: Allow "perldoc -F filename":
11965              Subject: 5.004_55: Patch to perldoc
11966              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
11967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11968      Branch: perl
11969            ! utils/perldoc.PL
11970 ____________________________________________________________________________
11971 [   367] By: mbeattie                              on 1997/12/17  10:54:47
11972         Log: Fix not-reached warning for pp_threadsv.
11973      Branch: perl
11974            ! pp.c
11975 ____________________________________________________________________________
11976 [   366] By: nick                                  on 1997/12/14  16:06:24
11977         Log: Fix typo in Ilya's patch :-(
11978      Branch: ansiperl
11979            ! lib/ExtUtils/MakeMaker.pm
11980 ____________________________________________________________________________
11981 [   365] By: nick                                  on 1997/12/14  15:30:25
11982         Log: #undef new PERLVARIC macro in appropriate places
11983      Branch: ansiperl
11984            ! miniperlmain.c perl.h
11985 ____________________________________________________________________________
11986 [   364] By: nick                                  on 1997/12/14  15:04:36
11987         Log: Ilya's MakeMaker (empty makefile) patch
11988      Branch: ansiperl
11989            ! lib/ExtUtils/MakeMaker.pm
11990 ____________________________________________________________________________
11991 [   363] By: gsar                                  on 1997/12/13  05:57:13
11992         Log: Integrate mainline.  Builds and passes (Borland).
11993      Branch: win32/perl
11994           !> Configure README.threads config_h.SH doop.c embed.h
11995           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11996           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
11997           !> sv.c sv.h thread.h util.c
11998 ____________________________________________________________________________
11999 [   362] By: nick                                  on 1997/12/13  02:53:03
12000         Log: Resolve ansiperl against mainline
12001      Branch: ansiperl
12002           !> (integrate 92 files)
12003 ____________________________________________________________________________
12004 [   361] By: mbeattie                              on 1997/12/12  16:20:38
12005         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
12006              instead of MEXTEND leading to core dumps. This fix needs
12007              propagating back to the maintenance branch.
12008      Branch: perl
12009            ! pp_hot.c pp_sys.c
12010 ____________________________________________________________________________
12011 [   360] By: mbeattie                              on 1997/12/11  15:45:56
12012         Log: Add missing patch to op.c that didn't come across with win32 merge.
12013      Branch: perl
12014            ! op.c
12015 ____________________________________________________________________________
12016 [   359] By: mbeattie                              on 1997/12/11  11:54:41
12017         Log: Stop tr/// from writing to target when only counting.
12018      Branch: perl
12019            ! doop.c op.c op.h
12020 ____________________________________________________________________________
12021 [   358] By: mbeattie                              on 1997/12/10  18:36:26
12022         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
12023              a few extraneous trailing semicolons in perlvars.h.
12024      Branch: perl
12025            ! perlvars.h util.c
12026 ____________________________________________________________________________
12027 [   357] By: mbeattie                              on 1997/12/10  18:33:53
12028         Log: Start overhauling compiler. It was working at least minimally
12029              right up until the final tweak of B.xs to add threadsv_names
12030              at which point building it provokes a seg fault in perl while
12031              doing the xsubpp :-(.
12032      Branch: perl
12033            ! op.h util.c
12034      Branch: perlext
12035            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
12036            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
12037            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
12038            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
12039            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
12040            ! Compiler/test_harness_cc
12041 ____________________________________________________________________________
12042 [   356] By: mbeattie                              on 1997/12/10  13:43:32
12043         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
12044              sv_setfoo functions go back to not needing dTHR. Fix Configure
12045              to check for already-existing -thread on archname and to check
12046              better for d_pthread_created_joinable.
12047      Branch: perl
12048            ! Configure perl.h sv.c sv.h thread.h
12049 ____________________________________________________________________________
12050 [   355] By: mbeattie                              on 1997/12/10  10:53:58
12051         Log: Minor fix/speedup to util.c:fbm_instr:
12052              Subject: 5.004_55: Minor regexp patch
12053              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
12054              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
12055      Branch: perl
12056            ! util.c
12057 ____________________________________________________________________________
12058 [   354] By: mbeattie                              on 1997/12/10  10:41:25
12059         Log: Patches for IRIX, AIX and some generic stuff:
12060              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
12061              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
12062              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12063              (checked/ignored a few rejects; tweaked wording).
12064      Branch: perl
12065            ! Configure README.threads config_h.SH embed.h
12066            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
12067            ! hints/irix_6.sh
12068 ____________________________________________________________________________
12069 [   353] By: mbeattie                              on 1997/12/10  10:10:19
12070         Log: Integrate win32 back into mainline (trivial).
12071      Branch: perl
12072           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
12073           +> win32/config_H.gc
12074           !> (integrate 36 files)
12075 ____________________________________________________________________________
12076 [   352] By: nick                                  on 1997/12/09  17:36:45
12077         Log: Resolve win32 - Sarathy's tweak.
12078      Branch: ansiperl
12079           !> win32/makedef.pl
12080 ____________________________________________________________________________
12081 [   351] By: gsar                                  on 1997/12/08  06:13:04
12082         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
12083      Branch: win32/perl
12084            ! win32/makedef.pl
12085 ____________________________________________________________________________
12086 [   350] By: nick                                  on 1997/12/05  00:56:03
12087         Log: Resolve ansiperl against win32
12088      Branch: ansiperl
12089            - win32/makegcc.mk
12090           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
12091           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
12092           !> win32/makefile.mk win32/perllib.c win32/win32.h
12093 ____________________________________________________________________________
12094 [   349] By: gsar                                  on 1997/12/02  07:28:23
12095         Log: Revert to keeping (some) constant strings as globals
12096      Branch: win32/perl
12097            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
12098            ! perlvars.h win32/makedef.pl win32/perllib.c
12099 ____________________________________________________________________________
12100 [   348] By: gsar                                  on 1997/12/02  05:38:06
12101         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
12102              Other minor fixes.  Now is a good time to get the changes in win32 branch.
12103      Branch: win32/perl
12104            - win32/makegcc.mk
12105            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
12106 ____________________________________________________________________________
12107 [   347] By: gsar                                  on 1997/12/02  03:32:55
12108         Log: Integrate winansi again.  Result builds and passes all tests on all
12109              three compilers.
12110      Branch: win32/perl
12111           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
12112           !> win32/makegcc.mk win32/win32.h
12113 ____________________________________________________________________________
12114 [   346] By: gsar                                  on 1997/12/02  03:28:23
12115         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
12116              makegcc.mk to be merged into makefile.mk soon.
12117      Branch: win32/perl
12118            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
12119            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
12120            ! win32/win32.h
12121 ____________________________________________________________________________
12122 [   345] By: nick                                  on 1997/12/02  01:57:17
12123         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
12124              Now runs again...
12125      Branch: ansiperl
12126            ! lib/ExtUtils/MM_Win32.pm
12127 ____________________________________________________________________________
12128 [   344] By: nick                                  on 1997/12/02  01:11:16
12129         Log: Sarathy's patch 
12130      Branch: ansiperl
12131            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
12132            ! win32/makegcc.mk win32/win32.h
12133 ____________________________________________________________________________
12134 [   343] By: gsar                                  on 1997/12/01  04:37:06
12135         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
12136              is identical to ansiperl/* now)
12137      Branch: win32/perl
12138           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
12139           !> (integrate 34 files)
12140 ____________________________________________________________________________
12141 [   342] By: nick                                  on 1997/12/01  04:01:57
12142         Log: Builds and passes all tests with gcc on Win32 - phew!
12143      Branch: ansiperl
12144            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
12145            ! proto.h util.c win32/makedef.pl
12146 ____________________________________________________________________________
12147 [   341] By: nick                                  on 1997/12/01  02:54:29
12148         Log: Create a struct for all perls globals (as an option)
12149              Mainly for Mingw32 which cannot import data.
12150              Now only Opcode tests fail (op_desc/op_name not 
12151              handled yet stuff)
12152      Branch: ansiperl
12153            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
12154            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
12155            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
12156            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
12157            ! win32/win32iop.h win32/win32thread.c
12158 ____________________________________________________________________________
12159 [   340] By: nick                                  on 1997/11/30  20:21:10
12160         Log: Fixup exports in non -DDEBUGGING case
12161      Branch: ansiperl
12162            ! win32/makedef.pl
12163 ____________________________________________________________________________
12164 [   339] By: nick                                  on 1997/11/30  20:10:04
12165         Log: Disable hard-coded -DDEBUGGING
12166      Branch: ansiperl
12167            ! win32/config_h.PL
12168 ____________________________________________________________________________
12169 [   338] By: nick                                  on 1997/11/30  20:00:19
12170         Log: embed.pl now reads *var*.h to do its stuff.
12171              Split generated embed.h into two - new embedvar.h
12172              is #included when 'op' etc. will not mess up proto.h etc.
12173              Removed #define foo (thr->Tfoo) from thread.h
12174              Added some 'missing' symbols to global.sym, removed
12175              those in the *var*.h files
12176              Has build all MULTIPLICITY/USE_THREADS options on win32
12177              with VC++ (and passed tests), but not with exactly this set
12178              of files.
12179      Branch: ansiperl
12180            + embedvar.h
12181            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
12182            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
12183            ! win32/makedef.pl
12184 ____________________________________________________________________________
12185 [   337] By: nick                                  on 1997/11/29  23:55:31
12186         Log: Globals and structs via macros - part 1 of N
12187              - introduce perlvars.h intrpvar.h and thrdvar.h
12188              - change perl.h and thread.h to include them with
12189              appropriate macros defined
12190              - result is status-quo but with macros
12191              - next step is to tweak embed.* to capitalize on 
12192              new easy-to-find info.
12193      Branch: ansiperl
12194            + intrpvar.h perlvars.h thrdvar.h
12195            ! perl.h thread.h win32/Makefile
12196 ____________________________________________________________________________
12197 [   336] By: nick                                  on 1997/11/29  19:13:55
12198         Log: VC++ default to threaded
12199      Branch: ansiperl
12200            ! win32/Makefile
12201 ____________________________________________________________________________
12202 [   335] By: nick                                  on 1997/11/29  18:38:26
12203         Log: Avoid __declspec(thread) by default, for both scratch
12204              return areas and THR stuff. Use struct thread intern instead.
12205      Branch: ansiperl
12206            ! win32/win32.c win32/win32.h win32/win32sck.c
12207            ! win32/win32thread.c win32/win32thread.h
12208 ____________________________________________________________________________
12209 [   334] By: nick                                  on 1997/11/29  17:49:04
12210         Log: Non-threaded build fix
12211      Branch: ansiperl
12212            ! win32/win32thread.c
12213 ____________________________________________________________________________
12214 [   333] By: nick                                  on 1997/11/29  17:29:07
12215         Log: Sort out malloc_mutex for perl's malloc
12216              Remove BINCOMPAT3 from embed.pl 
12217              Add dependancy to CORE_H for PERL95_OBJ
12218      Branch: ansiperl
12219            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
12220            ! win32/win32.c
12221 ____________________________________________________________________________
12222 [   332] By: nick                                  on 1997/11/29  16:21:01
12223         Log: Integrate win32 into ansiperl
12224      Branch: ansiperl
12225           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
12226           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
12227           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
12228           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12229           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
12230           !> win32/perllib.c
12231 ____________________________________________________________________________
12232 [   331] By: nick                                  on 1997/11/29  01:35:45
12233         Log: GCC + Threads on Win32 - best gcc results yet
12234      Branch: ansiperl
12235            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
12236            ! win32/win32.h win32/win32iop.h win32/win32thread.c
12237            ! win32/win32thread.h
12238 ____________________________________________________________________________
12239 [   330] By: nick                                  on 1997/11/28  23:05:08
12240         Log: Un-botch gcc workround
12241      Branch: ansiperl
12242            ! XSUB.h
12243 ____________________________________________________________________________
12244 [   329] By: nick                                  on 1997/11/28  22:39:39
12245         Log: Builds completely with Mingw32, dynamic loaded extensions
12246              don't work yet - suspect __declspec() non-implemented issues.
12247      Branch: ansiperl
12248            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
12249            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
12250            ! win32/runperl.c win32/win32.c win32/win32iop.h
12251 ____________________________________________________________________________
12252 [   328] By: gsar                                  on 1997/11/28  05:48:15
12253         Log: integrate winansi.
12254      Branch: win32/perl
12255           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
12256            ! perl.h
12257           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
12258           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
12259           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
12260 ____________________________________________________________________________
12261 [   327] By: gsar                                  on 1997/11/28  05:38:48
12262         Log: Integrate mainline.
12263      Branch: win32/perl
12264           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
12265           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
12266           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
12267           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12268           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
12269           !> win32/perllib.c
12270 ____________________________________________________________________________
12271 [   326] By: nick                                  on 1997/11/27  19:13:36
12272         Log: GCC builds perl.dll and perl.exe on Win32
12273      Branch: ansiperl
12274            ! win32/makedef.pl win32/makegcc.mk
12275 ____________________________________________________________________________
12276 [   325] By: nick                                  on 1997/11/27  17:46:30
12277         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
12278              far as building miniperl and perl.dll (but not import lib yet)
12279              Seems to lack popen()/pclose() and fcloseall() and fflushall().
12280              Also only CRTDLL not MCRTDLL so threading is probably not
12281              possible yet.
12282              Had to mess with win32iop.h's placement as we need __attribute__
12283              to get STDCALL, and #define of printf messes up proto.h 
12284      Branch: ansiperl
12285            + win32/config.gc win32/config_H.gc win32/makegcc.mk
12286            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
12287            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
12288            ! win32/win32iop.h win32/win32sck.c
12289 ____________________________________________________________________________
12290 [   324] By: mbeattie                              on 1997/11/27  17:08:06
12291         Log: Give dire warnings about the IRIX 6.2 kernel panic.
12292      Branch: perl
12293            ! README.threads hints/irix_6.sh
12294 ____________________________________________________________________________
12295 [   323] By: mbeattie                              on 1997/11/27  16:57:33
12296         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
12297              Subject: Re: ANNOUNCE: perl 5.004_55 is available
12298              Date: 27 Nov 1997 17:18:53 +0100
12299              From: koenig@kulturbox.de (Andreas J. Koenig)
12300      Branch: perl
12301            ! sv.c
12302 ____________________________________________________________________________
12303 [   322] By: mbeattie                              on 1997/11/27  16:12:15
12304         Log: Integrate win32 branch back into mainline.
12305      Branch: perl
12306           !> (integrate 42 files)
12307 ____________________________________________________________________________
12308 [   321] By: mbeattie                              on 1997/11/27  15:06:36
12309         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
12310              Subject: Re: ANNOUNCE: perl 5.004_55 is available
12311              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
12312              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12313      Branch: perl
12314            ! t/lib/safe2.t
12315 ____________________________________________________________________________
12316 [   320] By: mbeattie                              on 1997/11/27  15:02:59
12317         Log: Fix MYMALLOC (wrong #define in malloc.c):
12318              Subject: 5.004_55: MYMALLOC completely busted
12319              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
12320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12321      Branch: perl
12322            ! malloc.c
12323 ____________________________________________________________________________
12324 [   319] By: mbeattie                              on 1997/11/27  15:01:37
12325         Log: Fix newSVrv so sv_setref_foo work better:
12326              Subject: [PATCH] [5.004_55] newSVrv (again)
12327              Date: Thu, 27 Nov 1997 00:25:50 -0500
12328              From: Owen Taylor <owt1@cornell.edu>
12329      Branch: perl
12330            ! sv.c
12331 ____________________________________________________________________________
12332 [   318] By: mbeattie                              on 1997/11/27  14:59:03
12333         Log: Output skipped test information in test suite:
12334              Subject: 5.004_55: Making test harness platform_aware
12335              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12336              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12337      Branch: perl
12338            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
12339            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
12340            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
12341 ____________________________________________________________________________
12342 [   317] By: mbeattie                              on 1997/11/27  14:55:15
12343         Log: Add 'W'atch command to debugger and improve help:
12344              Subject: 5.004_55: Debugger patch again
12345              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
12346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12347      Branch: perl
12348            ! lib/perl5db.pl
12349 ____________________________________________________________________________
12350 [   316] By: mbeattie                              on 1997/11/27  14:52:44
12351         Log: Stop double initialisation of malloc_mutex:
12352              Subject: 5.004_55: Double initialiazation of malloc_mutex
12353              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
12354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12355      Branch: perl
12356            ! miniperlmain.c win32/perllib.c
12357 ____________________________________________________________________________
12358 [   315] By: mbeattie                              on 1997/11/27  14:48:58
12359         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
12360      Branch: perl
12361            ! sv.c t/op/pat.t
12362 ____________________________________________________________________________
12363 [   314] By: nick                                  on 1997/11/27  01:03:19
12364         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
12365      Branch: ansiperl
12366           !> (integrate 897 files)
12367 ____________________________________________________________________________
12368 [   313] By: gsar                                  on 1997/11/26  03:20:55
12369         Log: merge win32-aware installperl in ansiperl branch.
12370      Branch: win32/perl
12371           !> installperl
12372 ____________________________________________________________________________
12373 [   312] By: gsar                                  on 1997/11/26  01:50:37
12374         Log: Fix for C<sort 'foo'...> bug:
12375              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12376              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
12377              Subject: [PATCH] Re: Sort grammar bug 
12378              Date: Sat, 01 Nov 1997 14:46:35 -0500
12379              ------
12380              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12381              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
12382              Subject: Re: Sort grammar bug 
12383              Date: Sun, 02 Nov 1997 12:47:51 +0000
12384      Branch: win32/perl
12385            ! t/op/sort.t toke.c
12386 ____________________________________________________________________________
12387 [   311] By: nick                                  on 1997/11/26  01:42:50
12388         Log: Win32-ize installperl
12389      Branch: ansiperl
12390            ! installperl
12391 ____________________________________________________________________________
12392 [   310] By: gsar                                  on 1997/11/26  01:36:39
12393         Log: Another trivial patch:
12394              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12395              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
12396              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
12397              Date: Wed, 29 Oct 1997 21:45:26 -0500
12398      Branch: win32/perl
12399            ! XSUB.h
12400 ____________________________________________________________________________
12401 [   309] By: nick                                  on 1997/11/26  01:33:32
12402         Log: Fixup _55 for Win32:
12403              Missed thread :-> perl_thread changes
12404              Two #define THR (not the same)
12405              K&R style func in hv.c
12406      Branch: ansiperl
12407            ! hv.c win32/win32thread.c win32/win32thread.h
12408 ____________________________________________________________________________
12409 [   308] By: gsar                                  on 1997/11/26  01:30:21
12410         Log: Sync yet another patch (this one manually edited):
12411              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12412              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
12413              Subject: [PATCH] Re: local($@) gives core dump 
12414              Date: Tue, 28 Oct 1997 21:51:25 -0500
12415      Branch: win32/perl
12416            ! pp_ctl.c
12417 ____________________________________________________________________________
12418 [   307] By: gsar                                  on 1997/11/26  01:22:10
12419         Log: Sync another change from local repository.
12420              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12421              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
12422              Subject: Re: do_postponed breaks with multiple interpreters 
12423              Date: Tue, 28 Oct 1997 22:16:13 -0500
12424      Branch: win32/perl
12425            ! op.c
12426 ____________________________________________________________________________
12427 [   306] By: gsar                                  on 1997/11/26  01:17:46
12428         Log: Sync a change from local repository.
12429              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12430              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
12431              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
12432              Date: Tue, 28 Oct 1997 20:06:06 -0500
12433      Branch: win32/perl
12434            ! mg.c
12435 ____________________________________________________________________________
12436 [   305] By: nick                                  on 1997/11/26  00:50:10
12437         Log: Integrate mainline as of _55
12438      Branch: ansiperl
12439           +> emacs/ptags
12440           !> (integrate 36 files)
12441 ____________________________________________________________________________
12442 [   304] By: gsar                                  on 1997/11/26  00:27:57
12443         Log: Various changes to make it build cleanly and pass all tests:
12444              - needed to run `perl embed.pl`
12445              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
12446              - fix prototypes for a few declarations (Borland is finally quiet)
12447              - move declaration of Mymalloc etc to perl.h (since win32 and other
12448              ports may #define malloc themselves, to let extensions bind to
12449              the version that perl used)
12450              - move struct reg_data into a public header file, since it is
12451              referenced in a public datatype
12452              - win32 makefile fixes
12453              - fix remaining s/thread/perl_thread/
12454      Branch: win32/perl
12455            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
12456            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
12457            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
12458            ! win32/win32.h win32/win32iop.h win32/win32thread.c
12459 ____________________________________________________________________________
12460 [   303] By: gsar                                  on 1997/11/25  20:57:31
12461         Log: Fixup the places where the automatic merge got it wrong.
12462              Previous change (#302) was just a normal integration--ignore the
12463              "reverse" in there.
12464      Branch: win32/perl
12465            ! op.c perl.h
12466 ____________________________________________________________________________
12467 [   302] By: gsar                                  on 1997/11/25  20:32:12
12468         Log: reverse integrate mainline
12469      Branch: win32/perl
12470           +> emacs/ptags
12471           !> (integrate 896 files)
12472
12473 ----------------
12474 Version 5.004_55
12475 ----------------
12476
12477 ____________________________________________________________________________
12478 [   301] By: mbeattie                              on 1997/11/25  17:59:53
12479         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
12480      Branch: perl
12481            ! hv.c pp_ctl.c
12482 ____________________________________________________________________________
12483 [   300] By: mbeattie                              on 1997/11/25  16:29:36
12484         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
12485      Branch: perl
12486            ! MANIFEST patchlevel.h
12487 ____________________________________________________________________________
12488 [   299] By: mbeattie                              on 1997/11/25  15:59:16
12489         Log: Move malloc_mutex initialisation/destruction:
12490              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
12491              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
12492      Branch: perl
12493            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
12494            ! unixish.h vms/vmsish.h
12495 ____________________________________________________________________________
12496 [   298] By: mbeattie                              on 1997/11/25  15:49:22
12497         Log: Make hv_ functions cope better with 'm'-magic:
12498              Subject: [5.004_54] Another neglected patch
12499              Date: Fri, 21 Nov 1997 22:28:17 -0500
12500              From: Owen Taylor <owt1@cornell.edu>
12501      Branch: perl
12502            ! hv.c
12503 ____________________________________________________________________________
12504 [   297] By: mbeattie                              on 1997/11/25  15:47:36
12505         Log: Fix typo in Thread.xs.
12506      Branch: perl
12507            ! ext/Thread/Thread.xs
12508 ____________________________________________________________________________
12509 [   296] By: mbeattie                              on 1997/11/25  15:42:07
12510         Log: Integrate from ansi branch to mainline.
12511      Branch: perl
12512           !> (integrate 890 files)
12513 ____________________________________________________________________________
12514 [   295] By: mbeattie                              on 1997/11/25  14:29:31
12515         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
12516              Subject: Re: _54 on AIX
12517              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12518              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12519      Branch: perl
12520            ! ext/DynaLoader/dl_aix.xs
12521 ____________________________________________________________________________
12522 [   294] By: mbeattie                              on 1997/11/25  14:29:10
12523         Log: AIX patch for hints/aix.sh:
12524              Subject: Re: _54 on AIX
12525              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12526              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12527      Branch: perl
12528            ! hints/aix.sh
12529 ____________________________________________________________________________
12530 [   291] By: mbeattie                              on 1997/11/25  14:17:05
12531         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
12532      Branch: perl
12533            ! op.c op.h
12534 ____________________________________________________________________________
12535 [   290] By: mbeattie                              on 1997/11/25  14:16:29
12536         Log: AIX patch (including Configure support for {sched,pthread}_yield,
12537              pthread initial detach state, renaming perl_thread to perl_os_thread
12538              and struct thread to struct perl_thread):
12539              Subject: Re: _54 on AIX
12540              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
12541              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12542      Branch: perl
12543            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
12544            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
12545            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
12546            ! proto.h sv.h thread.h util.c win32/win32thread.c
12547            ! win32/win32thread.h
12548 ____________________________________________________________________________
12549 [   289] By: mbeattie                              on 1997/11/25  12:33:02
12550         Log: Rename perl_thread to perl_os_thread.
12551      Branch: perl
12552            ! fakethr.h thread.h util.c win32/win32thread.h
12553 ____________________________________________________________________________
12554 [   288] By: mbeattie                              on 1997/11/25  12:27:35
12555         Log: Remove bincompat3 support:
12556              Subject: Re: ANNOUNCE: perl5.004_54 is available
12557              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
12558              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12559      Branch: perl
12560            ! Configure INSTALL embed.h global.sym malloc.c
12561 ____________________________________________________________________________
12562 [   287] By: mbeattie                              on 1997/11/25  12:23:50
12563         Log: Emacs/tags update:
12564              Subject: Emacs/tags update for 5.004_54
12565              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
12566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12567      Branch: perl
12568            + emacs/ptags
12569            ! MANIFEST Makefile.SH emacs/cperl-mode.el
12570 ____________________________________________________________________________
12571 [   286] By: nick                                  on 1997/11/23  23:03:56
12572         Log: Add $$_ test 
12573      Branch: ansiperl
12574            ! t/op/ref.t
12575 ____________________________________________________________________________
12576 [   285] By: gsar                                  on 1997/11/23  08:26:00
12577         Log: Initial reverse integration of winansi branch.
12578      Branch: win32/perl
12579           !> (integrate 50 files)
12580 ____________________________________________________________________________
12581 [   284] By: gsar                                  on 1997/11/23  07:32:24
12582         Log: Add to docs about the BEGIN { shift } feature.  Make the change
12583              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
12584      Branch: win32/perl
12585            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
12586 ____________________________________________________________________________
12587 [   283] By: nick                                  on 1997/11/22  21:29:30
12588         Log: Duplicate perl_threadsv
12589      Branch: ansiperl
12590            ! global.sym
12591 ____________________________________________________________________________
12592 [   282] By: nick                                  on 1997/11/22  21:18:11
12593         Log: Munge pseudo-Configure stuff to add -thread to archname as
12594              Malcolm seems to think that is way to test for threads.
12595              Update @INC stuffing hackery to have traditional @INC
12596              search order archlib, privlib, sitearch, site.
12597      Branch: ansiperl
12598            ! t/lib/english.t win32/config.bc win32/config_H.bc
12599            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
12600            ! win32/makefile.mk win32/win32.c win32/win32.h
12601 ____________________________________________________________________________
12602 [   281] By: nick                                  on 1997/11/22  19:28:21
12603         Log: Builds and passes all but english.t on win32 VC++
12604      Branch: ansiperl
12605            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
12606            ! win32/config_H.vc win32/win32thread.h
12607 ____________________________________________________________________________
12608 [   280] By: nick                                  on 1997/11/22  18:10:50
12609         Log: ansiperl builds with Borland C++ again
12610      Branch: ansiperl
12611            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
12612            ! win32/config.bc win32/config_H.bc win32/perlglob.c
12613            ! win32/win32.c win32/win32.h
12614 ____________________________________________________________________________
12615 [   279] By: nick                                  on 1997/11/22  16:42:51
12616         Log: Resolve ansiperl against mainline
12617      Branch: ansiperl
12618           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
12619           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
12620           !> t/lib/english.t thread.h toke.c util.c
12621 ____________________________________________________________________________
12622 [   278] By: nick                                  on 1997/11/22  16:30:27
12623         Log: Resolve ansiperl against win32
12624      Branch: ansiperl
12625           !> (integrate 55 files)
12626 ____________________________________________________________________________
12627 [   277] By: gsar                                  on 1997/11/22  09:48:02
12628         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
12629              - added a test for the above
12630              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
12631              ansification hunks
12632      Branch: win32/perl
12633            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
12634 ____________________________________________________________________________
12635 [   276] By: gsar                                  on 1997/11/22  07:24:01
12636         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
12637              when USE_THREADS.  GCC for instance, can do without macros that use
12638              globals.  Instead, selectively re#define only those macros
12639              that use globals to their functional equivalents.  Tests 100% on
12640              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
12641      Branch: win32/perl
12642            ! perl.h sv.h
12643 ____________________________________________________________________________
12644 [   275] By: gsar                                  on 1997/11/22  05:27:04
12645         Log: Integrate mainline.
12646      Branch: win32/perl
12647           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
12648            - lib/Class/Fields.pm lib/ISA.pm
12649           !> (integrate 41 files)
12650 ____________________________________________________________________________
12651 [   274] By: mbeattie                              on 1997/11/21  18:28:22
12652         Log: $_ is now per-thread (rather a lot of changes). Only tested under
12653              *-linux-thread at the moment.
12654      Branch: perl
12655            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
12656            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
12657            ! t/lib/english.t thread.h toke.c util.c
12658 ____________________________________________________________________________
12659 [   273] By: mbeattie                              on 1997/11/21  10:31:29
12660         Log: Filter patch to toke.c:
12661              Subject: Tiny core patch for source filters
12662              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
12663              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12664      Branch: perl
12665            ! toke.c
12666 ____________________________________________________________________________
12667 [   272] By: nick                                  on 1997/11/21  00:54:43
12668         Log: Basic integrate of lastest perl into ansiperl
12669      Branch: ansiperl
12670           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
12671            - lib/Class/Fields.pm lib/ISA.pm
12672            ! win32/win32.c win32/win32.h
12673           !> (integrate 57 files)
12674 ____________________________________________________________________________
12675 [   271] By: mbeattie                              on 1997/11/20  12:12:00
12676         Log: Initial stab at IRIX configuration support for threading. Manually
12677              applied parts of following patches:
12678              Subject: Perl 5.004_54 on IRIX
12679              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
12680              From: Jarkko Hietaniemi <jhi@iki.fi>
12681              Subject: Re: Perl 5.004_54 on IRIX
12682              Date: 19 Nov 1997 17:10:17 -0800
12683              From: Scott Henry <scotth@sgi.com>
12684      Branch: perl
12685            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
12686            ! hints/irix_6_1.sh perl.h
12687 ____________________________________________________________________________
12688 [   270] By: mbeattie                              on 1997/11/19  17:45:37
12689         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
12690              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
12691              also fixed two instances of referring to SVs after destruction.
12692      Branch: perl
12693            ! regcomp.c regexec.c
12694 ____________________________________________________________________________
12695 [   269] By: mbeattie                              on 1997/11/19  15:33:23
12696         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
12697              changed by mg_get(*keysp) (!). Introducing a new local variable
12698              fixed it but I don't know if it's a compiler problem or some
12699              other corruption happening elsewhere.
12700      Branch: perl
12701            ! av.c
12702 ____________________________________________________________________________
12703 [   268] By: mbeattie                              on 1997/11/19  11:39:49
12704         Log: Let Configure sort out get{host,net}byaddr* prototypes:
12705              Subject: [PATCH] 5.004_54: little something for
12706              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
12707              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
12708              From: Jarkko Hietaniemi <jhi@iki.fi>
12709      Branch: perl
12710            ! Configure config_h.SH pp_sys.c
12711 ____________________________________________________________________________
12712 [   267] By: mbeattie                              on 1997/11/19  11:04:15
12713         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
12714              Subject: Version 7 of Jumbo RE patch available
12715              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
12716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12717      Branch: perl
12718            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
12719            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12720            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
12721            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
12722            ! util.c
12723 ____________________________________________________________________________
12724 [   266] By: mbeattie                              on 1997/11/18  17:26:09
12725         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
12726              version of patch:
12727              Subject: tie fake hash patch for 5.004_54
12728              Date: Sat, 15 Nov 1997 19:18:30 -0500
12729              From: Joshua Pritikin <pritikin@mindspring.com>
12730      Branch: perl
12731            + t/op/avhv.t
12732            ! av.c embed.h global.sym proto.h
12733 ____________________________________________________________________________
12734 [   265] By: mbeattie                              on 1997/11/18  16:51:04
12735         Log: Bring MANIFEST up to date. Add new thread tests.
12736      Branch: perl
12737            + ext/Thread/die.t ext/Thread/die2.t
12738            ! MANIFEST
12739 ____________________________________________________________________________
12740 [   264] By: mbeattie                              on 1997/11/18  16:41:27
12741         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
12742              is assigned to. Added tests to t/op/array.t. magic_setisa now
12743              warns about including non-existent packages in @ISA when -w is on.
12744      Branch: perl
12745            - lib/Class/Fields.pm lib/ISA.pm
12746            ! mg.c t/op/array.t
12747 ____________________________________________________________________________
12748 [   263] By: mbeattie                              on 1997/11/18  16:38:57
12749         Log: Fix typo in win32 -> mainline integration.
12750      Branch: perl
12751            ! perl.h
12752 ____________________________________________________________________________
12753 [   262] By: mbeattie                              on 1997/11/18  11:56:09
12754         Log: Integrate win32 branch back into mainline.
12755      Branch: perl
12756            - win32/win32io.c win32/win32io.h
12757            ! op.c
12758           !> (integrate 30 files)
12759 ____________________________________________________________________________
12760 [   261] By: gsar                                  on 1997/11/18  00:14:02
12761         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
12762      Branch: win32/perl
12763            ! win32/config.bc win32/config.vc win32/config_H.bc
12764            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
12765 ____________________________________________________________________________
12766 [   260] By: nick                                  on 1997/11/16  23:16:16
12767         Log: Generic file changes for MYMALLOC
12768      Branch: ansiperl
12769            ! miniperlmain.c perl.c
12770 ____________________________________________________________________________
12771 [   259] By: nick                                  on 1997/11/16  23:14:36
12772         Log: MYMALLOC for Win32:
12773              1. Initialize malloc_mutex before it is used (all platforms!)
12774              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
12775              3. Tweak win32/config*.* to define MYMALLOC
12776              4. Provide sbrk() in terms of VirtualAlloc().
12777              
12778              Also fixup -MT (perl95) build to handle Perl_current_thread
12779              via call to DLL (as though an extension).
12780      Branch: ansiperl
12781            ! win32/Makefile win32/config.bc win32/config.vc
12782            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
12783            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
12784            ! win32/win32iop.h win32/win32thread.h
12785 ____________________________________________________________________________
12786 [   258] By: nick                                  on 1997/11/15  20:42:28
12787         Log: Implement dTHR via __declspec(thread) - part 2
12788      Branch: ansiperl
12789            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
12790 ____________________________________________________________________________
12791 [   257] By: nick                                  on 1997/11/15  19:52:53
12792         Log: Use __declspec(thread) var rather tha TslAlloc & co.
12793      Branch: ansiperl
12794            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
12795 ____________________________________________________________________________
12796 [   256] By: gsar                                  on 1997/11/15  02:58:09
12797         Log: Add #include guard in Thread.xs so it will build even under
12798              no USE_THREADS (for win32).  This was missed because of edit
12799              w/o checkout perforce kludge.
12800      Branch: win32/perl
12801            ! ext/Thread/Thread.xs
12802 ____________________________________________________________________________
12803 [   255] By: nick                                  on 1997/11/15  00:33:46
12804         Log: Integrate mainline (5.004_54?) into ansiperl
12805      Branch: ansiperl
12806           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12807           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
12808           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
12809           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
12810           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
12811 ____________________________________________________________________________
12812 [   254] By: nick                                  on 1997/11/15  00:25:26
12813         Log: Interate win32 into ansiperl
12814      Branch: ansiperl
12815           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12816           +> lib/fields.pm
12817           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12818           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
12819           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
12820           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
12821           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
12822 ____________________________________________________________________________
12823 [   253] By: gsar                                  on 1997/11/14  22:04:58
12824         Log: Integrate mainline changes into win32 branch.  Now would be a good time
12825              to reverse integrate the win32 branch into mainline.
12826      Branch: win32/perl
12827           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12828           +> lib/fields.pm
12829           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12830           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
12831           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
12832           !> t/op/magic.t thread.h
12833
12834 ----------------
12835 Version 5.004_54
12836 ----------------
12837
12838 ____________________________________________________________________________
12839 [   252] By: mbeattie                              on 1997/11/14  15:07:19
12840         Log: Two more delays added to test suite to help *-solaris-thread.
12841      Branch: perl
12842            ! t/io/pipe.t t/lib/io_pipe.t
12843 ____________________________________________________________________________
12844 [   251] By: mbeattie                              on 1997/11/14  15:05:57
12845         Log: Remove stale code from Thread.xs.
12846      Branch: perl
12847            ! ext/Thread/Thread.xs
12848 ____________________________________________________________________________
12849 [   250] By: mbeattie                              on 1997/11/14  10:12:40
12850         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
12851              doesn't run handlers for self-sent signals until kill has returned.)
12852      Branch: perl
12853            ! t/op/magic.t
12854 ____________________________________________________________________________
12855 [   249] By: gsar                                  on 1997/11/14  05:14:44
12856         Log: Fix various details in win32 makefiles and Config.pm setup.
12857              - ldflags is set for both compilers now
12858              - extensions list is now correct
12859              - delete perl95.exe on distclean
12860              - cf_time now gets updated (once)
12861              - ccdlflags is set for Borland
12862              - fix startperl so dprofpp works
12863      Branch: win32/perl
12864            ! win32/Makefile win32/config.bc win32/config.vc
12865            ! win32/config_sh.PL win32/makefile.mk
12866 ____________________________________________________________________________
12867 [   248] By: mbeattie                              on 1997/11/13  18:01:27
12868         Log: Rewrite thread return code to distinguish between ordinary return
12869              and die() and make join propagate the die. Add tiny method eval
12870              which just does "return eval { shift->join; }". Add Thread::Specific
12871              class for access to thread specific user data along with specific.t.
12872              Rename Class to classname throughout Thread.xs for consistency.
12873              Fix pp_specific to pp_threadsv in global.sym. Add support to
12874              pp_entersub in pp_hot.c to lock stash for static locked methods.
12875      Branch: perl
12876            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12877            + lib/fields.pm
12878            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12879            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
12880 ____________________________________________________________________________
12881 [   247] By: mbeattie                              on 1997/11/13  14:13:30
12882         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
12883              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
12884              in pp_sys.c for whether getnet* function get protoyped (since the
12885              default had a broken prototype for getnetbyaddr).
12886      Branch: perl
12887            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
12888            ! scope.c thread.h
12889 ____________________________________________________________________________
12890 [   246] By: nick                                  on 1997/11/13  02:44:40
12891         Log: Integrate Win32 branch
12892      Branch: ansiperl
12893            - configure ext/util/extliblist win32/bin/pl2bat.bat
12894            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
12895            - win32/config.H win32/config.w32 win32/win32io.c
12896            - win32/win32io.h
12897           !> (integrate 905 files)
12898 ____________________________________________________________________________
12899 [   245] By: nick                                  on 1997/11/13  00:47:54
12900         Log: Integrate (-ay) win32 branch at its creation to 
12901              establish and ancestor as per perkforce technote #9
12902      Branch: ansiperl
12903           +> configure ext/util/extliblist win32/bin/pl2bat.bat
12904           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
12905           +> win32/config.H win32/config.w32
12906           !> (integrate 859 files)
12907 ____________________________________________________________________________
12908 [   244] By: gsar                                  on 1997/11/12  22:26:39
12909         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
12910              contains the all the declarations and macros for the win32io layer.
12911              New std-ish functions are exported now.  All win32-specific exported
12912              functions begin with "win32_" consistently.  win32 version of
12913              init_os_extras() is now exported, so embedders can get the in-core
12914              xsubs.
12915      Branch: win32/perl
12916            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
12917            ! win32/win32iop.h win32/win32sck.c
12918 ____________________________________________________________________________
12919 [   243] By: gsar                                  on 1997/11/12  07:41:52
12920         Log: Really delete deleted files.
12921      Branch: win32/perl
12922            - win32/win32io.c win32/win32io.h
12923 ____________________________________________________________________________
12924 [   242] By: gsar                                  on 1997/11/12  07:40:54
12925         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
12926              files (win32/win32io.[ch]) completely removed, as are all traces
12927              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
12928              for later. Various myfoo() things regularized to my_foo().  CPP not
12929              required anymore to create a perl binary :)
12930      Branch: win32/perl
12931            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
12932            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
12933            ! win32/win32io.c win32/win32io.h win32/win32iop.h
12934            ! win32/win32sck.c
12935 ____________________________________________________________________________
12936 [   241] By: gsar                                  on 1997/11/12  05:31:28
12937         Log: Fix various win32 code blemishes:
12938              - s/stolen/win32/g
12939              - s/(CROAK|WARN)/lc($1)/eg
12940              - remove deadcode from most places
12941      Branch: win32/perl
12942            ! win32/makedef.pl win32/win32.c win32/win32io.c
12943            ! win32/win32iop.h
12944 ____________________________________________________________________________
12945 [   240] By: gsar                                  on 1997/11/12  04:36:29
12946         Log: Carry over changes in ansiperl branch.  Win32 branch is now
12947              the leading edge.
12948      Branch: win32/perl
12949            ! embed.h global.sym perl.c win32/win32thread.c
12950            ! win32/win32thread.h
12951 ____________________________________________________________________________
12952 [   239] By: gsar                                  on 1997/11/12  03:39:57
12953         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
12954      Branch: win32/perl
12955            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
12956 ____________________________________________________________________________
12957 [   238] By: gsar                                  on 1997/11/12  03:25:17
12958         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
12959              done cleaner, if really needed (perhaps only for efficiency reasons?)).
12960              Redundant EXTERN_C definitions and related warnings fixed.
12961      Branch: win32/perl
12962            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
12963            ! win32/win32iop.h win32/win32sck.c
12964 ____________________________________________________________________________
12965 [   237] By: nick                                  on 1997/11/12  02:45:15
12966         Log: Fixup Win32
12967              - #undef start_env before re-#defining it
12968              - change pp_specific pp_threadsv in global.sym
12969              - re-build embed.h
12970              - avoid HAVE_THREAD_INTERN - we don't and empty struct
12971              is a pain. If we did have it it would contain cached
12972              values of things we can only get at _IN_ the thread
12973              so new_struct_thread is wrong place to call it.
12974              - add new macro SET_THREAD_SELF - we must (in main thread)
12975              define in win32thread.h, support in win32thread.c,
12976              test and call in perl.c
12977      Branch: ansiperl
12978            ! embed.h global.sym perl.c thread.h win32/win32thread.c
12979            ! win32/win32thread.h
12980 ____________________________________________________________________________
12981 [   236] By: nick                                  on 1997/11/12  01:54:23
12982         Log: Integrate mainline after it integrated us.
12983              Accepted 'theirs' everywhere - so two branches should
12984              now point to same files again.
12985              Almost all of these were what was suggested, others were
12986              whitespace diffs. A few dubious spots which we will now 
12987              go fix.
12988      Branch: ansiperl
12989           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
12990           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
12991           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
12992           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
12993           !> util.c
12994 ____________________________________________________________________________
12995 [   235] By: gsar                                  on 1997/11/12  01:22:26
12996         Log: Minor tweaks to add a thread_intern struct that should ultimately
12997              contain all the win32-specific statics.
12998              Win32 branch now passes all tests with or w/o USE_THREADS.
12999      Branch: win32/perl
13000            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
13001 ____________________________________________________________________________
13002 [   234] By: gsar                                  on 1997/11/11  23:08:54
13003         Log: Initial (untested) integration of mainline changes.
13004      Branch: win32/perl
13005            - configure
13006           !> (integrate 89 files)
13007 ____________________________________________________________________________
13008 [   233] By: mbeattie                              on 1997/11/11  18:07:30
13009         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
13010      Branch: perl
13011            ! thread.h
13012 ____________________________________________________________________________
13013 [   232] By: mbeattie                              on 1997/11/11  17:49:12
13014         Log: t/TEST (reverted to @229 version) should have been included in the
13015              previous change (231) but my way of recovering it didn't work
13016              properly. The change 231 comments about successful tests applies
13017              to this t/TEST (i.e. as of this change).
13018      Branch: perl
13019            ! t/TEST
13020 ____________________________________________________________________________
13021 [   231] By: mbeattie                              on 1997/11/11  17:46:59
13022         Log: Fix up ansiperl integration. Back to passing all expected tests
13023              with usethreads. Untested with non-threaded perl.
13024      Branch: perl
13025            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
13026            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
13027 ____________________________________________________________________________
13028 [   230] By: mbeattie                              on 1997/11/11  16:36:22
13029         Log: Initial integration of ansi branch into mainline (untested).
13030      Branch: perl
13031           +> t/lib/thread.t t/op/nothread.t thread.sym
13032            - configure
13033           !> (integrate 84 files)
13034 ____________________________________________________________________________
13035 [   229] By: mbeattie                              on 1997/11/11  15:20:43
13036         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
13037              getting per-thread magicals. Fixed thr->errsv initialisation.
13038      Branch: perl
13039            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
13040            ! t/lib/safe2.t toke.c
13041 ____________________________________________________________________________
13042 [   228] By: mbeattie                              on 1997/11/11  12:48:26
13043         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
13044              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
13045              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
13046              again for non-threaded perl. Enhanced perl_get_sv to return
13047              per-thread magicals where necessary for threaded perl.
13048      Branch: perl
13049            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
13050            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
13051 ____________________________________________________________________________
13052 [   227] By: mbeattie                              on 1997/11/11  11:00:02
13053         Log: hashlock bug.
13054              
13055              Jobs fixed ...
13056              
13057              hashlock fixed on 1997/11/11 by mbeattie@localhost
13058              
13059              Subject: [perl5.004_53; patch] Another hash-locking fix
13060              Date: 23 Oct 1997 14:13:55 -0400
13061              From: Owen Taylor <owt1@cornell.edu>
13062      Branch: bugs
13063            + hashlock
13064 ____________________________________________________________________________
13065 [   226] By: gsar                                  on 1997/11/11  02:11:23
13066         Log: Slightly more refined lock() keyword recognition (using %INC).
13067      Branch: win32/perl
13068            ! toke.c
13069 ____________________________________________________________________________
13070 [   225] By: gsar                                  on 1997/11/11  00:26:09
13071         Log: "weak" lock keyword (hardcoded initial implementation) now works.
13072              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
13073              is recognized as a sub, a regular keyword otherwise.  Could be
13074              generalized by storing a flag for every op in OP struct, and turning
13075              the flag off when Thread.xs loads.
13076      Branch: win32/perl
13077            ! toke.c
13078 ____________________________________________________________________________
13079 [   224] By: gsar                                  on 1997/11/10  22:59:55
13080         Log: Merge a patch in preparation for "weak keywords":
13081              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13082              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
13083              Subject: [PATCH] global overrides for keywords
13084              Date: Wed, 08 Oct 1997 02:18:23 -0400
13085      Branch: win32/perl
13086            ! embed.h interp.sym perl.c perl.h toke.c
13087 ____________________________________________________________________________
13088 [   223] By: gsar                                  on 1997/11/10  22:41:31
13089         Log: Remove runlevel.  It was used to count how many runops() calls
13090              we were in the process of executing, and longjmp() to the topmost
13091              one (if not already there).  We use a null top_env->je_prev
13092              to distinguish that now.
13093      Branch: win32/perl
13094            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
13095 ____________________________________________________________________________
13096 [   222] By: gsar                                  on 1997/11/10  04:47:48
13097         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
13098              USE_THREADS case builds and passes all tests using both compilers.
13099              Additional tweaks:
13100              - fixup win32/makedef.pl to skip more symbols for non-thread build.
13101              - sync win32/Makefile with win32/makefile.mk
13102              >>>Non-thread build fails a lot of tests.<<<
13103      Branch: win32/perl
13104            + thread.sym
13105            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
13106            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
13107            ! win32/makedef.pl win32/makefile.mk
13108 ____________________________________________________________________________
13109 [   221] By: gsar                                  on 1997/11/10  00:57:53
13110         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
13111              into win32 branch.
13112      Branch: win32/perl
13113            + t/lib/thread.t t/op/nothread.t
13114            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
13115            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
13116            ! util.c win32/Makefile win32/config.bc win32/config.vc
13117            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
13118            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
13119            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
13120            ! win32/win32thread.c win32/win32thread.h
13121 ____________________________________________________________________________
13122 [   220] By: gsar                                  on 1997/11/09  22:44:41
13123         Log: Integrate latest mainline into win32 branch.
13124      Branch: win32/perl
13125           +> win32/win32thread.c win32/win32thread.h
13126           !> (integrate 39 files)
13127 ____________________________________________________________________________
13128 [   219] By: nick                                  on 1997/11/09  21:46:06
13129         Log: Conditionalize english.t,
13130              Enhance times() for NT,
13131              (Failed) attempt to implement alarm(),
13132              Fixed config.h dependancy in makefile.mk
13133      Branch: ansiperl
13134            ! t/lib/english.t win32/config.bc win32/config_H.bc
13135            ! win32/makefile.mk win32/win32.c
13136 ____________________________________________________________________________
13137 [   218] By: nick                                  on 1997/11/09  15:38:00
13138         Log: Dick Hardt's patch for build on Alpha
13139      Branch: ansiperl
13140            ! win32/Makefile
13141 ____________________________________________________________________________
13142 [   217] By: nick                                  on 1997/11/09  03:31:20
13143         Log: MakeMaker not in vofig noise fix for dmake
13144      Branch: ansiperl
13145            ! win32/config.bc win32/makefile.mk
13146 ____________________________________________________________________________
13147 [   216] By: nick                                  on 1997/11/09  03:15:06
13148         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
13149              TIEHASH works, but 2nd call (after db is closed, attempt
13150              to reopen) tries to AUTOLOAD TIEHASH rather than using
13151              cached value.
13152      Branch: ansiperl
13153            ! pp_sys.c
13154 ____________________________________________________________________________
13155 [   215] By: nick                                  on 1997/11/08  16:41:24
13156         Log: Cleanup MakeMaker 'not in config' noise
13157      Branch: ansiperl
13158            ! win32/Makefile win32/config.vc
13159 ____________________________________________________________________________
13160 [   214] By: nick                                  on 1997/11/08  15:07:24
13161         Log: Remove 'configure' leaving configure.gnu and Configure
13162              Win32 ignores case and keeps trying to update
13163              repository copy of 'configure' or 'Configure' with
13164              the other.
13165      Branch: ansiperl
13166            - configure
13167            ! MANIFEST
13168 ____________________________________________________________________________
13169 [   213] By: nick                                  on 1997/11/08  15:03:39
13170         Log: Get threads working again on Win32
13171              Root cause of fail was init_thread_intern() in
13172              new_struct_thread() (which is called in parent thread)
13173              clobbering dTHR of parent thread. 
13174              It is doubtfull if setting 'self' in new_struct_thread()
13175              is 'right' but left in for now.
13176      Branch: ansiperl
13177            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
13178            ! win32/win32thread.c win32/win32thread.h
13179 ____________________________________________________________________________
13180 [   212] By: nick                                  on 1997/11/08  00:34:03
13181         Log: Add :base_thread to :default in Opcode.pm
13182              This allows lib/safe.t to pass when threaded.
13183              It is unclear if 'lock' should be safe as it allows
13184              denial of service attack, but could not figure out
13185              how to add just 'specific' (sic) to :default
13186              without triggering 'already tagged' warning noise.
13187      Branch: ansiperl
13188            ! ext/Opcode/Opcode.pm win32/makefile.mk
13189 ____________________________________________________________________________
13190 [   211] By: nick                                  on 1997/11/07  23:59:31
13191         Log: Merge changes as of 18:00 CST 
13192      Branch: ansiperl
13193           !> op.c pp.c pp_sys.c thread.h util.c
13194 ____________________________________________________________________________
13195 [   210] By: nick                                  on 1997/11/07  23:52:35
13196         Log: Reverse integrate Malcolm's chanes into local
13197              repository, then import result back into my view
13198              of Malcolm's repository.
13199              Builds and passes (most) tests with GNU C++/Solaris
13200              and Borland C++, Win32.
13201      Branch: ansiperl
13202            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13203            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
13204            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
13205            ! thread.h toke.c util.c win32/makefile.mk
13206 ____________________________________________________________________________
13207 [   209] By: mbeattie                              on 1997/11/07  18:12:36
13208         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
13209              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
13210              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
13211              missing #ifdef USE_THREADS around some DEBU_L statements in die().
13212              Building without USE_THREADS fails quite a lot of tests. It looks
13213              as though the move to per-thread magicals must be missing some
13214              #ifdef USE_THREADS.
13215      Branch: perl
13216            ! op.c pp.c pp_sys.c thread.h util.c
13217 ____________________________________________________________________________
13218 [   208] By: nick                                  on 1997/11/07  01:37:28
13219         Log: Raw integrate of latest perl
13220      Branch: ansiperl
13221            ! t/TEST
13222           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
13223           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
13224           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
13225           !> thread.h toke.c util.c
13226 ____________________________________________________________________________
13227 [   207] By: mbeattie                              on 1997/11/06  14:58:00
13228         Log: Update README.threads and Todo.5.005.
13229      Branch: perl
13230            ! README.threads Todo.5.005
13231 ____________________________________________________________________________
13232 [   206] By: mbeattie                              on 1997/11/06  14:37:37
13233         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
13234      Branch: perl
13235            ! op.c pp_ctl.c proto.h scope.h
13236 ____________________________________________________________________________
13237 [   205] By: mbeattie                              on 1997/11/06  14:31:38
13238         Log: Per-thread magicals now stored in their own thr->magicals and keyed
13239              more directly. cvcache and oursv become ordinary struct thread
13240              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
13241              for 0 again. Main thread initialisation done by new function
13242              init_main_thread instead of (now fixed) new_struct_thread.
13243              
13244              Jobs fixed ...
13245              
13246              jmpenv fixed on 1997/11/06 by mbeattie@localhost
13247              
13248              Subject: [perl5.004_53; patch] eval's and threads
13249              Date: 23 Oct 1997 23:59:19 -0400
13250              From: Owen Taylor <owt1@cornell.edu>
13251      Branch: bugs
13252            + jmpenv
13253      Branch: perl
13254            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
13255            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
13256 ____________________________________________________________________________
13257 [   204] By: mbeattie                              on 1997/11/05  17:18:18
13258         Log: Per-thread magicals mostly working (and localisable). Now getting
13259              intermittent occasional "Use of uninitialized value" warnings
13260              which may be due to some op flag black magic I've broken.
13261      Branch: perl
13262            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
13263            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
13264 ____________________________________________________________________________
13265 [   203] By: nick                                  on 1997/11/05  01:04:10
13266         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
13267      Branch: ansiperl
13268            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
13269            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
13270            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
13271            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
13272            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
13273            ! win32/config.vc win32/config_H.vc win32/makedef.pl
13274            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
13275            ! win32/win32io.c win32/win32io.h win32/win32iop.h
13276            ! win32/win32sck.c win32/win32thread.h
13277 ____________________________________________________________________________
13278 [   202] By: nick                                  on 1997/11/05  00:50:27
13279         Log: Compile(d) at least once with threads on win32 
13280              but did not work
13281      Branch: ansiperl
13282            ! embed.h perl.c thread.h
13283 ____________________________________________________________________________
13284 [   201] By: nick                                  on 1997/11/05  00:32:13
13285         Log: Trivial integrate
13286      Branch: ansiperl
13287           !> patchlevel.h
13288 ____________________________________________________________________________
13289 [   200] By: mbeattie                              on 1997/11/04  12:06:09
13290         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
13291      Branch: perl
13292            ! patchlevel.h
13293 ____________________________________________________________________________
13294 [   199] By: nick                                  on 1997/11/01  00:18:52
13295         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
13296      Branch: ansiperl
13297           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13298           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13299           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13300           !> util.c
13301 ____________________________________________________________________________
13302 [   198] By: nick                                  on 1997/11/01  00:08:33
13303         Log: win32thread.* not in MANIFEST which has muddled moving
13304              back and forth between depots.
13305      Branch: ansiperl
13306            ! MANIFEST win32/win32thread.c win32/win32thread.h
13307 ____________________________________________________________________________
13308 [   197] By: nick                                  on 1997/11/01  00:02:49
13309         Log: Test changes
13310      Branch: ansiperl
13311            + t/lib/thread.t t/op/nothread.t thread.sym
13312            ! MANIFEST
13313 ____________________________________________________________________________
13314 [   196] By: nick                                  on 1997/10/31  23:54:01
13315         Log: Further ANSI changes now builds and passes (most) tests
13316              with gcc -x c++. 
13317      Branch: ansiperl
13318            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
13319            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
13320            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13321            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
13322            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
13323            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
13324            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
13325            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
13326            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
13327            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
13328            ! x2p/walk.c
13329 ____________________________________________________________________________
13330 [   195] By: mbeattie                              on 1997/10/31  18:05:31
13331         Log: Half way through moving per-thread magicals into per-thread fields
13332              and the associated new OP_SPECIFIC and find_thread_magical stuff.
13333              perl will compile but plenty of the magicals are still broken.
13334      Branch: perl
13335            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13336            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13337            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13338            ! util.c
13339 ____________________________________________________________________________
13340 [   194] By: nick                                  on 1997/10/31  01:43:49
13341         Log: Convert miniperl sources to ANSI C. Several passes of
13342              GNU C's 'protoize' plus a few hand edits.
13343              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
13344              Does not link seems gcc's C++ does not define a symbol for
13345              const char foo[] = "....";
13346              i.e. with empty [].
13347      Branch: ansiperl
13348            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
13349            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
13350            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13351            ! sv.c taint.c toke.c universal.c util.c
13352 ____________________________________________________________________________
13353 [   193] By: nick                                  on 1997/10/30  03:00:01
13354         Log: Make the ansi branch
13355      Branch: ansiperl
13356           +> (branch 907 files)
13357 ____________________________________________________________________________
13358 [   192] By: nick                                  on 1997/10/30  02:48:17
13359         Log: Oneperl builds with THREADS/THISPTR Borland
13360              Manualy inserted Sarathy's new COND_XXXXX from his mail.
13361              Manual change if Tself -> self as was easier than resolve :-(
13362              Two aTHIS's in op.c
13363      Branch: oneperl
13364            ! embed.h op.c thread.h thread.sym win32/makefile.mk
13365            ! win32/win32thread.h
13366 ____________________________________________________________________________
13367 [   191] By: nick                                  on 1997/10/30  01:54:50
13368         Log: Raw resolve of latest sources with oneperl
13369      Branch: oneperl
13370           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
13371           !> opcode.pl perl.c thread.h win32/win32thread.c
13372           !> win32/win32thread.h
13373 ____________________________________________________________________________
13374 [   190] By: mbeattie                              on 1997/10/29  14:39:54
13375         Log: Remove global macro "self". Change thr->Tself to thr->self.
13376      Branch: perl
13377            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
13378            ! win32/win32thread.c win32/win32thread.h
13379 ____________________________________________________________________________
13380 [   189] By: mbeattie                              on 1997/10/29  12:49:01
13381         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
13382      Branch: perl
13383            ! Todo.5.005
13384 ____________________________________________________________________________
13385 [   188] By: mbeattie                              on 1997/10/29  12:45:32
13386         Log: Add pp_lock knowledge to compiler
13387      Branch: perlext
13388            ! Compiler/ccop.c Compiler/ccop.h
13389 ____________________________________________________________________________
13390 [   187] By: mbeattie                              on 1997/10/29  12:45:02
13391         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
13392      Branch: perl
13393            ! op.c
13394 ____________________________________________________________________________
13395 [   186] By: mbeattie                              on 1997/10/29  12:43:36
13396         Log: Move compiler OP class information into opcode.pl.
13397      Branch: perl
13398            ! op.h opcode.h opcode.pl
13399 ____________________________________________________________________________
13400 [   185] By: nick                                  on 1997/10/26  22:52:05
13401         Log: Split failing test in op/misc.t into op/nothread.t
13402              so all tests can be passed where they apply.
13403              Cleanup other two cases of THREADS/THISPTR.
13404              Conditional compile option for CriticalSection's on Win32
13405      Branch: oneperl
13406            + t/op/nothread.t
13407            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
13408            ! win32/win32thread.h
13409 ____________________________________________________________________________
13410 [   184] By: nick                                  on 1997/10/26  19:42:00
13411         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
13412      Branch: oneperl
13413            ! embed.h global.sym proto.h sv.c sv.h toke.c
13414 ____________________________________________________________________________
13415 [   183] By: nick                                  on 1997/10/26  18:31:58
13416         Log: Make USE_THREADS imply CRIPPLED_CC.
13417              This avoids most of the uses of 'Sv' and hence many needs of 
13418              dTHR in extension code. 
13419              With this change Data::Dumper builds as-is
13420              and Tk only needs four tweaks:
13421              1. Obscure dump-stack case which really needs dTHR
13422              2. A curcop in error-message code
13423              3. Two cases of SAVETMPS
13424              4. A curcop == &compiling which is probably not required.
13425              IMHO the SAVETMPS case is only one which merits further automation.
13426      Branch: oneperl
13427            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
13428 ____________________________________________________________________________
13429 [   182] By: nick                                  on 1997/10/26  16:31:58
13430         Log: Change dSP to imply dTHR for extension source compatibility
13431              introduce djSP (Declare Just SP) for use in perl sources
13432              and thread-aware extensions. Use latter.
13433      Branch: oneperl
13434            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
13435            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
13436 ____________________________________________________________________________
13437 [   181] By: nick                                  on 1997/10/26  00:39:57
13438         Log: More tests
13439      Branch: oneperl
13440            ! t/lib/thread.t
13441 ____________________________________________________________________________
13442 [   180] By: nick                                  on 1997/10/25  22:18:27
13443         Log: Use return of THREAD_CREATE() - add basic thread test
13444      Branch: oneperl
13445            + t/lib/thread.t
13446            ! ext/Thread/Thread.xs
13447 ____________________________________________________________________________
13448 [   179] By: nick                                  on 1997/10/25  21:25:23
13449         Log: Builds with no thread/this
13450      Branch: oneperl
13451            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
13452            ! win32/win32thread.c
13453 ____________________________________________________________________________
13454 [   178] By: nick                                  on 1997/10/25  18:28:03
13455         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
13456      Branch: oneperl
13457            ! perl.c
13458 ____________________________________________________________________________
13459 [   177] By: nick                                  on 1997/10/25  18:11:33
13460         Log: Basic integrate of oneperl with threads, passes 
13461              tests THISPTR+THREADs - win32/win32thread.* needed
13462              changes (where did they come from)?
13463      Branch: oneperl
13464            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
13465            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
13466 ____________________________________________________________________________
13467 [   176] By: nick                                  on 1997/10/25  17:05:52
13468         Log: Onepel builds THISPTR no threads
13469      Branch: oneperl
13470            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
13471 ____________________________________________________________________________
13472 [   175] By: nick                                  on 1997/10/25  16:40:10
13473         Log: Integrate oneperl with new style JOIN etc. macros
13474      Branch: oneperl
13475           +> win32/win32thread.c win32/win32thread.h
13476           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
13477           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
13478           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
13479           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
13480           !> win32/makefile.mk
13481 ____________________________________________________________________________
13482 [   174] By: mbeattie                              on 1997/10/24  17:14:00
13483         Log: Remove xcv_condp CV field which is no longer used.
13484      Branch: perl
13485            ! sv.h
13486 ____________________________________________________________________________
13487 [   173] By: mbeattie                              on 1997/10/24  14:36:09
13488         Log: Patches for VMS [Dan Sugalski]
13489      Branch: bugs
13490            + vms2
13491      Branch: perl
13492            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
13493            ! vms/vmsish.h
13494 ____________________________________________________________________________
13495 [   172] By: mbeattie                              on 1997/10/24  13:50:59
13496         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
13497              to use new API and patch win32 makefile stuff a little.
13498      Branch: perl
13499            + win32/win32thread.c win32/win32thread.h
13500            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
13501            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
13502 ____________________________________________________________________________
13503 [   171] By: mbeattie                              on 1997/10/23  14:00:27
13504         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
13505              
13506              Jobs fixed ...
13507              
13508              get_db_sub fixed on 1997/10/23 by mbeattie@squash
13509              
13510              Subject: [perl5.004_53] Debugger crash (patch)
13511              Date: Thu, 16 Oct 1997 22:03:09 -0400
13512              From: Owen Taylor <owt1@cornell.edu>
13513      Branch: bugs
13514            + get_db_sub
13515      Branch: perl
13516            ! pp_hot.c
13517 ____________________________________________________________________________
13518 [   170] By: mbeattie                              on 1997/10/23  09:22:40
13519         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
13520              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
13521              a ref to its argument for AV, HV, CV. 
13522      Branch: perl
13523            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
13524 ____________________________________________________________________________
13525 [   169] By: gsar                                  on 1997/10/21  03:49:25
13526         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
13527              - Fixup static functions that were missing aTHIS.
13528              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
13529              - Removed static functions from global.sym.
13530              - Typo in perl.h.
13531              - Additions to makefile.mk.
13532      Branch: oneperl
13533            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
13534            ! win32/makefile.mk
13535 ____________________________________________________________________________
13536 [   168] By: nick                                  on 1997/10/20  02:47:18
13537         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
13538      Branch: oneperl
13539            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
13540            ! scope.h thread.h
13541 ____________________________________________________________________________
13542 [   167] By: nick                                  on 1997/10/20  01:03:00
13543         Log: Add missing aTHIS in cast
13544      Branch: oneperl
13545            ! win32/dl_win32.xs
13546 ____________________________________________________________________________
13547 [   166] By: nick                                  on 1997/10/20  00:44:42
13548         Log: Builds and passes test with -DUSE_THISPTR
13549      Branch: oneperl
13550            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
13551            ! win32/perllib.c
13552 ____________________________________________________________________________
13553 [   165] By: nick                                  on 1997/10/19  21:45:36
13554         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
13555      Branch: oneperl
13556            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
13557            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
13558            ! win32/makefile.mk win32/perllib.c
13559 ____________________________________________________________________________
13560 [   164] By: nick                                  on 1997/10/19  20:09:13
13561         Log: oneperl compiles (but fails) with -DUSE_THISPTR
13562      Branch: oneperl
13563            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
13564            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
13565            ! win32/win32.c win32/win32.h
13566 ____________________________________________________________________________
13567 [   163] By: nick                                  on 1997/10/19  16:46:09
13568         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
13569      Branch: oneperl
13570            ! embed.h perl.h thread.h vars.h
13571 ____________________________________________________________________________
13572 [   162] By: nick                                  on 1997/10/19  14:42:16
13573         Log: Dubious merge of oneperl's variable and struct thread
13574      Branch: oneperl
13575           !> perl.h thread.h
13576 ____________________________________________________________________________
13577 [   161] By: nick                                  on 1997/10/18  18:05:13
13578         Log: integrate all but perl.h/thread.h
13579      Branch: oneperl
13580           +> Todo.5.005 perlio.sym
13581           !> (integrate 98 files)
13582 ____________________________________________________________________________
13583 [   160] By: nick                                  on 1997/10/18  03:49:27
13584         Log: Integrate rest of sub-dirs into oneperl
13585      Branch: oneperl
13586           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13587           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13588           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13589           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13590           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13591           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13592           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13593           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
13594           +> hints/os390.sh
13595            - ext/util/extliblist
13596           !> (integrate 425 files)
13597 ____________________________________________________________________________
13598 [   159] By: nick                                  on 1997/10/18  03:20:11
13599         Log: Integrate (accept) t and win32 into oneperl
13600      Branch: oneperl
13601           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
13602           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
13603           +> win32/config.vc win32/config_H.bc win32/config_H.vc
13604           +> win32/makefile.mk
13605           !> (integrate 188 files)
13606 ____________________________________________________________________________
13607 [   158] By: nick                                  on 1997/10/18  03:12:59
13608         Log: Integrate lib/... into oneperl
13609      Branch: oneperl
13610           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
13611           !> (integrate 138 files)
13612 ____________________________________________________________________________
13613 [   157] By: nick                                  on 1997/10/18  02:55:53
13614         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
13615      Branch: oneperl
13616            ! lib/Bundle/CPAN.pm
13617 ____________________________________________________________________________
13618 [   156] By: nick                                  on 1997/10/18  02:52:44
13619         Log: Make lib/Bundle/CPAN.pm a text file
13620      Branch: perl
13621            ! lib/Bundle/CPAN.pm
13622 ____________________________________________________________________________
13623 [   155] By: nick                                  on 1997/10/18  02:33:02
13624         Log: Some weirdness in the intgrate process
13625      Branch: oneperl
13626            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13627            - win32/bin/webget.bat win32/config.H win32/config.w32
13628 ____________________________________________________________________________
13629 [   153] By: nick                                  on 1997/10/18  02:29:16
13630         Log: Let us try all the pure integrate stuff
13631      Branch: oneperl
13632           !> (integrate 647 files)
13633 ____________________________________________________________________________
13634 [   152] By: nick                                  on 1997/10/18  02:13:35
13635         Log: Get more sub directories out of the way.
13636      Branch: oneperl
13637           !> (integrate 92 files)
13638 ____________________________________________________________________________
13639 [   151] By: nick                                  on 1997/10/18  02:05:41
13640         Log: Integrate hints 
13641      Branch: oneperl
13642           !> (integrate 68 files)
13643 ____________________________________________________________________________
13644 [   150] By: nick                                  on 1997/10/18  01:57:20
13645         Log: Try reopening some non-contravertial files
13646      Branch: oneperl
13647           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
13648           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
13649           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
13650           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
13651 ____________________________________________________________________________
13652 [   144] By: gsar                                  on 1997/10/16  22:26:07
13653         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
13654              build.  Once again, builds and runs all    Thread tests using either
13655              compiler.
13656      Branch: win32/perl
13657            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
13658            ! win32/makefile.mk
13659 ____________________________________________________________________________
13660 [   143] By: gsar                                  on 1997/10/16  20:45:58
13661         Log: A quick merge of latest mainline.
13662      Branch: win32/perl
13663           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13664           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13665           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13666           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13667           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13668           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13669           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13670           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
13671           +> lib/base.pm t/lib/dosglob.t
13672            - ext/util/extliblist
13673           !> (integrate 134 files)
13674
13675 ----------------
13676 Version 5.004_53
13677 ----------------
13678
13679 ____________________________________________________________________________
13680 [   142] By: mbeattie                              on 1997/10/16  16:52:55
13681         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
13682      Branch: perl
13683            ! MANIFEST
13684 ____________________________________________________________________________
13685 [   141] By: mbeattie                              on 1997/10/16  16:42:13
13686         Log: Move perlext/Thread into perl/ext/Thread.
13687      Branch: perl
13688           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13689           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13690           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13691           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13692           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13693           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13694           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13695           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
13696            ! Configure
13697      Branch: perlext
13698            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
13699            - Thread/Thread.xs Thread/Thread/Queue.pm
13700            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
13701            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
13702            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
13703            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
13704            - Thread/unsync4.t
13705 ____________________________________________________________________________
13706 [   140] By: mbeattie                              on 1997/10/16  16:26:53
13707         Log: Correct threads_mutex locking in main thread destruction.
13708              Add per-interp thrsv to hold SV struct thread for main thread.
13709              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
13710              Add Thread/list.t test of Thread->list method.
13711              Let Thread::Semaphore methods up and down take an extra argument.
13712      Branch: perl
13713            ! embed.h interp.sym perl.c perl.h thread.h
13714      Branch: perlext
13715            + Thread/list.t
13716            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
13717 ____________________________________________________________________________
13718 [   139] By: mbeattie                              on 1997/10/16  14:01:11
13719         Log: Fix up merge with 5.004_04.
13720      Branch: perl
13721            ! op.c perl.c t/lib/dosglob.t
13722 ____________________________________________________________________________
13723 [   138] By: TimBunce                              on 1997/10/16  12:58:22
13724         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
13725      Branch: maint-5.004/perl
13726            ! t/lib/dosglob.t
13727 ____________________________________________________________________________
13728 [   137] By: mbeattie                              on 1997/10/16  11:09:25
13729         Log: Merge maint-5.004 branch (5.004_04) with mainline.
13730      Branch: perl
13731           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
13732            - ext/util/extliblist
13733           !> (integrate 132 files)
13734 ____________________________________________________________________________
13735 [   135] By: gsar                                  on 1997/10/15  21:46:05
13736         Log: Win32 changes over 5.004_52:
13737              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
13738              on an already locked mutex.
13739              - other minor tweaks.
13740              Now builds and runs win32-version of Thread_52, passing all tests.
13741      Branch: win32/perl
13742            ! perl.c proto.h thread.h
13743 ____________________________________________________________________________
13744 [   134] By: gsar                                  on 1997/10/15  18:19:31
13745         Log: fixup makefile.mk conflict.
13746      Branch: win32/perl
13747            ! win32/makefile.mk
13748 ____________________________________________________________________________
13749 [   133] By: gsar                                  on 1997/10/15  18:02:46
13750         Log: Integrated latest changes from mainline into win32.
13751      Branch: win32/perl
13752           +> fakethr.h
13753           !> MANIFEST Porting/makerel Porting/patchls README.threads
13754           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
13755           !> win32/config.vc win32/config_H.bc win32/config_H.vc
13756           !> win32/makefile.mk
13757
13758 ----------------
13759 Version 5.004_52
13760 ----------------
13761
13762 ____________________________________________________________________________
13763 [   132] By: mbeattie                              on 1997/10/15  17:02:38
13764         Log: Remove out-of-date test Thread/cond.t.
13765      Branch: perlext
13766            - Thread/cond.t
13767 ____________________________________________________________________________
13768 [   131] By: mbeattie                              on 1997/10/15  16:57:45
13769         Log: Finish thread state machine: fixes global destruction of threads,
13770              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
13771              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
13772              Thread.xs.
13773      Branch: perl
13774            ! MANIFEST README.threads Todo.5.005 perl.c util.c
13775      Branch: perlext
13776            ! Thread/Thread.xs Thread/queue.t
13777 ____________________________________________________________________________
13778 [   130] By: mbeattie                              on 1997/10/15  16:55:10
13779         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
13780              Fix ThrSETSTATE not to lock t->mutex itself.
13781      Branch: perl
13782            ! fakethr.h thread.h
13783 ____________________________________________________________________________
13784 [   129] By: mbeattie                              on 1997/10/15  16:53:35
13785         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
13786      Branch: perl
13787            ! pp_hot.c
13788 ____________________________________________________________________________
13789 [   128] By: TimBunce                              on 1997/10/15  15:55:26
13790         Log: Maintenance 5.004_04 changes
13791      Branch: maint-5.004/perl
13792            + hints/os390.sh lib/base.pm t/lib/dosglob.t
13793            - ext/util/extliblist
13794            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
13795            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
13796            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
13797            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
13798            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
13799            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
13800            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
13801            ! installperl lib/AutoLoader.pm lib/CPAN.pm
13802            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
13803            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
13804            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
13805            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
13806            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
13807            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
13808            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
13809            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
13810            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
13811            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
13812            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
13813            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
13814            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13815            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
13816            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
13817            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
13818            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
13819            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
13820            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
13821            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
13822            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
13823            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
13824            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
13825            ! win32/Makefile win32/config_H.bc win32/config_H.vc
13826            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
13827            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
13828 ____________________________________________________________________________
13829 [   127] By: mbeattie                              on 1997/10/15  10:00:18
13830         Log: Added fakethr.h.
13831      Branch: perl
13832            + fakethr.h
13833 ____________________________________________________________________________
13834 [   126] By: mbeattie                              on 1997/10/15  09:50:57
13835         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
13836      Branch: perl
13837            ! thread.h
13838 ____________________________________________________________________________
13839 [   125] By: mbeattie                              on 1997/10/15  09:09:24
13840         Log: Started rewriting thread state machine.
13841      Branch: perl
13842            ! perl.c thread.h
13843      Branch: perlext
13844            ! Thread/Thread.xs
13845 ____________________________________________________________________________
13846 [   124] By: gsar                                  on 1997/10/14  00:23:15
13847         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
13848              tests in win32 version of latest perlext/Thread.
13849      Branch: win32/perl
13850            ! pp_hot.c
13851 ____________________________________________________________________________
13852 [   123] By: gsar                                  on 1997/10/13  23:18:38
13853         Log: Initial merge of win32 threads patch.
13854      Branch: win32/perl
13855            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
13856            ! win32/Makefile win32/makedef.pl win32/makefile.mk
13857            ! win32/perllib.c win32/pod.mak win32/win32.h
13858 ____________________________________________________________________________
13859 [   122] By: gsar                                  on 1997/10/10  20:58:40
13860         Log: Integrated changes on mainline into the win32 branch.  Had to set
13861              P4USER=mbeattie for the resolve step (due to the presence of newly
13862              branched files that had not been submitted?)
13863      Branch: win32/perl
13864           +> Porting/makerel Porting/patchls README.threads Todo.5.005
13865           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
13866           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
13867           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13868           +> win32/bin/webget.pl win32/config.bc win32/config.vc
13869           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
13870            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13871            - win32/bin/webget.bat win32/config.H win32/config.w32
13872            ! thread.h
13873           !> (integrate 858 files)
13874 ____________________________________________________________________________
13875 [   121] By: mbeattie                              on 1997/10/10  17:23:41
13876         Log: Tweak a few Thread tests.
13877      Branch: perlext
13878            + Thread/join2.t
13879            ! Thread/io.t Thread/sync2.t
13880 ____________________________________________________________________________
13881 [   120] By: mbeattie                              on 1997/10/10  17:22:46
13882         Log: Rewrite thread destruction system using linked list of threads.
13883              Still not completely done. Add methods self, equal, flags, list
13884              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
13885      Branch: perl
13886            ! perl.c perl.h thread.h
13887      Branch: perlext
13888            ! Thread/Thread.xs Thread/typemap
13889 ____________________________________________________________________________
13890 [   119] By: mbeattie                              on 1997/10/10  17:19:55
13891         Log: Fix up locking/synchronisation for pp_entersub.
13892      Branch: perl
13893            ! pp_hot.c
13894 ____________________________________________________________________________
13895 [   118] By: mbeattie                              on 1997/10/10  09:55:32
13896         Log: Put back entries in MANIFEST for the four now-returned win32/* files
13897      Branch: perl
13898            ! MANIFEST
13899 ____________________________________________________________________________
13900 [   117] By: mbeattie                              on 1997/10/10  08:12:23
13901         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
13902      Branch: perl
13903            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
13904 ____________________________________________________________________________
13905 [   116] By: mbeattie                              on 1997/10/08  15:41:08
13906         Log: Add missing sig_pipe definition to Thread.xs.
13907      Branch: perlext
13908            ! Thread/Thread.xs
13909 ____________________________________________________________________________
13910 [   115] By: mbeattie                              on 1997/10/08  15:40:46
13911         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
13912              add missing dTHR; to new function unwind_handler_stack() in mg.c
13913              and bump patchlevel.h to 5.004_52.
13914      Branch: perl
13915            ! MANIFEST mg.c patchlevel.h
13916 ____________________________________________________________________________
13917 [   114] By: mbeattie                              on 1997/10/08  10:19:27
13918         Log: Merge maint-5.004 branch (5.004_03) with mainline.
13919              MANIFEST is out of sync.
13920      Branch: perl
13921           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13922           +> win32/bin/webget.pl
13923            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13924            - win32/bin/webget.bat
13925           !> (integrate 168 files)
13926 ____________________________________________________________________________
13927 [   113] By: mbeattie                              on 1997/10/05  17:52:49
13928         Log: Move init of global mutexes/cond vars earlier.
13929      Branch: perl
13930            ! perl.c
13931 ____________________________________________________________________________
13932 [   112] By: nick                                  on 1997/10/04  15:25:28
13933         Log: Add perl.sym to MANIFEST
13934      Branch: oneperl
13935            ! MANIFEST
13936 ____________________________________________________________________________
13937 [   111] By: nick                                  on 1997/10/04  15:23:37
13938         Log: Missing file
13939      Branch: oneperl
13940            + perl.sym
13941 ____________________________________________________________________________
13942 [   110] By: nick                                  on 1997/10/04  13:04:26
13943         Log: Now builds the extensions as well
13944              Passes all tests
13945      Branch: oneperl
13946            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
13947            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
13948            ! toke.c util.c writemain.SH
13949 ____________________________________________________________________________
13950 [   109] By: nick                                  on 1997/10/04  12:02:14
13951         Log: Odd checkin issue
13952      Branch: oneperl
13953            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
13954            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
13955            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
13956            ! vms/perly_h.vms writemain.SH
13957 ____________________________________________________________________________
13958 [   108] By: nick                                  on 1997/10/04  11:12:52
13959         Log: Added lots of (missing) prototypes (ckprotos is util to check)
13960              Fixed missing aTHIS flagged by above.
13961              -DUSE_THISPTR passes minitest!
13962      Branch: oneperl
13963            + ckprotos
13964            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
13965            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
13966            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
13967            ! vms/perly_h.vms
13968 ____________________________________________________________________________
13969 [   107] By: nick                                  on 1997/10/03  22:36:52
13970         Log: .y muddle fixup - will get this sorted oneday ...
13971      Branch: oneperl
13972            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
13973            ! vms/perly_h.vms
13974 ____________________________________________________________________________
13975 [   106] By: mbeattie                              on 1997/10/03  17:12:33
13976         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
13977              from struct thread. Added missing thr->Tfoo defines for statbuf
13978              and timesbuf and removed unused Tbuf field.
13979      Branch: perl
13980            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
13981 ____________________________________________________________________________
13982 [   105] By: nick                                  on 1997/10/03  15:56:50
13983         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
13984      Branch: oneperl
13985            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
13986            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
13987            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13988            ! sv.c taint.c thread.h toke.c universal.c util.c
13989 ____________________________________________________________________________
13990 [   104] By: mbeattie                              on 1997/10/03  15:23:25
13991         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
13992      Branch: perl
13993            ! global.sym pp.c proto.h sv.c
13994 ____________________________________________________________________________
13995 [   103] By: mbeattie                              on 1997/10/03  15:17:39
13996         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
13997      Branch: perl
13998            ! av.c hv.c perl.h sv.c
13999 ____________________________________________________________________________
14000 [   102] By: mbeattie                              on 1997/10/03  11:53:51
14001         Log: Reliable thread signal handling.
14002      Branch: perl
14003            ! global.sym mg.c perl.c perl.h
14004      Branch: perlext
14005            ! Thread/Thread.xs
14006 ____________________________________________________________________________
14007 [   101] By: nick                                  on 1997/10/02  20:43:17
14008         Log: Cleanup perly.y stuff
14009      Branch: oneperl
14010            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
14011 ____________________________________________________________________________
14012 [   100] By: nick                                  on 1997/10/02  18:54:08
14013         Log: Compiles with less invasive aTHIS adding
14014      Branch: oneperl
14015            + nothis.sym
14016            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
14017            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
14018            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
14019            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
14020            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
14021            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
14022            ! util.c vars.h
14023
14024 ----------------
14025 Version 5.004_51
14026 ----------------
14027
14028 ____________________________________________________________________________
14029 [    99] By: mbeattie                              on 1997/10/02  17:23:48
14030         Log: Added Thread/queue.t.
14031      Branch: perlext
14032            + Thread/queue.t
14033 ____________________________________________________________________________
14034 [    98] By: mbeattie                              on 1997/10/02  17:19:44
14035         Log: Bumped patchlevel to 51. Updated Todo.5.005.
14036      Branch: perl
14037            ! Todo.5.005 patchlevel.h
14038 ____________________________________________________________________________
14039 [    97] By: mbeattie                              on 1997/10/02  17:07:47
14040         Log: Update README.threads amd Thread/README
14041      Branch: perl
14042            ! README.threads
14043      Branch: perlext
14044            ! Thread/README
14045 ____________________________________________________________________________
14046 [    96] By: mbeattie                              on 1997/10/02  16:58:47
14047         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
14048              fix sv_bless3 prototype.
14049      Branch: perl
14050            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
14051 ____________________________________________________________________________
14052 [    95] By: mbeattie                              on 1997/10/02  16:50:21
14053         Log: Fixed broken typemap for Thread.
14054      Branch: perlext
14055            ! Thread/typemap
14056 ____________________________________________________________________________
14057 [    94] By: mbeattie                              on 1997/10/02  16:34:03
14058         Log: Fix pod text in Lint.pm for private-names option.
14059      Branch: perlext
14060            ! Compiler/B/Lint.pm
14061 ____________________________________________________________________________
14062 [    93] By: mbeattie                              on 1997/10/02  13:44:46
14063         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
14064      Branch: perl
14065            ! MANIFEST embed.h
14066 ____________________________________________________________________________
14067 [    92] By: mbeattie                              on 1997/10/02  13:27:10
14068         Log: Add Todo.5.005
14069      Branch: perl
14070            + Todo.5.005
14071 ____________________________________________________________________________
14072 [    91] By: nick                                  on 1997/10/01  20:23:38
14073         Log: Raw _T# trial
14074      Branch: oneperl
14075            ! embed.h embed.pl proto.h sv.c
14076 ____________________________________________________________________________
14077 [    90] By: nick                                  on 1997/10/01  18:22:03
14078         Log: THIS + new sort stuff
14079      Branch: oneperl
14080            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
14081 ____________________________________________________________________________
14082 [    89] By: nick                                  on 1997/10/01  18:03:05
14083         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
14084      Branch: oneperl
14085            ! pp_ctl.c proto.h util.c
14086 ____________________________________________________________________________
14087 [    88] By: mbeattie                              on 1997/10/01  17:04:12
14088         Log: Start of Configure support for -Dusethreads plus associated
14089              Linux hints.
14090      Branch: perl
14091            ! Configure hints/linux.sh
14092 ____________________________________________________________________________
14093 [    87] By: mbeattie                              on 1997/10/01  17:03:34
14094         Log: Move runops_foo prototypes from proto.h to early in perl.h.
14095      Branch: perl
14096            ! perl.h proto.h
14097 ____________________________________________________________________________
14098 [    86] By: nick                                  on 1997/09/30  19:15:21
14099         Log: Debug hackery to thread.h - temporary
14100              Quick-fix qsort() replacement - more to come.
14101      Branch: oneperl
14102            ! thread.h util.c
14103 ____________________________________________________________________________
14104 [    85] By: mbeattie                              on 1997/09/30  15:50:27
14105         Log: Added Lint option regexp-variables.
14106      Branch: perlext
14107            ! Compiler/B/Lint.pm
14108 ____________________________________________________________________________
14109 [    84] By: mbeattie                              on 1997/09/30  15:11:07
14110         Log: Merge maint-5.004 branch (5.004_01) with mainline.
14111      Branch: perl
14112           +> Porting/makerel Porting/patchls hints/newsos4.sh
14113           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
14114           +> win32/config.vc win32/config_H.bc win32/config_H.vc
14115           +> win32/makefile.mk
14116            - win32/config.H win32/config.w32
14117           !> (integrate 109 files)
14118 ____________________________________________________________________________
14119 [    83] By: TimBunce                              on 1997/09/30  14:27:09
14120         Log: Maintenance 5.004_03 changes (addendum)
14121      Branch: maint-5.004/perl
14122            - win32/bin/search.bat
14123 ____________________________________________________________________________
14124 [    82] By: TimBunce                              on 1997/09/30  14:11:29
14125         Log: Maintenance 5.004_03 changes
14126      Branch: maint-5.004/perl
14127            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
14128            + win32/bin/webget.pl
14129            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
14130            - win32/bin/webget.bat
14131            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
14132            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
14133            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
14134            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
14135            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
14136            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14137            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
14138            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
14139            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
14140            ! win32/win32.c
14141 ____________________________________________________________________________
14142 [    81] By: TimBunce                              on 1997/09/30  13:17:27
14143         Log: Maintenance 5.004_02 changes
14144      Branch: maint-5.004/perl
14145            + win32/bin/runperl.bat
14146            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
14147            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
14148            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14149            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
14150            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14151            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
14152            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
14153            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
14154            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
14155            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
14156            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
14157            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14158            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14159            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14160            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
14161            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
14162            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
14163            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
14164            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
14165            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
14166            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
14167            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
14168            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
14169            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
14170            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
14171            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
14172            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
14173            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
14174            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
14175            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
14176            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
14177            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
14178            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
14179            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
14180            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
14181            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
14182            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
14183            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
14184            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
14185            ! win32/config.bc win32/config.vc win32/config_H.bc
14186            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
14187            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
14188            ! win32/win32io.c win32/win32io.h win32/win32iop.h
14189            ! win32/win32sck.c
14190 ____________________________________________________________________________
14191 [    80] By: nick                                  on 1997/09/29  20:31:43
14192         Log: Add some prototypes in attempt to flush out errors
14193              Tidy up vars.h usage.
14194      Branch: oneperl
14195            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
14196            ! proto.h util.c vars.h
14197 ____________________________________________________________________________
14198 [    79] By: nick                                  on 1997/09/29  17:12:07
14199         Log: Builds and passes tests without THISPTR
14200      Branch: oneperl
14201            ! MANIFEST global.sym perl.c perl.h vars.h
14202 ____________________________________________________________________________
14203 [    78] By: mbeattie                              on 1997/09/29  16:57:23
14204         Log: Re-introduce the changes from change 68 (runops becomes a
14205              function pointer and sv_bless3 for '~'-magic) which got lost
14206              during the preparation for the maint-merge.
14207      Branch: perl
14208            ! global.sym perl.h pp.c proto.h run.c sv.c
14209 ____________________________________________________________________________
14210 [    77] By: mbeattie                              on 1997/09/29  16:44:16
14211         Log: Start merge with maint-5.004 branch by creating an ancestral
14212              branch point via a fake resolution with the maint-merge branch.
14213              See Perforce Tech Note 9 for details.
14214      Branch: perl
14215           !> (integrate 864 files)
14216 ____________________________________________________________________________
14217 [    76] By: nick                                  on 1997/09/28  19:04:42
14218         Log: Code with this pointer compiles (but core dumps)
14219      Branch: oneperl
14220            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
14221            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
14222            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
14223            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
14224            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
14225            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
14226            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
14227            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
14228            ! vars.h
14229 ____________________________________________________________________________
14230 [    75] By: nick                                  on 1997/09/28  15:45:35
14231         Log: Quasi sensible starting point for aTHIS addition.
14232      Branch: oneperl
14233            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
14234 ____________________________________________________________________________
14235 [    74] By: nick                                  on 1997/09/28  11:23:32
14236         Log: Ooops - unwind perly.* stuff for now
14237      Branch: oneperl
14238            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
14239 ____________________________________________________________________________
14240 [    73] By: nick                                  on 1997/09/28  11:17:23
14241         Log: Builds and passes all tests again
14242      Branch: oneperl
14243            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
14244            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
14245 ____________________________________________________________________________
14246 [    72] By: nick                                  on 1997/09/28  10:47:01
14247         Log: Save "important things" before re-try
14248      Branch: oneperl
14249            + vars.h
14250            ! embed.pl thread.h thread.sym
14251 ____________________________________________________________________________
14252 [    71] By: nick                                  on 1997/09/26  17:47:31
14253         Log: Basic hacks to build with USE_THISPTR, not yet useful
14254              but builds miniperl and passes minitest with all thread 
14255              variables via a _GLOBAL_ thr variable rather than globals.
14256              Now for the local thr variable ...
14257      Branch: oneperl
14258            + thread.sym
14259            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
14260            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
14261            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
14262            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
14263            ! util.c vms/vms.c
14264 ____________________________________________________________________________
14265 [    70] By: mbeattie                              on 1997/09/23  14:29:23
14266         Log: Branch oneperl from mainline.
14267      Branch: oneperl
14268           +> (branch 871 files)
14269 ____________________________________________________________________________
14270 [    69] By: mbeattie                              on 1997/09/22  16:02:37
14271         Log: struct thread now stored in an SV and uses '~'-magic for access.
14272      Branch: perl
14273            ! thread.h
14274      Branch: perlext
14275            ! Thread/Thread.xs Thread/typemap
14276 ____________________________________________________________________________
14277 [    68] By: mbeattie                              on 1997/09/22  16:01:48
14278         Log: runops becomes a funtion pointer and sv_bless3 created
14279              to avoid pointer forgery with '~'-magic.
14280      Branch: perl
14281            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
14282 ____________________________________________________________________________
14283 [    67] By: mbeattie                              on 1997/09/22  15:45:56
14284         Log: More fprintf -> PerlIO_printf changes.
14285      Branch: perl
14286            ! perl.c pp_hot.c util.c
14287 ____________________________________________________________________________
14288 [    66] By: mbeattie                              on 1997/09/22  15:10:40
14289         Log: Minor multi-threading patches for VMS.
14290      Branch: perl
14291            ! mg.c thread.h vms/vms.c
14292 ____________________________________________________________________________
14293 [    65] By: mbeattie                              on 1997/09/15  14:09:11
14294         Log: Add undefined-subs option to Lint.pm.
14295      Branch: perlext
14296            ! Compiler/B/Lint.pm
14297 ____________________________________________________________________________
14298 [    64] By: mbeattie                              on 1997/09/10  16:39:41
14299         Log: Debugging output for lock handling.
14300      Branch: perl
14301            ! mg.c pp.c pp_hot.c util.c
14302 ____________________________________________________________________________
14303 [    63] By: mbeattie                              on 1997/09/10  14:49:00
14304         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
14305      Branch: perlext
14306           +> Thread/Thread/Semaphore.pm
14307            - Thread/Semaphore.pm
14308 ____________________________________________________________________________
14309 [    62] By: mbeattie                              on 1997/09/10  14:47:31
14310         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
14311      Branch: perlext
14312           +> Thread/Thread/Queue.pm
14313            - Thread/Queue.pm
14314 ____________________________________________________________________________
14315 [    61] By: mbeattie                              on 1997/09/10  13:56:50
14316         Log: Solaris fixes: delete pad and padname from thread.h and remove
14317              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
14318      Branch: perl
14319            ! thread.h x2p/Makefile.SH
14320
14321 ----------------
14322 Version 5.004_50        First developer release towards 5.005
14323 ----------------
14324
14325 Maintenance of the 5.004 version of perl continues with the 5.004_xx
14326 series, where 'xx' is <= 49.  Development of the next version, 5.005,
14327 starts with 5.004_50.
14328
14329 ____________________________________________________________________________
14330 [    60] By: mbeattie                              on 1997/09/09  16:57:41
14331         Log: Update README.threads to mention -DL.
14332      Branch: perl
14333            ! README.threads
14334 ____________________________________________________________________________
14335 [    59] By: mbeattie                              on 1997/09/09  16:49:08
14336         Log: Add Thread modules Queue.pm and Semaphore.pm
14337      Branch: perlext
14338            + Thread/Queue.pm Thread/Semaphore.pm
14339 ____________________________________________________________________________
14340 [    58] By: mbeattie                              on 1997/09/09  16:33:45
14341         Log: Update README.threads
14342      Branch: perl
14343            ! README.threads
14344 ____________________________________________________________________________
14345 [    57] By: mbeattie                              on 1997/09/09  16:26:47
14346         Log: Add debug info to Thread typemap.
14347      Branch: perlext
14348            ! Thread/typemap
14349 ____________________________________________________________________________
14350 [    56] By: mbeattie                              on 1997/09/09  15:04:26
14351         Log: Rewrite synchronisation of subs/methods and add attrs
14352              extension for specifying 'locked' and 'method' attributes.
14353      Branch: perl
14354            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
14355            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
14356            ! pp_hot.c proto.h sv.c sv.h toke.c
14357      Branch: perlext
14358            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
14359 ____________________________________________________________________________
14360 [    55] By: mbeattie                              on 1997/09/03  16:34:47
14361         Log: Add new keyword "lock" to Opcode.pm
14362      Branch: perl
14363            ! ext/Opcode/Opcode.pm
14364 ____________________________________________________________________________
14365 [    54] By: mbeattie                              on 1997/09/03  14:44:44
14366         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
14367      Branch: perl
14368            ! embed.h keywords.h
14369 ____________________________________________________________________________
14370 [    53] By: mbeattie                              on 1997/09/03  13:52:24
14371         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
14372      Branch: perl
14373            ! MANIFEST
14374 ____________________________________________________________________________
14375 [    52] By: mbeattie                              on 1997/09/03  13:41:20
14376         Log: Let Lint private_names catch out-of-package _foo methods.
14377      Branch: perlext
14378            ! Compiler/B/Lint.pm
14379 ____________________________________________________________________________
14380 [    51] By: mbeattie                              on 1997/09/03  13:20:12
14381         Log: Bump patchlevel.h to 5.004_50
14382      Branch: perl
14383            ! patchlevel.h
14384 ____________________________________________________________________________
14385 [    50] By: mbeattie                              on 1997/09/03  12:31:48
14386         Log: Make compiler build/work with devel 5.005
14387      Branch: perlext
14388            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
14389            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
14390 ____________________________________________________________________________
14391 [    49] By: mbeattie                              on 1997/09/03  12:28:05
14392         Log: Rename RESTART to INIT and associated changes
14393      Branch: perl
14394            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
14395            ! toke.c vms/perly_c.vms
14396 ____________________________________________________________________________
14397 [    48] By: mbeattie                              on 1997/09/02  15:54:27
14398         Log: Added private-names option.
14399      Branch: perlext
14400            ! Compiler/B/Lint.pm
14401 ____________________________________________________________________________
14402 [    47] By: mbeattie                              on 1997/09/02  11:54:55
14403         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
14404      Branch: perlext
14405            ! Compiler/cc_runtime.h
14406 ____________________________________________________________________________
14407 [    46] By: mbeattie                              on 1997/08/28  19:40:08
14408         Log: Missing sprintf in try_autoload.
14409      Branch: perlext
14410            ! Compiler/B/C.pm
14411 ____________________________________________________________________________
14412 [    45] By: mbeattie                              on 1997/08/13  16:15:25
14413         Log: Threading fixups for Digital UNIX.
14414      Branch: perl
14415            ! README.threads malloc.c perl.h toke.c
14416 ____________________________________________________________________________
14417 [    44] By: mbeattie                              on 1997/08/11  15:46:29
14418         Log: Assorted changes for multi-threading (now works rather more).
14419      Branch: perl
14420            + README.threads
14421            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
14422            ! toke.c util.c
14423      Branch: perlext
14424            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
14425            ! Thread/unsync.t
14426 ____________________________________________________________________________
14427 [    43] By: mbeattie                              on 1997/08/08  14:11:00
14428         Log: Made Lint check subs (and -u packages).
14429              Added support for dollar_underscore and implicit $_ in foreach.
14430      Branch: perlext
14431            ! Compiler/B/Lint.pm
14432 ____________________________________________________________________________
14433 [    42] By: TimBunce                              on 1997/07/25  17:15:57
14434         Log: Maintenance 5.004_01 changes
14435      Branch: maint-5.004/perl
14436            + Porting/makerel Porting/patchls hints/newsos4.sh
14437            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
14438            + win32/config.vc win32/config_H.bc win32/config_H.vc
14439            + win32/makefile.mk
14440            - win32/config.H win32/config.w32
14441            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
14442            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
14443            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14444            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
14445            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
14446            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
14447            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
14448            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14449            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14450            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
14451            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
14452            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
14453            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
14454            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
14455            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
14456            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
14457            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14458            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
14459            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
14460            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
14461            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
14462            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
14463            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
14464            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
14465            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
14466            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
14467            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
14468            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
14469            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
14470            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
14471 ____________________________________________________________________________
14472 [    41] By: mbeattie                              on 1997/07/24  14:57:53
14473         Log: Start support for fake threads.
14474              pp_lock now returns its argument.
14475      Branch: perl
14476            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
14477            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
14478            ! util.c
14479      Branch: perlext
14480            ! Thread/Thread.xs
14481 ____________________________________________________________________________
14482 [    40] By: mbeattie                              on 1997/07/24  14:55:07
14483         Log: Add missing reset of eval_owner if doeval() fails to parse.
14484      Branch: perl
14485            ! pp_ctl.c
14486 ____________________________________________________________________________
14487 [    39] By: mbeattie                              on 1997/07/17  13:35:51
14488         Log: Fix multiple problems with lexical @_.
14489      Branch: perl
14490            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
14491            ! toke.c
14492 ____________________________________________________________________________
14493 [    38] By: mbeattie                              on 1997/07/16  17:02:09
14494         Log: Change %lx to %x in B::CV::save to prevent some CV
14495              fields becoming 0 in the init section. Add missing
14496              write_back in B::Stackobj::Padsv::load_double to fix
14497              test 22 of op/my.t.
14498      Branch: perlext
14499            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
14500 ____________________________________________________________________________
14501 [    37] By: mbeattie                              on 1997/07/10  11:28:16
14502         Log: Branch win32 developments from main perl branch.
14503      Branch: win32/perl
14504           +> (branch 867 files)
14505 ____________________________________________________________________________
14506 [    36] By: mbeattie                              on 1997/07/05  11:58:05
14507         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
14508              as well as provide_ref (5.003).
14509      Branch: perlext
14510            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
14511 ____________________________________________________________________________
14512 [    35] By: mbeattie                              on 1997/07/05  11:55:18
14513         Log: Introduce pp_lock.
14514      Branch: perl
14515            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
14516            ! pp.c pp_ctl.c toke.c
14517 ____________________________________________________________________________
14518 [    34] By: mbeattie                              on 1997/07/01  12:24:28
14519         Log: Support for op in global register (still buggy)
14520      Branch: perl
14521            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
14522            ! proto.h scope.c scope.h thread.h
14523 ____________________________________________________________________________
14524 [    33] By: mbeattie                              on 1997/06/24  16:34:24
14525         Log: Branch lexical warnings from perl branch.
14526      Branch: lexwarn/perl
14527           +> (branch 867 files)
14528 ____________________________________________________________________________
14529 [    32] By: mbeattie                              on 1997/06/24  14:33:57
14530         Log: Branch integration of maint-5.004 from relperl.
14531      Branch: mainline/perl
14532           +> (branch 600 files)
14533      Branch: maint-5.004/perl
14534           +> (branch 864 files)
14535 ____________________________________________________________________________
14536 [    31] By: mbeattie                              on 1997/06/20  11:46:50
14537         Log: corrected bad_type() prototype. 
14538      Branch: perl
14539            ! op.c
14540 ____________________________________________________________________________
14541 [    30] By: mbeattie                              on 1997/06/12  12:38:05
14542         Log: Tweak README.
14543      Branch: perlext
14544            ! Thread/README
14545 ____________________________________________________________________________
14546 [    29] By: mbeattie                              on 1997/06/12  12:34:59
14547         Log: Document -m option of CC backend.
14548      Branch: perlext
14549            ! Compiler/NOTES
14550 ____________________________________________________________________________
14551 [    28] By: mbeattie                              on 1997/06/12  12:25:05
14552         Log: Support sysseek introduced in 5.004.
14553      Branch: perlext
14554            ! Compiler/ccop.c Compiler/ccop.h
14555 ____________________________________________________________________________
14556 [    27] By: mbeattie                              on 1997/06/05  14:20:51
14557         Log: More fixups for thrperl integration.
14558      Branch: perl
14559            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14560            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
14561            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
14562            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
14563            ! util.c
14564 ____________________________________________________________________________
14565 [    25] By: mbeattie                              on 1997/05/28  15:11:24
14566         Log: Fixups for thrperl integration.
14567      Branch: perl
14568            ! embed.h keywords.h op.c opcode.h perl.c util.c
14569 ____________________________________________________________________________
14570 [    24] By: mbeattie                              on 1997/05/26  20:10:42
14571         Log: Integrate thrperl 5.003->5.004.
14572      Branch: perl
14573           +> thread.h
14574           !> (integrate 33 files)
14575 ____________________________________________________________________________
14576 [    23] By: mbeattie                              on 1997/05/26  11:45:39
14577         Log: Fix ppname when saving subs.
14578      Branch: perlext
14579            ! Compiler/B/C.pm
14580 ____________________________________________________________________________
14581 [    22] By: mbeattie                              on 1997/05/26  11:45:03
14582         Log: -mFoo option now forces -uFoo.
14583      Branch: perlext
14584            ! Compiler/B/CC.pm
14585 ____________________________________________________________________________
14586 [    21] By: mbeattie                              on 1997/05/26  11:43:37
14587         Log: Put back objsym/savesym (used by walkoptree_exec).
14588      Branch: perlext
14589            ! Compiler/B.pm
14590 ____________________________________________________________________________
14591 [    20] By: mbeattie                              on 1997/05/26  11:38:45
14592         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
14593      Branch: perl
14594            ! av.c global.sym
14595 ____________________________________________________________________________
14596 [    19] By: mbeattie                              on 1997/05/25  21:19:38
14597         Log: Fix up integration 5.003->5.004.
14598      Branch: perl
14599            + lib/Class/Fields.pm lib/ISA.pm
14600            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
14601            ! toke.c
14602 ____________________________________________________________________________
14603 [    18] By: mbeattie                              on 1997/05/25  10:31:21
14604         Log: First stab at 5.003 -> 5.004 integration.
14605      Branch: perl
14606           +> (branch 291 files)
14607            - Changes.Conf ext/DynaLoader/dl_os2.xs
14608            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
14609            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
14610            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
14611            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
14612            - lib/chat2.pl lib/splain os2/README os2/README.old
14613            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
14614            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
14615            - x2p/handy.h x2p/s2p.man
14616           !> (integrate 392 files)
14617 ____________________________________________________________________________
14618 [    17] By: mbeattie                              on 1997/05/24  18:46:49
14619         Log: Wholesale update to 5.004.
14620      Branch: relperl
14621            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
14622            + Porting/Glossary Porting/pumpkin.pod README.amiga
14623            + README.cygwin32 README.os2 README.plan9 README.qnx
14624            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
14625            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
14626            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
14627            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14628            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
14629            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14630            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14631            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
14632            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
14633            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
14634            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
14635            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
14636            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
14637            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
14638            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
14639            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
14640            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
14641            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
14642            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
14643            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
14644            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
14645            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
14646            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
14647            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
14648            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
14649            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14650            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
14651            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
14652            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
14653            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
14654            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
14655            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
14656            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
14657            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
14658            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
14659            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
14660            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
14661            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
14662            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
14663            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
14664            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
14665            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
14666            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
14667            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
14668            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
14669            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
14670            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
14671            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
14672            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
14673            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
14674            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
14675            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
14676            + plan9/config.plan9 plan9/exclude plan9/fndvers
14677            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
14678            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
14679            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
14680            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
14681            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14682            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14683            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
14684            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
14685            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
14686            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
14687            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
14688            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
14689            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
14690            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
14691            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
14692            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
14693            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
14694            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
14695            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
14696            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
14697            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
14698            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
14699            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
14700            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
14701            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
14702            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
14703            + t/pragma/warn-1global t/pragma/warning.t universal.c
14704            + utils/splain.PL vms/ext/DCLsym/0README.txt
14705            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
14706            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
14707            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
14708            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
14709            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
14710            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
14711            + win32/config.H win32/config.w32 win32/config_h.PL
14712            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
14713            + win32/include/arpa/inet.h win32/include/dirent.h
14714            + win32/include/netdb.h win32/include/sys/socket.h
14715            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
14716            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
14717            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
14718            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
14719            + x2p/proto.h
14720            - Changes.Conf ext/DynaLoader/dl_os2.xs
14721            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
14722            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
14723            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
14724            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
14725            - lib/chat2.pl lib/splain os2/README os2/README.old
14726            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
14727            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
14728            - x2p/handy.h x2p/s2p.man
14729            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
14730            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
14731            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
14732            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
14733            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
14734            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
14735            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14736            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
14737            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
14738            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
14739            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
14740            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
14741            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14742            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
14743            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14744            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
14745            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14746            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
14747            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
14748            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
14749            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
14750            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
14751            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
14752            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
14753            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
14754            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
14755            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
14756            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
14757            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
14758            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
14759            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
14760            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
14761            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
14762            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
14763            ! installman installperl interp.sym keywords.h keywords.pl
14764            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
14765            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
14766            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
14767            ! lib/Exporter.pm lib/ExtUtils/Install.pm
14768            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
14769            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14770            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14771            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
14772            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
14773            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
14774            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
14775            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
14776            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
14777            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
14778            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
14779            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
14780            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
14781            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
14782            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14783            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
14784            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
14785            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
14786            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
14787            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
14788            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
14789            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
14790            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
14791            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
14792            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
14793            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
14794            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
14795            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
14796            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
14797            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
14798            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
14799            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
14800            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
14801            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
14802            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
14803            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
14804            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
14805            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
14806            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
14807            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
14808            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
14809            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
14810            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
14811            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
14812            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
14813            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
14814            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
14815            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
14816            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
14817            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
14818            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
14819            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
14820            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
14821            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
14822            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
14823            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
14824            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
14825            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
14826            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
14827            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
14828            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
14829            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
14830            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
14831            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
14832            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
14833            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
14834            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
14835            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
14836            ! x2p/util.h x2p/walk.c
14837 ____________________________________________________________________________
14838 [    16] By: mbeattie                              on 1997/05/23  22:42:08
14839         Log: Initial integration of relperl from 5.003.
14840      Branch: relperl
14841           +> (branch 600 files)
14842 ____________________________________________________________________________
14843 [    14] By: mbeattie                              on 1997/05/12  20:22:56
14844         Log: Finish code generation rewrite. Clean up B::Section class and
14845              handle symbol table translation internally. Simple .pm modules
14846              now compile OK.
14847      Branch: perlext
14848            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
14849            ! Compiler/B/CC.pm
14850 ____________________________________________________________________________
14851 [    13] By: mbeattie                              on 1997/05/05  19:41:18
14852         Log: Don't make pp_enter and pp_return trigger basic blocks.
14853      Branch: perlext
14854            ! Compiler/B/Bblock.pm
14855 ____________________________________________________________________________
14856 [    12] By: mbeattie                              on 1997/05/05  19:40:16
14857         Log: Rewrite code generation. Sections (de)multiplexed into a
14858              temporary file instead of stored in arrays.
14859      Branch: perlext
14860            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
14861 ____________________________________________________________________________
14862 [    11] By: mbeattie                              on 1997/05/03  20:20:59
14863         Log: Development to pre-alpha4
14864      Branch: perlext
14865            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
14866            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
14867            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
14868            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
14869            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
14870            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
14871            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
14872            ! Compiler/test_harness Compiler/test_harness_cc
14873 ____________________________________________________________________________
14874 [    10] By: mbeattie                              on 1997/05/03  14:47:06
14875         Log: Initial check-in of perl compiler.
14876      Branch: perlext
14877            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
14878            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
14879            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
14880            + Compiler/B/CC.pm Compiler/B/Debug.pm
14881            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
14882            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
14883            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
14884            + Compiler/O.pm Compiler/README Compiler/TESTS
14885            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
14886            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
14887            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
14888            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
14889            + Compiler/disassemble Compiler/old/README.feb11
14890            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
14891            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
14892            + Compiler/op.patch Compiler/ramblings/cc.notes
14893            + Compiler/ramblings/curcop.runtime
14894            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
14895            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
14896            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
14897            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
14898            + Compiler/ramblings/runtime.porting
14899            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
14900            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
14901            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
14902            + Compiler/test_harness_bytecode Compiler/test_harness_cc
14903            + Compiler/typemap
14904 ____________________________________________________________________________
14905 [     9] By: mbeattie                              on 1997/05/02  19:03:49
14906         Log: Don't require CvDEPTH == 0 when bombing out of subs.
14907      Branch: thrperl
14908            ! pp_hot.c
14909 ____________________________________________________________________________
14910 [     8] By: mbeattie                              on 1997/04/23  19:06:45
14911         Log: Added programmer-level condition variables via "condpair" magic.
14912              Added support for detached threads and tweaked a few things.
14913      Branch: thrperl
14914            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
14915            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
14916            ! util.c
14917 ____________________________________________________________________________
14918 [     7] By: mbeattie                              on 1997/04/23  19:04:18
14919         Log: Rewrote programmer-level condition variables from scratch. Added
14920              support for detaching threads. Fixed handling for arguments
14921              passed in to threads and return values for joined threads.
14922      Branch: perlext
14923            + Thread/lock.t
14924            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
14925            ! Thread/typemap
14926 ____________________________________________________________________________
14927 [     6] By: mbeattie                              on 1997/04/10  20:17:26
14928         Log: Initial check-in of Thread module.
14929      Branch: perlext
14930            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
14931            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
14932            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
14933            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
14934            + Thread/unsync4.t
14935 ____________________________________________________________________________
14936 [     5] By: mbeattie                              on 1997/04/10  20:05:52
14937         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
14938              missing parens (pad allocation) in the tokener.
14939      Branch: thrperl
14940            ! op.c pp_ctl.c toke.c
14941 ____________________________________________________________________________
14942 [     4] By: mbeattie                              on 1997/03/28  18:40:44
14943         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
14944      Branch: thrperl
14945            + thread.h
14946            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
14947            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
14948            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
14949            ! run.c scope.c sv.c sv.h toke.c util.c
14950 ____________________________________________________________________________
14951 [     3] By: mbeattie                              on 1997/03/28  13:36:23
14952         Log: Branch 5.003 -> thrperl
14953      Branch: thrperl
14954           +> (branch 600 files)
14955 ____________________________________________________________________________
14956 [     2] By: mbeattie                              on 1997/03/28  13:32:21
14957         Log: Initial devel changes.
14958              Pseudo-hashes. Optional strong typing. RESTART {}.
14959      Branch: perl
14960            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
14961            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
14962            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
14963 ____________________________________________________________________________
14964 [     1] By: mbeattie                              on 1997/03/28  13:17:33
14965         Log: Perl 5.003 check-in
14966      Branch: perl
14967            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
14968            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
14969            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
14970            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
14971            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
14972            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
14973            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
14974            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
14975            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
14976            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
14977            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
14978            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
14979            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
14980            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
14981            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14982            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
14983            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
14984            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
14985            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
14986            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
14987            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
14988            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
14989            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14990            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
14991            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
14992            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14993            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
14994            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
14995            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
14996            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
14997            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
14998            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
14999            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
15000            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
15001            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
15002            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
15003            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
15004            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
15005            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
15006            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
15007            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
15008            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
15009            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
15010            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
15011            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
15012            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
15013            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
15014            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
15015            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
15016            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
15017            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
15018            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
15019            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
15020            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
15021            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
15022            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
15023            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
15024            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
15025            + hints/README.hints hints/aix.sh hints/altos486.sh
15026            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
15027            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
15028            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
15029            + hints/fps.sh hints/freebsd.sh hints/genix.sh
15030            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
15031            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
15032            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
15033            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
15034            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
15035            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
15036            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
15037            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
15038            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
15039            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
15040            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
15041            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
15042            + hints/uts.sh hv.c hv.h installman installperl interp.sym
15043            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
15044            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
15045            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
15046            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
15047            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
15048            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15049            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
15050            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
15051            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
15052            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
15053            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
15054            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
15055            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
15056            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
15057            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
15058            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
15059            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
15060            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
15061            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
15062            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
15063            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
15064            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
15065            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
15066            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
15067            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
15068            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
15069            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
15070            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
15071            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
15072            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
15073            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
15074            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
15075            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
15076            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
15077            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
15078            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
15079            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
15080            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
15081            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
15082            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
15083            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
15084            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
15085            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
15086            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
15087            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
15088            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
15089            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
15090            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
15091            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
15092            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
15093            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
15094            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
15095            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
15096            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
15097            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
15098            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
15099            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
15100            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
15101            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
15102            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
15103            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
15104            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
15105            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
15106            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
15107            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
15108            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
15109            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
15110            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
15111            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
15112            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
15113            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
15114            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
15115            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
15116            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
15117            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
15118            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
15119            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
15120            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
15121            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
15122            + vms/Makefile vms/config.vms vms/descrip.mms
15123            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
15124            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
15125            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
15126            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
15127            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
15128            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
15129            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
15130            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
15131            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
15132            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
15133            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
15134            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
15135            + x2p/walk.c