update Changes, tweak Porting/makerel
[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 July 1998):
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_02        Second maintenance release of 5.005
78 ----------------
79
80 ____________________________________________________________________________
81 [  1710] By: gsar                                  on 1998/08/02  07:31:37
82         Log: remove CRs from djgpp/configure.bat (Porting/makerel adds them)
83      Branch: maint-5.005/perl
84            ! djgpp/configure.bat
85 ____________________________________________________________________________
86 [  1709] By: gsar                                  on 1998/08/02  07:27:34
87         Log: Porting/makerel tweaks
88      Branch: maint-5.005/perl
89            ! Porting/makerel
90 ____________________________________________________________________________
91 [  1708] By: gsar                                  on 1998/08/02  07:09:35
92         Log: fixes for pod noises
93      Branch: maint-5.005/perl
94            ! ext/B/B/Bytecode.pm ext/Thread/Thread/Specific.pm
95            ! pod/perlembed.pod pod/perlfaq.pod
96 ____________________________________________________________________________
97 [  1707] By: gsar                                  on 1998/08/02  06:59:47
98         Log: malloc.c tweaks
99              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
100              Date:    Sat, 01 Aug 1998 18:46:32 EDT
101              Message-Id: <199808012246.SAA00699@monk.mps.ohio-state.edu>
102              Subject: [PATCH 5.005_*] Better malloc.c
103      Branch: maint-5.005/perl
104            ! malloc.c
105 ____________________________________________________________________________
106 [  1706] By: gsar                                  on 1998/08/02  06:56:37
107         Log: fix quoting of keys with embedded nulls 
108              From:    Slaven Rezic <eserte@cs.tu-berlin.de>
109              Date:    Sat, 01 Aug 1998 13:38:03 +0200
110              Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de>
111              Subject: Data::Dumper 2.09, patch
112      Branch: maint-5.005/perl
113            ! ext/Data/Dumper/Dumper.xs
114 ____________________________________________________________________________
115 [  1705] By: gsar                                  on 1998/08/02  06:50:07
116         Log: From:    pvhp@forte.com (Peter Prymmer)
117              Date:    Fri, 31 Jul 1998 14:50:41 PDT
118              Message-Id: <9807312150.AA08867@forte.com>
119              Subject: Re: \Q doesn't work in interpolated regular expressions
120      Branch: maint-5.005/perl
121            ! pod/perlre.pod
122 ____________________________________________________________________________
123 [  1704] By: gsar                                  on 1998/08/02  06:37:06
124         Log: add test for magic autovivification
125              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
126              Date: Thu, 30 Jul 1998 12:18:15 +0100
127              Message-Id: <E0z1qit-0003O5-00@taurus.cus.cam.ac.uk>
128              Subject: Re: Perl5.005_01 failing to autovivify subroutine args
129      Branch: maint-5.005/perl
130            ! pod/perldiag.pod t/cmd/subval.t
131 ____________________________________________________________________________
132 [  1703] By: gsar                                  on 1998/08/02  06:26:57
133         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
134              Date: Tue, 21 Jul 1998 23:58:53 -0400 (EDT)
135              Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu>
136              Subject: [PATCH 5.004_76] better RE colors
137      Branch: maint-5.005/perl
138            ! ext/re/re.pm regcomp.c regexec.c thrdvar.h
139 ____________________________________________________________________________
140 [  1702] By: gsar                                  on 1998/08/02  06:22:15
141         Log: mark link type of exported functions for OS/2
142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
143              Date: Sun, 26 Jul 1998 21:03:03 -0400 (EDT)
144              Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu>
145              Subject: Re: Compiler linkage's types [PATCH 5.005]
146      Branch: maint-5.005/perl
147            ! os2/os2ish.h proto.h
148 ____________________________________________________________________________
149 [  1701] By: gsar                                  on 1998/08/02  06:16:03
150         Log: tweaked version of suggested patch
151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
152              Date: Mon, 20 Jul 1998 21:40:00 -0400 (EDT)
153              Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu>
154              Subject: [PATCH 5.004_75] Enable -DS
155      Branch: maint-5.005/perl
156            ! README.threads ext/Thread/Thread.xs ext/Thread/typemap mg.c
157            ! op.c perl.c perl.h pod/perlrun.pod pp.c pp_hot.c scope.c
158            ! thread.h util.c win32/win32thread.c
159 ____________________________________________________________________________
160 [  1700] By: gsar                                  on 1998/08/02  05:54:00
161         Log: up patchlevel to 5.005_02
162      Branch: maint-5.005/perl
163            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
164            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
165 ____________________________________________________________________________
166 [  1699] By: gsar                                  on 1998/08/02  05:50:01
167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
168              Message-Id: <199807180809.EAA09379@monk.mps.ohio-state.edu>
169              Date: Sat, 18 Jul 1998 04:09:26 -0400 (EDT)
170              Subject: [PATCH 5.004_72] Make tests succeed on OS/2
171      Branch: maint-5.005/perl
172            ! t/io/fs.t t/lib/io_pipe.t t/lib/io_sock.t t/op/stat.t
173 ____________________________________________________________________________
174 [  1698] By: gsar                                  on 1998/08/02  05:41:41
175         Log: use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)
176      Branch: maint-5.005/perl
177            ! regcomp.c
178 ____________________________________________________________________________
179 [  1697] By: gsar                                  on 1998/08/02  05:20:12
180         Log: support OE/MVS
181              From: Jarkko Hietaniemi <jhi@iki.fi>
182              Message-Id: <199808010903.MAA09371@alpha.hut.fi>
183              Date: Sat, 1 Aug 1998 12:03:02 +0300 (EET DST)
184              Subject: [PATCH] 5.005_01: OE MVS
185      Branch: maint-5.005/perl
186            + README.os390 ebcdic.c
187            ! Configure MANIFEST doio.c ext/Errno/Errno_pm.PL gv.c handy.h
188            ! hints/os390.sh lib/bigint.pl mg.c patchlevel.h perl.c perl.h
189            ! perly.c perly.h perly.y perly_c.diff pod/perldelta.pod
190            ! pod/perlport.pod pp.c pp_ctl.c pp_hot.c pp_sys.c sv.c
191            ! t/base/term.t t/comp/package.t t/comp/require.t
192            ! t/lib/bigintpm.t t/lib/cgi-html.t t/lib/filehand.t t/lib/ph.t
193            ! t/op/auto.t t/op/bop.t t/op/each.t t/op/magic.t t/op/misc.t
194            ! t/op/ord.t t/op/pack.t t/op/quotemeta.t t/op/re_tests
195            ! t/op/regexp.t t/op/sort.t t/op/sprintf.t t/op/subst.t
196            ! t/op/taint.t t/op/universal.t t/pragma/constant.t
197            ! t/pragma/overload.t t/pragma/subs.t toke.c x2p/a2p.h
198            ! x2p/a2py.c
199 ____________________________________________________________________________
200 [  1696] By: gsar                                  on 1998/08/02  05:03:09
201         Log: VMS patches
202              From: pvhp@forte.com (Peter Prymmer)
203              Message-Id: <9807290017.AA01833@forte.com>
204              Date: Tue, 28 Jul 98 17:17:33 PDT
205              Subject: Re: Not OK: perl 5.00501 on VMS_AXP-thread I7.2
206              --
207              From: Dan Sugalski <sugalskd@osshe.edu>
208              Message-Id: <3.0.5.32.19980729125623.00b562b0@ous.edu>
209              Date: Wed, 29 Jul 1998 12:56:23 -0700
210              Subject: [PATCH 5.005_01]Typo in CONFIGURE.COM (vms)
211              --
212              From: Dan Sugalski <sugalskd@osshe.edu>
213              Date: Thu, 30 Jul 1998 09:02:24 -0700
214              Message-Id: <3.0.5.32.19980730090224.00b70eb0@ous.edu>
215              Subject: [PATCH 5.005_01]VMS config SOCKETSHR typo patch and fcntl check
216      Branch: maint-5.005/perl
217            ! configure.com vms/subconfigure.com
218 ____________________________________________________________________________
219 [  1695] By: gsar                                  on 1998/08/02  04:49:32
220         Log: rename duplicate warning in regexec.c
221      Branch: maint-5.005/perl
222            ! regexec.c
223 ____________________________________________________________________________
224 [  1694] By: gsar                                  on 1998/08/02  04:44:20
225         Log: beware egcs' ld on Solaris
226              From: Tom Spindler <dogcow@home.merit.edu>
227              Message-ID: <19980801212158.A2934@home.merit.edu>
228              Date: Sat, 1 Aug 1998 21:21:58 -0400
229              Subject: Re: [PATCH perl5.005_01] hints/solaris_2.sh, egcs, and ld
230      Branch: maint-5.005/perl
231            ! hints/solaris_2.sh
232 ____________________________________________________________________________
233 [  1693] By: gsar                                  on 1998/08/02  04:41:43
234         Log: de-utf-ized variation of Ilya's patch
235              From: Jan-Pieter Cornet <johnpc@xs4all.net>
236              Date: 31 Jul 1998 12:44:57 +0200
237              Message-ID: <6ps779$hmj$1@xs1.xs4all.nl>
238              Subject: Re: s/\s*$//g in majordomo causes segfault under 5.005_01
239      Branch: maint-5.005/perl
240            ! regexec.c
241 ____________________________________________________________________________
242 [  1692] By: gsar                                  on 1998/08/02  04:39:14
243         Log: better validation of SysV IPC availability
244              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
245              Date: Fri, 31 Jul 1998 13:13:57 +0300 (EEST)
246              Message-Id: <199807311013.NAA28887@koah.research.nokia.com>
247              Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 
248      Branch: maint-5.005/perl
249            ! Configure INSTALL ext/IPC/SysV/SysV.xs pod/perldiag.pod
250            ! t/lib/ipc_sysv.t
251 ____________________________________________________________________________
252 [  1691] By: gsar                                  on 1998/08/02  04:32:30
253         Log: fix bug in display of watched expressions
254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
255              Date: Thu, 30 Jul 1998 20:02:04 -0400 (EDT)
256              Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu>
257              Subject: Re: Bug? in perl5db.pl [PATCH]
258      Branch: maint-5.005/perl
259            ! lib/perl5db.pl
260 ____________________________________________________________________________
261 [  1690] By: gsar                                  on 1998/08/02  04:29:08
262         Log: applied all but one hunk
263              From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
264              Date: Thu, 30 Jul 1998 17:19:42 -0400
265              Message-Id: <199807302119.RAA06852@sleipnir.valparaiso.cl>
266              Subject: Some typos in perldelta.pod
267      Branch: maint-5.005/perl
268            ! pod/perldelta.pod
269 ____________________________________________________________________________
270 [  1689] By: gsar                                  on 1998/08/02  04:27:02
271         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
272              Date: Thu, 30 Jul 1998 10:22:36 -0400 (EDT)
273              Message-Id: <Pine.SUN.3.96.980730101627.17514B-100000@newton.phys>
274              Subject: [PATCH 5.005_05] Remove redundant dTHR
275      Branch: maint-5.005/perl
276            ! mg.c sv.c
277 ____________________________________________________________________________
278 [  1688] By: gsar                                  on 1998/08/02  04:25:49
279         Log: From: Tom Hughes <thh@cyberscience.com>
280              Date: 30 Jul 1998 09:47:31 +0100
281              Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com>
282              Subject: Class::Struct has an incomplete tied array package
283      Branch: maint-5.005/perl
284            ! lib/Class/Struct.pm
285 ____________________________________________________________________________
286 [  1687] By: gsar                                  on 1998/08/02  04:21:48
287         Log: ensure implicit close on local(*FH) doesn't affect $! and thence $?
288      Branch: maint-5.005/perl
289            ! sv.c t/op/die_exit.t
290 ____________________________________________________________________________
291 [  1686] By: gsar                                  on 1998/08/02  03:57:28
292         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
293              Date: Thu, 30 Jul 1998 00:39:30 +0300 (EET DST)
294              Message-Id: <199807292139.AAA01795@alpha.hut.fi>
295              Subject: Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes
296      Branch: maint-5.005/perl
297            ! ext/POSIX/POSIX.xs pod/perllocale.pod
298 ____________________________________________________________________________
299 [  1685] By: gsar                                  on 1998/08/02  03:54:15
300         Log: PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>
301              Date: Wed, 29 Jul 1998 10:45:31 -0700
302              Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active>
303              Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT
304              --
305              Date: Sat, 1 Aug 1998 09:33:19 -0700
306              Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active>
307              Subject: [PATCH 5.005_01]
308      Branch: maint-5.005/perl
309            ! perl.h proto.h
310 ____________________________________________________________________________
311 [  1684] By: gsar                                  on 1998/08/02  03:49:33
312         Log: hand-apply whitespace-mutiliated patch
313              From: Nicholas Clark <nick@flirble.org>
314              Date: Tue, 28 Jul 1998 16:40:42 +0100 (BST)
315              Message-Id: <199807281540.QAA04640@flirble.org>
316              Subject: [PATCH] POSIX::ELOOP
317      Branch: maint-5.005/perl
318            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
319 ____________________________________________________________________________
320 [  1683] By: gsar                                  on 1998/08/02  03:45:26
321         Log: document return values of do() better
322              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
323              Date: Tue, 28 Jul 1998 12:44:36 +0100
324              Message-Id: <E0z18BI-0003cH-00@taurus.cus.cam.ac.uk>
325              Subject: [PATCH] Re: Obscurity of lexicals with do ""
326      Branch: maint-5.005/perl
327            ! pod/perlfunc.pod
328 ____________________________________________________________________________
329 [  1682] By: gsar                                  on 1998/08/02  03:42:26
330         Log: avoid reusing foreach itervar if magic got tacked onto it
331              From: Stephen McCamant <alias@mcs.com>
332              Date: Tue, 28 Jul 1998 22:18:25 -0500 (CDT)
333              Message-ID: <13758.36756.215424.719750@alias-2.pr.mcs.net>
334              Subject: [PATCH] Re: pos() resetting changed with 5.005?
335      Branch: maint-5.005/perl
336            ! pp_hot.c
337 ____________________________________________________________________________
338 [  1681] By: gsar                                  on 1998/08/02  03:39:27
339         Log: From: Nick Ing-Simmons <nik@tiuk.ti.com>
340              Date: Wed, 29 Jul 1998 13:28:14 +0100
341              Message-Id: <199807291228.NAA20055@tiuk.ti.com>
342              Subject: [Patch] Math::Complex - Ambiguous call resolved as CORE::foo()
343      Branch: maint-5.005/perl
344            + Porting/fixCORE
345            ! MANIFEST lib/Math/Complex.pm
346 ____________________________________________________________________________
347 [  1680] By: gsar                                  on 1998/08/02  03:33:07
348         Log: From: h.sanden@elsevier.nl (Hugo van der Sanden)
349              Date: Mon, 27 Jul 1998 13:34:45 +0200
350              Message-Id: <199807271134.NAA24475@dorlas.elsevier.nl>
351              Subject: perlcall.pod
352      Branch: maint-5.005/perl
353            ! pod/perlcall.pod
354 ____________________________________________________________________________
355 [  1679] By: gsar                                  on 1998/08/02  03:29:41
356         Log: MM_Win32::maybe_command() case-insesitivity tweak
357      Branch: maint-5.005/perl
358            ! lib/ExtUtils/MM_Win32.pm
359 ____________________________________________________________________________
360 [  1678] By: gsar                                  on 1998/08/02  03:24:29
361         Log: fix MM_Win32::maybe_command()
362      Branch: maint-5.005/perl
363            ! lib/ExtUtils/MM_Win32.pm
364 ____________________________________________________________________________
365 [  1677] By: gsar                                  on 1998/08/01  19:52:19
366         Log: fixes for overloading bugs and docs, tweaked some
367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
368              Date: Sat, 25 Jul 1998 21:28:16 -0400 (EDT)
369              Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu>
370              Subject: [PATCH 5.004_76] better overloading
371      Branch: maint-5.005/perl
372            ! Changes gv.c lib/dumpvar.pl lib/overload.pm lib/perl5db.pl
373            ! t/pragma/overload.t
374 ____________________________________________________________________________
375 [  1676] By: gsar                                  on 1998/08/01  19:37:13
376         Log: stray s/foo/PL_foo/
377              From: win@in.rhein-main.de (Winfried Koenig)
378              Date: Mon, 27 Jul 98 21:13 MET
379              Message-Id: <m0z0teW-00019aC@incom.rhein-main.de>
380              Subject: Bug in pp_rename and ISC hint
381      Branch: maint-5.005/perl
382            ! pp_sys.c
383 ____________________________________________________________________________
384 [  1675] By: gsar                                  on 1998/08/01  19:22:13
385         Log: newer Porting/patchls from maint-5.004
386      Branch: maint-5.005/perl
387            ! Porting/patchls
388 ____________________________________________________________________________
389 [  1674] By: gsar                                  on 1998/08/01  17:50:44
390         Log: fix buggy detection of failed glob()
391      Branch: maint-5.005/perl
392            ! pp_hot.c
393 ____________________________________________________________________________
394 [  1673] By: gsar                                  on 1998/07/29  18:14:32
395         Log: fix typo in change#1489 that prevented magic-autovivification
396      Branch: maint-5.005/perl
397            ! mg.c
398
399 ----------------
400 Version 5.005_01        First maintenance release of 5.005
401 ----------------
402
403 ____________________________________________________________________________
404 [  1669] By: gsar                                  on 1998/07/26  23:19:02
405         Log: update Changes; add sv_*_mg() entries in win32/GenCAPI.pl
406      Branch: maint-5.005/perl
407            ! Changes proto.h win32/GenCAPI.pl
408 ____________________________________________________________________________
409 [  1668] By: gsar                                  on 1998/07/26  21:12:11
410         Log: s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they
411              can disable it from config.sh if they want; up patchlevel to 5_01;
412              little tweaks to pods
413      Branch: maint-5.005/perl
414            ! README.win32 patchlevel.h pod/perldelta.pod toke.c
415            ! win32/Makefile win32/config_H.bc win32/config_H.gc
416            ! win32/config_H.vc win32/makefile.mk win32/win32.c
417 ____________________________________________________________________________
418 [  1662] By: gsar                                  on 1998/07/26  05:01:52
419         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
420      Branch: maint-5.005/perl
421            ! pod/perlhist.pod proto.h
422 ____________________________________________________________________________
423 [  1658] By: gsar                                  on 1998/07/26  02:23:46
424         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
425              Date: Fri, 24 Jul 1998 11:38:25 -0700
426              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
427              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
428              --
429              Date: Fri, 24 Jul 1998 12:30:36 -0700
430              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
431              Subject: [PATCH 5.005]Tweaks to README.vms
432              --
433              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
434              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
435              Subject: [PATCH 5.005] Final build cleanup patch
436      Branch: maint-5.005/perl
437            ! README.vms vms/descrip_mms.template vms/subconfigure.com
438 ____________________________________________________________________________
439 [  1657] By: gsar                                  on 1998/07/26  02:19:50
440         Log: another platform where pp_sselect() needs a whole fd_set buffer
441              From: Lupe Christoph <lupe@alanya.m.isar.de>
442              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
443              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
444              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
445      Branch: maint-5.005/perl
446            ! pp_sys.c
447 ____________________________________________________________________________
448 [  1656] By: gsar                                  on 1998/07/26  02:12:46
449         Log: fix problem building modules on dos-djgpp
450              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
451              Date: Sat, 25 Jul 1998 00:53:39 +0200
452              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
453              Subject: [PATCH 5.005] dos-djgpp and modules problem
454      Branch: maint-5.005/perl
455            ! djgpp/fixpmain
456 ____________________________________________________________________________
457 [  1655] By: gsar                                  on 1998/07/26  02:11:09
458         Log: From: Tom Spindler <dogcow@home.merit.edu>
459              Date: Wed, 22 Jul 1998 16:11:07 -0400
460              Message-ID: <19980722161107.A16813@home.merit.edu>
461              Subject: [PATCH 5.005] BeOS tweak
462      Branch: maint-5.005/perl
463            ! hints/beos.sh
464 ____________________________________________________________________________
465 [  1654] By: gsar                                  on 1998/07/26  02:09:29
466         Log: various pod tweaks
467      Branch: maint-5.005/perl
468            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
469            ! pod/perltoc.pod
470 ____________________________________________________________________________
471 [  1653] By: gsar                                  on 1998/07/26  02:05:46
472         Log: fix emacs/ptags for PL_* changes
473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
474              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
475              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
476              Subject: [PATCH 5.004_76] Yet better ptags
477      Branch: maint-5.005/perl
478            ! emacs/ptags
479 ____________________________________________________________________________
480 [  1652] By: gsar                                  on 1998/07/26  02:03:01
481         Log: fix behavior of <=> on bigints
482              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
483              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
484              Date: Fri, 24 Jul 1998 18:29:53 +0100
485              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
486      Branch: maint-5.005/perl
487            ! lib/Math/BigInt.pm t/lib/bigintpm.t
488 ____________________________________________________________________________
489 [  1649] By: gsar                                  on 1998/07/24  03:56:56
490         Log: create maint-5.005 branch
491      Branch: maint-5.005/perl
492           +> (branch 1079 files)
493 ____________________________________________________________________________
494 [  1648] By: gsar                                  on 1998/07/24  03:36:35
495         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
496      Branch: perl
497            ! Changes
498
499 -------------
500 Version 5.005           Production release
501 -------------
502
503 ____________________________________________________________________________
504 [  1647] By: gsar                                  on 1998/07/22  21:11:29
505         Log: sneak in hints/irix_6.sh update
506      Branch: perl
507            ! Changes hints/irix_6.sh
508 ____________________________________________________________________________
509 [  1646] By: gsar                                  on 1998/07/22  21:00:44
510         Log: Update perldelta and Changes; refresh perltoc; newer perlembed.pod
511              from Jon Orwant <orwant@media.mit.edu>; update guts documentation
512              to reflect PL_* changes; is this *it* for 5.005?
513      Branch: perl
514            ! Changes README.win32 patchlevel.h pod/perlcall.pod
515            ! pod/perldelta.pod pod/perlembed.pod pod/perlguts.pod
516            ! pod/perltoc.pod pod/perlxs.pod
517 ____________________________________________________________________________
518 [  1645] By: gsar                                  on 1998/07/22  19:37:41
519         Log: don't use qualify() in class methods
520              From:    Albert Dvornik <bert@genscan.com>
521              Date:    22 Jul 1998 15:14:46 EDT
522              Message-Id: <tqbtqhlmu1.fsf_-_@puma.genscan.com>
523              Subject: [PATCH 5.005-MAYBE] Bug in IO::Handle->input_record_separator
524      Branch: perl
525            ! ext/IO/lib/IO/Handle.pm
526 ____________________________________________________________________________
527 [  1644] By: gsar                                  on 1998/07/22  18:13:31
528         Log: newer perlembed.pod
529      Branch: perl
530            ! pod/perlembed.pod
531 ____________________________________________________________________________
532 [  1643] By: gsar                                  on 1998/07/22  18:03:42
533         Log: From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
534              Date:    Wed, 22 Jul 1998 13:42:20 EDT
535              Message-Id: <Pine.SUN.3.96.980722134049.10073C-100000@newton.phys>
536              Subject: Re: 5.005 - a sneak preview
537      Branch: perl
538            ! Porting/pumpkin.pod
539 ____________________________________________________________________________
540 [  1642] By: gsar                                  on 1998/07/22  17:58:42
541         Log: add perlmodinstall, regen perltoc
542      Branch: perl
543            + pod/perlmodinstall.pod
544            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
545            ! pod/perltoc.pod win32/pod.mak
546 ____________________________________________________________________________
547 [  1641] By: gsar                                  on 1998/07/22  17:11:55
548         Log: support optional crypt() with PERL_OBJECT
549              From:    "Douglas Lankshear" <dougl@ActiveState.com>
550              Date:    Wed, 22 Jul 1998 08:21:10 PDT
551              Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active>
552              Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT
553      Branch: perl
554            ! iperlsys.h pp.c win32/Makefile win32/makefile.mk
555            ! win32/perlhost.h win32/win32.c win32/win32iop.h
556 ____________________________________________________________________________
557 [  1640] By: gsar                                  on 1998/07/22  17:09:11
558         Log: win32 tweaks
559              Date:    Wed, 22 Jul 1998 07:09:09 PDT
560              Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active>
561              From:    "Douglas Lankshear" <dougl@ActiveState.com>
562      Branch: perl
563            ! win32/Makefile win32/makefile.mk win32/win32.h
564 ____________________________________________________________________________
565 [  1639] By: gsar                                  on 1998/07/22  17:00:30
566         Log: From:    d-lewart@uiuc.edu (Daniel S. Lewart)
567              Date:    Wed, 22 Jul 1998 06:20:08 CDT
568              Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu>
569              Subject: [PATCH] lib/Sys/Syslog.pm doc
570      Branch: perl
571            ! Changes lib/Sys/Syslog.pm
572 ____________________________________________________________________________
573 [  1638] By: gsar                                  on 1998/07/22  09:12:26
574         Log: up patchlevel etc (only doc patching from now on, testing in progress)
575      Branch: perl
576            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
577            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
578 ____________________________________________________________________________
579 [  1637] By: gsar                                  on 1998/07/22  08:27:09
580         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
581              Date:    Tue, 21 Jul 1998 16:04:40 PDT
582              Message-Id: <3.0.5.32.19980721160440.00a916f0@ous.edu>
583              Subject: [PATCH 5.004_76]Document Vax C's death for VMS
584              --
585              Date:    Tue, 21 Jul 1998 16:08:57 PDT
586              Message-Id: <3.0.5.32.19980721160857.00a6d250@ous.edu>
587              Subject: [PATCH 5.004_76]fix clean/realclean targets of VMS' makefile
588              --
589              Date:    Tue, 21 Jul 1998 16:05:56 PDT
590              Message-Id: <3.0.5.32.19980721160556.00a1a100@ous.edu>
591              Subject: [PATCH 5.004_76]Note the record-read capabilities of $/ in perldelta.pod
592      Branch: perl
593            ! README.vms pod/perldelta.pod vms/descrip_mms.template
594 ____________________________________________________________________________
595 [  1636] By: gsar                                  on 1998/07/22  08:04:37
596         Log: fix quoting in t/io/inplace.t
597      Branch: perl
598            ! t/io/inplace.t
599 ____________________________________________________________________________
600 [  1635] By: gsar                                  on 1998/07/22  07:59:30
601         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
602              Date:    Tue, 21 Jul 1998 13:06:44 PDT
603              Message-Id: <3.0.5.32.19980721130644.00ac5100@ous.edu>
604              Subject: [PATCH 5.004_76]t/io/inplace.t enabled for VMS
605      Branch: perl
606            ! t/io/inplace.t vms/test.com
607 ____________________________________________________________________________
608 [  1634] By: gsar                                  on 1998/07/22  07:55:35
609         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
610              Date:    Tue, 21 Jul 1998 12:42:20 PDT
611              Message-Id: <3.0.5.32.19980721124220.00a82a20@ous.edu>
612              Subject: [PATCH 5.004_76]Fix inplace editing for VMS
613      Branch: perl
614            ! doio.c
615 ____________________________________________________________________________
616 [  1633] By: gsar                                  on 1998/07/22  07:53:53
617         Log: fix AIX hints for PL_* changes
618              From:    Jarkko Hietaniemi <jhi@iki.fi>
619              Date:    Tue, 21 Jul 1998 22:53:54 +0300
620              Message-Id: <199807211953.WAA55724@vipunen.hut.fi>
621              Subject: Re: _76 fails to link B extension on AIX 414
622      Branch: perl
623            ! perl_exp.SH
624 ____________________________________________________________________________
625 [  1632] By: gsar                                  on 1998/07/22  07:51:56
626         Log: From:    Anton Berezin <tobez@plab.ku.dk>
627              Date:    Tue, 21 Jul 1998 21:46:45 +0200
628              Message-Id: <199807211946.VAA01301@lion.plab.ku.dk>
629              Subject: [PATCH _76] t/op/eval.t test for eval & scoping of lexicals
630      Branch: perl
631            ! t/op/eval.t
632 ____________________________________________________________________________
633 [  1631] By: gsar                                  on 1998/07/22  07:48:20
634         Log: applied patch, with tweak suggested by Michael Parker
635              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
636              Date:    Tue, 21 Jul 1998 14:30:05 EDT
637              Message-Id: <Pine.SUN.3.96.980721142928.8231Q-100000@newton.phys>
638              Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests
639      Branch: perl
640            ! hints/irix_6.sh
641 ____________________________________________________________________________
642 [  1630] By: gsar                                  on 1998/07/22  07:40:25
643         Log: better diagnostic on errno.t failure
644              From:    Graham Barr <gbarr@ti.com>
645              Date:    Tue, 21 Jul 1998 13:07:29 CDT
646              Message-Id: <19980721130729.K4337@asic.sc.ti.com>
647      Branch: perl
648            ! t/lib/errno.t
649 ____________________________________________________________________________
650 [  1629] By: gsar                                  on 1998/07/22  07:36:38
651         Log: win32 tweaks: disable XSLOCKS in perl.c, correct typo, search
652              the registry for anything that begins with "PERL", not "PERL5"
653              From:    "Douglas Lankshear" <dougl@ActiveState.com>
654              Date:    Tue, 21 Jul 1998 11:08:00 PDT
655              Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active>
656      Branch: perl
657            ! perl.c win32/perlhost.h win32/win32.c
658 ____________________________________________________________________________
659 [  1628] By: gsar                                  on 1998/07/22  07:28:35
660         Log: suppress redefined warnings on C<INIT {} INIT {}>
661      Branch: perl
662            ! op.c
663 ____________________________________________________________________________
664 [  1627] By: gsar                                  on 1998/07/22  07:15:19
665         Log: remove spurious $VERSION line that confuses CPAN
666              From:    Johan Vromans <jvromans@squirrel.nl>
667              Date:    Tue, 21 Jul 1998 20:01:36 +0200
668              Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl>
669              Subject: Re: 5.004_76 missing version numbers
670      Branch: perl
671            ! lib/Getopt/Long.pm
672 ____________________________________________________________________________
673 [  1626] By: gsar                                  on 1998/07/22  06:57:56
674         Log: From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
675              Date:    Tue, 21 Jul 1998 10:20:13 EDT
676              Message-Id: <Pine.SUN.3.96.980721101922.8078A-100000@newton.phys>
677              Subject: [PATCH] Porting/config* updates for 5.005
678      Branch: perl
679            ! Changes Porting/config.sh Porting/config_H
680 ____________________________________________________________________________
681 [  1625] By: gsar                                  on 1998/07/22  06:46:38
682         Log: add a few more globals with old names #defined
683      Branch: perl
684            ! embed.pl embedvar.h
685 ____________________________________________________________________________
686 [  1624] By: gsar                                  on 1998/07/22  06:39:22
687         Log: allow extensions to be specified as paths 
688              From:    Paul Johnson <pjcj@transeda.com>
689              Date:    Tue, 21 Jul 1998 12:04:27 BST
690              Message-Id: <19980721120427.F903@west-tip.transeda.com>
691              Subject: [PATCH] 5.004_75 Embed and static extensions
692      Branch: perl
693            ! lib/ExtUtils/Embed.pm
694 ____________________________________________________________________________
695 [  1623] By: gsar                                  on 1998/07/22  06:12:50
696         Log: make $ prototype to accept THREADSVs
697      Branch: perl
698            ! op.c
699 ____________________________________________________________________________
700 [  1622] By: gsar                                  on 1998/07/22  06:04:25
701         Log: fix Liblist.pm to find entries that are plain pathnames on win32
702      Branch: perl
703            ! lib/ExtUtils/Liblist.pm
704 ____________________________________________________________________________
705 [  1621] By: gsar                                  on 1998/07/22  05:10:53
706         Log: perlfaq update from From Tom Christiansen and Nathan Torkington
707              (removes all mention of training courses from perlfaq*.pod)
708      Branch: perl
709            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
710            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
711            ! pod/perlfaq8.pod pod/perlfaq9.pod
712 ____________________________________________________________________________
713 [  1620] By: gsar                                  on 1998/07/22  02:51:13
714         Log: applied patch, modulo parts already added to perldelta
715              From:    Stephen McCamant <alias@mcs.com>
716              Date:    Tue, 21 Jul 1998 17:06:23 CDT
717              Message-Id: <13749.3106.995764.413053@alias-2.pr.mcs.net>
718              Subject: [PATCH] Re: Beta2 is available
719      Branch: perl
720            ! pod/perldelta.pod
721 ____________________________________________________________________________
722 [  1619] By: gsar                                  on 1998/07/22  02:45:55
723         Log: applied patch, add new message to perldeta
724              From:    Stephen McCamant <alias@mcs.com>
725              Date:    Tue, 21 Jul 1998 16:12:25 CDT
726              Message-Id: <13749.910.83378.949909@alias-2.pr.mcs.net>
727              Subject: [PATCH] Band-aid patch for local($avhv->{a})
728      Branch: perl
729            ! pod/perldelta.pod pod/perldiag.pod pp.c pp_hot.c
730 ____________________________________________________________________________
731 [  1618] By: gsar                                  on 1998/07/22  02:08:00
732         Log: fix up B modules for PL_* changes
733      Branch: perl
734            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
735 ____________________________________________________________________________
736 [  1617] By: gsar                                  on 1998/07/22  01:42:14
737         Log: From:    Malcolm Beattie <mbeattie@sable.ox.ac.uk>
738              Date:    Tue, 21 Jul 1998 18:13:16 BST
739              Message-Id: <199807211713.SAA20735@sable.ox.ac.uk>
740              Subject: Compiler docs for 5.005
741      Branch: perl
742            ! ext/B/B.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
743            ! ext/B/O.pm
744 ____________________________________________________________________________
745 [  1616] By: gsar                                  on 1998/07/22  01:29:09
746         Log: s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive
747              names
748      Branch: perl
749            ! bytecode.h bytecode.pl byterun.c embedvar.h interp.sym
750            ! intrpvar.h
751 ____________________________________________________________________________
752 [  1615] By: nick                                  on 1998/07/21  22:26:34
753         Log: Mingw32 PERL_OBJECT tweaks
754      Branch: perl
755            ! ext/Fcntl/Fcntl.xs ext/IO/IO.xs ext/POSIX/POSIX.xs
756 ____________________________________________________________________________
757 [  1614] By: gsar                                  on 1998/07/21  19:43:32
758         Log: fix off-by-one in change#623 that broke lexical lookups in eval''
759      Branch: perl
760            ! pp_ctl.c
761
762 ----------------
763 Version 5.004_76        5.005 Public Beta, Issue 2
764 ----------------
765
766 ____________________________________________________________________________
767 [  1613] By: gsar                                  on 1998/07/21  10:26:01
768         Log: final tweaks before beta2
769      Branch: perl
770            + Porting/findvars
771           +> Porting/fixvars
772            - fixvars
773            ! Changes MANIFEST intrpvar.h iperlsys.h
774            ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h
775 ____________________________________________________________________________
776 [  1612] By: gsar                                  on 1998/07/21  07:15:54
777         Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
778      Branch: perl
779            ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl
780            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
781            ! win32/win32sck.c
782 ____________________________________________________________________________
783 [  1611] By: gsar                                  on 1998/07/21  07:12:00
784         Log: fix bytecode.pl with moved var names
785      Branch: perl
786            ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
787 ____________________________________________________________________________
788 [  1610] By: gsar                                  on 1998/07/21  05:51:10
789         Log: tweak toke.c
790      Branch: perl
791            ! toke.c
792 ____________________________________________________________________________
793 [  1609] By: gsar                                  on 1998/07/21  05:46:59
794         Log: change case of PERL_OBJECT filenames, consistent with the rest
795      Branch: perl
796            + XSlock.h objXSUB.h
797            - ObjXSub.h XSLock.h
798            ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h
799            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
800 ____________________________________________________________________________
801 [  1608] By: gsar                                  on 1998/07/21  05:31:13
802         Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)
803      Branch: perl
804            ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h
805 ____________________________________________________________________________
806 [  1607] By: gsar                                  on 1998/07/21  05:29:10
807         Log: part 1 of PERL_OBJECT fixes for new var names
808      Branch: perl
809            ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c
810            ! run.c win32/GenCAPI.pl
811 ____________________________________________________________________________
812 [  1606] By: gsar                                  on 1998/07/21  05:17:26
813         Log: From:    Stephen McCamant <alias@mcs.com>
814              Date:    Mon, 20 Jul 1998 23:53:32 CDT
815              Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net>
816              Subject: [PATCH] redundant RV2GVs in ck_fun()
817      Branch: perl
818            ! op.c
819 ____________________________________________________________________________
820 [  1605] By: gsar                                  on 1998/07/21  05:13:28
821         Log: From:    Stephen McCamant <alias@mcs.com>
822              Date:    Mon, 20 Jul 1998 23:32:42 CDT
823              Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net>
824              Subject: B::Deparse 0.56 (first testsuite fixes; big)
825      Branch: perl
826            ! ext/B/B/Deparse.pm
827 ____________________________________________________________________________
828 [  1604] By: gsar                                  on 1998/07/21  05:07:29
829         Log: applied a slightly tweaked version of suggested patch
830              From: Colin Kuskie <ckuskie@cadence.com>
831              Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT)
832              Message-ID: <Pine.GSO.3.96.980720154841.6188M-100000@pdxmail.cadence.com>
833              Subject: [PATCH _75] More documentation for -i prefix
834      Branch: perl
835            ! pod/perlrun.pod
836 ____________________________________________________________________________
837 [  1603] By: gsar                                  on 1998/07/21  04:59:19
838         Log: disable malloced_size() feedback with -DLEAKTEST
839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
840              Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT)
841              Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu>
842              Subject: [PATCH 5.004_75] -DLEAKTEST broken
843      Branch: perl
844            ! av.c sv.c
845 ____________________________________________________________________________
846 [  1602] By: gsar                                  on 1998/07/21  04:57:43
847         Log: fix hints/hpux.sh for cpp recognition
848              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
849              Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT)
850              Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
851              Subject: RE: Configure misses preprocessor on HP-UX
852      Branch: perl
853            ! hints/hpux.sh
854 ____________________________________________________________________________
855 [  1601] By: gsar                                  on 1998/07/21  04:55:51
856         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
857              Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT)
858              Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu>
859              Subject: [PATCH 5.004_72] Compile (?{}) into a correct package
860      Branch: perl
861            ! pp_ctl.c t/op/pat.t
862 ____________________________________________________________________________
863 [  1600] By: gsar                                  on 1998/07/21  04:48:32
864         Log: allocate a whole fd_set for pp_sselect() on more platforms
865              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
866              Date: 20 Jul 1998 00:14:18 +0300
867              Message-ID: <oeen2a5y251.fsf@alpha.hut.fi>
868              Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
869      Branch: perl
870            ! pp_sys.c
871 ____________________________________________________________________________
872 [  1599] By: gsar                                  on 1998/07/21  04:44:04
873         Log: add tests to check if context propagation works
874              From: Francois Desarmenien <desar@club-internet.fr>
875              Date: Sun, 19 Jul 1998 12:28:33 +0200
876              Message-ID: <35B1CA51.A606AD27@club-internet.fr>
877              Subject: Re: m//g strange behaviour in 5.004
878      Branch: perl
879            + t/op/context.t
880            ! MANIFEST
881 ____________________________________________________________________________
882 [  1598] By: gsar                                  on 1998/07/21  04:37:49
883         Log: applied RE doc patches, with tweaks to the prose
884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
885              Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT)
886              Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu>
887              Subject: [PATCH 5.004_72] Document irregular zero-length matches
888              --
889              Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT)
890              Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu>
891              Subject: [PATCH 5.004_72] Another irregularity of expressions documented
892      Branch: perl
893            ! pod/perlre.pod
894 ____________________________________________________________________________
895 [  1597] By: gsar                                  on 1998/07/21  04:16:51
896         Log: pod tweak suggested by Ilya
897      Branch: perl
898            ! pod/perlfunc.pod
899 ____________________________________________________________________________
900 [  1596] By: gsar                                  on 1998/07/21  04:12:39
901         Log: enable color output with -Mre=debugcolor with -DDEBUGGING
902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
903              Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT)
904              Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu>
905              Subject: [PATCH 5.004_72] Better -Mre=colordb
906      Branch: perl
907            ! ext/re/re.xs
908 ____________________________________________________________________________
909 [  1595] By: gsar                                  on 1998/07/21  04:07:44
910         Log: From: "John L. Allen" <allen@grumman.com>
911              Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT)
912              Message-ID: <Pine.SOL.3.91.980716113018.14617A-100000@gateway.grumman.com>
913              Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags
914      Branch: perl
915            ! utils/perlbug.PL
916 ____________________________________________________________________________
917 [  1594] By: gsar                                  on 1998/07/21  04:06:06
918         Log: don't use SelectSaver on IO::Handle->input_*() methods
919              From: Robin Barker <rmb1@cise.npl.co.uk>
920              Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST)
921              Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk>
922              Subject: Re: Bug in IO::Handle->input_record_separator
923      Branch: perl
924            ! ext/IO/lib/IO/Handle.pm
925 ____________________________________________________________________________
926 [  1593] By: gsar                                  on 1998/07/21  04:03:46
927         Log: applied a tweaked version of suggested patch
928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
929              Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT)
930              Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu>
931              Subject: [PATCH 5.004_72] Enable/document colors in re.pm
932      Branch: perl
933            ! ext/re/re.pm
934 ____________________________________________________________________________
935 [  1592] By: gsar                                  on 1998/07/21  03:49:55
936         Log: remove compat3.sym and rename perld4.pod
937      Branch: perl
938           +> pod/perl5004delta.pod
939            - compat3.sym pod/perld4.pod
940            ! MANIFEST
941 ____________________________________________________________________________
942 [  1591] By: gsar                                  on 1998/07/21  03:38:16
943         Log: update patchlevel, Changes
944      Branch: perl
945            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
946            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
947 ____________________________________________________________________________
948 [  1590] By: gsar                                  on 1998/07/21  03:06:04
949         Log: documentation tweaks from Abigail <abigail@fnx.com>
950              Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT)
951              Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com>
952              Subject: Re: [PATCH 5.00475] pod/perlsyn.pod
953              --
954              Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT)
955              Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com>
956              Subject: [PATCH 5.00475] pod/perlguts.pod
957              --
958              Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT)
959              Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com>
960              Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod
961              --
962              Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT)
963              Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com>
964              Subject: [PATCH, 5.00475], pod/perlsub.pod
965              --
966              Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT)
967              Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com>
968              Subject: [PATCH 5.00475] pod/perlfunc.pod
969      Branch: perl
970            ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod
971            ! pod/perlsyn.pod
972 ____________________________________________________________________________
973 [  1589] By: gsar                                  on 1998/07/21  02:44:25
974         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
975              Date: Wed, 15 Jul 1998 09:38:12 -0700
976              Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu>
977              Subject: [PATCH 5.005-beta1]Quick VMS config update
978              --
979              Date: Wed, 15 Jul 1998 12:53:52 -0700
980              Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu>
981              Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!)
982              --
983              Date: Thu, 16 Jul 1998 11:15:44 -0700
984              Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu>
985              Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler
986              --
987              Date: Thu, 16 Jul 1998 11:21:55 -0700
988              Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu>
989              Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS
990              --
991              Date: Thu, 16 Jul 1998 11:25:04 -0700
992              Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu>
993              Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older
994              --
995              Date: Fri, 17 Jul 1998 15:29:13 -0700
996              Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu>
997              Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure
998              --
999              Date: Mon, 20 Jul 1998 10:20:49 -0700
1000              Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu>
1001              Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build
1002              --
1003              Date: Mon, 20 Jul 1998 10:13:03 -0700
1004              Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu>
1005              Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process
1006              --
1007              From: Brad Hughes <brad@tgsmc.com>
1008              Date: Mon, 20 Jul 1998 15:51:22 -0700
1009              Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu>
1010              Subject: patch for readme.vms
1011      Branch: perl
1012            ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template
1013            ! vms/gen_shrfls.pl vms/subconfigure.com
1014 ____________________________________________________________________________
1015 [  1588] By: gsar                                  on 1998/07/21  01:26:20
1016         Log: change#1481 didn't go through at all, redo it
1017      Branch: perl
1018            ! t/base/rs.t
1019 ____________________________________________________________________________
1020 [  1587] By: gsar                                  on 1998/07/21  01:21:41
1021         Log: workaround C<"foo" "bar"> catenation-intolerant compilers
1022      Branch: perl
1023            ! regexec.c toke.c
1024 ____________________________________________________________________________
1025 [  1586] By: gsar                                  on 1998/07/21  01:05:49
1026         Log: do not override PERL_DESTRUCT_LEVEL if use has it set
1027      Branch: perl
1028            ! t/TEST
1029 ____________________________________________________________________________
1030 [  1585] By: gsar                                  on 1998/07/21  00:39:17
1031         Log: fix small memory leak when mess_sv happens to be touched by magic
1032      Branch: perl
1033            ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
1034 ____________________________________________________________________________
1035 [  1584] By: gsar                                  on 1998/07/21  00:37:32
1036         Log: fix memory leak in C<local(*foo) = 'bar'>
1037      Branch: perl
1038            ! scope.c
1039 ____________________________________________________________________________
1040 [  1583] By: TimBunce                              on 1998/07/20  22:14:11
1041         Log: Update Changes and patchlevel.h for release. At last.
1042      Branch: maint-5.004/perl
1043            ! Changes patchlevel.h
1044 ____________________________________________________________________________
1045 [  1582] By: gsar                                  on 1998/07/20  21:28:43
1046         Log: add rsfp_filters and perldb to pollutants list
1047      Branch: perl
1048            ! embed.pl
1049 ____________________________________________________________________________
1050 [  1581] By: nick                                  on 1998/07/20  19:22:37
1051         Log: Integrate mainline pre-beta2 - just in case 
1052      Branch: ansiperl
1053           !> (integrate 66 files)
1054 ____________________________________________________________________________
1055 [  1580] By: TimBunce                              on 1998/07/20  17:16:38
1056         Log: Assorted patches:
1057              
1058              Title:  "Clean up hash array allocation"
1059              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1060              Msg-ID:  <199807201052.GAA13336@aatma.engin.umich.edu>
1061              Files:  hv.c
1062              
1063              Title:  "Further fixes for cppstdin on HP-UX 11"
1064              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1065              Msg-ID:  <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
1066              Files:  hints/hpux.sh
1067      Branch: maint-5.004/perl
1068            ! hints/hpux.sh hv.c
1069 ____________________________________________________________________________
1070 [  1579] By: TimBunce                              on 1998/07/20  09:46:14
1071         Log: Assorted patches:
1072              
1073              Title:  "Fix C<$1 .. $2> coredump under debugger"
1074              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1075              Msg-ID:  <199807200042.UAA23288@aatma.engin.umich.edu>
1076              Files:  pp_ctl.c
1077              
1078              Title:  "Fix lvalue leaks stemming from failure to free LvTARG(sv)"
1079              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1080              Msg-ID:  <199807191829.OAA12433@aatma.engin.umich.edu>
1081              Files:  embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t
1082              
1083              Title:  "fix major bug (from 5.003_96); void contexts were using the context
1084              of the enclosing sub!"
1085              From:  Francois Desarmenien <desar@club-internet.fr>, Gurusamy Sarathy
1086              <gsar@engin.umich.edu>
1087              Msg-ID:  <199807180927.FAA08032@aatma.engin.umich.edu>,
1088              <35B1CA51.A606AD27@club-internet.fr>
1089              Files:  op.h
1090              
1091              Title:  "Update lib/Getopt/Long.pm (from perl5.005 beta 1)"
1092              From:  Johan Vromans <jvromans@squirrel.nl>
1093              Msg-ID:  <13745.47704.943964.34613@phoenix.squirrel.nl>
1094              Files:  lib/Getopt/Long.pm
1095              
1096              Title:  "Add Porting/p4d2p utility for converting perforce diffs"
1097              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1098              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>
1099              Files:  MANIFEST Porting/p4d2p
1100      Branch: maint-5.004/perl
1101            + Porting/p4d2p
1102            ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h
1103            ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t
1104 ____________________________________________________________________________
1105 [  1578] By: gsar                                  on 1998/07/20  09:38:39
1106         Log: complete s/foo/PL_foo/ changes (all escaped cases identified with
1107              brute force search script).  Result builds and passes all tests on
1108              Solaris.  win32 and PERL_OBJECT are still untested.
1109      Branch: perl
1110            ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h
1111            ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm
1112            ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap
1113            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs
1114            ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs
1115            ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap
1116            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap
1117            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap
1118            ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c
1119            ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs
1120            ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c
1121            ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
1122            ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c
1123            ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs
1124            ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c
1125 ____________________________________________________________________________
1126 [  1577] By: TimBunce                              on 1998/07/20  08:28:17
1127         Log: Title:  "Make failed matches return empty list in list context"
1128              From:  "Paul E. Maisano" <pem@aaii.oz.au>, Gurusamy Sarathy
1129              <gsar@engin.umich.edu>, Paul Maisano <pem@aaii.oz.au>
1130              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>,
1131              <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>,
1132              <35B156FB.504E66E@aaii.oz.au>
1133              Files:  pod/perlop.pod pp_hot.c t/op/pat.t
1134      Branch: maint-5.004/perl
1135            ! pod/perlop.pod pp_hot.c t/op/pat.t
1136 ____________________________________________________________________________
1137 [  1576] By: TimBunce                              on 1998/07/20  08:11:37
1138         Log: Title:  "win32 update from 5.005 beta 2 for 5.004_05"
1139              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1140              Msg-ID:  <199807192332.TAA20905@aatma.engin.umich.edu>
1141              Files:  win32/include/dirent.h win32/include/sys/socket.h proto.h
1142              lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1143              win32/win32.h win32/win32iop.h README.win32 installperl
1144              pp_ctl.c win32/Makefile win32/config.bc win32/config.vc
1145              win32/config_H.bc win32/config_H.vc win32/config_h.PL
1146              win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl
1147              win32/makefile.mk win32/pod.mak win32/win32.c
1148              win32/win32sck.c win32/bin/pl2bat.pl
1149      Branch: maint-5.004/perl
1150            ! README.win32 installperl lib/ExtUtils/Liblist.pm
1151            ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile
1152            ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc
1153            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
1154            ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h
1155            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
1156            ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h
1157            ! win32/win32sck.c
1158 ____________________________________________________________________________
1159 [  1575] By: gsar                                  on 1998/07/20  01:27:14
1160         Log: integrate ansi branch to get s/foo/PL_foo/ changes
1161      Branch: perl
1162           +> fixvars
1163           !> (integrate 537 files)
1164 ____________________________________________________________________________
1165 [  1574] By: gsar                                  on 1998/07/20  00:33:43
1166         Log: fix C<$1 .. $2> coredump under debugger
1167      Branch: perl
1168            ! pp_ctl.c
1169 ____________________________________________________________________________
1170 [  1573] By: gsar                                  on 1998/07/20  00:28:27
1171         Log: misc win32 config tweaks
1172      Branch: perl
1173            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1174            ! win32/config_h.PL win32/makefile.mk
1175 ____________________________________________________________________________
1176 [  1572] By: nick                                  on 1998/07/19  19:04:58
1177         Log: Missed file that had changed
1178      Branch: ansiperl
1179            ! embedvar.h
1180 ____________________________________________________________________________
1181 [  1571] By: nick                                  on 1998/07/19  18:57:35
1182         Log: Another threaded, perl malloc issue, x2p's Makefile.SH  has a 
1183              pattern match...
1184      Branch: ansiperl
1185            ! x2p/Makefile.SH
1186 ____________________________________________________________________________
1187 [  1570] By: nick                                  on 1998/07/19  18:16:20
1188         Log: Drat! - threaded perl-malloc has mutex that needs PL_
1189      Branch: ansiperl
1190            ! malloc.c perl.h
1191 ____________________________________________________________________________
1192 [  1569] By: nick                                  on 1998/07/19  17:55:22
1193         Log: PL_ for perl's malloc
1194      Branch: ansiperl
1195            ! hv.c malloc.c
1196 ____________________________________________________________________________
1197 [  1568] By: nick                                  on 1998/07/19  16:23:30
1198         Log: PL_ minir tidy up
1199      Branch: ansiperl
1200            ! embed.pl ext/Thread/Thread.xs util.c
1201 ____________________________________________________________________________
1202 [  1567] By: nick                                  on 1998/07/19  13:21:07
1203         Log: Add PL_ to merged file
1204      Branch: ansiperl
1205            ! pp_hot.c
1206 ____________________________________________________________________________
1207 [  1566] By: nick                                  on 1998/07/19  12:38:30
1208         Log: Merge Mainline
1209      Branch: ansiperl
1210            + fixvars
1211           !> (integrate 29 files)
1212 ____________________________________________________________________________
1213 [  1565] By: gsar                                  on 1998/07/19  07:06:54
1214         Log: tweak pod in MakeMaker.pm
1215              From: Paul Johnson <pjcj@transeda.com>
1216              Date: Sat, 18 Jul 1998 15:58:48 +0100
1217              Message-ID: <19980718155847.D903@west-tip.transeda.com>
1218              Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm
1219      Branch: perl
1220            ! lib/ExtUtils/MakeMaker.pm
1221 ____________________________________________________________________________
1222 [  1564] By: gsar                                  on 1998/07/19  07:04:45
1223         Log: From: Gisle Aas <gisle@aas.no>
1224              Date: 17 Jul 1998 22:49:32 +0200
1225              Message-ID: <m390lsb3tv.fsf@furu.g.aas.no>
1226              Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records
1227      Branch: perl
1228            ! sv.c
1229 ____________________________________________________________________________
1230 [  1563] By: gsar                                  on 1998/07/19  07:03:32
1231         Log: update freebsd hints
1232              From: Mik Firestone <fireston@lexmark.com>
1233              Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT)
1234              Message-Id: <199807171924.AA05297@interlock2.lexmark.com>
1235              Subject: [PATCH 5.005b1] hints/freebsd.sh
1236      Branch: perl
1237            ! hints/freebsd.sh
1238 ____________________________________________________________________________
1239 [  1562] By: gsar                                  on 1998/07/19  07:01:33
1240         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
1241              Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT)
1242              Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu>
1243              Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks
1244      Branch: perl
1245            ! README.mpeix hints/mpeix.sh
1246 ____________________________________________________________________________
1247 [  1561] By: gsar                                  on 1998/07/19  07:00:19
1248         Log: From: Norton Allen <allen@huarp.harvard.edu>
1249              Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt)
1250              Message-Id: <199807171637.MAA24830@bottesini.harvard.edu>
1251              Subject: [PATCH: 75] make install fails
1252      Branch: perl
1253            ! Makefile.SH
1254 ____________________________________________________________________________
1255 [  1560] By: gsar                                  on 1998/07/19  06:58:55
1256         Log: fix flawed substitution-loop detection on zero-length matches
1257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1258              Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT)
1259              Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu>
1260              Subject: [PATCH 5.004_72] Substitution loop in devel branch
1261      Branch: perl
1262            ! pp_hot.c t/op/subst.t
1263 ____________________________________________________________________________
1264 [  1559] By: gsar                                  on 1998/07/19  06:56:19
1265         Log: add perltrap entry about "${#a}", as suggested by
1266              andy barfoot <abarfoot@eng.auburn.edu>
1267      Branch: perl
1268            ! pod/perltrap.pod
1269 ____________________________________________________________________________
1270 [  1558] By: gsar                                  on 1998/07/19  06:43:53
1271         Log: From: Anton Berezin <tobez@plab.ku.dk>
1272              Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST)
1273              Message-Id: <199807170949.LAA18099@lion.plab.ku.dk>
1274              Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket
1275      Branch: perl
1276            ! pod/perlcall.pod
1277 ____________________________________________________________________________
1278 [  1557] By: gsar                                  on 1998/07/19  06:40:33
1279         Log: From: "Art Green" <Art_Green@mercmarine.com>
1280              Date: Thu, 16 Jul 1998 21:37:05 -0500
1281              Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com>
1282              Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library
1283      Branch: perl
1284            ! hints/aix.sh
1285 ____________________________________________________________________________
1286 [  1556] By: gsar                                  on 1998/07/19  06:38:17
1287         Log: update README.threads
1288              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1289              Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT)
1290              Message-Id: <Pine.SUN.3.96.980716110949.2651J-100000@newton.phys>
1291              Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads
1292      Branch: perl
1293            ! README.threads
1294 ____________________________________________________________________________
1295 [  1555] By: gsar                                  on 1998/07/19  06:36:32
1296         Log: From: Scott Henry <scotth@sgi.com>
1297              Date: 15 Jul 1998 20:23:02 -0700
1298              Message-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
1299              Subject: [PATCH 5.005-beta1] update hints/irix_6.sh
1300      Branch: perl
1301            ! hints/irix_6.sh
1302 ____________________________________________________________________________
1303 [  1554] By: gsar                                  on 1998/07/19  06:35:10
1304         Log: From: Spider Boardman <spider@web.zk3.dec.com>
1305              Date: Wed, 15 Jul 1998 16:56:48 -0400
1306              Message-Id: <199807152056.QAA369057@web.zk3.dec.com>
1307              Subject: [PATCH _75] dec_osf hints still wrong
1308      Branch: perl
1309            ! hints/dec_osf.sh
1310 ____________________________________________________________________________
1311 [  1553] By: gsar                                  on 1998/07/19  06:33:29
1312         Log: tweak hpux hints in vain attempt to get cppstdin set properly
1313              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1314              Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT)
1315              Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93
1316              Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
1317              --
1318              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1319              Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT)
1320              Subject: Re: Configure misses preprocessor on HP-UX
1321              Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
1322      Branch: perl
1323            ! hints/hpux.sh
1324 ____________________________________________________________________________
1325 [  1552] By: gsar                                  on 1998/07/19  06:26:24
1326         Log: From: Tye McQueen <tye@metronet.com>
1327              Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT)
1328              Message-Id: <199807151846.AA12653@metronet.com>
1329              Subject: Minor debugger fix
1330      Branch: perl
1331            ! lib/perl5db.pl
1332 ____________________________________________________________________________
1333 [  1551] By: gsar                                  on 1998/07/19  06:25:05
1334         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1335              Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT)
1336              Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys>
1337              Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch
1338      Branch: perl
1339            ! INSTALL pp.c
1340 ____________________________________________________________________________
1341 [  1550] By: gsar                                  on 1998/07/19  06:23:10
1342         Log: minor re.pm cleanup
1343              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1344              Date: Wed, 15 Jul 1998 12:41:14 +0100
1345              Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk>
1346              Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl
1347      Branch: perl
1348            ! ext/re/re.pm pod/perldiag.pod
1349 ____________________________________________________________________________
1350 [  1549] By: gsar                                  on 1998/07/19  06:20:49
1351         Log: export additional symbols on OS/2
1352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1353              Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT)
1354              Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu>
1355              Subject: [PATCH 5.004_72] Export more symbols from Perl DLL
1356      Branch: perl
1357            ! os2/os2.sym
1358 ____________________________________________________________________________
1359 [  1548] By: gsar                                  on 1998/07/19  06:18:58
1360         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1361              Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT)
1362              Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu>
1363              Subject: [PATCH 5.004_72] Minor improvements to perlcc
1364      Branch: perl
1365            ! utils/perlcc.PL
1366 ____________________________________________________________________________
1367 [  1547] By: gsar                                  on 1998/07/19  06:17:22
1368         Log: applied slightly tweaked version of patch
1369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1370              Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT)
1371              Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu>
1372              Subject: [PATCH 5.004_72] Updated patch to Test::Harness
1373      Branch: perl
1374            ! lib/Test/Harness.pm
1375 ____________________________________________________________________________
1376 [  1546] By: gsar                                  on 1998/07/19  06:11:03
1377         Log: improve 'frame' handling in debugger
1378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1379              Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT)
1380              Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu>
1381              Subject: [PATCH 5.004_72] Better debugger trace
1382      Branch: perl
1383            ! lib/perl5db.pl
1384 ____________________________________________________________________________
1385 [  1545] By: gsar                                  on 1998/07/19  06:07:51
1386         Log: fix and test handling of literal newlines in heredocs
1387              From: Gisle Aas <gisle@aas.no>
1388              Date: 17 Jul 1998 14:58:25 +0200
1389              Message-ID: <m3iukw63da.fsf@furu.g.aas.no>
1390              Subject: Re: [PATCH _71] CRs et al
1391              --
1392              From: larry@wall.org (Larry Wall)
1393              Date: Fri, 17 Jul 1998 09:32:35 -0700
1394              Message-Id: <199807171632.JAA12959@wall.org>
1395              Subject: Re: [PATCH _71] CRs et al
1396      Branch: perl
1397            ! t/comp/multiline.t toke.c
1398 ____________________________________________________________________________
1399 [  1544] By: gsar                                  on 1998/07/19  06:00:12
1400         Log: remove possibly unwritable lib/re.pm before overwrite
1401              From: larry@wall.org (Larry Wall)
1402              Date: Wed, 15 Jul 1998 14:26:03 -0700
1403              Message-Id: <199807152126.OAA04623@wall.org>
1404              Subject: Re: bug encountered building perl5.005beta1
1405      Branch: perl
1406            ! Makefile.SH
1407 ____________________________________________________________________________
1408 [  1543] By: gsar                                  on 1998/07/19  05:56:18
1409         Log: unsubmitted Changes tweak
1410      Branch: perl
1411            ! Changes cygwin32/ld2
1412 ____________________________________________________________________________
1413 [  1542] By: gsar                                  on 1998/07/19  01:21:22
1414         Log: make failed matches return empty list in list context
1415      Branch: perl
1416            ! pod/perlop.pod pp_hot.c t/op/pat.t
1417 ____________________________________________________________________________
1418 [  1541] By: gsar                                  on 1998/07/18  22:27:59
1419         Log: remove obsolete perltrap about m//g's pos() reset behavior
1420      Branch: perl
1421            ! pod/perltrap.pod
1422 ____________________________________________________________________________
1423 [  1540] By: nick                                  on 1998/07/18  22:16:26
1424         Log: PL_ stuff passes non-threaded on Mingw32
1425              (Why did it compile without this fix?)
1426      Branch: ansiperl
1427            ! pp_sys.c
1428 ____________________________________________________________________________
1429 [  1539] By: TimBunce                              on 1998/07/18  22:04:58
1430         Log: Assorted patches:
1431              
1432              Title:  "Minor fixes to MakeMaker docs re ExtUtils::Embed"
1433              From:  Paul Johnson <pjcj@transeda.com>
1434              Msg-ID:  <19980718155847.D903@west-tip.transeda.com>
1435              Files:  lib/ExtUtils/MakeMaker.pm
1436              
1437              Title:  "Update t/op/array.t (from 5.005 beta 1)"
1438              Files:  t/op/array.t
1439      Branch: maint-5.004/perl
1440            ! lib/ExtUtils/MakeMaker.pm t/op/array.t
1441 ____________________________________________________________________________
1442 [  1538] By: TimBunce                              on 1998/07/18  21:57:50
1443         Log: Title:  "Remove flawed '// with parens or $&' performance patch (Change 662)"
1444              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tim Bunce <Tim.Bunce@ig.co.uk>,
1445              larry@wall.org (Larry Wall)
1446              Msg-ID:  <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>,
1447              <E0yvtzn-0002F9-00@ursa.cus.cam.ac.uk>
1448              Files:  cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c
1449              pp_ctl.c pp_hot.c regexec.c scope.c
1450      Branch: maint-5.004/perl
1451            ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c
1452            ! pp_hot.c proto.h regexec.c regexp.h scope.c
1453 ____________________________________________________________________________
1454 [  1537] By: nick                                  on 1998/07/18  20:56:58
1455         Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags
1456      Branch: ansiperl
1457            ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c
1458            ! win32/win32.c win32/win32.h
1459 ____________________________________________________________________________
1460 [  1536] By: nick                                  on 1998/07/18  20:50:26
1461         Log: Merge latest mainline
1462      Branch: ansiperl
1463            ! patchlevel.h
1464           !> ext/Thread/Thread.xs op.h util.c
1465 ____________________________________________________________________________
1466 [  1535] By: nick                                  on 1998/07/18  16:45:29
1467         Log: Edited "behind my back" ...
1468      Branch: ansiperl
1469            ! vms/perly_c.vms
1470 ____________________________________________________________________________
1471 [  1534] By: nick                                  on 1998/07/18  16:38:27
1472         Log: PL_ stuff for threads
1473      Branch: ansiperl
1474            ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h
1475            ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c
1476            ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h
1477            ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h
1478            ! thread.h toke.c util.c win32/perllib.c
1479 ____________________________________________________________________________
1480 [  1533] By: nick                                  on 1998/07/18  14:30:54
1481         Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC
1482              (still with PERL_GLOBAL_STRUCT) - to cover more #if branches
1483      Branch: ansiperl
1484            ! embed.pl intrpvar.h perl.c toke.c
1485 ____________________________________________________________________________
1486 [  1532] By: nick                                  on 1998/07/18  13:53:03
1487         Log: PL_ prefix to all perlvars, part1
1488              Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
1489      Branch: ansiperl
1490            ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c
1491            ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
1492            ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs
1493            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs
1494            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs
1495            ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap
1496            ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h
1497            ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
1498            ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c
1499            ! thrdvar.h toke.c universal.c util.c
1500 ____________________________________________________________________________
1501 [  1531] By: gsar                                  on 1998/07/18  08:48:13
1502         Log: fix yet another USE_THREADS leak due to failure to free stacks
1503      Branch: perl
1504            ! ext/Thread/Thread.xs util.c
1505 ____________________________________________________________________________
1506 [  1530] By: gsar                                  on 1998/07/18  08:46:58
1507         Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were
1508              using the context of the enclosing sub!
1509      Branch: perl
1510            ! op.h
1511 ____________________________________________________________________________
1512 [  1529] By: nick                                  on 1998/07/18  08:18:03
1513         Log: Integrate post-beta tweaks to ansiperl
1514      Branch: ansiperl
1515           !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c
1516           !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t
1517           !> t/op/vec.t toke.c util.c
1518 ____________________________________________________________________________
1519 [  1528] By: gsar                                  on 1998/07/18  04:23:12
1520         Log: fix lvalue leaks stemming from failure to free LvTARG(sv)
1521      Branch: perl
1522            ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c
1523            ! t/op/substr.t t/op/vec.t
1524 ____________________________________________________________________________
1525 [  1527] By: gsar                                  on 1998/07/18  02:16:40
1526         Log: check ferror() only if read() returned 0
1527      Branch: perl
1528            ! pp_sys.c
1529 ____________________________________________________________________________
1530 [  1526] By: gsar                                  on 1998/07/18  02:08:01
1531         Log: fix another CvMUTEXP() leak
1532      Branch: perl
1533            ! gv.c
1534 ____________________________________________________________________________
1535 [  1525] By: TimBunce                              on 1998/07/18  01:51:52
1536         Log: Assorted patches:
1537              
1538              Title:  "Fix @a=@a=qw(...) properly"
1539              From:  Stephen McCamant <alias@mcs.com>
1540              Msg-ID:  <13742.49404.367751.437966@alias-2.pr.mcs.net>
1541              Files:  opcode.h
1542              
1543              Title:  "Larry's patch to support CR LF in scripts (updated)"
1544              From:  Gisle Aas <gisle@aas.no>, larry@wall.org (Larry Wall)
1545              Msg-ID:  <199807120054.RAA19550@wall.org>, <m3iukw63da.fsf@furu.g.aas.no>
1546              Files:  t/comp/multiline.t toke.c
1547              
1548              Title:  "Change getc() docs to match behaviour. Make read() return undef on
1549              error."
1550              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1551              Msg-ID:  <199807052257.SAA10004@aatma.engin.umich.edu>
1552              Files:  pod/perlfunc.pod pp_sys.c
1553              
1554              Title:  "Update patchls utility"
1555              Files:  Porting/patchls
1556      Branch: maint-5.004/perl
1557            ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c
1558            ! t/comp/multiline.t toke.c
1559 ____________________________________________________________________________
1560 [  1524] By: gsar                                  on 1998/07/18  01:22:35
1561         Log: fix CvMUTEXP() leaks with -Dusethreads
1562      Branch: perl
1563            ! op.c toke.c
1564 ____________________________________________________________________________
1565 [  1523] By: gsar                                  on 1998/07/18  01:17:28
1566         Log: fix $/ init for multiple interpreters/threads
1567      Branch: perl
1568            ! ext/Thread/Thread.xs perl.c util.c
1569 ____________________________________________________________________________
1570 [  1522] By: gsar                                  on 1998/07/18  01:11:07
1571         Log: fix missing init that caused RE alternations to fail under
1572              -Dusethreads
1573      Branch: perl
1574            ! util.c
1575 ____________________________________________________________________________
1576 [  1521] By: TimBunce                              on 1998/07/16  22:23:25
1577         Log: Assorted patches:
1578              
1579              Title:  "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris"
1580              From:  Albert Dvornik <bert@genscan.com>, Chip Salzenberg <chip@perl.org>
1581              Msg-ID:  <19980708181055.A8005@perlsupport.com>,
1582              <tqn2adkvge.fsf@puma.genscan.com>
1583              Files:  util.c
1584              
1585              Title:  "Document perltrap on precedence of keys/values/each"
1586              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1587              Msg-ID:  <199807151857.OAA04704@aatma.engin.umich.edu>
1588              Files:  pod/perltrap.pod
1589              
1590              Title:  "perlbook.pod patch"
1591              From:  Tom Christiansen <tchrist@chthon.perl.com>
1592              Msg-ID:  <199807140037.SAA04556@chthon.perl.com>
1593              Files:  pod/perlbook.pod
1594              
1595              Title:  "perlmod.pod patch"
1596              From:  Tom Christiansen <tchrist@chthon.perl.com>
1597              Msg-ID:  <199807140109.TAA04678@chthon.perl.com>
1598              Files:  pod/perlmod.pod
1599              
1600              Title:  "Fix bug in IO::Handle->input_record_separator"
1601              From:  Robin Barker <rmb1@cise.npl.co.uk>, Swen Thuemmler
1602              <Swen.Thuemmler@paderlinx.de>
1603              Msg-ID:  <199807161400.PAA25532@tempest.cise.npl.co.uk>,
1604              <Pine.GSO.4.00.9807161649380.6537-100000@rmail>
1605              Files:  ext/IO/lib/IO/Handle.pm
1606              
1607              Title:  "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)"
1608              Files:  lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t
1609              t/lib/trig.t utils/h2ph.PL
1610              
1611              Title:  "Update hints/irix_6.sh"
1612              From:  Scott Henry <scotth@sgi.com>
1613              Msg-ID:  <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
1614              Files:  hints/irix_6.sh
1615              
1616              Title:  "Configure misses preprocessor on HP-UX (further fix)"
1617              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1618              Msg-ID:  <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
1619              Files:  hints/hpux.sh
1620              
1621              Title:  "update perlbug to v1.26 (from 5.005 beta 1)"
1622              Files:  utils/perlbug.PL
1623      Branch: maint-5.004/perl
1624            ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh
1625            ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod
1626            ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t
1627            ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL
1628 ____________________________________________________________________________
1629 [  1520] By: TimBunce                              on 1998/07/15  21:24:12
1630         Log: Assorted patches:
1631              
1632              Title:  "Add stub attrs.pm"
1633              From:  Graham Barr <gbarr@ti.com>, Gurusamy Sarathy <gsar@engin.umich.edu>
1634              Msg-ID:  <19980713163312.A18222@asic.sc.ti.com>,
1635              <199807132140.RAA09583@aatma.engin.umich.edu>
1636              Files:  MANIFEST lib/attrs.pm
1637              
1638              Title:  "Fix @a=@a=qw(...)"
1639              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant
1640              <alias@mcs.com>
1641              Msg-ID:  <13737.12300.950886.821143@alias-2.pr.mcs.net>,
1642              <199807122351.TAA05649@aatma.engin.umich.edu>
1643              Files:  op.c opcode.pl t/op/array.t
1644              
1645              Title:  "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop"
1646              From:  Gisle Aas <gisle@aas.no>, Stephen McCamant <alias@mcs.com>
1647              Msg-ID:  <13739.55551.205810.338648@alias-2.pr.mcs.net>,
1648              <m33ec4jdwn.fsf@furu.g.aas.no>
1649              Files:  sv.c
1650              
1651              Title:  "Make Power MachTen use vfork() and system malloc()"
1652              From:  Dominic Dunlop <domo@computer.org>, Jarkko Hietaniemi <jhi@iki.fi>
1653              Msg-ID:  <v03110700b1c95b010820@[195.95.102.91]>
1654              Files:  hints/machten.sh malloc.c
1655              
1656              Title:  "Use REG_INFTY in place of hardwired constant"
1657              From:  Dominic Dunlop <domo@computer.org>
1658              Msg-ID:  <v03110703b1ca662c44f8@[195.95.102.91]>
1659              Files:  regcomp.h regcomp.c regexec.c
1660              
1661              Title:  "Minor debugger fix (history adds an extra newline)"
1662              From:  Tye McQueen <tye@metronet.com>
1663              Msg-ID:  <199807151846.AA12653@metronet.com>
1664              Files:  lib/perl5db.pl
1665              
1666              Title:  "Protect Term::ReadLine against non-default $/ value"
1667              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>,
1668              kstar@chapin.edu@ig.co.uk ()
1669              Msg-ID:  <19980713151749.G8596@O2.chapin.edu>,
1670              <199807132139.RAA11270@monk.mps.ohio-state.edu>
1671              Files:  lib/Term/ReadLine.pm
1672              
1673              Title:  "Fix HP-UX 11 build (cppstdin)"
1674              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1675              Msg-ID:  <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
1676              Files:  Configure hints/hpux.sh
1677              
1678              Title:  "VMS filetest operator fixup (SS$_ACCONFLICT)"
1679              From:  Dan Sugalski <sugalskd@osshe.edu>
1680              Msg-ID:  <3.0.5.32.19980702135255.00a6ad90@ous.edu>
1681              Files:  vms/vms.c
1682      Branch: maint-5.004/perl
1683            + lib/attrs.pm
1684            ! Configure MANIFEST hints/hpux.sh hints/machten.sh
1685            ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl
1686            ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c
1687 ____________________________________________________________________________
1688 [  1519] By: nick                                  on 1998/07/15  18:56:17
1689         Log: Integrate mainline at beta1 
1690      Branch: ansiperl
1691           +> Porting/p4d2p README.mpeix Todo-5.005
1692           +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
1693           +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff
1694           +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t
1695            - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod
1696            - t/op/ipcmsg.t t/op/ipcsem.t
1697           !> (integrate 167 files)
1698
1699 ----------------
1700 Version 5.004_75        5.005 Public Beta, Issue 1
1701 ----------------
1702
1703 ____________________________________________________________________________
1704 [  1518] By: gsar                                  on 1998/07/15  10:01:41
1705         Log: add stub docs for ext/B, other minor tweaks
1706      Branch: perl
1707            ! Changes Porting/config_H config_h.SH ext/B/B.pm
1708            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm
1709            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1710            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm
1711            ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c
1712 ____________________________________________________________________________
1713 [  1517] By: gsar                                  on 1998/07/15  08:27:15
1714         Log: up patchlevel to 75 (Beta, Issue 1), add podpatch
1715              From: abigail@fnx.com
1716              Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT)
1717              Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com>
1718              Subject: [PATCH 5.004_74] pod/perlop.pod
1719      Branch: perl
1720            ! Changes patchlevel.h pod/perlop.pod win32/Makefile
1721            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1722            ! win32/makefile.mk
1723 ____________________________________________________________________________
1724 [  1516] By: gsar                                  on 1998/07/15  08:04:24
1725         Log: From:    abigail@fnx.com
1726              Date:    Wed, 15 Jul 1998 03:47:56 EDT
1727              Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com>
1728              Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<>
1729      Branch: perl
1730            ! pod/pod2man.PL
1731 ____________________________________________________________________________
1732 [  1515] By: gsar                                  on 1998/07/15  08:02:14
1733         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1734              Date:    Wed, 15 Jul 1998 03:49:24 EDT
1735              Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu>
1736              Subject: [PATCH 5.004_72] Additional targets for OS/2 build
1737      Branch: perl
1738            ! os2/Makefile.SHs
1739 ____________________________________________________________________________
1740 [  1514] By: gsar                                  on 1998/07/15  07:58:29
1741         Log: rename some long file names to be 8.3 truncation-safe
1742      Branch: perl
1743           +> Todo-5.005 perly_c.diff pod/perld4.pod
1744            - Todo.5.005 perly.c.diff pod/perldelta4.pod
1745            ! MANIFEST Porting/pumpkin.pod perly.fixer
1746 ____________________________________________________________________________
1747 [  1513] By: gsar                                  on 1998/07/15  07:35:29
1748         Log: minor tweaks to docs on qr//
1749      Branch: perl
1750            ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod
1751 ____________________________________________________________________________
1752 [  1512] By: gsar                                  on 1998/07/15  07:06:02
1753         Log: applied patch, with tab tweak suggest by Peter Prymmer
1754              From: Dan Sugalski <sugalskd@osshe.edu>
1755              Date: Tue, 14 Jul 1998 16:41:14 -0700
1756              Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu>
1757              Subject: [PATCH 5.004_74]VMS build cleanups
1758      Branch: perl
1759            ! vms/descrip_mms.template
1760 ____________________________________________________________________________
1761 [  1511] By: gsar                                  on 1998/07/15  07:03:33
1762         Log: allow perlbug -ok when STDIN it not a tty
1763              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1764              Date: Wed, 15 Jul 1998 03:24:56 +0200
1765              Message-Id: <l03130302b1d1b1e7c2a0@[194.222.64.89]>
1766              Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2
1767      Branch: perl
1768            ! utils/perlbug.PL
1769 ____________________________________________________________________________
1770 [  1510] By: gsar                                  on 1998/07/15  06:59:43
1771         Log: From: "Art Green" <Art_Green@mercmarine.com>
1772              Date: Tue, 14 Jul 1998 20:53:48 -0500
1773              Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com>
1774              Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines
1775      Branch: perl
1776            ! Configure
1777 ____________________________________________________________________________
1778 [  1509] By: gsar                                  on 1998/07/15  06:57:50
1779         Log: typecast long vs. IV compares in pp_flip/pp_flop
1780      Branch: perl
1781            ! pp_ctl.c
1782 ____________________________________________________________________________
1783 [  1508] By: gsar                                  on 1998/07/15  06:50:49
1784         Log: don't copy foreach itervar when no external refs exist
1785              From: Gisle Aas <gisle@aas.no>
1786              Date: 15 Jul 1998 03:35:25 +0200
1787              Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no>
1788              Subject: Re: Testcase for 1..n closure change
1789      Branch: perl
1790            ! pp_hot.c
1791 ____________________________________________________________________________
1792 [  1507] By: gsar                                  on 1998/07/15  06:46:41
1793         Log: applied patch, regen headers
1794              From: Stephen McCamant <alias@mcs.com>
1795              Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT)
1796              Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net>
1797              Subject: B::Deparse update for qr// and regcreset
1798      Branch: perl
1799            ! ext/B/B/Deparse.pm opcode.h opcode.pl
1800 ____________________________________________________________________________
1801 [  1506] By: gsar                                  on 1998/07/15  06:43:04
1802         Log: make pregcomp et al VIRTUAL again for PERL_OBJECT
1803              From: "Douglas Lankshear" <dougl@ActiveState.com>
1804              Date: Tue, 14 Jul 1998 16:40:30 -0700
1805              Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active>
1806              Subject: [PATCH 5.004_74]
1807      Branch: perl
1808            ! proto.h
1809 ____________________________________________________________________________
1810 [  1505] By: gsar                                  on 1998/07/15  06:41:43
1811         Log: dont use sv_dump() in -DD diagnostic
1812              From: Gisle Aas <gisle@aas.no>
1813              Date: 14 Jul 1998 23:55:36 +0200
1814              Message-ID: <m33ec4jdwn.fsf@furu.g.aas.no>
1815              Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop
1816      Branch: perl
1817            ! sv.c
1818 ____________________________________________________________________________
1819 [  1504] By: gsar                                  on 1998/07/15  06:39:37
1820         Log: add a few more thread.t tests
1821      Branch: perl
1822            ! t/lib/thread.t
1823 ____________________________________________________________________________
1824 [  1503] By: gsar                                  on 1998/07/15  06:31:33
1825         Log: fix thread.t ('join $t' ne '$t->join' !)
1826      Branch: perl
1827            ! t/lib/thread.t
1828 ____________________________________________________________________________
1829 [  1502] By: gsar                                  on 1998/07/15  06:26:00
1830         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1831              Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST)
1832              Message-Id: <199807142245.BAA09651@alpha.hut.fi>
1833              Subject: [PATCH] 5.004_74: MPE/iX final touches
1834      Branch: perl
1835            ! installperl lib/File/Copy.pm
1836 ____________________________________________________________________________
1837 [  1501] By: gsar                                  on 1998/07/15  05:59:49
1838         Log: apply (reversed) patch
1839              From: Peter Wolfe <wolfe@titan.teloseng.com>
1840              Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT)
1841              Message-Id: <199807142001.NAA26550@titan.teloseng.com>
1842              Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4
1843      Branch: perl
1844            ! ext/IPC/SysV/SysV.xs
1845 ____________________________________________________________________________
1846 [  1500] By: gsar                                  on 1998/07/15  05:57:39
1847         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1848              Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT)
1849              Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
1850              Subject: [PATCH 5.004_74] Config_74-01
1851      Branch: perl
1852            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1853            ! Porting/config_H Porting/pumpkin.pod config_h.SH
1854            ! vms/subconfigure.com win32/config.bc win32/config.gc
1855            ! win32/config.vc
1856 ____________________________________________________________________________
1857 [  1499] By: gsar                                  on 1998/07/15  05:48:38
1858         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1859              Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST)
1860              Message-Id: <199807141835.VAA09030@alpha.hut.fi>
1861              Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos
1862      Branch: perl
1863            ! t/lib/trig.t
1864 ____________________________________________________________________________
1865 [  1498] By: gsar                                  on 1998/07/15  05:47:33
1866         Log: -w, strict clean perldoc (via PM)
1867              From: Robin Barker <rmb1@cise.npl.co.uk>
1868              Date: Tue, 14 Jul 98 17:22:01 BST
1869              Message-Id: <18695.9807141622@tempest.cise.npl.co.uk>
1870              Subject: [PATCH 5.004_74] perldoc.PL
1871      Branch: perl
1872            ! utils/perldoc.PL
1873 ____________________________________________________________________________
1874 [  1497] By: gsar                                  on 1998/07/15  05:35:54
1875         Log: add comment about cpprun etc., to hints/hpux.sh
1876      Branch: perl
1877            ! hints/hpux.sh
1878 ____________________________________________________________________________
1879 [  1496] By: gsar                                  on 1998/07/15  05:15:16
1880         Log: fix warning from CGI::Carp
1881      Branch: perl
1882            ! lib/CGI/Carp.pm
1883 ____________________________________________________________________________
1884 [  1495] By: gsar                                  on 1998/07/14  23:47:18
1885         Log: fix off-by-one in win32 registry handling
1886              From: "Douglas Lankshear" <dougl@ActiveState.com>
1887              Date: Tue, 14 Jul 1998 07:39:06 -0700
1888              Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active>
1889              Subject: [PATCH 5.004_73]
1890      Branch: perl
1891            ! win32/win32.c
1892 ____________________________________________________________________________
1893 [  1494] By: gsar                                  on 1998/07/14  23:45:58
1894         Log: doc patches from Gisle Aas <gisle@aas.no>
1895              Date: 14 Jul 1998 16:18:31 +0200
1896              Message-ID: <m33ec4cy88.fsf@furu.g.aas.no>
1897              Subject: [PATCH] substr/splice changes for perldelta.pod
1898              --
1899              Date: 14 Jul 1998 20:31:27 +0200
1900              Message-ID: <m3hg0kqo74.fsf@furu.g.aas.no>
1901              Subject: [PATCH] Duplicate description of use integer %
1902      Branch: perl
1903            ! pod/perldelta.pod pod/perlop.pod
1904 ____________________________________________________________________________
1905 [  1493] By: gsar                                  on 1998/07/14  23:39:31
1906         Log: File/Spec.pm needs trailing newline
1907      Branch: perl
1908            ! lib/File/Spec.pm
1909 ____________________________________________________________________________
1910 [  1492] By: gsar                                  on 1998/07/14  21:43:03
1911         Log: unsubmitted _74 tweaks
1912      Branch: perl
1913            ! Changes mpeix/nm mpeix/relink pod/perldelta.pod
1914            ! pod/perldiag.pod
1915
1916 ----------------
1917 Version 5.004_74
1918 ----------------
1919
1920 ____________________________________________________________________________
1921 [  1491] By: gsar                                  on 1998/07/14  08:48:28
1922         Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
1923      Branch: perl
1924            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1926            ! win32/makefile.mk
1927 ____________________________________________________________________________
1928 [  1490] By: gsar                                  on 1998/07/14  08:31:13
1929         Log: From:    Gisle Aas <gisle@aas.no>
1930              Date:    14 Jul 1998 10:20:34 +0200
1931              Message-Id: <m3hg0k973h.fsf@furu.g.aas.no>
1932              Subject: [PATCH] Make -DP work (and readable)
1933      Branch: perl
1934            ! run.c
1935 ____________________________________________________________________________
1936 [  1489] By: gsar                                  on 1998/07/14  08:23:46
1937         Log: fix function parameter autovivification for pseudohashes
1938      Branch: perl
1939            ! mg.c t/op/avhv.t
1940 ____________________________________________________________________________
1941 [  1488] By: gsar                                  on 1998/07/14  07:34:45
1942         Log: merge changes#1423,1465 from maintbranch; checkin two missed files
1943              from earlier changes#1461,1478
1944      Branch: perl
1945            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c
1946            ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
1947            ! t/op/substr.t t/op/vec.t
1948 ____________________________________________________________________________
1949 [  1487] By: gsar                                  on 1998/07/14  07:04:54
1950         Log: tweak t/lib/thread.t
1951      Branch: perl
1952            ! t/lib/thread.t
1953 ____________________________________________________________________________
1954 [  1486] By: gsar                                  on 1998/07/14  06:38:15
1955         Log: applied patch, slightly tweaked
1956              From: Dan Sugalski <sugalskd@osshe.edu>
1957              Date: Mon, 13 Jul 1998 11:52:27 -0700
1958              Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu>
1959              Subject: [PATCH 5.004_73]Get re module working on VMS
1960      Branch: perl
1961            ! ext/re/Makefile.PL perl.h proto.h
1962 ____________________________________________________________________________
1963 [  1485] By: gsar                                  on 1998/07/14  06:32:58
1964         Log: add Porting/p4d2p
1965      Branch: perl
1966            + Porting/p4d2p
1967            ! MANIFEST
1968 ____________________________________________________________________________
1969 [  1484] By: gsar                                  on 1998/07/14  06:08:20
1970         Log: doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM)
1971              Date: Mon, 13 Jul 1998 19:09:09 -0600
1972              Message-Id: <199807140109.TAA04678@chthon.perl.com>
1973              Subject: perlmod.pod patch
1974              --
1975              Date: Mon, 13 Jul 1998 18:37:07 -0600
1976              Message-Id: <199807140037.SAA04556@chthon.perl.com>
1977              Subject: perlbook.pod patch
1978      Branch: perl
1979            ! pod/perlbook.pod pod/perlmod.pod
1980 ____________________________________________________________________________
1981 [  1483] By: gsar                                  on 1998/07/14  06:04:25
1982         Log: OS/2 update
1983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1984              Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu>
1985              Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT)
1986              Subject: [PATCH 5.004_72] OS/2 system() and friends additions
1987      Branch: perl
1988            ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t
1989 ____________________________________________________________________________
1990 [  1482] By: gsar                                  on 1998/07/14  06:01:12
1991         Log: more VMS patches from Dan Sugalski <sugalskd@osshe.edu>
1992              Date: Mon, 13 Jul 1998 16:37:49 -0700
1993              Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu>
1994              Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS
1995              --
1996              Date: Mon, 13 Jul 1998 15:51:09 -0700
1997              Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu>
1998              Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS
1999      Branch: perl
2000            ! t/io/iprefix.t t/lib/cgi-html.t
2001 ____________________________________________________________________________
2002 [  1481] By: gsar                                  on 1998/07/14  05:57:36
2003         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2004              Date: Mon, 13 Jul 1998 15:41:53 -0700
2005              Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu>
2006              Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS
2007      Branch: perl
2008            ! t/base/rs.t
2009 ____________________________________________________________________________
2010 [  1480] By: gsar                                  on 1998/07/14  05:56:14
2011         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2012              Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu>
2013              Date: Mon, 13 Jul 1998 15:04:27 -0700
2014              Subject: [PATCH 5.004_73]Thread tweak for VMS.C
2015      Branch: perl
2016            ! vms/vms.c
2017 ____________________________________________________________________________
2018 [  1479] By: gsar                                  on 1998/07/14  05:55:13
2019         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2020              Date: Mon, 13 Jul 1998 23:13:43 +0200
2021              Message-ID: <19980713231343.A178@cdata.tvnet.hu>
2022              Subject: [PATCH _72] Configure problem on dos-djgpp
2023      Branch: perl
2024            ! Configure
2025 ____________________________________________________________________________
2026 [  1478] By: gsar                                  on 1998/07/14  05:53:08
2027         Log: add files and tweaks needed for MPE/iX port (via PM)
2028              From: Jarkko Hietaniemi <jhi@iki.fi>
2029              Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST)
2030              Message-Id: <199807132107.AAA20603@alpha.hut.fi>
2031              Subject: MPE/iX patches for _73
2032      Branch: perl
2033            + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
2034            + mpeix/mpeixish.h mpeix/nm mpeix/relink
2035            ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl
2036            ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod
2037 ____________________________________________________________________________
2038 [  1477] By: gsar                                  on 1998/07/14  04:23:28
2039         Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING
2040              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2041              Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT)
2042              Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys>
2043              Subject: Re: _70 and Devel::RE
2044      Branch: perl
2045            ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c
2046 ____________________________________________________________________________
2047 [  1476] By: gsar                                  on 1998/07/14  04:06:25
2048         Log: minor Configure nits
2049              From: Jarkko Hietaniemi <jhi@iki.fi>
2050              Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST)
2051              Message-Id: <199807132025.XAA10771@alpha.hut.fi>
2052              Subject: Configure patches for MVS (and one x2p/Makefile.SH)
2053      Branch: perl
2054            ! Configure x2p/Makefile.SH
2055 ____________________________________________________________________________
2056 [  1475] By: gsar                                  on 1998/07/14  03:59:56
2057         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2058              Date: Mon, 13 Jul 1998 12:54:19 -0700
2059              Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu>
2060              Subject: [PATCH 5.004_73] Fixes to the VMS configuration system
2061      Branch: perl
2062            ! vms/munchconfig.c vms/subconfigure.com
2063 ____________________________________________________________________________
2064 [  1474] By: gsar                                  on 1998/07/14  03:58:13
2065         Log: make Term::Readline::get_line() independent of caller's $/
2066              From: kstar@chapin.edu
2067              Date: Mon, 13 Jul 1998 15:17:49 -0400
2068              Message-ID: <19980713151749.G8596@O2.chapin.edu>
2069              Subject: [PATCH] Was: CPAN.pm still fails
2070      Branch: perl
2071            ! lib/Term/ReadLine.pm
2072 ____________________________________________________________________________
2073 [  1473] By: gsar                                  on 1998/07/14  03:55:29
2074         Log: fix $trnl interpolation in here-docs (via PM)
2075              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2076              Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT)
2077              Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys>
2078              Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness
2079      Branch: perl
2080            ! Configure
2081 ____________________________________________________________________________
2082 [  1472] By: gsar                                  on 1998/07/14  03:50:18
2083         Log: From: Dominic Dunlop <domo@ppp52.vo.lu>
2084              Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST)
2085              Message-Id: <199807131455.PAA23621@ppp52.vo.lu>
2086              Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73]
2087      Branch: perl
2088            ! hints/machten.sh
2089 ____________________________________________________________________________
2090 [  1471] By: gsar                                  on 1998/07/14  03:49:07
2091         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2092              Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu>
2093              Date: Mon, 13 Jul 1998 12:30:05 -0700
2094              Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff
2095      Branch: perl
2096            ! configure.com vms/descrip_mms.template
2097 ____________________________________________________________________________
2098 [  1470] By: gsar                                  on 1998/07/14  03:40:14
2099         Log: consistently refer to functions as C<foo()>
2100              From: abigail@fnx.com
2101              Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT)
2102              Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com>
2103              Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod
2104      Branch: perl
2105            ! pod/perlfunc.pod
2106 ____________________________________________________________________________
2107 [  1469] By: gsar                                  on 1998/07/14  03:35:06
2108         Log: From: Tom Hughes <thh@cyberscience.com>
2109              Date: 13 Jul 1998 09:34:16 +0100
2110              Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>
2111              Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh
2112      Branch: perl
2113            ! hints/svr4.sh
2114 ____________________________________________________________________________
2115 [  1468] By: gsar                                  on 1998/07/14  03:34:03
2116         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
2117              Date: 13 Jul 1998 11:16:27 +0200
2118              Message-ID: <sfc90lyqff8.fsf@dubravka.in-berlin.de>
2119              Subject: Parallel Makefiles
2120      Branch: perl
2121            ! lib/ExtUtils/MM_Unix.pm
2122 ____________________________________________________________________________
2123 [  1467] By: gsar                                  on 1998/07/14  03:31:39
2124         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2125              Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT)
2126              Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu>
2127              Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken?
2128      Branch: perl
2129            ! t/io/pipe.t
2130 ____________________________________________________________________________
2131 [  1466] By: gsar                                  on 1998/07/14  03:29:25
2132         Log: minor tweaks to perldelta and README.win32
2133      Branch: perl
2134            ! Changes README.win32 pod/perldelta.pod
2135 ____________________________________________________________________________
2136 [  1465] By: TimBunce                              on 1998/07/13  21:33:45
2137         Log: Assorted patches:
2138              
2139              Title:  "Fix string substitution returncode problem"
2140              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
2141              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
2142              <v03110700b191a557f041@[195.95.102.114]>
2143              Files:  pp_hot.c
2144              
2145              Title:  "umask EXPR is fatal only if (EXPR & 0700) > 0"
2146              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2147              Msg-ID:  <199807111656.MAA03310@aatma.engin.umich.edu>
2148              Files:  pod/perldiag.pod pp_sys.c
2149              
2150              Title:  "Remove reference to qsort from perlfunc.pod"
2151              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2152              Msg-ID:  <199807111923.PAA05124@aatma.engin.umich.edu>
2153              Files:  pod/perlfunc.pod
2154              
2155              Title:  "Deprecate AvFILL in favor of av_len()"
2156              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2157              Msg-ID:  <199807111945.PAA05489@aatma.engin.umich.edu>
2158              Files:  pod/perlguts.pod
2159              
2160              Title:  "Further clarify effects of using quotes with m operator"
2161              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2162              Msg-ID:  <199806201921.PAA03829@aatma.engin.umich.edu>
2163              Files:  pod/perlop.pod
2164              
2165              Title:  "Add PERL_DESTRUCT_LEVEL=2 to test suite"
2166              From:  Tim Bunce
2167              Files:  t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t
2168      Branch: maint-5.004/perl
2169            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
2170            ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t
2171            ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c
2172
2173 ----------------
2174 Version 5.004_73
2175 ----------------
2176
2177 ____________________________________________________________________________
2178 [  1464] By: gsar                                  on 1998/07/13  04:41:07
2179         Log: up patchlevel to 73, update Changes &c.
2180      Branch: perl
2181            ! Changes patchlevel.h pod/perlhist.pod t/op/array.t
2182            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2183            ! win32/config_H.vc win32/makefile.mk
2184 ____________________________________________________________________________
2185 [  1463] By: gsar                                  on 1998/07/13  02:58:51
2186         Log: avoid empty rm -f in MM_Unix.pm
2187      Branch: perl
2188            ! lib/ExtUtils/MM_Unix.pm
2189 ____________________________________________________________________________
2190 [  1462] By: gsar                                  on 1998/07/13  02:54:52
2191         Log: update perldelta
2192      Branch: perl
2193            ! pod/perldelta.pod
2194 ____________________________________________________________________________
2195 [  1461] By: gsar                                  on 1998/07/13  02:44:30
2196         Log: added patch, tweaked PERL_OBJECT things
2197              From:    Graham Barr <gbarr@pobox.com>
2198              Date:    Sun, 12 Jul 1998 19:57:47 CDT
2199              Message-Id: <19980712195747.C493@pobox.com>
2200              Subject: [ PATCH perl5.004_72] patch to add qr//
2201      Branch: perl
2202            ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c
2203            ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl
2204            ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c
2205            ! regexp.h sv.c t/op/pat.t toke.c
2206 ____________________________________________________________________________
2207 [  1460] By: gsar                                  on 1998/07/13  01:25:07
2208         Log: add a few more PURIFY guards
2209      Branch: perl
2210            ! av.c sv.c
2211 ____________________________________________________________________________
2212 [  1459] By: gsar                                  on 1998/07/12  23:38:31
2213         Log: add tests for change#1458 and then some
2214      Branch: perl
2215            ! t/op/array.t
2216 ____________________________________________________________________________
2217 [  1458] By: gsar                                  on 1998/07/12  22:42:47
2218         Log: apply patch for smarter AASSIGN_COMMON detection; regen headers
2219              From:    Stephen McCamant <alias@mcs.com>
2220              Date:    Sun, 12 Jul 1998 17:17:00 CDT
2221              Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net>
2222              Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71
2223      Branch: perl
2224            ! op.c opcode.h opcode.pl
2225 ____________________________________________________________________________
2226 [  1457] By: gsar                                  on 1998/07/12  22:06:05
2227         Log: small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
2228      Branch: perl
2229            ! Configure Makefile.SH ext/Socket/Socket.xs perl.c
2230 ____________________________________________________________________________
2231 [  1456] By: gsar                                  on 1998/07/12  21:56:39
2232         Log: From: Doug MacEachern <dougm@pobox.com>
2233              Date: Sun, 12 Jul 1998 14:29:29 -0400
2234              Message-Id: <199807121829.OAA00525@postman.opengroup.org>
2235              Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT
2236      Branch: perl
2237            ! lib/ExtUtils/Embed.pm
2238 ____________________________________________________________________________
2239 [  1455] By: gsar                                  on 1998/07/12  21:54:02
2240         Log: applied installperl patch, corrected other little nits
2241              From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
2242              Date: 12 Jul 1998 16:27:21 +0200
2243              Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
2244              Subject: [5.004_72] installperl tweak
2245      Branch: perl
2246            ! Changes Configure README.win32 installperl win32/makefile.mk
2247 ____________________________________________________________________________
2248 [  1454] By: gsar                                  on 1998/07/12  10:14:24
2249         Log: update MANIFEST, Changes
2250      Branch: perl
2251            - lib/Bundle/CPAN.pm
2252            ! Changes MANIFEST
2253
2254 ----------------
2255 Version 5.004_72
2256 ----------------
2257
2258 ____________________________________________________________________________
2259 [  1453] By: gsar                                  on 1998/07/12  10:04:33
2260         Log: merge changes 1424, 1428 from maintbranch
2261      Branch: perl
2262            ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
2263 ____________________________________________________________________________
2264 [  1452] By: gsar                                  on 1998/07/12  09:46:40
2265         Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
2266              and README.win32
2267      Branch: perl
2268            ! Changes README.win32 patchlevel.h win32/Makefile
2269            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2270            ! win32/makefile.mk
2271 ____________________________________________________________________________
2272 [  1451] By: gsar                                  on 1998/07/12  07:01:26
2273         Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
2274              From: Jarkko Hietaniemi <jhi@iki.fi>
2275              Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
2276              Message-Id: <199807111451.RAA27010@alpha.hut.fi>
2277              Subject: M3 "generic" parts
2278      Branch: perl
2279            ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
2280            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
2281            ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
2282            ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
2283            ! win32/config_H.gc x2p/Makefile.SH
2284 ____________________________________________________________________________
2285 [  1450] By: gsar                                  on 1998/07/12  06:38:27
2286         Log: various tweaks for PERL_OBJECT build & test
2287      Branch: perl
2288            ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
2289            ! win32/makefile.mk win32/win32.c win32/win32iop.h
2290 ____________________________________________________________________________
2291 [  1449] By: gsar                                  on 1998/07/12  06:29:23
2292         Log: From:    andreas.koenig@kulturbox.de (Andreas J. Koenig)
2293              Date:    12 Jul 1998 08:22:16 +0200
2294              Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
2295              Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
2296      Branch: perl
2297            ! lib/CPAN.pm lib/SelfLoader.pm
2298 ____________________________________________________________________________
2299 [  1448] By: gsar                                  on 1998/07/12  05:10:50
2300         Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
2301              and runs regexes in 1000s of threads without crashing; also fixed
2302              statcache not being thread-local
2303      Branch: perl
2304            ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
2305            ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
2306            ! t/lib/thread.t thrdvar.h util.c
2307 ____________________________________________________________________________
2308 [  1447] By: gsar                                  on 1998/07/12  02:40:45
2309         Log: From:    Hugo van der Sanden <hv@crypt0.demon.co.uk>
2310              Date:    Sun, 12 Jul 1998 03:23:04 +0200
2311              Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
2312              Subject: Re: perlbug doesn't check that save succeeded
2313      Branch: perl
2314            ! utils/perlbug.PL
2315 ____________________________________________________________________________
2316 [  1446] By: gsar                                  on 1998/07/12  02:39:24
2317         Log: be generous about CRs
2318              From:    larry@wall.org (Larry Wall)
2319              Date:    Sat, 11 Jul 1998 17:54:21 PDT
2320              Message-Id: <199807120054.RAA19550@wall.org>
2321              Subject: [PATCH _71] CRs et al 
2322      Branch: perl
2323            ! toke.c
2324 ____________________________________________________________________________
2325 [  1445] By: gsar                                  on 1998/07/12  02:11:16
2326         Log: fix pp_caller() to fully traverse stacklevels
2327      Branch: perl
2328            ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
2329 ____________________________________________________________________________
2330 [  1444] By: gsar                                  on 1998/07/11  23:43:37
2331         Log: add patch, along with all the missing bits, and doc tweaks
2332              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2333              Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
2334              Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
2335              Subject: Re: [PATCH 5.004_71] Secure RE update
2336      Branch: perl
2337            ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
2338            ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
2339            ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
2340            ! t/op/pat.t t/op/subst.t
2341 ____________________________________________________________________________
2342 [  1443] By: gsar                                  on 1998/07/11  23:08:14
2343         Log: tweak to get BSDI to build IPC/SysV
2344              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2345              Date: 11 Jul 1998 16:26:44 +0300
2346              Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
2347              Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
2348      Branch: perl
2349            ! ext/IPC/SysV/SysV.xs
2350 ____________________________________________________________________________
2351 [  1442] By: gsar                                  on 1998/07/11  23:03:39
2352         Log: fix closures in optimized C<for (1..5)> (only the tests are in this
2353              change, the pp_hot.c fix accidentally went in change#1441)
2354      Branch: perl
2355            ! t/op/closure.t
2356 ____________________________________________________________________________
2357 [  1441] By: gsar                                  on 1998/07/11  22:35:40
2358         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2359              Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
2360              Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
2361              Subject: [PATCH 5.004_71] Update os2's OS2::Process
2362      Branch: perl
2363            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
2364            ! os2/OS2/Process/Process.xs pp_hot.c
2365 ____________________________________________________________________________
2366 [  1440] By: gsar                                  on 1998/07/11  19:41:59
2367         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
2368              Date: 11 Jul 1998 17:00:21 +0200
2369              Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
2370              Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
2371      Branch: perl
2372            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2373 ____________________________________________________________________________
2374 [  1439] By: gsar                                  on 1998/07/11  19:36:58
2375         Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
2376      Branch: perl
2377            ! pod/perlguts.pod win32/makedef.pl
2378 ____________________________________________________________________________
2379 [  1438] By: gsar                                  on 1998/07/11  19:14:21
2380         Log: applied patch for perlfunc tweaks, removed reference to system qsort()
2381              From: abigail@fnx.com
2382              Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
2383              Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
2384              Subject: [PATCH 5.004_71] pod/perlfunc.pod
2385      Branch: perl
2386            ! pod/perlfunc.pod
2387 ____________________________________________________________________________
2388 [  1437] By: gsar                                  on 1998/07/11  19:05:00
2389         Log: From: abigail@fnx.com
2390              Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
2391              Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
2392              Subject: [PATCH 5.004_71] pod/pod2man.PL
2393      Branch: perl
2394            ! pod/pod2man.PL
2395 ____________________________________________________________________________
2396 [  1436] By: gsar                                  on 1998/07/11  18:58:03
2397         Log: more complete version of change#1421
2398              From: Stephen McCamant <alias@mcs.com>
2399              Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
2400              Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
2401              Subject: [PATCH] Re: B::Deparse for(1..100000)
2402      Branch: perl
2403            ! ext/B/B/Deparse.pm
2404 ____________________________________________________________________________
2405 [  1435] By: gsar                                  on 1998/07/11  18:54:42
2406         Log: win32 fixes for VC 6.0 nits
2407      Branch: perl
2408            ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
2409            ! win32/win32.h
2410 ____________________________________________________________________________
2411 [  1434] By: gsar                                  on 1998/07/11  18:45:32
2412         Log: s/AVHV/pseudo-hash/ (via PM)
2413              From: Gisle Aas <gisle@aas.no>
2414              Date: 11 Jul 1998 00:16:53 +0200
2415              Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
2416              Subject: [PATCH] trivial fields.pm doc patch
2417      Branch: perl
2418            ! lib/fields.pm
2419 ____________________________________________________________________________
2420 [  1433] By: gsar                                  on 1998/07/11  18:43:11
2421         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2422              Date: Fri, 10 Jul 1998 23:12:11 +0200
2423              Message-ID: <19980710231211.A161@cdata.tvnet.hu>
2424              Subject: [PATCH _71] dos-djgpp update
2425      Branch: perl
2426            ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
2427 ____________________________________________________________________________
2428 [  1432] By: gsar                                  on 1998/07/11  18:41:00
2429         Log: applied patch, reformatted long lines in places
2430              From: Dominic Dunlop <domo@computer.org>
2431              Date: Fri, 10 Jul 1998 23:11:30 +0000
2432              Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
2433              Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
2434              warning
2435      Branch: perl
2436            ! pod/perldiag.pod regexec.c
2437 ____________________________________________________________________________
2438 [  1431] By: gsar                                  on 1998/07/11  18:29:18
2439         Log: From: "John L. Allen" <allen@grumman.com>
2440              Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
2441              Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
2442              Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
2443      Branch: perl
2444            ! hints/aix.sh
2445 ____________________________________________________________________________
2446 [  1430] By: TimBunce                              on 1998/07/11  18:15:09
2447         Log: Title:  "Fix string substitution returncode problem"
2448              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
2449              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
2450              <v03110700b191a557f041@[195.95.102.114]>
2451              Files:  pp_hot.c
2452      Branch: maint-5.004/perl
2453            ! pp_hot.c
2454 ____________________________________________________________________________
2455 [  1429] By: gsar                                  on 1998/07/11  18:07:52
2456         Log: applied patch, tweaked doc and code that does labels/indentation
2457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2458              Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
2459              Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
2460              Subject: [PATCH 5.004_71] perldebug.pod and RE
2461      Branch: perl
2462            ! pod/perldebug.pod regcomp.c regexec.c
2463 ____________________________________________________________________________
2464 [  1428] By: TimBunce                              on 1998/07/11  17:45:56
2465         Log: Assorted patches:
2466              
2467              Title:  "makerel now reads local patch list from patchlevel.h"
2468              Files:  patchlevel.h Porting/makerel
2469              
2470              Title:  "pod/pod2man.PL"
2471              From:  abigail@fnx.com
2472              Msg-ID:  <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
2473              Files:  pod/pod2man.PL
2474              
2475              Title:  "Clarify taint example in re.pm"
2476              From:  Tom Phoenix <rootbeer@teleport.com>
2477              Msg-ID:  <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
2478              Files:  lib/re.pm
2479              
2480              Title:  "Anohter ptags improvement"
2481              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
2482              Msg-ID:  <199807070059.UAA28815@monk.mps.ohio-state.edu>
2483              Files:  emacs/ptags
2484              
2485              Title:  "_71 & _04 - Make AIX hints preserve ccflags as per docs"
2486              From:  "John L. Allen" <allen@grumman.com>
2487              Msg-ID:  <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
2488              Files:  hints/aix.sh
2489      Branch: maint-5.004/perl
2490            ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
2491            ! patchlevel.h pod/pod2man.PL
2492 ____________________________________________________________________________
2493 [  1427] By: gsar                                  on 1998/07/11  17:04:47
2494         Log: make Liblist return consistently backslashed paths
2495      Branch: perl
2496            ! lib/ExtUtils/Liblist.pm
2497 ____________________________________________________________________________
2498 [  1426] By: gsar                                  on 1998/07/11  16:53:56
2499         Log: don't 'touch a2p.c', it might readonly (via PM)
2500              From: Robin Barker <rmb1@cise.npl.co.uk>
2501              Date: Fri, 10 Jul 98 17:19:54 BST
2502              Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
2503      Branch: perl
2504            ! x2p/Makefile.SH
2505 ____________________________________________________________________________
2506 [  1425] By: TimBunce                              on 1998/07/11  16:42:26
2507         Log: Title:  "Add newCONSTSUB (from 5.005_70)"
2508              Files:  embed.h proto.h global.sym op.c
2509      Branch: maint-5.004/perl
2510            ! embed.h global.sym op.c proto.h
2511 ____________________________________________________________________________
2512 [  1424] By: TimBunce                              on 1998/07/11  16:20:21
2513         Log: Title:  "Assorted fixes for Sys::Syslog.pm"
2514              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
2515              <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
2516              Msg-ID:  <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
2517              <199805270939.KAA08453@toad.ig.co.uk>,
2518              <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
2519              Files:  lib/Sys/Syslog.pm
2520      Branch: maint-5.004/perl
2521            ! lib/Sys/Syslog.pm
2522 ____________________________________________________________________________
2523 [  1423] By: TimBunce                              on 1998/07/11  15:53:37
2524         Log: Assorted patches:
2525              
2526              Title:  "umask: die if EXPR & 0700 else return undef"
2527              From:  Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
2528              Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
2529              <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
2530              kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
2531              Msg-ID:  <199805291520.QAA01615@sable.ox.ac.uk>,
2532              <199805291549.SAA01439@alpha.hut.fi>,
2533              <199805291608.RAA29283@toad.ig.co.uk>,
2534              <19980530105129.A24006@O2.chapin.edu>,
2535              <19980608133037.A8793@perlsupport.com>
2536              Files:  pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2537              
2538              Title:  "File name DynaLoader.pm.PL is 8.3 unfriendly"
2539              From:  Laszlo Molnar <molnarl@cdata.tvnet.hu>
2540              Msg-ID:  <19980610005417.G162@cdata.tvnet.hu>
2541              Files:  MANIFEST ext/DynaLoader/Makefile.PL
2542      Branch: maint-5.004/perl
2543           +> ext/DynaLoader/DynaLoader_pm.PL
2544            - ext/DynaLoader/DynaLoader.pm.PL
2545            ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
2546            ! pod/perlfunc.pod pp_sys.c
2547 ____________________________________________________________________________
2548 [  1421] By: gsar                                  on 1998/07/11  02:54:02
2549         Log: From: Gisle Aas <gisle@aas.no>
2550              Subject: [PATCH] B::Deparse for(1..100000)
2551              Date: 10 Jul 1998 14:04:44 +0200
2552              Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
2553      Branch: perl
2554            ! ext/B/B/Deparse.pm
2555 ____________________________________________________________________________
2556 [  1420] By: gsar                                  on 1998/07/11  02:28:18
2557         Log: add 'clean' target for ext/re
2558      Branch: perl
2559            ! ext/re/Makefile.PL
2560 ____________________________________________________________________________
2561 [  1419] By: gsar                                  on 1998/07/11  02:20:32
2562         Log: From: Tom Hughes <thh@cyberscience.com>
2563              Date: 10 Jul 1998 10:25:18 +0100
2564              Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
2565              Subject: [5.004_71] Patch: svr4 hints updates for Unixware
2566      Branch: perl
2567            ! hints/svr4.sh
2568 ____________________________________________________________________________
2569 [  1418] By: gsar                                  on 1998/07/11  02:19:12
2570         Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
2571              From: Jarkko Hietaniemi <jhi@iki.fi>
2572              Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
2573              Message-Id: <199807101008.NAA10817@alpha.hut.fi>
2574              Subject: Re: make minitest does not work out of the box - test subset
2575              needs pruning
2576      Branch: perl
2577            + t/lib/ipc_sysv.t
2578            - t/op/ipcmsg.t t/op/ipcsem.t
2579            ! MANIFEST
2580 ____________________________________________________________________________
2581 [  1417] By: gsar                                  on 1998/07/11  02:14:16
2582         Log: disable CR croaking (via #define, default off) in lieu of more
2583              complete fix
2584      Branch: perl
2585            ! toke.c
2586 ____________________________________________________________________________
2587 [  1416] By: gsar                                  on 1998/07/11  02:06:11
2588         Log: added patch, made linking with setargv a build option
2589              From: "Douglas Lankshear" <dougl@ActiveState.com>
2590              Date: Thu, 9 Jul 1998 09:51:42 -0700
2591              Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
2592              Subject: [PATCH 5.004_71]
2593      Branch: perl
2594            ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
2595 ____________________________________________________________________________
2596 [  1415] By: gsar                                  on 1998/07/11  01:47:19
2597         Log: From: Tom Hughes <thh@cyberscience.com>
2598              Date: 10 Jul 1998 09:01:12 +0100
2599              Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
2600              Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
2601      Branch: perl
2602            ! perl_exp.SH
2603 ____________________________________________________________________________
2604 [  1414] By: gsar                                  on 1998/07/11  01:45:45
2605         Log: make lib/re.pm a prereq for minitest
2606      Branch: perl
2607            ! Makefile.SH
2608 ____________________________________________________________________________
2609 [  1413] By: gsar                                  on 1998/07/11  01:40:56
2610         Log: add patch (via PM)
2611              From: Stephen McCamant <alias@mcs.com>
2612              Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
2613              Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
2614              Subject: Big B::Deparse update
2615      Branch: perl
2616            ! ext/B/B/Deparse.pm
2617 ____________________________________________________________________________
2618 [  1412] By: gsar                                  on 1998/07/11  00:25:17
2619         Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
2620      Branch: perl
2621            + pod/perlport.pod
2622            ! pod/perl.pod
2623 ____________________________________________________________________________
2624 [  1411] By: gsar                                  on 1998/07/10  21:53:06
2625         Log: make binmode(STDIN) not whine
2626              From: Dan Sugalski <sugalskd@osshe.edu>
2627              Date: Thu, 09 Jul 1998 16:51:27 -0700
2628              Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
2629              Subject: [PATCH 5.004_70] Fix up binmode() for VMS
2630      Branch: perl
2631            ! vms/vms.c
2632 ____________________________________________________________________________
2633 [  1410] By: gsar                                  on 1998/07/10  21:50:57
2634         Log: CPAN-1.39 update
2635              From: koenig@kulturbox.de (Andreas J. Koenig)
2636              Date: 10 Jul 1998 00:45:36 +0200
2637              Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
2638              Subject: Re: perl5.004_71 hit the stands this morn
2639      Branch: perl
2640            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2641 ____________________________________________________________________________
2642 [  1409] By: gsar                                  on 1998/07/10  21:45:10
2643         Log: manually apply patch with conflicts
2644              From: Dan Sugalski <sugalskd@osshe.edu>
2645              Date: Thu, 09 Jul 1998 12:08:33 -0700
2646              Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
2647              Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
2648      Branch: perl
2649            ! configpm
2650 ____________________________________________________________________________
2651 [  1408] By: gsar                                  on 1998/07/10  21:36:54
2652         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2653              Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
2654              Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
2655              Subject: Re: perldelta.pod [PATCH]
2656      Branch: perl
2657            ! pod/perldelta.pod
2658 ____________________________________________________________________________
2659 [  1407] By: gsar                                  on 1998/07/10  21:35:13
2660         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2661              Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
2662              Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
2663              Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
2664      Branch: perl
2665            ! ext/IPC/SysV/Makefile.PL
2666 ____________________________________________________________________________
2667 [  1406] By: gsar                                  on 1998/07/10  21:33:30
2668         Log: manually apply patch with conflicts
2669              From: kstar@chapin.edu
2670              Message-ID: <19980709093621.B7857@O2.chapin.edu>
2671              Date: Thu, 9 Jul 1998 09:36:21 -0400
2672              Subject: Re: [PATCH] 5.004_70 installperl and docs
2673      Branch: perl
2674            ! installperl
2675 ____________________________________________________________________________
2676 [  1405] By: gsar                                  on 1998/07/10  21:28:29
2677         Log: misc tweaks to docs and qsortsv() warning
2678      Branch: perl
2679            ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
2680 ____________________________________________________________________________
2681 [  1404] By: gsar                                  on 1998/07/10  21:23:53
2682         Log: add more correct version of change#1350 (as yet untested)
2683              From: joshua.pritikin@db.com
2684              Date: Thu, 9 Jul 1998 09:22:46 -0400
2685              Message-Id: <H00000e50008f277@MHS>
2686              Subject: Re: [PATCH _70] cache missing methods
2687      Branch: perl
2688            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2689 ____________________________________________________________________________
2690 [  1403] By: gsar                                  on 1998/07/10  20:46:12
2691         Log: add win32_rename() that does what docs say
2692      Branch: perl
2693            ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
2694            ! win32/win32.c win32/win32iop.h
2695 ____________________________________________________________________________
2696 [  1402] By: gsar                                  on 1998/07/10  20:19:18
2697         Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
2698              (suggested by Philippe.Simonet@swisscom.com)
2699      Branch: perl
2700            ! ext/Socket/Socket.xs
2701 ____________________________________________________________________________
2702 [  1401] By: gsar                                  on 1998/07/10  03:24:45
2703         Log: undo change#1379 (order of tests *is* significant)
2704      Branch: perl
2705            ! t/lib/posix.t
2706 ____________________________________________________________________________
2707 [  1400] By: nick                                  on 1998/07/09  17:43:14
2708         Log: Integrate mainline (_071-ish)
2709      Branch: ansiperl
2710           +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2711           +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2712           +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
2713           +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
2714           +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
2715           +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
2716           +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2717           +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
2718           +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
2719           !> (integrate 145 files)
2720
2721 ----------------
2722 Version 5.004_71
2723 ----------------
2724
2725 ____________________________________________________________________________
2726 [  1399] By: gsar                                  on 1998/07/09  12:15:12
2727         Log: update Changes, perlhist.pod, beginnings of perldelta.pod
2728      Branch: perl
2729            ! Changes pod/perldelta.pod pod/perlhist.pod
2730 ____________________________________________________________________________
2731 [  1397] By: gsar                                  on 1998/07/09  08:35:39
2732         Log: merge changes from maintbranch (1354, and relevant part of 1356); all
2733              maintenance changes upto 1356 merged
2734      Branch: perl
2735            ! pod/perldiag.pod pp_hot.c t/op/misc.t
2736 ____________________________________________________________________________
2737 [  1396] By: gsar                                  on 1998/07/09  08:02:52
2738         Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
2739              make all configs build on Solaris and win32
2740      Branch: perl
2741            + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2742            + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2743            + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
2744            ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
2745            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2746 ____________________________________________________________________________
2747 [  1395] By: gsar                                  on 1998/07/09  05:39:48
2748         Log: From:    Stephen McCamant <alias@mcs.com>
2749              Date:    Wed, 08 Jul 1998 23:16:49 CDT
2750              Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
2751              Subject: [PATCH] UNOP opclass test in B.xs
2752      Branch: perl
2753            ! ext/B/B.xs
2754 ____________________________________________________________________________
2755 [  1394] By: gsar                                  on 1998/07/09  05:37:48
2756         Log: get it building again on win32
2757      Branch: perl
2758            ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
2759            ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
2760            ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
2761            ! win32/makefile.mk
2762 ____________________________________________________________________________
2763 [  1393] By: gsar                                  on 1998/07/09  05:20:31
2764         Log: applied patch from Ilya, tweaked some to get clean static build of
2765              the ext/re stuff (untested on win32)
2766      Branch: perl
2767            ! regcomp.c regexec.c
2768 ____________________________________________________________________________
2769 [  1392] By: gsar                                  on 1998/07/09  03:56:45
2770         Log: fix installperl typo
2771              From:    kstar@chapin.edu
2772              Date:    Wed, 08 Jul 1998 23:51:57 EDT
2773              Message-Id: <19980708235157.D1380@O2.chapin.edu>
2774              Subject: Re: [PATCH] 5.004_70 installperl and docs
2775      Branch: perl
2776            ! installperl
2777 ____________________________________________________________________________
2778 [  1391] By: gsar                                  on 1998/07/09  01:48:16
2779         Log: From: Chip Salzenberg <chip@perl.org>
2780              Date: Wed, 8 Jul 1998 18:10:55 -0400
2781              Message-ID: <19980708181055.A8005@perlsupport.com>
2782              Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
2783      Branch: perl
2784            ! util.c
2785 ____________________________________________________________________________
2786 [  1390] By: gsar                                  on 1998/07/09  01:45:16
2787         Log: added patch, tweaked per Ilya's suggestion
2788              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2789              Date: Wed, 8 Jul 1998 13:34:42 +0100
2790              Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
2791              Subject: [PATCH] perl5db.pl complains about non-integer condition
2792      Branch: perl
2793            ! lib/perl5db.pl
2794 ____________________________________________________________________________
2795 [  1389] By: gsar                                  on 1998/07/09  01:42:13
2796         Log: reenable misaligned memory checks, cast to UV & check alignment
2797              From: Dominic Dunlop <domo@computer.org>
2798              Date: Wed, 8 Jul 1998 11:21:48 +0000
2799              Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
2800              Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
2801      Branch: perl
2802            ! malloc.c
2803 ____________________________________________________________________________
2804 [  1388] By: gsar                                  on 1998/07/09  01:36:22
2805         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2806              Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
2807              Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
2808              Subject: [PATCH 5.004_70] more on finding metaconfig units.
2809      Branch: perl
2810            ! Porting/pumpkin.pod
2811 ____________________________________________________________________________
2812 [  1387] By: gsar                                  on 1998/07/09  01:35:23
2813         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2814              Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
2815              Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
2816              Subject: Configure indentation patch
2817      Branch: perl
2818            ! Configure
2819 ____________________________________________________________________________
2820 [  1386] By: gsar                                  on 1998/07/09  01:33:31
2821         Log: don't try to hardlink perldiag.pod; that is no longer not needed
2822              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2823              Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
2824              Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
2825              Subject: Re: pelr installation attempts hard links between file systems
2826      Branch: perl
2827            ! installperl
2828 ____________________________________________________________________________
2829 [  1385] By: gsar                                  on 1998/07/09  01:28:05
2830         Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
2831      Branch: perl
2832            ! win32/makefile.mk
2833 ____________________________________________________________________________
2834 [  1384] By: gsar                                  on 1998/07/09  01:26:19
2835         Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
2836      Branch: perl
2837            ! t/TEST
2838 ____________________________________________________________________________
2839 [  1383] By: gsar                                  on 1998/07/09  01:06:47
2840         Log: manually apply patch with a dependency on unapplied patch
2841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2842              Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
2843              Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
2844              Subject: [PATCH 5.004_70] make quoted RE embeddable
2845      Branch: perl
2846            ! sv.c t/op/pat.t
2847 ____________________________________________________________________________
2848 [  1382] By: gsar                                  on 1998/07/09  01:02:23
2849         Log: change order of libs for extensions
2850              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2851              Date: Tue, 7 Jul 1998 23:48:05 +0200
2852              Message-ID: <19980707234805.C180@cdata.tvnet.hu>
2853              Subject: [PATCH _70] linking problem with modules
2854      Branch: perl
2855            ! lib/ExtUtils/MM_Unix.pm
2856 ____________________________________________________________________________
2857 [  1381] By: gsar                                  on 1998/07/09  00:56:12
2858         Log: patch for more flexible initialization of xsub parameters
2859              From: Tye McQueen <tye@metronet.com>
2860              Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
2861              Message-Id: <199807070004.AA16454@metronet.com>
2862              Subject: Enhanced arg inits for xsubpp
2863      Branch: perl
2864            ! lib/ExtUtils/xsubpp pod/perlxs.pod
2865 ____________________________________________________________________________
2866 [  1380] By: gsar                                  on 1998/07/09  00:44:01
2867         Log: From: Tye McQueen <tye@metronet.com>
2868              Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
2869              Message-Id: <16619-17073@lyris.activestate.com>
2870              Subject: New pl2bat.pl
2871      Branch: perl
2872            ! win32/bin/pl2bat.pl
2873 ____________________________________________________________________________
2874 [  1379] By: gsar                                  on 1998/07/09  00:30:58
2875         Log: remove ordering dependency in posix.t
2876      Branch: perl
2877            ! t/lib/posix.t
2878 ____________________________________________________________________________
2879 [  1378] By: gsar                                  on 1998/07/08  20:17:43
2880         Log: make -i'*suffix' work too
2881      Branch: perl
2882            ! doio.c
2883 ____________________________________________________________________________
2884 [  1377] By: gsar                                  on 1998/07/08  08:56:28
2885         Log: regen headers; result builds & tests on Solaris again (threaded)
2886      Branch: perl
2887            ! embedvar.h
2888 ____________________________________________________________________________
2889 [  1376] By: gsar                                  on 1998/07/08  08:55:03
2890         Log: change#1350 breaks things, back it out
2891      Branch: perl
2892            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2893 ____________________________________________________________________________
2894 [  1375] By: gsar                                  on 1998/07/08  07:47:00
2895         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2896              Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
2897              Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
2898              Subject: [PATCH 5.004_70] Switch modifiers in RE off
2899      Branch: perl
2900            ! pod/perlre.pod regcomp.c t/op/re_tests
2901 ____________________________________________________________________________
2902 [  1374] By: gsar                                  on 1998/07/08  07:41:06
2903         Log: From: Gisle Aas <gisle@aas.no>
2904              Date: 07 Jul 1998 23:08:59 +0200
2905              Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
2906              Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
2907      Branch: perl
2908            ! sv.c
2909 ____________________________________________________________________________
2910 [  1373] By: gsar                                  on 1998/07/08  07:36:01
2911         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2912              Date: Tue, 7 Jul 1998 23:47:50 +0200
2913              Message-ID: <19980707234750.A180@cdata.tvnet.hu>
2914              Subject: [PATCH _70] dos-djgpp update
2915      Branch: perl
2916            ! djgpp/config.over djgpp/djgppsed.sh
2917 ____________________________________________________________________________
2918 [  1372] By: gsar                                  on 1998/07/08  07:12:47
2919         Log: add extension to support SysV IPC
2920              From: Jarkko Hietaniemi <jhi@iki.fi>
2921              Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
2922              Message-Id: <199807062332.CAA25792@alpha.hut.fi>
2923              Subject: [PATCH] 5.004_70: IPC::SysV
2924      Branch: perl
2925            + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
2926            + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
2927            + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
2928            + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
2929            + ext/IPC/SysV/t/sem.t
2930            ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
2931            ! t/op/ipcmsg.t t/op/ipcsem.t
2932 ____________________________________________________________________________
2933 [  1371] By: gsar                                  on 1998/07/08  05:12:07
2934         Log: add patch for C<use re 'debug'>
2935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2936              Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
2937              Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
2938              Subject: Re: _70 and Devel::RE
2939      Branch: perl
2940            + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
2941            - lib/re.pm
2942            ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
2943            ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
2944 ____________________________________________________________________________
2945 [  1370] By: gsar                                  on 1998/07/08  04:27:27
2946         Log: added patch to generate PPDEF(pp_foo)
2947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2948              Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
2949              Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
2950              Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
2951      Branch: perl
2952            + pp_proto.h
2953            ! MANIFEST Makefile.SH opcode.pl proto.h
2954 ____________________________________________________________________________
2955 [  1369] By: gsar                                  on 1998/07/08  04:19:49
2956         Log: suggest 'make test' after make
2957      Branch: perl
2958            ! Makefile.SH
2959 ____________________________________________________________________________
2960 [  1368] By: gsar                                  on 1998/07/08  03:58:19
2961         Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
2962              From: Colin Kuskie <ckuskie@cadence.com>
2963              Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
2964              Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
2965              Subject: Corrected -i prefix patch
2966      Branch: perl
2967            + t/io/iprefix.t
2968            ! MANIFEST doio.c pod/perlrun.pod
2969 ____________________________________________________________________________
2970 [  1366] By: gsar                                  on 1998/07/08  02:28:30
2971         Log: From: Gisle Aas <gisle@aas.no>
2972              Date: 07 Jul 1998 17:48:36 +0200
2973              Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
2974              Subject: [PATCH] Remove some rendundant SvOOK_on tests
2975      Branch: perl
2976            ! sv.c sv.h
2977 ____________________________________________________________________________
2978 [  1365] By: gsar                                  on 1998/07/08  02:25:17
2979         Log: applied patch to clarify m//g
2980              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2981              Date: Tue, 7 Jul 1998 15:59:03 +0100
2982              Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
2983              Subject: [PATCH] Re: m//g in perlop.pod
2984      Branch: perl
2985            ! pod/perlop.pod
2986 ____________________________________________________________________________
2987 [  1364] By: gsar                                  on 1998/07/08  02:13:07
2988         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2989              Subject: [PATCH] 5.004_70 bug in perlfaq.pod
2990              Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
2991              Date: Tue, 7 Jul 1998 11:59:41 +0100
2992      Branch: perl
2993            ! pod/perlfaq.pod
2994 ____________________________________________________________________________
2995 [  1363] By: gsar                                  on 1998/07/08  02:11:11
2996         Log: applied tweak (via private mail)
2997              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2998              Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
2999              Message-Id: <199807071027.NAA20829@alpha.hut.fi>
3000              Subject: tiny perllocale.pod patch for 5.004_70
3001      Branch: perl
3002            ! pod/perllocale.pod
3003 ____________________________________________________________________________
3004 [  1362] By: gsar                                  on 1998/07/08  02:07:48
3005         Log: applied patch, various tweaks to pander to pod2man tantrums
3006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3007              Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
3008              Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
3009              Subject: [PATCH 5.004_70] CONFIGPM
3010      Branch: perl
3011            ! Porting/Glossary configpm
3012 ____________________________________________________________________________
3013 [  1361] By: gsar                                  on 1998/07/07  22:13:11
3014         Log: From: Stephen McCamant <alias@mcs.com>
3015              Date: Mon,  6 Jul 1998 21:22:17 -0500 (CDT)
3016              Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
3017              Subject: Re: Inconsistent arithmetics on refs
3018      Branch: perl
3019            ! sv.c
3020 ____________________________________________________________________________
3021 [  1360] By: gsar                                  on 1998/07/07  22:11:11
3022         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3023              Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
3024              Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
3025              Subject: [PATCH 5.004_70] Anohter ptags improvement
3026      Branch: perl
3027            ! emacs/ptags
3028 ____________________________________________________________________________
3029 [  1359] By: gsar                                  on 1998/07/07  22:08:48
3030         Log: fix accidental RE-de-optimization
3031              From: larry@wall.org (Larry Wall)
3032              Date: Mon, 6 Jul 1998 17:49:31 -0700
3033              Message-Id: <199807070049.RAA23475@wall.org>
3034              Subject: Re: before you deluge us with patches
3035              --
3036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3037              Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
3038              Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
3039              Subject: Re: before you deluge us with patches
3040      Branch: perl
3041            ! pp_hot.c regexec.c
3042 ____________________________________________________________________________
3043 [  1358] By: gsar                                  on 1998/07/07  21:36:29
3044         Log: From: Gisle Aas <gisle@aas.no>
3045              Subject: [PATCH] Evaluation of AVHVs in scalar context
3046              Date: 06 Jul 1998 21:41:14 +0200
3047              Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
3048      Branch: perl
3049            ! pp_hot.c t/op/avhv.t
3050 ____________________________________________________________________________
3051 [  1357] By: gsar                                  on 1998/07/07  21:29:46
3052         Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
3053      Branch: perl
3054            ! lib/Math/Trig.pm lib/fields.pm thread.sym
3055 ____________________________________________________________________________
3056 [  1356] By: TimBunce                              on 1998/07/07  17:19:42
3057         Log: Assorted patches:
3058              
3059              ------  BUILD PROCESS  ------
3060              
3061              Title:  "Add Test.pm (from perl 5.004_70)"
3062              Files:  MANIFEST lib/Test.pm
3063              
3064              ------  EXTENSIONS  ------
3065              
3066              Title:  "Add CR LF CRLF to Socket.pm"
3067              From:  Chris Nandor <pudge@pobox.com>
3068              Msg-ID:  <v04003a46b1b6067832a1@[24.48.28.52]>
3069              Files:  ext/Socket/Socket.pm
3070              
3071              ------  LIBRARY  ------
3072              
3073              Title:  "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
3074              Files:  lib/AutoSplit.pm
3075              
3076              Title:  "Upgrade base.pm (from perl 5.004_70)"
3077              Files:  lib/base.pm
3078              
3079              Title:  "Add File::Spec modules (from 5.004_70)"
3080              Files:  lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3081              lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3082              lib/File/Spec/Win32.pm
3083              
3084              ------  TESTS  ------
3085              
3086              Title:  "fixup test for method call on undefined value"
3087              Files:  t/op/misc.t
3088              
3089              ------  UTILITIES  ------
3090              
3091              Title:  "perlbug upgrade (from 5.004_70)"
3092              Files:  utils/perlbug.PL
3093              
3094              Title:  "Upgrade perldoc (from 5.004_70)"
3095              Files:  utils/perldoc.PL
3096      Branch: maint-5.004/perl
3097            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3098            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3099            + lib/File/Spec/Win32.pm lib/Test.pm
3100            ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
3101            ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
3102 ____________________________________________________________________________
3103 [  1355] By: TimBunce                              on 1998/07/07  14:39:51
3104         Log: Title:  "Fix memory leak in Safe module"
3105              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3106              Msg-ID:  <199806290544.BAA18463@aatma.engin.umich.edu>
3107              Files:  ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
3108      Branch: maint-5.004/perl
3109            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
3110 ____________________________________________________________________________
3111 [  1354] By: TimBunce                              on 1998/07/07  14:35:25
3112         Log: Title:  "Better error message for $undef->method call"
3113              From:  Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
3114              joshua.pritikin@db.com
3115              Msg-ID:  <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
3116              Files:  pod/perldiag.pod pp_hot.c
3117      Branch: maint-5.004/perl
3118            ! pod/perldiag.pod pp_hot.c
3119 ____________________________________________________________________________
3120 [  1353] By: gsar                                  on 1998/07/06  23:33:38
3121         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3122              Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
3123              Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
3124              Subject: [PATCH 5.004_70] Update metaconfig info
3125      Branch: perl
3126            ! Porting/pumpkin.pod
3127 ____________________________________________________________________________
3128 [  1352] By: gsar                                  on 1998/07/06  23:30:54
3129         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3130              Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
3131              Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
3132              Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
3133      Branch: perl
3134            ! Configure INSTALL Policy_sh.SH Porting/Glossary
3135            ! Porting/config.sh Porting/config_H
3136 ____________________________________________________________________________
3137 [  1351] By: gsar                                  on 1998/07/06  23:24:47
3138         Log: try harder to run non-executable tests
3139      Branch: perl
3140            ! t/TEST
3141 ____________________________________________________________________________
3142 [  1350] By: gsar                                  on 1998/07/06  23:12:17
3143         Log: add patch to improve method caching, regen headers
3144              From: joshua.pritikin@db.com
3145              Date: Mon, 6 Jul 1998 09:19:29 -0400
3146              Message-Id: <H00000e50008a518@MHS>
3147              Subject: [PATCH _70] cache missing methods
3148      Branch: perl
3149            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
3150 ____________________________________________________________________________
3151 [  1349] By: TimBunce                              on 1998/07/06  23:03:16
3152         Log: Assorted patches:
3153              
3154              ------  BUILD PROCESS  ------
3155              
3156              Title:  "Configure: Workaround bash CDPATH oddity"
3157              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3158              Msg-ID:  <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
3159              Files:  Configure
3160              
3161              Title:  "Don't suppress display of Makefile recipes that invoke perl"
3162              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3163              Msg-ID:  <199806252213.SAA08545@aatma.engin.umich.edu>
3164              Files:  Makefile.SH
3165              
3166              ------  CORE LANGUAGE  ------
3167              
3168              Title:  "one more^Wless quad unpack bug"
3169              From:  Jarkko Hietaniemi <jhi@iki.fi>
3170              Msg-ID:  <199806301132.OAA27353@alpha.hut.fi>
3171              Files:  pp.c
3172              
3173              Title:  "minor fixups to bring maint closer to devel for patching"
3174              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3175              Msg-ID:  <199805200046.UAA19284@aatma.engin.umich.edu>
3176              Files:  pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
3177              
3178              Title:  "-Pw switches used together report bogus error"
3179              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3180              Msg-ID:  <199806252331.TAA10160@aatma.engin.umich.edu>
3181              Files:  perl.c
3182              
3183              Title:  "Add doc and perl home page info to -v output"
3184              From:  Tom Christiansen <tchrist@jhereg.perl.com>
3185              Msg-ID:  <199802172229.PAA29309@jhereg.perl.com>
3186              Files:  perl.c
3187              
3188              Title:  "Fix C<@a = (%a = 1)> bizarreness"
3189              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
3190              <tchrist@jhereg.perl.com>
3191              Msg-ID:  <199807012026.OAA31507@jhereg.perl.com>,
3192              <199807012339.TAA26024@aatma.engin.umich.edu>
3193              Files:  pp_hot.c
3194              
3195              Title:  "make find_script() return saved string, reenable missing
3196              diagnostics"
3197              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3198              Msg-ID:  <199806262224.SAA00422@aatma.engin.umich.edu>
3199              Files:  perl.c util.c
3200              
3201              Title:  "minor e_script optimization"
3202              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3203              Msg-ID:  <199807060704.DAA25988@aatma.engin.umich.edu>
3204              Files:  perl.c
3205              
3206              ------  DOCUMENTATION  ------
3207              
3208              Title:  "Insecure $ENV{} message out of step with perldiag"
3209              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3210              Msg-ID:  <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
3211              Files:  pod/perldiag.pod pod/perlsec.pod
3212              
3213              Title:  "documenting close without arguments"
3214              From:  Tom Phoenix <rootbeer@teleport.com>
3215              Msg-ID:  <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
3216              Files:  pod/perlfunc.pod
3217              
3218              Title:  "pod for scalar .. op"
3219              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3220              Msg-ID:  <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
3221              Files:  pod/perlop.pod
3222              
3223              ------  EXTENSIONS  ------
3224              
3225              Title:  "Fcntl: add few constants, enhance maintainability"
3226              From:  Jarkko Hietaniemi <jhi@iki.fi>
3227              Msg-ID:  <199806221558.SAA18626@alpha.hut.fi>
3228              Files:  ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
3229              
3230              ------  LIBRARY  ------
3231              
3232              Title:  "Fix undef warnings in Text::Parsewords"
3233              From:  Jarkko Hietaniemi <jhi@iki.fi>
3234              Msg-ID:  <199806300842.LAA26409@alpha.hut.fi>
3235              Files:  lib/Text/ParseWords.pm
3236              
3237              Title:  "Add Symbol::delete_package()"
3238              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3239              Msg-ID:  <199807060702.DAA25976@aatma.engin.umich.edu>
3240              Files:  pod/perlembed.pod lib/Symbol.pm
3241      Branch: maint-5.004/perl
3242            ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
3243            ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
3244            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
3245            ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
3246            ! t/op/split.t taint.c util.c
3247 ____________________________________________________________________________
3248 [  1348] By: gsar                                  on 1998/07/06  22:55:56
3249         Log: remove #! line from Errno_pm.PL
3250      Branch: perl
3251            ! ext/Errno/Errno_pm.PL
3252 ____________________________________________________________________________
3253 [  1347] By: gsar                                  on 1998/07/06  22:51:34
3254         Log: added patch to fix Cwd.pm warnings, fixed a couple more places
3255              From: Gisle Aas <gisle@aas.no>
3256              Date: 06 Jul 1998 13:08:53 +0200
3257              Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
3258              Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
3259      Branch: perl
3260            ! lib/Cwd.pm
3261 ____________________________________________________________________________
3262 [  1346] By: gsar                                  on 1998/07/06  22:20:29
3263         Log: much simpler fix to typecheck read/sysread/recv, as suggested by
3264              Stephen McCamant
3265      Branch: perl
3266            ! op.c
3267 ____________________________________________________________________________
3268 [  1345] By: gsar                                  on 1998/07/06  21:58:52
3269         Log: undo ck_sysread() changes#1319,1337 in preparation for a much
3270              simpler fix
3271      Branch: perl
3272            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
3273            ! opcode.pl proto.h
3274 ____________________________________________________________________________
3275 [  1344] By: TimBunce                              on 1998/07/06  21:51:05
3276         Log: Title:  "Fix for broken goto &xsub"
3277              From:  Albert Dvornik <bert@genscan.com>,
3278              Msg-ID:  <tq4sxawf2h.fsf@puma.genscan.com>
3279              Files:  MANIFEST pp_ctl.c t/op/goto_xs.t
3280      Branch: maint-5.004/perl
3281            + t/op/goto_xs.t
3282            ! MANIFEST pp_ctl.c
3283 ____________________________________________________________________________
3284 [  1343] By: TimBunce                              on 1998/07/06  21:40:14
3285         Log: Title:  "Undo sub stub optimization and add comments on GV_FOO constants"
3286              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3287              Msg-ID:  <199807050841.EAA25114@aatma.engin.umich.edu>
3288              Files:  gv.h gv.c op.c toke.c
3289      Branch: maint-5.004/perl
3290            ! gv.c gv.h op.c toke.c
3291 ____________________________________________________________________________
3292 [  1342] By: gsar                                  on 1998/07/06  20:57:06
3293         Log: From:    Gisle Aas <gisle@aas.no>
3294              Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
3295              Date:    06 Jul 1998 21:52:12 +0200
3296              Subject: Keepers of the Patch Pumpkin
3297      Branch: perl
3298            ! Changes
3299 ____________________________________________________________________________
3300 [  1341] By: gsar                                  on 1998/07/06  20:43:35
3301         Log: remove dup entry in perldiag
3302      Branch: perl
3303            ! pod/perldiag.pod
3304 ____________________________________________________________________________
3305 [  1340] By: gsar                                  on 1998/07/06  20:31:44
3306         Log: more reasonable diagnostic on keyword vs. sub ambiguity
3307      Branch: perl
3308            ! pod/perldiag.pod toke.c
3309 ____________________________________________________________________________
3310 [  1339] By: gsar                                  on 1998/07/06  19:23:06
3311         Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
3312      Branch: perl
3313            ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
3314            ! sv.c toke.c util.c
3315 ____________________________________________________________________________
3316 [  1338] By: gsar                                  on 1998/07/06  18:45:35
3317         Log: per Larry suggestion, toss change#1327 and fix the documentation
3318              to match behavior instead
3319      Branch: perl
3320            ! pod/perlfunc.pod pp_sys.c
3321 ____________________________________________________________________________
3322 [  1337] By: gsar                                  on 1998/07/06  17:15:26
3323         Log: allow read(FH,threadsv,...)
3324      Branch: perl
3325            ! op.c
3326
3327 ----------------
3328 Version 5.004_70
3329 ----------------
3330
3331 ____________________________________________________________________________
3332 [  1336] By: gsar                                  on 1998/07/06  09:06:33
3333         Log: 5.004_70 tweaks
3334      Branch: perl
3335            ! Changes win32/Makefile win32/makefile.mk
3336 ____________________________________________________________________________
3337 [  1335] By: gsar                                  on 1998/07/06  07:05:37
3338         Log: update Changes
3339      Branch: perl
3340            ! Changes pod/perldiag.pod
3341 ____________________________________________________________________________
3342 [  1334] By: gsar                                  on 1998/07/06  06:41:17
3343         Log: allow eval-groups in patterns only if they C<use re 'eval';>
3344      Branch: perl
3345            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
3346            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
3347 ____________________________________________________________________________
3348 [  1333] By: gsar                                  on 1998/07/06  03:22:52
3349         Log: From: Hans Mulder <hansm@icgroup.nl>
3350              Date: Mon,  6 Jul 98 02:11:32 +0200
3351              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
3352              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
3353      Branch: perl
3354            ! malloc.c
3355 ____________________________________________________________________________
3356 [  1332] By: gsar                                  on 1998/07/06  03:18:34
3357         Log: added Errno-1.09 from CPAN
3358      Branch: perl
3359            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
3360 ____________________________________________________________________________
3361 [  1331] By: gsar                                  on 1998/07/06  02:59:09
3362         Log: fix small memleak on -e, don't try to find_script() when e_script
3363      Branch: perl
3364            ! perl.c
3365 ____________________________________________________________________________
3366 [  1330] By: gsar                                  on 1998/07/06  00:40:24
3367         Log: add Symbol::delete_package()
3368      Branch: perl
3369            ! lib/Symbol.pm pod/perlembed.pod
3370 ____________________________________________________________________________
3371 [  1329] By: gsar                                  on 1998/07/05  23:05:40
3372         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
3373              From: Stephen McCamant <alias@mcs.com>
3374              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
3375              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
3376              Subject: [PATCH] alignment in X[IN]V allocation
3377      Branch: perl
3378            ! sv.c
3379 ____________________________________________________________________________
3380 [  1328] By: gsar                                  on 1998/07/05  22:47:57
3381         Log: make read() return undef on errors as documented, and clarify docs
3382      Branch: perl
3383            ! pod/perlfunc.pod pp_sys.c
3384 ____________________________________________________________________________
3385 [  1327] By: gsar                                  on 1998/07/05  22:11:21
3386         Log: fix getc() to return empty string instead of undef on eof, as it was
3387              documented to behave; still returns undef on error
3388      Branch: perl
3389            ! pp_sys.c
3390 ____________________________________________________________________________
3391 [  1326] By: gsar                                  on 1998/07/05  21:53:30
3392         Log: patch whitespace-mutiliated; applied manually
3393              From: Hans Mulder <hansm@icgroup.nl>
3394              Date: Sun,  5 Jul 98 23:23:20 +0200
3395              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
3396              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
3397      Branch: perl
3398            ! ext/Errno/Errno_pm.PL
3399 ____________________________________________________________________________
3400 [  1325] By: gsar                                  on 1998/07/05  21:38:39
3401         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
3402              From: Tom Christiansen <tchrist@jhereg.perl.com>
3403              Date: Sun, 05 Jul 1998 09:15:22 -0500
3404              Subject: Re: docpatch 
3405              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
3406      Branch: perl
3407            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3408            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3409            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3410            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
3411            ! pod/perlrun.pod
3412 ____________________________________________________________________________
3413 [  1324] By: gsar                                  on 1998/07/05  21:06:56
3414         Log: applied patch, and undid change#1302 which it made unnecessary
3415              From: Billy <wdconsta@cs.adelaide.edu.au>
3416              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
3417              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
3418              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
3419      Branch: perl
3420            ! t/lib/h2ph.t utils/h2ph.PL
3421 ____________________________________________________________________________
3422 [  1323] By: gsar                                  on 1998/07/05  20:56:39
3423         Log: fix t/lib/fields.t's @INC so make test runs
3424      Branch: perl
3425            ! t/lib/fields.t
3426 ____________________________________________________________________________
3427 [  1322] By: gsar                                  on 1998/07/05  20:26:43
3428         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
3429      Branch: perl
3430            ! gv.c gv.h toke.c
3431 ____________________________________________________________________________
3432 [  1321] By: gsar                                  on 1998/07/05  07:41:50
3433         Log: sundry win32 config tweaks
3434      Branch: perl
3435            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
3436            ! win32/config.gc win32/config.vc win32/config_H.bc
3437            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
3438            ! win32/config_sh.PL win32/makefile.mk
3439 ____________________________________________________________________________
3440 [  1320] By: gsar                                  on 1998/07/05  06:30:35
3441         Log: update Changes
3442      Branch: perl
3443            ! Changes
3444 ____________________________________________________________________________
3445 [  1319] By: gsar                                  on 1998/07/05  06:27:37
3446         Log: add ck_sysread() for better sysread/read/recv sanity
3447      Branch: perl
3448            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
3449            ! opcode.pl proto.h
3450 ____________________________________________________________________________
3451 [  1318] By: gsar                                  on 1998/07/05  04:34:05
3452         Log: From: Stephen McCamant <alias@mcs.com>
3453              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
3454              Subject: [PATCH] Document B::Deparse, add pp_threadsv
3455              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
3456      Branch: perl
3457            ! ext/B/B/Deparse.pm
3458 ____________________________________________________________________________
3459 [  1317] By: gsar                                  on 1998/07/05  04:15:25
3460         Log: added patch with tweak to doc
3461              From: Chip Salzenberg <chip@perl.org>
3462              Message-ID: <19980704205136.A16319@perlsupport.com>
3463              Date: Sat, 4 Jul 1998 20:51:36 -0400
3464              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
3465      Branch: perl
3466            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
3467 ____________________________________________________________________________
3468 [  1316] By: gsar                                  on 1998/07/05  03:56:22
3469         Log: Porting/Glossary goes podly into Config.pm
3470      Branch: perl
3471            ! Porting/Glossary configpm
3472 ____________________________________________________________________________
3473 [  1315] By: gsar                                  on 1998/07/05  02:50:18
3474         Log: add suggested tool as an example in ExtUtils::Packlist
3475              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
3476              Message-Id: <199807031028.LAA10456@sale-wts>
3477              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
3478              Subject: Re: [make install] another horror story
3479      Branch: perl
3480            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
3481 ____________________________________________________________________________
3482 [  1314] By: gsar                                  on 1998/07/05  02:28:04
3483         Log: avoid race condition (storing ptr to SV before incrementing its
3484              REFCNT) and warning in newRV()
3485      Branch: perl
3486            ! sv.c
3487 ____________________________________________________________________________
3488 [  1313] By: gsar                                  on 1998/07/05  02:06:40
3489         Log: applied suggested fix for xhv_array sizing, with portability tweaks
3490              From: Gisle Aas <gisle@aas.no>
3491              Subject: Re: [PATCH] Re: perl5.004_69 core dump
3492              Date: 04 Jul 1998 10:20:35 +0200
3493              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
3494      Branch: perl
3495            ! hv.c
3496 ____________________________________________________________________________
3497 [  1312] By: gsar                                  on 1998/07/05  01:36:45
3498         Log: From: Gisle Aas <gisle@aas.no>
3499              Subject: [PATCH] hv_max may be a few too many
3500              Date: 04 Jul 1998 09:28:46 +0200
3501              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
3502      Branch: perl
3503            ! doop.c
3504 ____________________________________________________________________________
3505 [  1311] By: gsar                                  on 1998/07/05  00:35:27
3506         Log: patchlevel up to 5.004_70, various tweaks
3507              * fix taint problems due to maintbranch regression
3508              * PERL_OBJECT now builds again
3509              * deal with C++ strong-typing problems in hv.c
3510              * fix mismatch in "reserved word" diagnostic
3511      Branch: perl
3512            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
3513            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
3514 ____________________________________________________________________________
3515 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
3516         Log: Remove old RE //t flag from scan_subst().
3517      Branch: maint-5.004/perl
3518            ! toke.c
3519 ____________________________________________________________________________
3520 [  1309] By: gsar                                  on 1998/07/04  08:32:53
3521         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
3522      Branch: perl
3523            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
3524 ____________________________________________________________________________
3525 [  1307] By: gsar                                  on 1998/07/04  07:00:14
3526         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
3527      Branch: perl
3528            ! pp_hot.c t/op/local.t
3529 ____________________________________________________________________________
3530 [  1306] By: gsar                                  on 1998/07/04  05:52:34
3531         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
3532              From: joshua.pritikin@db.com
3533              Date: Wed, 1 Jul 1998 10:09:43 -0400
3534              Message-Id: <H00000e500086fb3@MHS>
3535              Subject: [PATCH _69] sv_2mortal fix
3536      Branch: perl
3537            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
3538 ____________________________________________________________________________
3539 [  1305] By: gsar                                  on 1998/07/04  05:46:42
3540         Log: add patch preextend global string table, tweak for 512 entries
3541              From: Gisle Aas <gisle@aas.no>
3542              Date: 04 Jul 1998 01:04:08 +0200
3543              Subject: Re: [PATCH] Re: perl5.004_69 core dump
3544              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
3545      Branch: perl
3546            ! perl.c
3547 ____________________________________________________________________________
3548 [  1304] By: gsar                                  on 1998/07/04  05:40:35
3549         Log: simplify xhv_array sizing
3550              From: Gisle Aas <gisle@aas.no>
3551              Date: 04 Jul 1998 00:49:42 +0200
3552              Subject: Re: [PATCH] Re: perl5.004_69 core dump
3553              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
3554      Branch: perl
3555            ! hv.c
3556 ____________________________________________________________________________
3557 [  1303] By: gsar                                  on 1998/07/04  05:37:29
3558         Log: make 4-arg win32_select() sleep more reasonably on false values
3559              From: Blair Zajac <blair@gps.caltech.edu>
3560              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
3561              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
3562              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
3563              --
3564              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
3565              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
3566              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
3567      Branch: perl
3568            ! win32/win32sck.c
3569 ____________________________________________________________________________
3570 [  1302] By: gsar                                  on 1998/07/04  05:32:50
3571         Log: adjust h2ph.t for dos-specific problem
3572              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3573              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
3574              Date: Fri, 3 Jul 1998 23:45:25 +0200
3575              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
3576      Branch: perl
3577            ! t/lib/h2ph.t
3578 ____________________________________________________________________________
3579 [  1301] By: gsar                                  on 1998/07/04  05:31:04
3580         Log: fix CPAN.pm problem, OS2 tweaks
3581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3582              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
3583              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
3584              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
3585      Branch: perl
3586            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
3587            ! lib/ExtUtils/MakeMaker.pm
3588 ____________________________________________________________________________
3589 [  1300] By: gsar                                  on 1998/07/04  05:27:20
3590         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3591              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
3592              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
3593              Subject: [PATCH 5.004_68] Add elc target to to makefile
3594      Branch: perl
3595            ! Makefile.SH
3596 ____________________________________________________________________________
3597 [  1299] By: gsar                                  on 1998/07/04  05:25:56
3598         Log: newer emacs/cperl-mode.el (via private mail)
3599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3600              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
3601              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
3602              Subject: [PATCH 5.004_68] cperl-mode
3603      Branch: perl
3604            ! emacs/cperl-mode.el
3605 ____________________________________________________________________________
3606 [  1298] By: gsar                                  on 1998/07/04  05:22:41
3607         Log: From: Dominic Dunlop <domo@computer.org>
3608              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
3609              Date: Thu, 2 Jul 1998 22:57:26 +0000
3610              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
3611      Branch: perl
3612            ! hints/machten.sh malloc.c
3613 ____________________________________________________________________________
3614 [  1297] By: gsar                                  on 1998/07/04  05:20:52
3615         Log: allow a flags args to fbm_instr() for future needs
3616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3617              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
3618              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
3619              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
3620      Branch: perl
3621            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
3622 ____________________________________________________________________________
3623 [  1296] By: gsar                                  on 1998/07/04  05:16:15
3624         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3625              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
3626              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
3627              Subject: [PATCH 5.004_69] INSTALL-1.39
3628      Branch: perl
3629            ! INSTALL
3630 ____________________________________________________________________________
3631 [  1295] By: gsar                                  on 1998/07/04  05:15:05
3632         Log: Configure update
3633              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
3634              Date: Wed, 1 Jul 98 23:07:50 EDT
3635              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
3636              Subject: [PATCH 5.004_69] Config_69-01
3637      Branch: perl
3638            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
3639            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
3640            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
3641 ____________________________________________________________________________
3642 [  1294] By: gsar                                  on 1998/07/04  05:10:25
3643         Log: add perlbug -F switch to save message to file
3644              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
3645              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
3646              Date: Wed, 1 Jul 1998 21:14:22 +0200
3647              Subject: Re: [PATCH 5.004_69] perlbug -fok
3648      Branch: perl
3649            ! Makefile.SH utils/perlbug.PL
3650 ____________________________________________________________________________
3651 [  1293] By: gsar                                  on 1998/07/04  05:06:52
3652         Log: catch nonexistent backrefs in REs
3653              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
3654              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
3655              Date: Wed, 1 Jul 1998 20:14:05 +0200
3656              Subject: Re: [PATCH _66] for bad backrefs
3657              --
3658              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
3659              Date: Wed, 1 Jul 1998 20:47:16 +0200
3660              Subject: Re: [PATCH _66] for bad backrefs
3661      Branch: perl
3662            ! regcomp.c t/op/re_tests util.c
3663 ____________________________________________________________________________
3664 [  1292] By: gsar                                  on 1998/07/04  05:02:01
3665         Log: fix perlcc to not rm output file, and other -w(arts)
3666      Branch: perl
3667            ! utils/perlcc.PL
3668 ____________________________________________________________________________
3669 [  1291] By: gsar                                  on 1998/07/04  04:30:03
3670         Log: ignore stash entries that are not GVs in dump.c
3671      Branch: perl
3672            ! dump.c
3673 ____________________________________________________________________________
3674 [  1290] By: gsar                                  on 1998/07/04  03:55:10
3675         Log: cleaner page headers from pod2man
3676      Branch: perl
3677            ! pod/pod2man.PL
3678 ____________________________________________________________________________
3679 [  1288] By: gsar                                  on 1998/07/04  03:16:39
3680         Log: tweaks to Getopt::Std
3681              From: Robin Barker <rmb1@cise.npl.co.uk>
3682              Date: Tue, 30 Jun 98 14:45:49 BST
3683              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
3684              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
3685              --
3686              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
3687              To: perl5-porters@perl.org
3688              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
3689      Branch: perl
3690            ! lib/Getopt/Std.pm
3691 ____________________________________________________________________________
3692 [  1287] By: gsar                                  on 1998/07/04  03:13:02
3693         Log: added patch, with tweaks
3694              From: Gisle Aas <gisle@aas.no>
3695              Date: 03 Jul 1998 00:50:15 +0200
3696              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
3697              Subject: [PATCH] Some AVHV documentation
3698      Branch: perl
3699            ! pod/perlref.pod
3700 ____________________________________________________________________________
3701 [  1286] By: gsar                                  on 1998/07/04  02:53:26
3702         Log: applied patch with tweaks to prose
3703              From: Gisle Aas <gisle@aas.no>
3704              Subject: [PATCH] Simplified AVHV support
3705              Date: 30 Jun 1998 13:34:07 +0200
3706              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
3707      Branch: perl
3708            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
3709            ! pp.c proto.h t/op/avhv.t
3710 ____________________________________________________________________________
3711 [  1285] By: gsar                                  on 1998/07/04  02:30:48
3712         Log: tweak doc for ".."
3713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3714              Subject: [PATCH] pod for scalar ..
3715              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
3716              Date: Tue, 30 Jun 1998 12:14:50 +0100
3717      Branch: perl
3718            ! pod/perlop.pod
3719 ____________________________________________________________________________
3720 [  1284] By: gsar                                  on 1998/07/04  02:28:43
3721         Log: fix use of uninitialized var in pp_unpack()
3722              From: Jarkko Hietaniemi <jhi@iki.fi>
3723              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
3724              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
3725              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
3726      Branch: perl
3727            ! pp.c
3728 ____________________________________________________________________________
3729 [  1283] By: gsar                                  on 1998/07/04  02:26:37
3730         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3731              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
3732              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
3733              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
3734      Branch: perl
3735            ! lib/Text/ParseWords.pm
3736 ____________________________________________________________________________
3737 [  1282] By: gsar                                  on 1998/07/04  02:24:32
3738         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
3739              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
3740              Date: Mon, 29 Jun 1998 16:53:56 -0700
3741              Subject: [PATCH 5.004_69]README.vms doc patch
3742              --
3743              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
3744              Date: Mon, 29 Jun 1998 16:51:25 -0700
3745              --
3746              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
3747              Date: Thu, 02 Jul 1998 13:53:57 -0700
3748              Subject: [PATCH 5.004_69]VMS filetest operator fixup
3749      Branch: perl
3750            ! README.vms vms/descrip_mms.template vms/vms.c
3751 ____________________________________________________________________________
3752 [  1281] By: gsar                                  on 1998/07/04  02:17:48
3753         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3754              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
3755              Date: Mon, 29 Jun 1998 16:46:25 -0700
3756              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
3757      Branch: perl
3758            ! vms/subconfigure.com
3759 ____________________________________________________________________________
3760 [  1280] By: gsar                                  on 1998/07/04  02:16:03
3761         Log: don't attempt to copy directories on VMS
3762              From: Dan Sugalski <sugalskd@osshe.edu>
3763              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
3764              Date: Mon, 29 Jun 1998 16:31:29 -0700
3765              Subject: [PATCH 5.004_69]Tweak to installperl
3766      Branch: perl
3767            ! installperl
3768 ____________________________________________________________________________
3769 [  1279] By: gsar                                  on 1998/07/04  02:09:26
3770         Log: add 'installhtml*dir' to win32 config templates
3771              From: "Douglas Lankshear" <dougl@ActiveState.com>
3772              Subject: [PATCH 5.004_68] For Win32 config
3773              Date: Mon, 29 Jun 1998 09:00:13 -0700
3774              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
3775      Branch: perl
3776            ! win32/config.bc win32/config.gc win32/config.vc
3777 ____________________________________________________________________________
3778 [  1278] By: gsar                                  on 1998/07/04  02:06:23
3779         Log: implemented described fix for h2ph hanging on "enum"
3780              From: Billy <wdconsta@cs.adelaide.edu.au>
3781              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
3782              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
3783              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
3784      Branch: perl
3785            ! utils/h2ph.PL
3786 ____________________________________________________________________________
3787 [  1277] By: gsar                                  on 1998/07/04  01:51:47
3788         Log: merge changes#1210,1211,1270 from maintbranch
3789      Branch: perl
3790            + lib/re.pm
3791            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
3792            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
3793            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3794 ____________________________________________________________________________
3795 [  1276] By: gsar                                  on 1998/07/04  00:33:37
3796         Log: deprecate use of reserved word "our" (Larry's idea)
3797              Date: Mon, 22 Jun 1998 08:55:09 -0700
3798              From: larry@wall.org (Larry Wall)
3799              Message-Id: <199806221555.IAA07212@wall.org>
3800              Subject: Re: our
3801      Branch: perl
3802            ! pod/perldiag.pod toke.c
3803 ____________________________________________________________________________
3804 [  1275] By: nick                                  on 1998/07/02  18:36:59
3805         Log: Integrate mainline, just to keep up.
3806      Branch: ansiperl
3807           +> t/lib/fields.t
3808            - lib/Math/Trig/Radial.pm
3809           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3810           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
3811           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
3812           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
3813           !> win32/config.bc win32/config.gc win32/config.vc
3814           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
3815           !> win32/win32iop.h
3816 ____________________________________________________________________________
3817 [  1274] By: gsar                                  on 1998/07/02  16:47:20
3818         Log: tweak win32/config.* variables
3819      Branch: perl
3820            ! win32/config.bc win32/config.gc win32/config.vc
3821 ____________________________________________________________________________
3822 [  1273] By: gsar                                  on 1998/07/02  16:33:53
3823         Log: export opendir() set of functions on win32
3824      Branch: perl
3825            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
3826            ! win32/win32iop.h
3827 ____________________________________________________________________________
3828 [  1272] By: gsar                                  on 1998/07/01  23:21:49
3829         Log: fix C<@a = (%a = 1)> bizarreness
3830      Branch: perl
3831            ! pp_hot.c
3832 ____________________________________________________________________________
3833 [  1271] By: gsar                                  on 1998/06/30  22:49:39
3834         Log: document perltrap on precedence of keys/values/each
3835      Branch: perl
3836            ! pod/perltrap.pod
3837 ____________________________________________________________________________
3838 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
3839         Log: Added lib/re.pm missing from change 1210
3840      Branch: maint-5.004/perl
3841            + lib/re.pm
3842 ____________________________________________________________________________
3843 [  1269] By: gsar                                  on 1998/06/30  08:20:52
3844         Log: From:    Murray Nesbitt <murray@ActiveState.com>
3845              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
3846              Date:    Mon, 29 Jun 1998 14:30:59 PDT
3847              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
3848      Branch: perl
3849            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3850 ____________________________________________________________________________
3851 [  1268] By: gsar                                  on 1998/06/30  05:38:34
3852         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
3853              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
3854              Date:    Mon, 29 Jun 1998 15:04:57 -0000
3855              Subject: [PATCH perl5.004_69] perldoc.PL
3856      Branch: perl
3857            ! utils/perldoc.PL
3858 ____________________________________________________________________________
3859 [  1267] By: gsar                                  on 1998/06/30  05:34:06
3860         Log: add patch to integrate Math::Trig::Radial into Math::Trig
3861              From: Jarkko Hietaniemi <jhi@iki.fi>
3862              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
3863              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
3864              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
3865      Branch: perl
3866            - lib/Math/Trig/Radial.pm
3867            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
3868 ____________________________________________________________________________
3869 [  1266] By: gsar                                  on 1998/06/30  05:17:33
3870         Log: From:    Gisle Aas <gisle@aas.no>
3871              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
3872              Date:    29 Jun 1998 12:36:09 +0200
3873              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
3874      Branch: perl
3875            + t/lib/fields.t
3876            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
3877            ! t/op/array.t
3878 ____________________________________________________________________________
3879 [  1265] By: gsar                                  on 1998/06/30  05:12:57
3880         Log: tweaks to overloaded constants (change#1259)
3881      Branch: perl
3882            ! scope.c scope.h toke.c
3883 ____________________________________________________________________________
3884 [  1264] By: nick                                  on 1998/06/29  17:38:03
3885         Log: Integrate mainline c. _69 to ansiperl
3886      Branch: ansiperl
3887           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
3888           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
3889           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
3890           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
3891           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
3892           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
3893           !> (integrate 100 files)
3894
3895 ----------------
3896 Version 5.004_69
3897 ----------------
3898
3899 ____________________________________________________________________________
3900 [  1263] By: gsar                                  on 1998/06/29  09:17:28
3901         Log: update Changes and perlhist.pod
3902      Branch: perl
3903            ! Changes pod/perlhist.pod
3904 ____________________________________________________________________________
3905 [  1262] By: gsar                                  on 1998/06/29  08:26:36
3906         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
3907              under several build configurations)
3908      Branch: perl
3909            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
3910            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
3911            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3912 ____________________________________________________________________________
3913 [  1261] By: gsar                                  on 1998/06/29  06:51:10
3914         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
3915      Branch: perl
3916            ! scope.h
3917 ____________________________________________________________________________
3918 [  1260] By: gsar                                  on 1998/06/29  06:46:12
3919         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
3920              Date:    Mon, 29 Jun 1998 08:10:46 +0200
3921              From:    ts <decoux@moulon.inra.fr>
3922              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
3923      Branch: perl
3924            ! pod/perlembed.pod
3925 ____________________________________________________________________________
3926 [  1259] By: gsar                                  on 1998/06/29  06:01:35
3927         Log: added patch for overloading constants, made PERL_OBJECT-aware
3928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3929              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
3930              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
3931      Branch: perl
3932            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
3933            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
3934            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
3935            ! t/pragma/overload.t toke.c
3936 ____________________________________________________________________________
3937 [  1258] By: gsar                                  on 1998/06/29  05:32:25
3938         Log: fix Socket.pm typo from change#1240
3939      Branch: perl
3940            ! ext/Socket/Socket.pm
3941 ____________________________________________________________________________
3942 [  1257] By: gsar                                  on 1998/06/29  05:09:24
3943         Log: applied patch, tweak for threads awareness
3944              From: Albert Dvornik <bert@genscan.com>
3945              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
3946              Date: 24 Jun 1998 19:33:09 -0400
3947              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
3948      Branch: perl
3949            + t/op/goto_xs.t
3950            ! MANIFEST pp_ctl.c
3951 ____________________________________________________________________________
3952 [  1256] By: gsar                                  on 1998/06/29  03:34:18
3953         Log: applied patch, fixed one more leak, tweaked whitespace bugs
3954              From: Guy Decoux <decoux@moulon.inra.fr>
3955              (via)
3956              Date: Fri, 26 Jun 1998 09:59:32 -0400
3957              From: "Chunhui Teng" <cteng@nortel.ca>
3958              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
3959              Subject: Memory leak in Perl 5.004 and the fix
3960      Branch: perl
3961            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
3962 ____________________________________________________________________________
3963 [  1255] By: gsar                                  on 1998/06/29  02:50:37
3964         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
3965              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
3966              Date: 28 Jun 1998 23:47:07 +0200
3967              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
3968      Branch: perl
3969            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3970 ____________________________________________________________________________
3971 [  1254] By: gsar                                  on 1998/06/28  21:35:02
3972         Log: From: joshua.pritikin@db.com
3973              Date: Fri, 26 Jun 1998 09:34:34 -0400
3974              Message-Id: <H00000e500081d23@MHS>
3975              Subject: [PATCH _68] PUSHSTACK renovation
3976      Branch: perl
3977            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
3978 ____________________________________________________________________________
3979 [  1253] By: gsar                                  on 1998/06/28  21:21:22
3980         Log: From: Stephen McCamant <alias@mcs.com>
3981              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
3982              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
3983              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
3984      Branch: perl
3985            ! perlvars.h sv.c
3986 ____________________________________________________________________________
3987 [  1252] By: gsar                                  on 1998/06/28  21:16:34
3988         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3989              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
3990              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
3991              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
3992      Branch: perl
3993            ! regcomp.c
3994 ____________________________________________________________________________
3995 [  1251] By: gsar                                  on 1998/06/28  21:14:32
3996         Log: add Math/Trig/Radial.pm, update MANIFEST
3997              From: Jarkko Hietaniemi <jhi@iki.fi>
3998              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
3999              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
4000              Subject: Math::Trig::Radial ?
4001      Branch: perl
4002            + lib/Math/Trig/Radial.pm
4003            ! MANIFEST
4004 ____________________________________________________________________________
4005 [  1250] By: gsar                                  on 1998/06/28  21:09:48
4006         Log: applied patch, tweaked doc, and regen regnodes.h
4007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4008              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
4009              Subject: [PATCH 5.004_68] \z in RE
4010              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
4011      Branch: perl
4012            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
4013            ! t/op/re_tests t/op/regexp.t toke.c
4014 ____________________________________________________________________________
4015 [  1249] By: gsar                                  on 1998/06/28  20:56:38
4016         Log: From: mike@bill.iac.net
4017              Message-ID: <19980627034913.A32220@bill.minivend.com>
4018              Date: Sat, 27 Jun 1998 03:49:13 +0000
4019              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
4020      Branch: perl
4021            ! lib/Text/ParseWords.pm t/lib/parsewords.t
4022 ____________________________________________________________________________
4023 [  1248] By: gsar                                  on 1998/06/28  20:54:43
4024         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4025              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
4026              Subject: [PATCH] Fix ptags
4027              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
4028      Branch: perl
4029            ! emacs/ptags
4030 ____________________________________________________________________________
4031 [  1247] By: gsar                                  on 1998/06/28  20:42:54
4032         Log: apply patch sent via private mail
4033              From: Stephen McCamant <alias@mcs.com>
4034              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
4035              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
4036              Subject: Re: Enhanced B::Deparse 
4037      Branch: perl
4038            ! ext/B/B/Deparse.pm
4039 ____________________________________________________________________________
4040 [  1246] By: gsar                                  on 1998/06/28  20:38:24
4041         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4042              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
4043              Subject: [PATCH 5.004_68] pat.t tests
4044              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
4045      Branch: perl
4046            ! t/op/pat.t
4047 ____________________________________________________________________________
4048 [  1245] By: gsar                                  on 1998/06/28  20:36:08
4049         Log: From: joshua.pritikin@db.com
4050              Date: Fri, 26 Jun 1998 10:02:32 -0400
4051              Message-Id: <H00000e500081d28@MHS>
4052              Subject: [PATCH _68] improve recursive error messages!
4053      Branch: perl
4054            ! gv.c pod/perldiag.pod universal.c
4055 ____________________________________________________________________________
4056 [  1244] By: gsar                                  on 1998/06/28  20:09:02
4057         Log: From: Dominic Dunlop <domo@vo.lu>
4058              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
4059              Date: Thu, 25 Jun 1998 17:46:55 +0000
4060              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
4061              to op/pat.t; add tests for a few  more regexp parse failures etc.
4062      Branch: perl
4063            ! t/op/pat.t t/op/re_tests t/op/regexp.t
4064 ____________________________________________________________________________
4065 [  1243] By: gsar                                  on 1998/06/28  20:06:30
4066         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
4067              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4068              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
4069              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
4070              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
4071      Branch: perl
4072            ! perl_exp.SH
4073 ____________________________________________________________________________
4074 [  1242] By: gsar                                  on 1998/06/28  20:01:28
4075         Log: 
4076              From: Gisle Aas <gisle@aas.no>
4077              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
4078              Date: 25 Jun 1998 10:32:43 +0200
4079              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
4080      Branch: perl
4081            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
4082 ____________________________________________________________________________
4083 [  1241] By: gsar                                  on 1998/06/28  19:55:11
4084         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
4085              From: Stephen McCamant <alias@mcs.com>
4086              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
4087              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
4088              Subject: [PATCH REPOST] refgen in opcode.pl
4089      Branch: perl
4090            ! opcode.h opcode.pl
4091 ____________________________________________________________________________
4092 [  1240] By: gsar                                  on 1998/06/28  19:46:29
4093         Log: From: Chris Nandor <pudge@pobox.com>
4094              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
4095              Date: Wed, 24 Jun 1998 19:58:28 -0400
4096              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
4097      Branch: perl
4098            ! ext/Socket/Socket.pm
4099 ____________________________________________________________________________
4100 [  1239] By: gsar                                  on 1998/06/28  19:44:19
4101         Log: From: Gisle Aas <gisle@aas.no>
4102              Subject: [PATCH] Optimize foreach (1..1000000)
4103              Date: 24 Jun 1998 20:26:48 +0200
4104              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
4105      Branch: perl
4106            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
4107            ! pp_hot.c t/op/range.t
4108 ____________________________________________________________________________
4109 [  1238] By: gsar                                  on 1998/06/28  19:28:13
4110         Log: avoid creation of %^R
4111              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4112              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
4113              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
4114              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
4115      Branch: perl
4116            ! perl.c t/op/splice.t
4117 ____________________________________________________________________________
4118 [  1237] By: gsar                                  on 1998/06/28  19:23:40
4119         Log: From: Gisle Aas <gisle@aas.no>
4120              Subject: [PATCH] Negative LENGTH argument to splice
4121              Date: 24 Jun 1998 15:11:35 +0200
4122              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
4123      Branch: perl
4124            + t/op/splice.t
4125            ! MANIFEST pod/perlfunc.pod pp.c
4126 ____________________________________________________________________________
4127 [  1236] By: gsar                                  on 1998/06/28  19:18:29
4128         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4129              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
4130              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
4131              Date: Wed, 24 Jun 1998 13:13:02 +0100
4132      Branch: perl
4133            ! pod/perldiag.pod pod/perlsec.pod
4134 ____________________________________________________________________________
4135 [  1235] By: gsar                                  on 1998/06/28  19:16:13
4136         Log: Complex.pm update
4137              From: Jarkko Hietaniemi <jhi@iki.fi>
4138              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
4139              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
4140              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
4141      Branch: perl
4142            ! lib/Math/Complex.pm t/lib/complex.t
4143 ____________________________________________________________________________
4144 [  1234] By: gsar                                  on 1998/06/28  19:13:05
4145         Log: disable perl malloc on UNICOS for now
4146              From: Jarkko Hietaniemi <jhi@iki.fi>
4147              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
4148              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
4149              Subject: [PATCH] 5.004_68: UNICOS hints
4150      Branch: perl
4151            ! hints/unicos.sh
4152 ____________________________________________________________________________
4153 [  1233] By: gsar                                  on 1998/06/28  19:10:53
4154         Log: fixes unpack("q"...), and semctl() tests for UNICOS
4155              From: Jarkko Hietaniemi <jhi@iki.fi>
4156              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
4157              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
4158              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
4159      Branch: perl
4160            ! pp.c t/op/ipcsem.t t/op/pack.t
4161 ____________________________________________________________________________
4162 [  1232] By: gsar                                  on 1998/06/28  19:01:23
4163         Log: tweak various places for iperlsys.h awareness
4164      Branch: perl
4165            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
4166            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
4167 ____________________________________________________________________________
4168 [  1231] By: gsar                                  on 1998/06/28  18:37:07
4169         Log: add a perlio.h stub for compat (some extensions seem to #include it)
4170      Branch: perl
4171            + perlio.h
4172 ____________________________________________________________________________
4173 [  1230] By: gsar                                  on 1998/06/28  18:35:23
4174         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
4175              Date: Wed, 24 Jun 1998 00:37:01 +0200
4176              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4177              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
4178      Branch: perl
4179            ! pod/pod2text.PL
4180 ____________________________________________________________________________
4181 [  1229] By: gsar                                  on 1998/06/28  18:33:42
4182         Log: hand apply mutiliated patch
4183              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
4184              Date: Tue, 23 Jun 1998 11:41:00 -0700
4185              From: Dan Sugalski <sugalskd@osshe.edu>
4186              Subject: [PATCH 5.004_68]Configure update for VMS
4187      Branch: perl
4188            ! configure.com vms/descrip_mms.template vms/subconfigure.com
4189 ____________________________________________________________________________
4190 [  1228] By: gsar                                  on 1998/06/28  17:17:35
4191         Log: hand apply whitespace mutiliated patch
4192              Date: Tue, 23 Jun 98 16:38:06 BST
4193              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
4194              From: Robin Barker <rmb1@cise.npl.co.uk>
4195              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
4196      Branch: perl
4197            ! utils/perlbug.PL
4198 ____________________________________________________________________________
4199 [  1227] By: gsar                                  on 1998/06/28  17:14:34
4200         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
4201              From: Tom Phoenix <rootbeer@teleport.com>
4202              Subject: [PATCH] documenting close without arguments
4203              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
4204      Branch: perl
4205            ! pod/perlfunc.pod
4206 ____________________________________________________________________________
4207 [  1226] By: gsar                                  on 1998/06/28  17:12:56
4208         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
4209              From: Tom Phoenix <rootbeer@teleport.com>
4210              Subject: Better diags for vars.pm
4211              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
4212      Branch: perl
4213            ! lib/vars.pm
4214 ____________________________________________________________________________
4215 [  1225] By: gsar                                  on 1998/06/28  17:05:59
4216         Log: hand apply whitespace mutiliated perldoc.PL patches
4217              Date: Tue, 23 Jun 98 15:49:52 BST
4218              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
4219              From: Robin Barker <rmb1@cise.npl.co.uk>
4220              Subject: PATCH [5.004_68] perldoc.PL
4221              --
4222              Date: Fri, 26 Jun 98 17:50:05 BST
4223              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
4224              From: Robin Barker <rmb1@cise.npl.co.uk>
4225              Subject: [PATCH 5.004_68] perldoc.PL
4226      Branch: perl
4227            ! utils/perldoc.PL
4228 ____________________________________________________________________________
4229 [  1224] By: gsar                                  on 1998/06/28  16:50:59
4230         Log: integrate ansiperl to get makedef.pl tweak
4231      Branch: perl
4232            ! Porting/pumpkin.pod win32/makedef.pl
4233 ____________________________________________________________________________
4234 [  1223] By: gsar                                  on 1998/06/28  16:33:32
4235         Log: add CGI-2.42, its and testsuite
4236      Branch: perl
4237            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
4238            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
4239            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
4240            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
4241            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
4242            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
4243            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
4244            ! lib/CGI/Switch.pm
4245 ____________________________________________________________________________
4246 [  1222] By: gsar                                  on 1998/06/28  15:28:29
4247         Log: enable Errno build on win32, add Errno-1.08 files to repository
4248      Branch: perl
4249            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
4250            + ext/Errno/Makefile.PL t/lib/errno.t
4251            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
4252            ! win32/config.vc win32/makefile.mk
4253 ____________________________________________________________________________
4254 [  1221] By: gsar                                  on 1998/06/28  14:34:06
4255         Log: tweak win32 config templates for cpp
4256      Branch: perl
4257            ! win32/config.bc win32/config.gc win32/config.vc
4258 ____________________________________________________________________________
4259 [  1220] By: nick                                  on 1998/06/26  16:46:13
4260         Log: Integrate mainline
4261      Branch: ansiperl
4262           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
4263           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
4264           !> util.c win32/win32.h
4265 ____________________________________________________________________________
4266 [  1219] By: gsar                                  on 1998/06/26  04:33:57
4267         Log: make find_script() return saved string, reenable missing diagnostics
4268      Branch: perl
4269            ! perl.c util.c
4270 ____________________________________________________________________________
4271 [  1218] By: gsar                                  on 1998/06/25  23:24:53
4272         Log: avoid warning with -P switch
4273      Branch: perl
4274            ! perl.c
4275 ____________________________________________________________________________
4276 [  1217] By: gsar                                  on 1998/06/25  22:06:58
4277         Log: don't suppress display of Makefile recipes that invoke perl
4278      Branch: perl
4279            ! Makefile.SH
4280 ____________________________________________________________________________
4281 [  1216] By: gsar                                  on 1998/06/25  21:32:06
4282         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
4283              in RVs
4284      Branch: perl
4285            ! sv.c
4286 ____________________________________________________________________________
4287 [  1215] By: gsar                                  on 1998/06/25  18:56:59
4288         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
4289      Branch: perl
4290            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4291 ____________________________________________________________________________
4292 [  1214] By: gsar                                  on 1998/06/25  18:11:22
4293         Log: add FILE_SHARE_DELETE ifndef in win32.h
4294      Branch: perl
4295            ! win32/win32.h
4296 ____________________________________________________________________________
4297 [  1213] By: nick                                  on 1998/06/24  17:18:59
4298         Log: Correct perl malloc tweak to .def generation
4299      Branch: ansiperl
4300            ! win32/makedef.pl
4301 ____________________________________________________________________________
4302 [  1212] By: gsar                                  on 1998/06/24  12:40:13
4303         Log: check in what change#1182 didn't, and Changes
4304      Branch: perl
4305            ! Changes pod/perlre.pod pod/perlvar.pod
4306 ____________________________________________________________________________
4307 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
4308         Log: Update test count in t/lib/basename.t (see change 1210)
4309      Branch: maint-5.004/perl
4310            ! t/lib/basename.t
4311 ____________________________________________________________________________
4312 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
4313         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
4314              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
4315              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
4316              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
4317              <199805261143.MAA04260@toad.ig.co.uk>,
4318              <199805261235.IAA10371@aatma.engin.umich.edu>,
4319              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
4320              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
4321              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
4322      Branch: maint-5.004/perl
4323            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
4324            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
4325            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
4326 ____________________________________________________________________________
4327 [  1209] By: nick                                  on 1998/06/23  21:33:34
4328         Log: Perl_malloced_size() only available with perl's malloc
4329      Branch: ansiperl
4330            ! win32/makefile.mk
4331 ____________________________________________________________________________
4332 [  1208] By: nick                                  on 1998/06/23  18:15:23
4333         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
4334              so see what has changed...
4335      Branch: ansiperl
4336           +> Porting/genlog iperlsys.h lib/File/Spec.pm
4337           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4338           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4339           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
4340           +> t/lib/filespec.t win32/perlhost.h
4341            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
4342            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
4343            - perlproc.h perlsock.h
4344           !> (integrate 96 files)
4345
4346 ----------------
4347 Version 5.004_68
4348 ----------------
4349
4350 ____________________________________________________________________________
4351 [  1207] By: gsar                                  on 1998/06/23  10:55:05
4352         Log: final touches to 5.004_68
4353      Branch: perl
4354            ! perl.c
4355 ____________________________________________________________________________
4356 [  1206] By: gsar                                  on 1998/06/23  10:50:10
4357         Log: more MULTIPLICITY tweaks
4358      Branch: perl
4359            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
4360            ! win32/config.gc win32/config.vc win32/config_H.bc
4361            ! win32/config_H.gc win32/config_H.vc
4362 ____________________________________________________________________________
4363 [  1205] By: gsar                                  on 1998/06/23  09:03:46
4364         Log: partial MULTIPLICITY cleanup
4365      Branch: perl
4366            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
4367            ! thrdvar.h
4368 ____________________________________________________________________________
4369 [  1204] By: gsar                                  on 1998/06/23  09:00:48
4370         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
4371      Branch: perl
4372            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
4373 ____________________________________________________________________________
4374 [  1203] By: gsar                                  on 1998/06/23  07:08:02
4375         Log: bump patchlevel to 68, Porting/makerel tweaks
4376      Branch: perl
4377            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
4378            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4379 ____________________________________________________________________________
4380 [  1202] By: gsar                                  on 1998/06/23  06:16:19
4381         Log: remove atomic.h pending resolution of licensing issues,
4382              EMULATE_ATOMIC_REFCOUNTS everywhere
4383      Branch: perl
4384            - atomic.h
4385            ! MANIFEST perl.h sv.h
4386 ____________________________________________________________________________
4387 [  1201] By: gsar                                  on 1998/06/23  06:06:23
4388         Log: applied patch, regen headers
4389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4390              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
4391              Subject: [PATCH 5.004_67] Malloc size feedback
4392              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
4393      Branch: perl
4394            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
4395            ! pp_sys.c proto.h sv.c toke.c
4396 ____________________________________________________________________________
4397 [  1200] By: gsar                                  on 1998/06/23  05:59:09
4398         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
4399              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
4400              From: Stephen McCamant <alias@mcs.com>
4401              Subject: [PATCH] Inheritance of B:: classes
4402      Branch: perl
4403            ! ext/B/B.pm
4404 ____________________________________________________________________________
4405 [  1199] By: gsar                                  on 1998/06/23  05:57:58
4406         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
4407              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
4408              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
4409              Subject: [PATCH] _67: somebody said POSIX::mknod?
4410              From: Jarkko Hietaniemi <jhi@iki.fi>
4411      Branch: perl
4412            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
4413            ! ext/POSIX/POSIX.xs perl.h
4414 ____________________________________________________________________________
4415 [  1198] By: gsar                                  on 1998/06/23  05:48:56
4416         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
4417              From: Daniel Grisinger <dgris@perrin.dimensional.com>
4418              Subject: PATCH [5.004_67] perldoc.PL
4419              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
4420      Branch: perl
4421            ! utils/perldoc.PL
4422 ____________________________________________________________________________
4423 [  1197] By: gsar                                  on 1998/06/23  05:47:24
4424         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
4425              Date: Mon, 22 Jun 1998 09:29:18 -0700
4426              From: Dan Sugalski <sugalskd@ous.edu>
4427              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
4428      Branch: perl
4429            ! lib/AutoSplit.pm
4430 ____________________________________________________________________________
4431 [  1196] By: gsar                                  on 1998/06/23  05:45:19
4432         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
4433              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
4434              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
4435              From: Jarkko Hietaniemi <jhi@iki.fi>
4436      Branch: perl
4437            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
4438 ____________________________________________________________________________
4439 [  1195] By: gsar                                  on 1998/06/23  05:43:32
4440         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
4441              Date: Mon, 22 Jun 1998 15:22:24 +0000
4442              From: Dominic Dunlop <domo@vo.lu>
4443              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
4444              update machten.sh to vary REG_INFTY
4445      Branch: perl
4446            ! hints/machten.sh t/op/re_tests t/op/regexp.t
4447 ____________________________________________________________________________
4448 [  1194] By: gsar                                  on 1998/06/23  05:38:36
4449         Log: filter out array subscripts when generating symbols for AIX
4450              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
4451              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
4452              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
4453              From: Jarkko Hietaniemi <jhi@iki.fi>
4454      Branch: perl
4455            ! perl_exp.SH
4456 ____________________________________________________________________________
4457 [  1193] By: gsar                                  on 1998/06/23  05:32:52
4458         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
4459              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
4460              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
4461              From: Lupe Christoph <lupe@alanya.m.isar.de>
4462              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
4463      Branch: perl
4464            ! hints/solaris_2.sh
4465 ____________________________________________________________________________
4466 [  1192] By: gsar                                  on 1998/06/23  05:27:13
4467         Log: add detailed changelogs and 'genlog'--the script which generates them
4468      Branch: perl
4469            + Porting/genlog
4470            ! Changes INSTALL
4471 ____________________________________________________________________________
4472 [  1191] By: gsar                                  on 1998/06/22  15:56:27
4473         Log: tweak win32 makefiles for PERL_OBJECT build
4474      Branch: perl
4475            ! win32/Makefile win32/makefile.mk
4476 ____________________________________________________________________________
4477 [  1190] By: gsar                                  on 1998/06/22  04:06:02
4478         Log: backout change#1178 as it was dependent on an unapplied patch,
4479              fix filespec.t to know its @INC
4480      Branch: perl
4481            ! sv.c t/lib/filespec.t
4482 ____________________________________________________________________________
4483 [  1189] By: gsar                                  on 1998/06/22  03:47:43
4484         Log: eliminate use of tokenbuf in util.c
4485      Branch: perl
4486            ! util.c
4487 ____________________________________________________________________________
4488 [  1188] By: gsar                                  on 1998/06/22  01:53:59
4489         Log: add patch that generates regnodes.h via regcomp.pl
4490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4491              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
4492              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
4493              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
4494      Branch: perl
4495            + regcomp.pl regcomp.sym regnodes.h
4496            ! MANIFEST Makefile.SH regcomp.h
4497 ____________________________________________________________________________
4498 [  1187] By: gsar                                  on 1998/06/22  01:42:21
4499         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4500              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
4501              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
4502              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
4503      Branch: perl
4504            ! pp_ctl.c pp_hot.c
4505 ____________________________________________________________________________
4506 [  1186] By: gsar                                  on 1998/06/22  01:14:14
4507         Log: merge relevant portions from maintbranch change#1155
4508      Branch: perl
4509            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
4510            ! pod/perlrun.pod pp_hot.c
4511 ____________________________________________________________________________
4512 [  1185] By: gsar                                  on 1998/06/22  00:59:28
4513         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4514              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
4515              Subject: [PATCH 5.004_67] Zero-length matching bug
4516              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
4517      Branch: perl
4518            ! regexec.c t/op/pat.t
4519 ____________________________________________________________________________
4520 [  1184] By: gsar                                  on 1998/06/22  00:57:27
4521         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
4522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4523              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
4524              Subject: Re: _67 not okay
4525              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
4526      Branch: perl
4527            ! malloc.c
4528 ____________________________________________________________________________
4529 [  1183] By: gsar                                  on 1998/06/22  00:53:37
4530         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4531              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
4532              Subject: [PATCH 5.004_67] Test study/re/
4533              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
4534      Branch: perl
4535            ! t/op/pat.t
4536 ____________________________________________________________________________
4537 [  1182] By: gsar                                  on 1998/06/21  21:25:07
4538         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4539              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
4540              Subject: [PATCH 5.004_67] $^R documented
4541              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
4542      Branch: perl
4543            ! pod/perlre.pod pod/perlvar.pod
4544 ____________________________________________________________________________
4545 [  1181] By: gsar                                  on 1998/06/21  21:23:41
4546         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4547              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
4548              Subject: [PATCH 5.004_67] Re docs
4549              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
4550      Branch: perl
4551            ! pod/perlop.pod pod/perlre.pod
4552 ____________________________________________________________________________
4553 [  1180] By: gsar                                  on 1998/06/21  21:22:16
4554         Log: adapted contents of message into comments in malloc.c and INSTALL
4555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4556              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
4557              Subject: [5.004_67] malloc.c -Defines
4558              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
4559      Branch: perl
4560            ! INSTALL malloc.c
4561 ____________________________________________________________________________
4562 [  1179] By: gsar                                  on 1998/06/21  07:26:35
4563         Log: applied patch, with edits to the prose
4564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4565              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
4566              Subject: [PATCH 5.004_67] Error variables compared
4567              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
4568      Branch: perl
4569            ! pod/perlvar.pod
4570 ____________________________________________________________________________
4571 [  1178] By: gsar                                  on 1998/06/21  07:07:16
4572         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4573              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
4574              Subject: [PATCH 5.004_67] print study /re/ broken
4575              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
4576      Branch: perl
4577            ! sv.c
4578 ____________________________________________________________________________
4579 [  1177] By: gsar                                  on 1998/06/21  07:06:10
4580         Log: applied patch, tweaked wording
4581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4582              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
4583              Subject: [PATCH 5.004_67] Documentation patch for malloc
4584              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
4585      Branch: perl
4586            ! malloc.c pod/perldiag.pod
4587 ____________________________________________________________________________
4588 [  1176] By: gsar                                  on 1998/06/21  07:00:30
4589         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4590              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
4591              Subject: [PATCH 5.004_67] Cosmetic malloc patch
4592              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
4593      Branch: perl
4594            ! malloc.c
4595 ____________________________________________________________________________
4596 [  1175] By: gsar                                  on 1998/06/21  06:58:37
4597         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
4598              Date: Fri, 19 Jun 1998 16:00:57 -0700
4599              From: Dan Sugalski <sugalskd@osshe.edu>
4600              Subject: [PATCH 5.004_67] fixup patches for VMS
4601      Branch: perl
4602            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
4603            ! t/op/taint.t vms/test.com vms/vms.c
4604 ____________________________________________________________________________
4605 [  1174] By: gsar                                  on 1998/06/21  06:55:18
4606         Log: applied VMS patch from Dan Sugalski
4607              Date: Fri, 19 Jun 1998 15:36:34 -0700
4608              From: SYSTEM@cedar.osshe.edu
4609              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
4610              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
4611      Branch: perl
4612            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
4613            ! vms/descrip_mms.template vms/gen_shrfls.pl
4614            ! vms/subconfigure.com
4615 ____________________________________________________________________________
4616 [  1173] By: gsar                                  on 1998/06/21  06:51:38
4617         Log: applied patch, modified logic to avoid reentering lexer at compile-time
4618              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
4619              Date: Fri, 19 Jun 1998 11:31:04 -0500
4620              From: Graham Barr <gbarr@ti.com>
4621              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
4622      Branch: perl
4623            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
4624            ! lib/English.pm
4625 ____________________________________________________________________________
4626 [  1172] By: gsar                                  on 1998/06/21  06:27:57
4627         Log: applied patch, along with many changes:
4628              - ipfoo.h headers have been coalesced along with perlfoo.h into
4629              iperlsys.h
4630              - win32/cp*.h have been combined in perlhost.h
4631              - CPerlObj::PerlParse() takes an extra xsinit arg
4632              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
4633              From: "Douglas Lankshear" <dougl@ActiveState.com>
4634              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
4635              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
4636              Date: Fri, 19 Jun 1998 10:59:50 -0700
4637      Branch: perl
4638            + iperlsys.h win32/perlhost.h
4639            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
4640            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
4641            - perlsock.h
4642            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
4643            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
4644            ! win32/runperl.c win32/win32.h
4645 ____________________________________________________________________________
4646 [  1171] By: gsar                                  on 1998/06/21  00:44:42
4647         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
4648              From: Daniel Grisinger <dgris@perrin.dimensional.com>
4649              Subject: Re: PATCH _67 (Doc) perlop.pod 
4650              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
4651      Branch: perl
4652            ! pod/perlop.pod
4653 ____________________________________________________________________________
4654 [  1170] By: gsar                                  on 1998/06/21  00:43:06
4655         Log: a tweaked version of:
4656              From: "Douglas Lankshear" <dougl@ActiveState.com>
4657              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
4658              Date: Wed, 17 Jun 1998 20:25:51 -0700
4659              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
4660      Branch: perl
4661            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
4662 ____________________________________________________________________________
4663 [  1169] By: gsar                                  on 1998/06/21  00:10:18
4664         Log: added patch, regen headers
4665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4666              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
4667              Subject: Re: Ilya's patches
4668              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
4669      Branch: perl
4670            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
4671 ____________________________________________________________________________
4672 [  1168] By: gsar                                  on 1998/06/21  00:05:01
4673         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
4674              From: Tom Phoenix <rootbeer@teleport.com>
4675              Subject: [PATCH] docs creating files via open
4676              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
4677      Branch: perl
4678            ! pod/perlfunc.pod
4679 ____________________________________________________________________________
4680 [  1167] By: gsar                                  on 1998/06/21  00:03:34
4681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4682              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
4683              Subject: [PATCH 5.004_67] Better version of malloc improver
4684              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
4685      Branch: perl
4686            ! malloc.c
4687 ____________________________________________________________________________
4688 [  1166] By: gsar                                  on 1998/06/20  23:59:23
4689         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
4690      Branch: perl
4691            ! pod/perlre.pod
4692 ____________________________________________________________________________
4693 [  1165] By: gsar                                  on 1998/06/20  23:47:09
4694         Log: added patch, tweaked missed files, excised comment that doesn't really
4695              belong in the sources
4696              From: joshua.pritikin@db.com
4697              Date: Mon, 15 Jun 1998 10:03:37 -0400
4698              Message-Id: <H00000e500072c63@MHS>
4699              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
4700      Branch: perl
4701            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
4702            ! t/op/avhv.t
4703 ____________________________________________________________________________
4704 [  1164] By: gsar                                  on 1998/06/20  23:29:09
4705         Log: add File-Spec-0.6 from CPAN
4706      Branch: perl
4707            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4708            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4709            + lib/File/Spec/Win32.pm t/lib/filespec.t
4710            ! MANIFEST
4711 ____________________________________________________________________________
4712 [  1163] By: gsar                                  on 1998/06/20  23:15:41
4713         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
4714      Branch: perl
4715            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
4716 ____________________________________________________________________________
4717 [  1162] By: gsar                                  on 1998/06/20  21:48:32
4718         Log: manual integration of all outstanding ansi branch stuff into mainline
4719      Branch: perl
4720            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
4721            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
4722            ! win32/win32.h
4723 ____________________________________________________________________________
4724 [  1161] By: gsar                                  on 1998/06/20  21:12:01
4725         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
4726      Branch: perl
4727            ! utils/perldoc.PL
4728 ____________________________________________________________________________
4729 [  1160] By: nick                                  on 1998/06/20  21:05:51
4730         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
4731      Branch: ansiperl
4732            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
4733            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
4734 ____________________________________________________________________________
4735 [  1159] By: gsar                                  on 1998/06/20  02:51:35
4736         Log: cleanup installation of utilities on win32
4737      Branch: perl
4738            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
4739            ! win32/pod.mak
4740 ____________________________________________________________________________
4741 [  1158] By: gsar                                  on 1998/06/20  02:50:35
4742         Log: intuit @INC pathnames from exe location only if dll location
4743              is unknown (ensures that multiple executables will coexist)
4744      Branch: perl
4745            ! win32/win32.c
4746 ____________________________________________________________________________
4747 [  1157] By: gsar                                  on 1998/06/20  02:48:34
4748         Log: make perldoc ignore null files (it tried to open() them)
4749      Branch: perl
4750            ! utils/perldoc.PL
4751 ____________________________________________________________________________
4752 [  1156] By: gsar                                  on 1998/06/19  21:18:47
4753         Log: fix perldoc to ignore unfound null filenames
4754      Branch: perl
4755            ! utils/perldoc.PL
4756 ____________________________________________________________________________
4757 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
4758         Log: Assorted patches:
4759              
4760              ------  BUILD PROCESS  ------
4761              
4762              Title:  "Clarify varargs issues in INSTALL docs"
4763              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4764              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
4765              Files:  INSTALL
4766              
4767              ------  CORE LANGUAGE  ------
4768              
4769              Title:  "Further fixes for updated SysV IPC support"
4770              From:  Jarkko Hietaniemi <jhi@iki.fi>
4771              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
4772              Files:  Configure perl.h doio.c
4773              
4774              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
4775              From:  Andrew Bettison <andrewb@zip.com.au>
4776              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
4777              Files:  pp_hot.c
4778              
4779              Title:  "Invalidate method cache on C<local *subname>"
4780              From:  Chip Salzenberg <chip@perl.org>
4781              Msg-ID:  <19980604134731.D24343@perlsupport.com>
4782              Files:  scope.c t/op/method.t
4783              
4784              Title:  "fix uninitialized cv variable in op.c"
4785              From:  joshua.pritikin@db.com
4786              Msg-ID:  <H00000e50005af05@MHS>
4787              Files:  op.c
4788              
4789              Title:  "fix for undef as last arg to setsockopt"
4790              From:  Graham Barr <gbarr@ti.com>
4791              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
4792              Files:  pp_sys.c
4793              
4794              Title:  "Fix -i when @ARGV is empty"
4795              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
4796              <gsar@engin.umich.edu>, Ilya Zakharevich
4797              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
4798              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
4799              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
4800              <199806071817.OAA28141@aatma.engin.umich.edu>,
4801              <199806191549.QAA16376@toad.ig.co.uk>
4802              Files:  pp_hot.c
4803              
4804              ------  DOCUMENTATION  ------
4805              
4806              Title:  "Discrepancy between perlop.pod and m// operator docs"
4807              From:  Tom Phoenix <rootbeer@teleport.com>
4808              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
4809              Files:  pod/perlop.pod
4810              
4811              Title:  "Doc addition for perlfunc entry for system()"
4812              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
4813              <fletch@phydeaux.org>
4814              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
4815              <199806012057.QAA26830@monk.mps.ohio-state.edu>
4816              Files:  pod/perlfunc.pod
4817              
4818              Title:  "Clarify effects of using quotes with m operator"
4819              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
4820              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
4821              Files:  pod/perlop.pod
4822              
4823              Title:  "Document -i with STDIN"
4824              From:  joshua.pritikin@db.com
4825              Msg-ID:  <H00000e50006a84a@MHS>
4826              Files:  pod/perlrun.pod
4827              
4828              ------  EXTENSIONS  ------
4829              
4830              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
4831              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4832              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
4833              Files:  lib/ExtUtils/Liblist.pm
4834              
4835              ------  LIBRARY  ------
4836              
4837              Title:  "Typo fix for Math::BogFloat"
4838              From:  Mike Stok <mike@stok.co.uk>
4839              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
4840              Files:  lib/Math/BigFloat.pm
4841              
4842              ------  PORTABILITY - GENERAL  ------
4843              
4844              Title:  "Add docs about types of diff to Porting/patching.pod"
4845              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4846              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
4847              Files:  Porting/patching.pod
4848              
4849              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
4850              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
4851              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
4852              Files:  hints/powerux.sh
4853              
4854              Title:  "Assorted improvements to hints/solaris_2.sh"
4855              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4856              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
4857              Files:  hints/solaris_2.sh
4858      Branch: maint-5.004/perl
4859            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
4860            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
4861            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
4862            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
4863            ! t/op/method.t
4864 ____________________________________________________________________________
4865 [  1154] By: gsar                                  on 1998/06/19  17:22:23
4866         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
4867      Branch: perl
4868            ! ext/B/B/Asmdata.pm regcomp.c
4869 ____________________________________________________________________________
4870 [  1153] By: nick                                  on 1998/06/19  17:21:21
4871         Log: Use libxxx.a for -lxxx with GCC
4872      Branch: ansiperl
4873            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
4874            ! win32/makefile.mk
4875 ____________________________________________________________________________
4876 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
4877         Log: Title:  Tom's jumbo doc patch
4878              From:   Tom Christiansen <tchrist@chthon.perl.com>
4879              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
4880              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4881              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4882              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4883              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4884              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4885              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4886              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4887              pod/perlop.pod pod/perlre.pod pod/perlref.pod
4888              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
4889              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
4890              pod/perlvar.pod
4891      Branch: maint-5.004/perl
4892            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4893            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4894            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4895            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4896            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4897            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4898            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4899            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4900            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
4901            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
4902 ____________________________________________________________________________
4903 [  1151] By: nick                                  on 1998/06/19  15:38:28
4904         Log: Resolve latest
4905      Branch: ansiperl
4906           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
4907           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
4908           !> sv.c t/TEST
4909 ____________________________________________________________________________
4910 [  1150] By: gsar                                  on 1998/06/18  20:43:07
4911         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
4912              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
4913              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4914              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
4915      Branch: perl
4916            ! hints/powerux.sh
4917 ____________________________________________________________________________
4918 [  1149] By: gsar                                  on 1998/06/18  20:41:30
4919         Log: hand apply whitespace-mutiliated patch
4920              From: joshua.pritikin@db.com
4921              Date: Mon, 15 Jun 1998 09:21:36 -0400
4922              Message-Id: <H00000e50007289b@MHS>
4923              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
4924      Branch: perl
4925            ! av.c
4926 ____________________________________________________________________________
4927 [  1148] By: gsar                                  on 1998/06/18  20:33:59
4928         Log: hand apply whitespace-mutiliated and reversed patch
4929              Date: Tue, 16 Jun 1998 16:31:40 -0400
4930              From: Les Peters <lpeters@aol.net>
4931              Message-Id: <199806162031.QAA08202@ds9>
4932              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
4933      Branch: perl
4934            ! ext/Socket/Socket.xs
4935 ____________________________________________________________________________
4936 [  1147] By: gsar                                  on 1998/06/18  20:26:59
4937         Log: close child pipe in t/TEST, other cosmetic tweaks
4938      Branch: perl
4939            ! t/TEST
4940 ____________________________________________________________________________
4941 [  1146] By: gsar                                  on 1998/06/18  19:37:41
4942         Log: back out problematic change#1105, tweak perlsub.pod
4943      Branch: perl
4944            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
4945            ! pp_ctl.c proto.h sv.c
4946 ____________________________________________________________________________
4947 [  1145] By: nick                                  on 1998/06/18  19:31:07
4948         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
4949      Branch: ansiperl
4950           +> configure.com ext/DB_File/dbinfo
4951           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
4952           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
4953           +> vms/subconfigure.com
4954            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
4955            - vms/fndvers.com
4956           !> (integrate 499 files)
4957 ____________________________________________________________________________
4958 [  1144] By: gsar                                  on 1998/06/18  16:35:11
4959         Log: fix spurious cxstack_max init that trampled memory
4960      Branch: perl
4961            ! perl.c
4962 ____________________________________________________________________________
4963 [  1143] By: gsar                                  on 1998/06/18  16:33:01
4964         Log: fix memory leaks and uninitialized memory accesses found by Purify
4965      Branch: perl
4966            ! doio.c perl.c regexec.c sv.c
4967 ____________________________________________________________________________
4968 [  1142] By: gsar                                  on 1998/06/18  16:28:48
4969         Log: fix off-by-one that trampled memory in re_croak2()
4970      Branch: perl
4971            ! regcomp.c
4972 ____________________________________________________________________________
4973 [  1141] By: gsar                                  on 1998/06/18  16:26:59
4974         Log: fix AutoLoader to do the right thing when there are relative paths
4975              in @INC
4976      Branch: perl
4977            ! lib/AutoLoader.pm
4978 ____________________________________________________________________________
4979 [  1140] By: gsar                                  on 1998/06/18  16:22:47
4980         Log: fix Makefile.SH typo
4981      Branch: perl
4982            ! Makefile.SH
4983 ____________________________________________________________________________
4984 [  1139] By: gsar                                  on 1998/06/17  18:06:16
4985         Log: 5.004_67 niggles
4986      Branch: perl
4987            ! Makefile.SH op.c
4988
4989 ----------------
4990 Version 5.004_67
4991 ----------------
4992
4993 ____________________________________________________________________________
4994 [  1138] By: gsar                                  on 1998/06/15  10:09:27
4995         Log: up patchlevel.h to 67, other small tweaks
4996      Branch: perl
4997            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
4998            ! win32/Makefile win32/config_H.bc win32/config_H.gc
4999            ! win32/config_H.vc win32/makefile.mk
5000 ____________________________________________________________________________
5001 [  1137] By: gsar                                  on 1998/06/15  09:08:57
5002         Log: tweaks to get PERL_OBJECT building again; passes tests
5003      Branch: perl
5004            ! ObjXSub.h objpp.h proto.h
5005 ____________________________________________________________________________
5006 [  1136] By: gsar                                  on 1998/06/15  08:51:54
5007         Log: back out previous change (it breaks PERL_OBJECT)
5008      Branch: perl
5009            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
5010            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
5011            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
5012 ____________________________________________________________________________
5013 [  1135] By: gsar                                  on 1998/06/15  05:32:01
5014         Log: added patch, fixed typo, reworked documentation
5015              Message-Id: <H00000e500071aa3@MHS>
5016              Date:    Sun, 14 Jun 1998 14:03:15 EDT
5017              From:    joshua.pritikin@db.com
5018              Subject: [PATCH 5.004_66] JMPENV!
5019      Branch: perl
5020            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
5021            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
5022            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
5023 ____________________________________________________________________________
5024 [  1134] By: gsar                                  on 1998/06/15  04:07:18
5025         Log: various win32 odds and ends
5026              - added support for waitpid(), open2/open3, and a bugfix for kill()
5027              from Ronald Schmidt <RonaldWS@aol.com>
5028              - tweak testsuite mods of above
5029              - regenerate win32/config_H.?c
5030              - change kill() to win32_kill() and export it
5031              - coalesce common code in win32.c
5032              - add PerlProc_waitpid() and export win32_waitpid()
5033              result builds and passes on the three win32 compilers
5034      Branch: perl
5035            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
5036            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
5037            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5038            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
5039            ! win32/win32.c win32/win32iop.h
5040 ____________________________________________________________________________
5041 [  1133] By: gsar                                  on 1998/06/15  01:39:13
5042         Log: newer Getopt/Long.pm from public distribution cited in:
5043              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
5044              Date:    14 Jun 1998 15:15:28 +0200
5045              From:    Johan Vromans <jvromans@squirrel.nl>
5046              Subject: Getopt::Long version 2.17 released
5047      Branch: perl
5048            ! lib/Getopt/Long.pm
5049 ____________________________________________________________________________
5050 [  1132] By: gsar                                  on 1998/06/15  01:37:12
5051         Log: documentation update from tchrist
5052              Message-Id: <199806140419.WAA20549@chthon.perl.com>
5053              Date:    Sat, 13 Jun 1998 22:19:32 MDT
5054              From:    Tom Christiansen <tchrist@chthon.perl.com>
5055              Subject: doc patches
5056      Branch: perl
5057            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
5058            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5059            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5060            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5061            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
5062            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
5063            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
5064            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5065            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
5066            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
5067 ____________________________________________________________________________
5068 [  1131] By: gsar                                  on 1998/06/14  19:33:36
5069         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
5070              From: Roderick Schertler <roderick@argon.org>
5071              Subject: [PATCH] Re: Exceptions in IPC::Open2
5072              Date: 12 Jun 1998 13:24:15 -0400
5073      Branch: perl
5074            ! lib/IPC/Open3.pm
5075 ____________________________________________________________________________
5076 [  1130] By: gsar                                  on 1998/06/14  19:32:25
5077         Log: fixup MANIFEST
5078      Branch: perl
5079            ! MANIFEST
5080 ____________________________________________________________________________
5081 [  1129] By: gsar                                  on 1998/06/14  18:51:53
5082         Log: various win32 fixes
5083              - fixes that silence VC noises about dup exports, non-default libs, and
5084              unsupported *.def file directives
5085              - s/inplace/inplace_label/ malloc.c
5086              - update Config{usemymalloc} based on d_mymalloc
5087              - export Perl_*Vars
5088              - fix makefiles to not build miniperl.exe twice, and to make it properly
5089              when defaults are changed
5090      Branch: perl
5091            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
5092            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
5093            ! win32/makefile.mk win32/perllib.c win32/win32.h
5094 ____________________________________________________________________________
5095 [  1128] By: gsar                                  on 1998/06/14  01:38:39
5096         Log: remove unused global `scrgv'
5097      Branch: perl
5098            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
5099 ____________________________________________________________________________
5100 [  1127] By: nick                                  on 1998/06/13  08:39:07
5101         Log: Move specialsv_list to embed.sym, regen embed*.h
5102      Branch: win32/perl
5103            ! embed.h embedvar.h global.sym interp.sym
5104 ____________________________________________________________________________
5105 [  1126] By: gsar                                  on 1998/06/12  07:23:06
5106         Log: From: jan.dubois@ibm.net (Jan Dubois)
5107              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
5108              Date: Thu, 11 Jun 1998 21:13:31 +0200
5109              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
5110      Branch: perl
5111            ! win32/makedef.pl win32/win32.c win32/win32iop.h
5112 ____________________________________________________________________________
5113 [  1125] By: gsar                                  on 1998/06/12  07:21:29
5114         Log: added patch, undo earlier workaround
5115              From: jan.dubois@ibm.net (Jan Dubois)
5116              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
5117              Date: Thu, 11 Jun 1998 20:28:36 +0200
5118              Message-ID: <35831f69.4975644@smtp1.ibm.net>
5119      Branch: perl
5120            ! perl.c util.c
5121 ____________________________________________________________________________
5122 [  1124] By: gsar                                  on 1998/06/12  07:16:12
5123         Log: hand-applied patch with wrapped lines
5124              From: "Douglas Lankshear" <dougl@ActiveState.com>
5125              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
5126              Date: Thu, 11 Jun 1998 11:06:33 -0700
5127              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
5128      Branch: perl
5129            ! win32/win32.c
5130 ____________________________________________________________________________
5131 [  1123] By: gsar                                  on 1998/06/12  07:07:25
5132         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
5133              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5134              Subject: [PATCH 5.004_66] Config_66-01-02.diff
5135              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
5136      Branch: perl
5137            ! Configure
5138 ____________________________________________________________________________
5139 [  1122] By: gsar                                  on 1998/06/12  07:06:02
5140         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
5141              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
5142              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5143              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
5144      Branch: perl
5145            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
5146            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
5147            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
5148            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
5149 ____________________________________________________________________________
5150 [  1121] By: gsar                                  on 1998/06/12  07:01:20
5151         Log: a tweaked version of:
5152              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
5153              Date: Fri, 12 Jun 1998 01:26:53 +0200
5154              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
5155              Subject: Re: Misparsing s///x
5156      Branch: perl
5157            ! pod/perlre.pod
5158 ____________________________________________________________________________
5159 [  1120] By: gsar                                  on 1998/06/12  06:51:08
5160         Log: applied patch, with indentation tweaks
5161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5162              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
5163              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
5164              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
5165      Branch: perl
5166            ! regcomp.c regcomp.h regexec.c
5167 ____________________________________________________________________________
5168 [  1119] By: gsar                                  on 1998/06/11  17:42:07
5169         Log: make REG_INFTY default to something saner when sizeof(short) > 2
5170              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
5171              Date:    Thu, 11 Jun 1998 11:50:07 EDT
5172              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
5173              Subject: Re: [PATCH for tests] Regexp fails on long string 
5174      Branch: perl
5175            ! regcomp.h
5176 ____________________________________________________________________________
5177 [  1118] By: gsar                                  on 1998/06/11  07:09:06
5178         Log: regen embedvar.h
5179      Branch: perl
5180            ! embedvar.h
5181 ____________________________________________________________________________
5182 [  1117] By: gsar                                  on 1998/06/11  06:45:52
5183         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5184              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
5185              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
5186              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
5187      Branch: perl
5188            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
5189            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
5190 ____________________________________________________________________________
5191 [  1116] By: gsar                                  on 1998/06/11  06:35:54
5192         Log: misc win32 fixes
5193              From: "Douglas Lankshear" <dougl@ActiveState.com>
5194              Subject: [PATCH 5.004_66]
5195              Date: Wed, 10 Jun 1998 11:28:27 -0700
5196              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
5197      Branch: perl
5198            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
5199 ____________________________________________________________________________
5200 [  1115] By: gsar                                  on 1998/06/11  06:33:21
5201         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
5202              Date: Wed, 10 Jun 1998 00:53:25 +0200
5203              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5204              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
5205      Branch: perl
5206            ! Makefile.SH
5207 ____________________________________________________________________________
5208 [  1114] By: gsar                                  on 1998/06/11  06:31:34
5209         Log: back out change#1111 and add alternative patch:
5210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5211              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
5212              Subject: Re: PATCH for study/foo/
5213              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
5214      Branch: perl
5215            ! pp.c sv.c
5216 ____________________________________________________________________________
5217 [  1113] By: gsar                                  on 1998/06/11  02:59:23
5218         Log: fix outdated bytecode.pl
5219      Branch: perl
5220            ! bytecode.h bytecode.pl byterun.c byterun.h
5221 ____________________________________________________________________________
5222 [  1112] By: gsar                                  on 1998/06/10  07:56:06
5223         Log: Added patch, regenerated perly.c and perly.c.diff
5224              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
5225              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
5226              From: Stephen McCamant <alias@mcs.com>
5227              Subject: [PATCH] too many RV2GVs in *foo{THING}
5228      Branch: perl
5229            ! perly.c perly.c.diff perly.y t/op/gv.t
5230 ____________________________________________________________________________
5231 [  1111] By: gsar                                  on 1998/06/10  07:40:30
5232         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5233              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
5234              Subject: Re: PATCH for study/foo/
5235              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
5236      Branch: perl
5237            ! pp.c
5238 ____________________________________________________________________________
5239 [  1110] By: gsar                                  on 1998/06/10  07:37:04
5240         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5241              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
5242              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
5243              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
5244      Branch: perl
5245            ! pod/perldebug.pod
5246 ____________________________________________________________________________
5247 [  1109] By: gsar                                  on 1998/06/10  07:35:29
5248         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5249              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
5250              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
5251              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
5252      Branch: perl
5253            ! regcomp.h
5254 ____________________________________________________________________________
5255 [  1108] By: gsar                                  on 1998/06/10  07:31:25
5256         Log: Added patch, tweaked other places affected by name change
5257              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
5258              Date: Wed, 10 Jun 1998 00:54:17 +0200
5259              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5260              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
5261      Branch: perl
5262           +> ext/DynaLoader/DynaLoader_pm.PL
5263            - ext/DynaLoader/DynaLoader.pm.PL
5264            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
5265            ! win32/makefile.mk
5266 ____________________________________________________________________________
5267 [  1107] By: gsar                                  on 1998/06/10  07:24:20
5268         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
5269              Date: Wed, 10 Jun 1998 00:53:42 +0200
5270              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5271              Subject: [PATCH for _66] new version of README.dos
5272      Branch: perl
5273            ! README.dos
5274 ____________________________________________________________________________
5275 [  1106] By: gsar                                  on 1998/06/10  07:22:31
5276         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
5277              Date: Wed, 10 Jun 1998 00:54:04 +0200
5278              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5279              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
5280      Branch: perl
5281            ! t/op/taint.t
5282 ____________________________________________________________________________
5283 [  1105] By: gsar                                  on 1998/06/10  07:21:21
5284         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
5285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5286              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
5287              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
5288              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
5289      Branch: perl
5290            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
5291            ! perlvars.h pp_ctl.c proto.h sv.c
5292 ____________________________________________________________________________
5293 [  1104] By: gsar                                  on 1998/06/10  07:06:01
5294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5295              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
5296              Subject: Lost chunk of RE jumbo patch
5297              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
5298      Branch: perl
5299            + t/op/regexp_noamp.t
5300 ____________________________________________________________________________
5301 [  1103] By: gsar                                  on 1998/06/10  07:04:20
5302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5303              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
5304              Subject: [PATCH 5.004_66] Combined OS/2 support
5305              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
5306      Branch: perl
5307            ! os2/Changes os2/diff.configure os2/os2.c
5308 ____________________________________________________________________________
5309 [  1102] By: gsar                                  on 1998/06/10  07:00:08
5310         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
5311              Date:    Fri, 13 Mar 1998 20:03:52 EST
5312              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5313              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
5314      Branch: perl
5315            ! lib/Pod/Html.pm
5316 ____________________________________________________________________________
5317 [  1101] By: gsar                                  on 1998/06/10  06:55:20
5318         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5319              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
5320              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
5321      Branch: perl
5322            ! regexec.c
5323 ____________________________________________________________________________
5324 [  1100] By: gsar                                  on 1998/06/10  06:52:50
5325         Log: updated MANIFEST for previous change
5326      Branch: perl
5327            ! MANIFEST
5328 ____________________________________________________________________________
5329 [  1099] By: gsar                                  on 1998/06/10  06:51:08
5330         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
5331              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
5332              Date: Fri, 05 Jun 1998 11:08:40 -0700
5333              From: Dan Sugalski <sugalskd@osshe.edu>
5334              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
5335      Branch: perl
5336            + t/base/rs.t
5337            ! perl.h pod/perlvar.pod sv.c
5338 ____________________________________________________________________________
5339 [  1098] By: gsar                                  on 1998/06/10  06:36:59
5340         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
5341              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
5342              Subject: [PATCH fror 5.004_66] DB_File-1.60
5343              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
5344      Branch: perl
5345            + ext/DB_File/dbinfo
5346            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
5347            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
5348            ! t/lib/db-hash.t t/lib/db-recno.t
5349 ____________________________________________________________________________
5350 [  1097] By: gsar                                  on 1998/06/10  06:33:16
5351         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
5352              Date: Thu, 4 Jun 1998 13:47:31 -0400
5353              From: Chip Salzenberg <chip@perl.org>
5354              Subject: [PATCH] Invalidate method cache on C<local *subname>
5355      Branch: perl
5356            ! scope.c t/op/method.t
5357 ____________________________________________________________________________
5358 [  1096] By: gsar                                  on 1998/06/10  06:30:51
5359         Log: From: Norton Allen <allen@huarp.harvard.edu>
5360              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
5361              Subject: [PATCH] _66 MM_Unix.pm for QNX
5362              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
5363      Branch: perl
5364            ! lib/ExtUtils/MM_Unix.pm
5365 ____________________________________________________________________________
5366 [  1095] By: gsar                                  on 1998/06/10  06:29:21
5367         Log: From: Norton Allen <allen@huarp.harvard.edu>
5368              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
5369              Subject: [PATCH] _66 proto.h
5370              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
5371      Branch: perl
5372            ! proto.h
5373 ____________________________________________________________________________
5374 [  1094] By: gsar                                  on 1998/06/10  06:26:39
5375         Log: Applied relevant parts of:
5376              From: Paul Johnson <pjcj@transeda.com>
5377              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
5378              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
5379              Subject: [PATCH] Enhancing xsubpp's support for C++
5380      Branch: perl
5381            ! lib/ExtUtils/xsubpp
5382 ____________________________________________________________________________
5383 [  1093] By: gsar                                  on 1998/06/10  06:22:54
5384         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
5385              Date: Wed, 3 Jun 1998 11:22:19 -0500
5386              From: Graham Barr <gbarr@ti.com>
5387              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
5388      Branch: perl
5389            ! pp_sys.c
5390 ____________________________________________________________________________
5391 [  1092] By: gsar                                  on 1998/06/10  06:20:44
5392         Log: Message-Id: <199806030919.KAA03527@sale-wts>
5393              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
5394              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
5395              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
5396      Branch: perl
5397            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
5398 ____________________________________________________________________________
5399 [  1091] By: gsar                                  on 1998/06/10  06:18:42
5400         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
5401              Date: Mon, 01 Jun 1998 12:22:29 -0700
5402              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
5403              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
5404      Branch: perl
5405            ! proto.h
5406 ____________________________________________________________________________
5407 [  1090] By: gsar                                  on 1998/06/10  06:14:24
5408         Log: A tweaked version of:
5409              Date: Mon, 1 Jun 1998 12:05:47 -0700
5410              From: SYSTEM@cedar.osshe.edu
5411              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
5412              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
5413      Branch: perl
5414            ! ext/SDBM_File/sdbm/Makefile.PL
5415 ____________________________________________________________________________
5416 [  1089] By: gsar                                  on 1998/06/10  05:58:00
5417         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
5418              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
5419              From: Stephen McCamant <alias@mcs.com>
5420              Subject: [PATCH] Re: Uninitialised error from -M()
5421      Branch: perl
5422            ! op.c t/op/stat.t
5423 ____________________________________________________________________________
5424 [  1088] By: gsar                                  on 1998/06/10  05:55:24
5425         Log: Date: Sat, 30 May 1998 08:07:01 -0400
5426              From: lvirden@cas.org (Larry Virden)
5427              Message-Id: <199805301207.IAA08856@cas.org>
5428              Subject: PATCH for pod and warning notice
5429      Branch: perl
5430            ! pod/perlguts.pod
5431 ____________________________________________________________________________
5432 [  1087] By: gsar                                  on 1998/06/10  05:52:05
5433         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5434              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
5435              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
5436              Subject: [PATCH 5.004_66] Config_66-01
5437      Branch: perl
5438            ! Configure MANIFEST Porting/Glossary Porting/config.sh
5439            ! Porting/config_H config_h.SH
5440 ____________________________________________________________________________
5441 [  1086] By: gsar                                  on 1998/06/10  05:46:38
5442         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
5443              Date: Mon, 08 Jun 1998 16:13:14 -0700
5444              From: Dan Sugalski <sugalskd@osshe.edu>
5445              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
5446      Branch: perl
5447            ! ext/Thread/Thread/Semaphore.pm
5448 ____________________________________________________________________________
5449 [  1085] By: gsar                                  on 1998/06/10  05:44:44
5450         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
5451              Date: Mon, 08 Jun 1998 16:10:02 -0700
5452              From: Dan Sugalski <sugalskd@osshe.edu>
5453              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
5454      Branch: perl
5455            - vms/descrip.mms
5456            ! ext/Thread/Thread/Queue.pm
5457 ____________________________________________________________________________
5458 [  1084] By: gsar                                  on 1998/06/10  05:38:11
5459         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
5460              Date: Mon, 08 Jun 1998 15:38:28 -0700
5461              From: Dan Sugalski <sugalskd@osshe.edu>
5462              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
5463      Branch: perl
5464            + configure.com vms/descrip_mms.template vms/munchconfig.c
5465            + vms/subconfigure.com
5466            - vms/config.vms vms/fndvers.com
5467            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
5468 ____________________________________________________________________________
5469 [  1083] By: gsar                                  on 1998/06/10  05:07:04
5470         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
5471              variant of:
5472              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
5473              Date:    Sat, 13 Dec 1997 07:31:02 EST
5474              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5475              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
5476      Branch: perl
5477            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
5478 ____________________________________________________________________________
5479 [  1082] By: gsar                                  on 1998/06/10  04:52:26
5480         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
5481              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
5482      Branch: perl
5483            ! malloc.c
5484 ____________________________________________________________________________
5485 [  1081] By: gsar                                  on 1998/06/10  03:45:10
5486         Log: reverse integrate contents of win32 branch into mainline
5487      Branch: perl
5488           !> (integrate 44 files)
5489 ____________________________________________________________________________
5490 [  1080] By: gsar                                  on 1998/06/09  17:37:55
5491         Log: `p4 integrate -b ASPerl && p4 resolve -at`
5492      Branch: asperl
5493           !> (integrate 43 files)
5494 ____________________________________________________________________________
5495 [  1079] By: gsar                                  on 1998/06/09  00:59:06
5496         Log: add examples of diff(1) usage
5497      Branch: win32/perl
5498            ! Porting/patching.pod
5499 ____________________________________________________________________________
5500 [  1078] By: gsar                                  on 1998/06/09  00:52:23
5501         Log: undo change#1077
5502      Branch: win32/perl
5503            ! sv.c
5504 ____________________________________________________________________________
5505 [  1077] By: gsar                                  on 1998/06/06  16:47:32
5506         Log: make sv_setsv() treat freed SVs like SVt_NULL
5507      Branch: win32/perl
5508            ! sv.c
5509 ____________________________________________________________________________
5510 [  1076] By: gsar                                  on 1998/06/05  19:03:14
5511         Log: delete undiscussed AS changes for PPD (broke .packlist
5512              mechanism)
5513      Branch: win32/perl
5514            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5515 ____________________________________________________________________________
5516 [  1075] By: gsar                                  on 1998/06/05  18:18:44
5517         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
5518              with the xsubpp-generated symbol)
5519      Branch: win32/perl
5520            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
5521            ! win32/dl_win32.xs
5522 ____________________________________________________________________________
5523 [  1074] By: gsar                                  on 1998/06/04  22:45:18
5524         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
5525      Branch: win32/perl
5526            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
5527            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
5528 ____________________________________________________________________________
5529 [  1073] By: nick                                  on 1998/06/04  17:18:14
5530         Log: resolve -at win32 branch into ansiperl
5531      Branch: ansiperl
5532           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
5533           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
5534           +> t/lib/h2ph.t win32/GenCAPI.pl
5535           !> (integrate 127 files)
5536 ____________________________________________________________________________
5537 [  1072] By: gsar                                  on 1998/06/04  01:49:24
5538         Log: document CORE::GLOBAL:: and global overriding, fix up
5539              File::DosGlob, testsuited and all
5540      Branch: win32/perl
5541            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
5542 ____________________________________________________________________________
5543 [  1071] By: gsar                                  on 1998/06/03  22:12:55
5544         Log: add AS patch#24, remove one other instance of error_no
5545              that was missed (patch#23 was intentionally skipped)
5546      Branch: win32/perl
5547            ! embedvar.h globals.c perlvars.h win32/makedef.pl
5548            ! win32/runperl.c
5549 ____________________________________________________________________________
5550 [  1070] By: gsar                                  on 1998/06/01  19:42:06
5551         Log: fix Liblist.pm to tolerate backslashen in paths
5552      Branch: win32/perl
5553            ! lib/ExtUtils/Liblist.pm
5554 ____________________________________________________________________________
5555 [  1069] By: gsar                                  on 1998/06/01  07:43:02
5556         Log: @INC construction on win32 cleaned up
5557              - perl.dll location based paths should be much more reliable now
5558              - registry stuff unchanged
5559              - Config.pm now has all the installfoolib entries for MakeMaker et al
5560      Branch: win32/perl
5561            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5562            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5563            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
5564            ! win32/runperl.c win32/win32.c win32/win32.h
5565 ____________________________________________________________________________
5566 [  1068] By: gsar                                  on 1998/05/31  21:52:18
5567         Log: semctl tweak
5568              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
5569              Date:    Sun, 31 May 1998 16:27:33 CDT
5570              From:    Graham Barr <gbarr@pobox.com>
5571              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
5572      Branch: win32/perl
5573            ! doio.c
5574 ____________________________________________________________________________
5575 [  1067] By: gsar                                  on 1998/05/31  21:07:44
5576         Log: minimal fix to enable compiling with -DMULTIPLICITY
5577              (non-threadsafe regcomp.c globals need revisiting)
5578      Branch: win32/perl
5579            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
5580            ! win32/GenCAPI.pl win32/makedef.pl
5581 ____________________________________________________________________________
5582 [  1066] By: gsar                                  on 1998/05/30  21:35:37
5583         Log: integrate mainline changes (ASPerl branch is identical to
5584              win32 branch as of this change)
5585      Branch: asperl
5586           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
5587           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
5588           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
5589           !> win32/config.gc win32/config.vc win32/config_H.bc
5590           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5591 ____________________________________________________________________________
5592 [  1065] By: gsar                                  on 1998/05/30  21:13:06
5593         Log: change#1060 was inexplicably missing some of the "ensure
5594              AS stuff does no harm" fixes
5595      Branch: win32/perl
5596            ! embed.h global.sym win32/Makefile win32/makefile.mk
5597 ____________________________________________________________________________
5598 [  1064] By: gsar                                  on 1998/05/30  21:10:27
5599         Log: integrate mainline to pick up trivial changes
5600      Branch: win32/perl
5601           !> MANIFEST pp_sys.c
5602
5603 ----------------
5604 Version 5.004_66
5605 ----------------
5606
5607 ____________________________________________________________________________
5608 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
5609         Log: Remove duplicate win32/TEST line from MANIFEST.
5610      Branch: perl
5611            ! MANIFEST
5612 ____________________________________________________________________________
5613 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
5614         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
5615      Branch: perl
5616            ! pp_sys.c
5617 ____________________________________________________________________________
5618 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
5619         Log: Integrate from win32 branch into mainline (this now pulls in the
5620              asperl stuff).
5621      Branch: perl
5622           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
5623           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
5624           +> t/lib/h2ph.t win32/GenCAPI.pl
5625           !> (integrate 104 files)
5626 ____________________________________________________________________________
5627 [  1060] By: gsar                                  on 1998/05/29  11:05:50
5628         Log: reverse integrate asperl branch contents (phew!)
5629              - various fixups to ensure AS stuff does no harm
5630              - adjust win32/makefiles for the new directory layout (new layout
5631              looks rather a muddle--needs rework)
5632              - verified build & test on NT and Solaris/gcc
5633      Branch: win32/perl
5634           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
5635           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
5636            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
5637            ! win32/config.bc win32/config.gc win32/config.vc
5638            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5639            ! win32/makefile.mk
5640           !> (integrate 77 files)
5641 ____________________________________________________________________________
5642 [  1059] By: gsar                                  on 1998/05/29  08:33:56
5643         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
5644      Branch: asperl
5645            ! util.c
5646 ____________________________________________________________________________
5647 [  1058] By: gsar                                  on 1998/05/29  08:31:09
5648         Log: type xtext for *.t that were missing it
5649      Branch: asperl
5650            ! t/lib/thread.t t/op/nothread.t
5651 ____________________________________________________________________________
5652 [  1057] By: gsar                                  on 1998/05/29  08:28:46
5653         Log: stray t/op/ipc*.t fixups
5654      Branch: win32/perl
5655            ! t/op/ipcmsg.t t/op/ipcsem.t
5656 ____________________________________________________________________________
5657 [  1056] By: gsar                                  on 1998/05/29  07:41:49
5658         Log: fixups to make it build and pass tests under both compilers
5659      Branch: asperl
5660            ! ObjXSub.h objpp.h proto.h
5661 ____________________________________________________________________________
5662 [  1055] By: gsar                                  on 1998/05/29  07:22:51
5663         Log: integrate mainline changes
5664      Branch: asperl
5665           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5666           !> (integrate 69 files)
5667      Branch: win32/perl
5668            ! Todo.5.005 pod/perldelta.pod
5669 ____________________________________________________________________________
5670 [  1054] By: gsar                                  on 1998/05/29  05:04:03
5671         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
5672      Branch: win32/perl
5673            ! t/lib/h2ph.t
5674 ____________________________________________________________________________
5675 [  1053] By: gsar                                  on 1998/05/29  05:01:54
5676         Log: misc changes
5677              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
5678              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
5679      Branch: win32/perl
5680            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
5681            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
5682            ! x2p/util.c x2p/util.h
5683 ____________________________________________________________________________
5684 [  1052] By: gsar                                  on 1998/05/29  02:31:44
5685         Log: merge changes#1014,1038 from maintbranch
5686      Branch: win32/perl
5687            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5688            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
5689            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
5690            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
5691            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
5692            ! t/io/pipe.t utils/h2ph.PL
5693 ____________________________________________________________________________
5694 [  1051] By: gsar                                  on 1998/05/29  01:38:51
5695         Log: regenerate win32/config_H.?c
5696      Branch: win32/perl
5697            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5698 ____________________________________________________________________________
5699 [  1050] By: gsar                                  on 1998/05/29  01:32:41
5700         Log: integrate mainline
5701      Branch: win32/perl
5702            ! win32/Makefile win32/makefile.mk
5703           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
5704           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
5705           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
5706           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
5707           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
5708           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5709 ____________________________________________________________________________
5710 [  1049] By: gsar                                  on 1998/05/29  00:57:05
5711         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
5712              all tests
5713      Branch: asperl
5714            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
5715            ! win32/win32.h win32/win32iop.h
5716 ____________________________________________________________________________
5717 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
5718         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
5719              in change 1043 clashed badly with changes made in the win32
5720              branch. I did an accept on the win32 branch version for now.
5721      Branch: perl
5722           +> t/op/die.t
5723           !> (integrate 52 files)
5724 ____________________________________________________________________________
5725 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
5726         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5727              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
5728              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
5729              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
5730              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
5731      Branch: perl
5732            ! Configure MANIFEST Porting/Glossary Porting/config.sh
5733            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
5734            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
5735            ! win32/config.bc win32/config.gc win32/config.vc
5736 ____________________________________________________________________________
5737 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
5738         Log: Back out change 1043 since Andy's forthcoming Config patch
5739              includes a modified version.
5740      Branch: perl
5741            ! Configure config_h.SH doio.c perl.h
5742 ____________________________________________________________________________
5743 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
5744         Log: Bump patchlevel.h to 66.
5745      Branch: perl
5746            ! patchlevel.h
5747 ____________________________________________________________________________
5748 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
5749         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
5750              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
5751              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
5752              (above minus the t/system.t test pending checking)
5753              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
5754              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
5755              Subject: [PATCH] _65 and _04 <DOC> patching.pod
5756              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
5757      Branch: perl
5758            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
5759 ____________________________________________________________________________
5760 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
5761         Log: This change really is:
5762              Subject: [PATCH] 5.004_65: the infamous semctl()
5763              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5764              From: Jarkko Hietaniemi <jhi@iki.fi>
5765              
5766              Change 1041 claimed to be this patch but was really:
5767              Subject: [PATCH] 5.004_65: t/op/ipc*.t
5768              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
5769              From: Jarkko Hietaniemi <jhi@iki.fi>
5770      Branch: perl
5771            ! Configure config_h.SH doio.c perl.h
5772 ____________________________________________________________________________
5773 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
5774         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5775              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
5776              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
5777              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
5778              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
5779      Branch: perl
5780            ! Configure INSTALL Porting/Glossary Porting/config.sh
5781            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
5782            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
5783            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5784 ____________________________________________________________________________
5785 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
5786         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
5787              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5788              From: Jarkko Hietaniemi <jhi@iki.fi>
5789      Branch: perl
5790            ! t/op/ipcmsg.t t/op/ipcsem.t
5791 ____________________________________________________________________________
5792 [  1040] By: gsar                                  on 1998/05/28  02:06:47
5793         Log: tweaks to enable Borland build
5794      Branch: asperl
5795            ! win32/makefile.mk win32/win32.c
5796 ____________________________________________________________________________
5797 [  1039] By: gsar                                  on 1998/05/27  23:29:22
5798         Log: remove C<#define index strchr> from win32.h (unused, and the
5799              pollution causes spurious variable name changes in extensions)
5800      Branch: win32/perl
5801            ! win32/win32.h
5802 ____________________________________________________________________________
5803 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
5804         Log: Assorted patches:
5805              
5806              ------  BUILD PROCESS  ------
5807              
5808              Title:  "add utilities to make test dependencies"
5809              From:  Robin Barker <rmb1@cise.npl.co.uk>
5810              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
5811              Files:  Makefile.SH
5812              
5813              Title:  "Add 'make nok' complement to 'make ok'"
5814              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5815              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
5816              Files:  Makefile.SH
5817              
5818              Title:  "further h2ph patches (add enum support)"
5819              From:  Billy <wdconsta@cs.adelaide.edu.au>
5820              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
5821              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5822              
5823              ------  CORE LANGUAGE  ------
5824              
5825              Title:  "Fix %! error spelling and add perldiag.pod entry"
5826              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
5827              Msg-ID:  <19980524193101.A573@pobox.com>
5828              Files:  pod/perldiag.pod gv.c
5829              
5830              Title:  "Remove obsolete Win32 uppercasing ENV code"
5831              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5832              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
5833              Files:  perl.c
5834              
5835              Title:  "Don't mung $! on implicit close"
5836              From:  Chip Salzenberg <chip@perl.org>
5837              Msg-ID:  <19980525113309.A15845@perlsupport.com>
5838              Files:  doio.c
5839              
5840              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
5841              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5842              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
5843              Files:  doio.c
5844              
5845              ------  DOCUMENTATION  ------
5846              
5847              Title:  "doc patch: you canna return an array ( list context: || vs or)"
5848              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
5849              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
5850              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
5851              
5852              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
5853              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5854              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
5855              Files:  pod/perlop.pod pod/perlre.pod
5856              
5857              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
5858              with /g does list context get matches without parens"
5859              From:  Greg Chapman <glc@well.com>, Tom Christiansen
5860              <tchrist@jhereg.perl.com>, Tom Phoenix
5861              <rootbeer@teleport.com>
5862              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
5863              <199805231559.JAA21316@jhereg.perl.com>,
5864              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
5865              Files:  pod/perlop.pod
5866              
5867              Title:  "Documenting last/next/redo even further"
5868              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
5869              <rootbeer@teleport.com>
5870              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
5871              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
5872              Files:  pod/perlfunc.pod
5873              
5874              Title:  "Documenting last/next/redo within continue block"
5875              From:  Tom Phoenix <rootbeer@teleport.com>
5876              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
5877              Files:  pod/perlfunc.pod
5878              
5879              Title:  "Document stat return in scalar context"
5880              From:  Mark-Jason Dominus <mjd@plover.com>
5881              Files:  pod/perlfunc.pod
5882              
5883              ------  EXTENSIONS  ------
5884              
5885              Title:  "Better LD_RUN_PATH handling on IRIX"
5886              From:  "W. Phillip Moore" <wpm@ms.com>
5887              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
5888              Files:  lib/ExtUtils/MM_Unix.pm
5889              
5890              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
5891              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5892              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
5893              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
5894              
5895              ------  LIBRARY  ------
5896              
5897              Title:  "Fix FileHandle.pm example bug"
5898              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
5899              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
5900              Files:  lib/FileHandle.pm
5901              
5902              Title:  "Add zero/negative $count docs for Benchmark.pm"
5903              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5904              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
5905              Files:  lib/Benchmark.pm
5906              
5907              ------  PORTABILITY - GENERAL  ------
5908              
5909              Title:  "Add test suite recommendations to Porting/patching.pod"
5910              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
5911              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
5912              Files:  Porting/patching.pod
5913              
5914              ------  TESTS  ------
5915              
5916              Title:  "Fix looping bug in t/io/pipe.t"
5917              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5918              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
5919              Files:  t/io/pipe.t
5920      Branch: maint-5.004/perl
5921            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
5922            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
5923            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
5924            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
5925            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
5926            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
5927            ! utils/h2ph.PL
5928 ____________________________________________________________________________
5929 [  1037] By: gsar                                  on 1998/05/27  16:18:30
5930         Log: add AS patch#22 (fix to make die_exit.t pass)
5931      Branch: asperl
5932            ! win32/runperl.c
5933 ____________________________________________________________________________
5934 [  1036] By: gsar                                  on 1998/05/27  12:50:34
5935         Log: add AS patch#21 (misc. fixes)
5936      Branch: asperl
5937            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
5938            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5939            ! win32/win32.c win32/win32sck.c
5940 ____________________________________________________________________________
5941 [  1035] By: gsar                                  on 1998/05/26  17:26:17
5942         Log: more changes to satisfy non-debug VC build (C-API doesn't
5943              build, and the testsuite still won't run)
5944      Branch: asperl
5945            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
5946            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
5947 ____________________________________________________________________________
5948 [  1034] By: gsar                                  on 1998/05/26  17:20:22
5949         Log: remove doubled hunk (perforce auto-integrate oddity)
5950      Branch: win32/perl
5951            ! pod/perldiag.pod
5952 ____________________________________________________________________________
5953 [  1033] By: gsar                                  on 1998/05/26  13:39:14
5954         Log: tweaks to make it build with the Borland compiler.  Won't run
5955              testsuite because @INC intuition from location of perlcore.dll seems
5956              to be broken.  Also, system() and qx// seem broken as well.
5957      Branch: asperl
5958            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
5959            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
5960            ! regexec.c toke.c
5961 ____________________________________________________________________________
5962 [  1032] By: gsar                                  on 1998/05/24  23:13:05
5963         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
5964      Branch: win32/perl
5965            ! lib/Benchmark.pm
5966 ____________________________________________________________________________
5967 [  1031] By: gsar                                  on 1998/05/24  05:36:44
5968         Log: tweak makefiles
5969      Branch: asperl
5970            ! win32/Makefile win32/makefile.mk
5971 ____________________________________________________________________________
5972 [  1030] By: gsar                                  on 1998/05/23  18:58:23
5973         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
5974      Branch: win32/perl
5975            ! pp_sys.c t/op/die.t
5976 ____________________________________________________________________________
5977 [  1029] By: gsar                                  on 1998/05/23  18:55:13
5978         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
5979              incomplete)
5980      Branch: win32/perl
5981            ! embed.h global.sym op.c pp.c proto.h sv.c
5982 ____________________________________________________________________________
5983 [  1028] By: gsar                                  on 1998/05/23  18:25:14
5984         Log: merge change#1013 from maintbranch (1012 is n/a)
5985      Branch: win32/perl
5986            ! toke.c
5987 ____________________________________________________________________________
5988 [  1027] By: gsar                                  on 1998/05/23  18:02:21
5989         Log: merge change#1011 from maintbranch
5990      Branch: win32/perl
5991            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
5992            ! utils/perlbug.PL
5993 ____________________________________________________________________________
5994 [  1026] By: nick                                  on 1998/05/23  08:45:04
5995         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
5996      Branch: win32/perl
5997            ! t/op/ipcmsg.t t/op/ipcsem.t
5998 ____________________________________________________________________________
5999 [  1025] By: nick                                  on 1998/05/23  08:36:36
6000         Log: Resolve win32 into ansiperl
6001      Branch: ansiperl
6002           +> t/op/die.t
6003           !> (integrate 42 files)
6004 ____________________________________________________________________________
6005 [  1024] By: gsar                                  on 1998/05/21  21:11:12
6006         Log: more mingw32 tweaks
6007      Branch: win32/perl
6008            ! ext/POSIX/POSIX.xs t/pragma/locale.t
6009 ____________________________________________________________________________
6010 [  1023] By: gsar                                  on 1998/05/21  19:15:02
6011         Log: fix problematic change#965 from maintbranch
6012              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
6013              Date:    Sat, 16 May 1998 17:45:22 EDT
6014              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
6015              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
6016      Branch: win32/perl
6017            ! gv.c op.c t/comp/proto.t
6018 ____________________________________________________________________________
6019 [  1022] By: gsar                                  on 1998/05/21  01:37:04
6020         Log: fix POSIX for mingw32
6021      Branch: win32/perl
6022            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
6023 ____________________________________________________________________________
6024 [  1021] By: gsar                                  on 1998/05/20  15:02:21
6025         Log: remove strupr() from perl.c
6026      Branch: win32/perl
6027            ! perl.c
6028 ____________________________________________________________________________
6029 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
6030         Log: Title:  "fix up descrepancy in h2ph test"
6031              From:  Tim Bunce
6032              Files:  t/lib/h2ph.pht
6033      Branch: maint-5.004/perl
6034            ! t/lib/h2ph.pht
6035 ____________________________________________________________________________
6036 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
6037         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
6038              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6039              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
6040              Files:  t/op/subst.t
6041              
6042              Title:  "fix up descrepancy in h2ph test"
6043              From:  Tim Bunce
6044              Files:  t/lib/h2ph.t
6045      Branch: maint-5.004/perl
6046            ! t/lib/h2ph.t t/op/subst.t
6047 ____________________________________________________________________________
6048 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
6049         Log: Title:  "fix mem leak and core dump from change 1016"
6050              From:  Tim Bunce
6051              Files:  pp_sys.c
6052      Branch: maint-5.004/perl
6053            ! pp_sys.c
6054 ____________________________________________________________________________
6055 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
6056         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
6057              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6058              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
6059              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
6060              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
6061              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
6062              doio.c doop.c ext/ODBM_File/ODBM_File.xs
6063              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
6064              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
6065              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
6066              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
6067              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
6068              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
6069              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
6070              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
6071              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
6072              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
6073              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
6074              universal.c util.c win32/Makefile win32/config_H.bc
6075              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
6076              win32/makefile.mk win32/perlglob.c win32/runperl.c
6077              win32/win32.c win32/win32sck.c x2p/s2p.PL
6078      Branch: maint-5.004/perl
6079            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
6080            ! cygwin32/perlld deb.c doio.c doop.c embed.h
6081            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
6082            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
6083            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
6084            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
6085            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
6086            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
6087            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
6088            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
6089            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
6090            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
6091            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
6092            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
6093            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
6094            ! universal.c util.c utils/perldoc.PL win32/Makefile
6095            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
6096            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
6097            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
6098            ! x2p/s2p.PL
6099 ____________________________________________________________________________
6100 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
6101         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
6102              From:  Graham Barr <gbarr@ti.com>
6103              Msg-ID:  <3561D147.7F3E0C88@ti.com>
6104              Files:  pp_sys.c t/op/die.t
6105      Branch: maint-5.004/perl
6106            ! pp_sys.c t/op/die.t
6107 ____________________________________________________________________________
6108 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
6109         Log: Title:  "loosen const sub re-defined warnings"
6110              From:  Doug MacEachern <dougm@pobox.com>
6111              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
6112              Files:  proto.h global.sym op.c pp.c sv.c
6113      Branch: maint-5.004/perl
6114            ! global.sym op.c pp.c proto.h sv.c
6115 ____________________________________________________________________________
6116 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
6117         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
6118              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
6119              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
6120              Files:  sv.c
6121              
6122              Title:  "Further h2ph patches (including a test suite)"
6123              From:  Billy <wdconsta@cs.adelaide.edu.au>
6124              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
6125              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
6126      Branch: maint-5.004/perl
6127            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
6128            ! MANIFEST sv.c utils/h2ph.PL
6129 ____________________________________________________________________________
6130 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
6131         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
6132              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
6133              <ilya@math.ohio-state.edu>
6134              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
6135              <199805151931.PAA23086@aatma.engin.umich.edu>,
6136              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
6137              Files:  toke.c
6138      Branch: maint-5.004/perl
6139            ! toke.c
6140 ____________________________________________________________________________
6141 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
6142         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
6143              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
6144              <jhi@iki.fi>
6145              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
6146              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
6147              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
6148              t/op/ipcsem.t
6149      Branch: maint-5.004/perl
6150            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
6151            ! t/op/ipcsem.t
6152 ____________________________________________________________________________
6153 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
6154         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
6155              From:  jan.dubois@ibm.net (Jan Dubois)
6156              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
6157              Files:  embed.h interp.sym
6158              
6159              Title:  "Undo changed error message which breaks Tk"
6160              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6161              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
6162              Files:  pp_ctl.c
6163              
6164              Title:  "Minor fixups to new -e script code"
6165              From:  Tim Bunce
6166              Files:  perl.c
6167              
6168              Title:  "Remove old diags not relevant after -e fix"
6169              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
6170              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
6171              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
6172              <199805181335.OAA07008@toad.ig.co.uk>,
6173              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
6174              Files:  pod/perldiag.pod
6175              
6176              Title:  "more examples for vec()"
6177              From:  Tom Phoenix <rootbeer@teleport.com>
6178              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
6179              Files:  pod/perlfunc.pod
6180              
6181              Title:  ""make ok" (perlbug -ok) should not be interactive"
6182              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
6183              <jhi@iki.fi>
6184              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
6185              <l03130300b1834f9732a0@[194.222.64.89]>
6186              Files:  utils/perlbug.PL
6187      Branch: maint-5.004/perl
6188            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
6189            ! pp_ctl.c utils/perlbug.PL
6190 ____________________________________________________________________________
6191 [  1010] By: gsar                                  on 1998/05/18  09:40:58
6192         Log: integrate mainline changes (untested)
6193      Branch: asperl
6194           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
6195           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
6196           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
6197           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
6198           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
6199           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
6200            - ext/DynaLoader/DynaLoader.pm
6201            ! win32/win32.c
6202           !> (integrate 234 files)
6203 ____________________________________________________________________________
6204 [  1009] By: gsar                                  on 1998/05/18  07:51:19
6205         Log: more whitespace tweaks from maintbranch
6206      Branch: win32/perl
6207            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
6208 ____________________________________________________________________________
6209 [  1008] By: gsar                                  on 1998/05/17  22:37:20
6210         Log: sundry whitespace cleanups from maintbranch
6211      Branch: win32/perl
6212            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
6213 ____________________________________________________________________________
6214 [  1007] By: gsar                                  on 1998/05/16  21:59:46
6215         Log: integrate mainline
6216      Branch: win32/perl
6217           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
6218           !> t/op/ipcmsg.t t/op/ipcsem.t
6219 ____________________________________________________________________________
6220 [  1006] By: gsar                                  on 1998/05/16  21:54:23
6221         Log: merge changes#996,998,999 from maintbranch
6222      Branch: win32/perl
6223            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
6224 ____________________________________________________________________________
6225 [  1005] By: gsar                                  on 1998/05/16  21:49:47
6226         Log: merge change#995 from maintbranch, tweak interp.sym and
6227              run embed.pl
6228      Branch: win32/perl
6229            ! embedvar.h interp.sym intrpvar.h perl.c
6230 ____________________________________________________________________________
6231 [  1004] By: gsar                                  on 1998/05/16  21:27:18
6232         Log: merge changes#989,990,992 from maintbranch
6233      Branch: win32/perl
6234            + t/op/die.t
6235            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
6236 ____________________________________________________________________________
6237 [  1003] By: gsar                                  on 1998/05/16  21:16:47
6238         Log: sync config*.gc with others, and verify that nothing from
6239              change#986 needs to be merged
6240      Branch: win32/perl
6241            ! win32/config.gc win32/config_H.gc
6242 ____________________________________________________________________________
6243 [  1002] By: gsar                                  on 1998/05/16  21:04:04
6244         Log: merge change#985 from maintbranch
6245      Branch: win32/perl
6246            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
6247            ! util.c
6248 ____________________________________________________________________________
6249 [  1001] By: gsar                                  on 1998/05/16  17:53:16
6250         Log: add a test to check return value from successful s/// (there was none!)
6251      Branch: win32/perl
6252            ! t/op/subst.t
6253 ____________________________________________________________________________
6254 [  1000] By: gsar                                  on 1998/05/16  17:42:34
6255         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
6256              return a value on the stack
6257      Branch: win32/perl
6258            ! pp_hot.c
6259 ____________________________________________________________________________
6260 [   999] By: TimBunce                              on 1998/05/15  23:04:30
6261         Log: Title:  "Update Porting/makerel script for perforce dir structure"
6262              From:  Tim Bunce
6263              Files:  Porting/makerel
6264      Branch: maint-5.004/perl
6265            ! Porting/makerel
6266 ____________________________________________________________________________
6267 [   998] By: TimBunce                              on 1998/05/15  22:49:55
6268         Log: Title:  "Updated Changes file for trial 3"
6269              From:  Tim Bunce
6270              Files:  Changes
6271      Branch: maint-5.004/perl
6272            ! Changes
6273 ____________________________________________________________________________
6274 [   997] By: gsar                                  on 1998/05/15  22:21:41
6275         Log: merge changes#982,984 from maintbranch
6276      Branch: win32/perl
6277            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
6278            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
6279 ____________________________________________________________________________
6280 [   996] By: TimBunce                              on 1998/05/15  22:19:32
6281         Log: Title:  "Negative array subscript unrecognized in regex"
6282              From:  Mark-Jason Dominus <mjd@plover.com>,
6283              h.sanden@elsevier.nl (Hugo van der Sanden)
6284              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
6285              <199805151514.RAA04121@dorlas.elsevier.nl>
6286              Files:  t/base/lex.t toke.c
6287              
6288              Title:  "Remove e_fp from toke.c after change 955"
6289              From:  Tim Bunce
6290              Files:  toke.c
6291      Branch: maint-5.004/perl
6292            ! t/base/lex.t toke.c
6293 ____________________________________________________________________________
6294 [   995] By: TimBunce                              on 1998/05/15  22:08:32
6295         Log: Title:  "Fix -e security hole (no longer uses temp file)"
6296              From:  Tim Bunce
6297              Files:  embed.h perl.h perl.c
6298      Branch: maint-5.004/perl
6299            ! embed.h perl.c perl.h
6300 ____________________________________________________________________________
6301 [   994] By: gsar                                  on 1998/05/15  22:08:17
6302         Log: merge change#981 from maintbranch, add XXX comment about
6303              supporting %! for usethreads case
6304      Branch: win32/perl
6305            ! gv.c op.c
6306 ____________________________________________________________________________
6307 [   992] By: TimBunce                              on 1998/05/15  22:01:32
6308         Log: Title:  "install non-backwards compatible .pm files into archlib"
6309              From:  Tim Bunce
6310              Files:  installperl
6311              
6312              Title:  "revert "Can't locate" message to original for maintenance"
6313              From:  Tim Bunce
6314              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
6315              Files:  pod/perldiag.pod pp_ctl.c
6316      Branch: maint-5.004/perl
6317            ! installperl pod/perldiag.pod pp_ctl.c
6318 ____________________________________________________________________________
6319 [   991] By: gsar                                  on 1998/05/15  21:35:00
6320         Log: reverse integrate ansiperl (all except the
6321              C<attrs qw(package locked)> stuff, and the duplicate hunks)
6322              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
6323      Branch: win32/perl
6324           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
6325           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
6326           !> utils/perldoc.PL
6327 ____________________________________________________________________________
6328 [   990] By: TimBunce                              on 1998/05/15  16:54:18
6329         Log: Title:  "Add tests for die $ref"
6330              From:  Graham Barr <gbarr@ti.com>
6331              Msg-ID:  <355C6297.121B576B@ti.com>
6332              Files:  MANIFEST t/op/die.t
6333      Branch: maint-5.004/perl
6334            + t/op/die.t
6335            ! MANIFEST
6336 ____________________________________________________________________________
6337 [   989] By: TimBunce                              on 1998/05/15  16:38:19
6338         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
6339              From:  Jarkko Hietaniemi <jhi@iki.fi>
6340              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
6341              Files:  t/op/ipcmsg.t
6342      Branch: maint-5.004/perl
6343            ! t/op/ipcmsg.t
6344 ____________________________________________________________________________
6345 [   988] By: mbeattie                              on 1998/05/15  16:28:08
6346         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
6347              (manually applied and tweaked) to fix up SysV IPC semaphores for
6348              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
6349              t/op/ipcsem.t for platforms which wanted to skip test. Completely
6350              disable ipcsem.t since it doesn't seem to work properly even when
6351              not skipped. This is _65.
6352      Branch: perl
6353            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
6354            ! t/op/ipcmsg.t t/op/ipcsem.t
6355 ____________________________________________________________________________
6356 [   987] By: nick                                  on 1998/05/15  16:03:35
6357         Log: Integrate win32
6358      Branch: ansiperl
6359           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
6360           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
6361           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
6362           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
6363           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
6364           +> t/op/pos.t utils/perlcc.PL
6365            - ext/DynaLoader/DynaLoader.pm
6366           !> (integrate 208 files)
6367 ____________________________________________________________________________
6368 [   986] By: TimBunce                              on 1998/05/15  15:28:45
6369         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
6370              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
6371              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
6372              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
6373              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
6374              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
6375              win32/config.bc win32/config.vc win32/config_H.bc
6376              win32/config_H.vc
6377      Branch: maint-5.004/perl
6378            + README.beos beos/nm.c hints/beos.sh
6379            ! Configure MANIFEST Porting/Glossary config_h.SH
6380            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
6381            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
6382            ! win32/config.vc win32/config_H.bc win32/config_H.vc
6383 ____________________________________________________________________________
6384 [   985] By: TimBunce                              on 1998/05/15  15:02:43
6385         Log: Title:  "allow die $ref"
6386              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
6387              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
6388              Files:  pp_ctl.c pp_sys.c util.c
6389              
6390              Title:  "ExtUtils::Manifest could truncate files during "make dist""
6391              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
6392              koenig@kulturbox.de (Andreas J. Koenig)
6393              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
6394              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
6395              Files:  lib/ExtUtils/Manifest.pm
6396              
6397              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
6398              From:  Dan Sugalski <sugalskd@osshe.edu>
6399              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
6400              Files:  lib/AutoSplit.pm
6401              
6402              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
6403              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
6404              J. Koenig), larry@wall.org (Larry Wall)
6405              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
6406              <sfc202c9jsb.fsf@anna.in-berlin.de>,
6407              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
6408              Files:  lib/AutoSplit.pm
6409      Branch: maint-5.004/perl
6410            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
6411            ! util.c
6412 ____________________________________________________________________________
6413 [   984] By: TimBunce                              on 1998/05/15  14:18:52
6414         Log: ------  CORE LANGUAGE  ------
6415              
6416              Title:  "Fix close pipe returning status from wrong child"
6417              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
6418              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
6419              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
6420              Files:  t/io/pipe.t util.c
6421              
6422              Title:  "Avoid English.pm triggering load of Errno.pm"
6423              From:  Tim Bunce
6424              Files:  gv.c lib/English.pm
6425              
6426              ------  DOCUMENTATION  ------
6427              
6428              Title:  "Document child exit cause a parent sleep to end early"
6429              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6430              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
6431              Files:  pod/perlfunc.pod
6432              
6433              ------  EXTENSIONS  ------
6434              
6435              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
6436              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6437              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
6438              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6439              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6440              
6441              Title:  "MM_VMS.pm fixes for building external library"
6442              From:  Dan Sugalski <sugalskd@ous.edu>
6443              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
6444              Files:  lib/ExtUtils/MM_VMS.pm
6445              
6446              Title:  "Appease picky DEC compiler in POSIX.xs"
6447              From:  Dan Sugalski <sugalskd@ous.edu>
6448              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
6449              Files:  ext/POSIX/POSIX.xs
6450              
6451              ------  TESTS  ------
6452              
6453              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
6454              From:  Jarkko Hietaniemi <jhi@iki.fi>
6455              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
6456              Files:  t/op/ipcsem.t
6457              
6458              Title:  "Fix doc bug for system() return value"
6459              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
6460              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
6461              Files:  pod/perlfunc.pod t/op/exec.t
6462              
6463              ------  UTILITIES  ------
6464              
6465              Title:  "Avoid possible constant autoload loop"
6466              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
6467              Zakharevich <ilya@math.ohio-state.edu>
6468              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
6469              <355B475A.C5AD4B90@ti.com>,
6470              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
6471              Files:  utils/h2xs.PL
6472              
6473              Title:  "Further improvements to h2ph.PL"
6474              From:  kstar@chapin.edu
6475              Msg-ID:  <199805130241.WAA25459@chapin.edu>
6476              Files:  utils/h2ph.PL
6477      Branch: maint-5.004/perl
6478            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6479            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6480            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
6481            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
6482            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
6483
6484 ----------------
6485 Version 5.004_64
6486 ----------------
6487
6488 ____________________________________________________________________________
6489 [   983] By: mbeattie                              on 1998/05/15  14:04:17
6490         Log: Integrate win32 branch into mainline.
6491      Branch: perl
6492           +> Porting/patching.pod t/op/defins.t
6493           !> (integrate 107 files)
6494 ____________________________________________________________________________
6495 [   982] By: TimBunce                              on 1998/05/15  12:33:26
6496         Log: Title:  "comment init_postdump_symbols issues"
6497              From:  Tim Bunce
6498              Files:  perl.c
6499              
6500              Title:  "Improve sort docs re SUBNAME"
6501              From:  circle@azstarnet.com
6502              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
6503              Files:  pod/perlfunc.pod
6504      Branch: maint-5.004/perl
6505            ! perl.c pod/perlfunc.pod
6506 ____________________________________________________________________________
6507 [   981] By: TimBunce                              on 1998/05/15  11:47:28
6508         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
6509              From:  Graham Barr <gbarr@ti.com>
6510              Msg-ID:  <355080CD.1111BC81@ti.com>
6511              Files:  gv.c
6512      Branch: maint-5.004/perl
6513            ! gv.c
6514 ____________________________________________________________________________
6515 [   980] By: gsar                                  on 1998/05/15  06:16:13
6516         Log: add doc for C<+{}> vs. C<{;}> disambiguation
6517      Branch: win32/perl
6518            ! pod/perlref.pod
6519 ____________________________________________________________________________
6520 [   979] By: gsar                                  on 1998/05/15  04:59:47
6521         Log: tweaks to win32 makefiles.  This version builds and passes all
6522              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
6523      Branch: win32/perl
6524            ! win32/Makefile win32/makefile.mk
6525 ____________________________________________________________________________
6526 [   978] By: gsar                                  on 1998/05/15  02:41:58
6527         Log: merge changes#922,944,949,965,970 from maintbranch
6528      Branch: win32/perl
6529            + Porting/patching.pod t/op/defins.t
6530            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
6531            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
6532            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
6533            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
6534            ! utils/perlbug.PL
6535 ____________________________________________________________________________
6536 [   977] By: gsar                                  on 1998/05/15  02:15:25
6537         Log: merge changes#906,907,909,910 from maintbranch
6538      Branch: win32/perl
6539            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
6540            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
6541            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
6542            ! util.c
6543 ____________________________________________________________________________
6544 [   976] By: gsar                                  on 1998/05/15  01:34:53
6545         Log: merge change#905 from maintbranch, minor fixes to get
6546              clean build+test on Solaris
6547      Branch: win32/perl
6548            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
6549            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
6550            ! regcomp.c sv.c t/op/taint.t toke.c
6551 ____________________________________________________________________________
6552 [   975] By: gsar                                  on 1998/05/14  23:34:26
6553         Log: merge change#904 from maintbranch
6554      Branch: win32/perl
6555            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
6556            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
6557            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
6558            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
6559            ! vms/descrip.mms
6560 ____________________________________________________________________________
6561 [   974] By: gsar                                  on 1998/05/14  23:11:05
6562         Log: merge change#897 from maintbranch
6563      Branch: win32/perl
6564            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
6565            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
6566            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
6567            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
6568            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
6569            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
6570            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6571            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
6572            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
6573            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
6574            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6575            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6576            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
6577            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
6578            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
6579            ! win32/config_H.bc win32/config_H.vc win32/win32.c
6580            ! x2p/find2perl.PL
6581 ____________________________________________________________________________
6582 [   973] By: gsar                                  on 1998/05/14  22:24:26
6583         Log: integrate mainline
6584      Branch: win32/perl
6585            + Porting/Contract
6586           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
6587           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
6588           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
6589           +> utils/perlcc.PL
6590            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
6591            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
6592            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
6593            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6594            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
6595            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
6596            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
6597            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
6598            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
6599            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
6600            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
6601            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
6602            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6603            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6604            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
6605            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
6606            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
6607            ! win32/config.vc win32/config_H.bc win32/config_H.vc
6608            ! win32/win32.c x2p/find2perl.PL
6609           !> (integrate 59 files)
6610 ____________________________________________________________________________
6611 [   972] By: nick                                  on 1998/05/14  18:09:01
6612         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
6613              Remove K&R style functions, avoid struct/typedef clash. 
6614      Branch: ansiperl
6615            ! bytecode.h byterun.c sv.c toke.c
6616 ____________________________________________________________________________
6617 [   971] By: TimBunce                              on 1998/05/14  16:52:19
6618         Log: 
6619              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
6620              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6621              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
6622              Files:  pp.c
6623      Branch: maint-5.004/perl
6624            ! pp.c
6625 ____________________________________________________________________________
6626 [   970] By: TimBunce                              on 1998/05/14  16:18:06
6627         Log: 
6628              Title:  "perlbug reformatted"
6629              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
6630              <hv@crypt0.demon.co.uk>
6631              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
6632              <l03130300b17cebcb6d33@[194.222.64.89]>,
6633              <v03110702b17ccbab6824@[195.95.102.67]>
6634              Files:  utils/perlbug.PL
6635      Branch: maint-5.004/perl
6636            ! utils/perlbug.PL
6637 ____________________________________________________________________________
6638 [   969] By: mbeattie                              on 1998/05/14  16:15:09
6639         Log: Integrate win32 branch into mainline
6640      Branch: perl
6641           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
6642           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
6643            - ext/DynaLoader/DynaLoader.pm
6644           !> (integrate 118 files)
6645 ____________________________________________________________________________
6646 [   968] By: mbeattie                              on 1998/05/14  16:05:57
6647         Log: Bump patchlevel to 65
6648      Branch: perl
6649            ! patchlevel.h
6650 ____________________________________________________________________________
6651 [   967] By: mbeattie                              on 1998/05/14  16:05:19
6652         Log: Another fixup of MANIFEST
6653      Branch: perl
6654            ! MANIFEST
6655 ____________________________________________________________________________
6656 [   966] By: mbeattie                              on 1998/05/14  16:02:20
6657         Log: Add missing files to MANIFEST
6658      Branch: perl
6659            ! MANIFEST
6660 ____________________________________________________________________________
6661 [   965] By: TimBunce                              on 1998/05/14  16:00:11
6662         Log: 
6663              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
6664              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6665              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
6666              Files:  gv.h gv.c op.c
6667      Branch: maint-5.004/perl
6668            ! gv.c gv.h op.c
6669 ____________________________________________________________________________
6670 [   964] By: mbeattie                              on 1998/05/14  15:58:01
6671         Log: Subject: [PATCH] Using Getopts::* with strict vars
6672              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
6673              From: Tom Phoenix <rootbeer@teleport.com>
6674      Branch: perl
6675            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
6676 ____________________________________________________________________________
6677 [   963] By: mbeattie                              on 1998/05/14  15:56:53
6678         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
6679              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
6680              From: epeschko@den-mdev1 (Ed Peschko)
6681      Branch: perl
6682            + utils/perlcc.PL
6683            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
6684            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
6685 ____________________________________________________________________________
6686 [   962] By: mbeattie                              on 1998/05/14  15:45:28
6687         Log: From: Dan Sugalski <sugalskd@ous.edu>
6688              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
6689              Date: Wed, 08 Apr 1998 17:08:48 -0700
6690              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
6691              Date: Fri, 08 May 1998 10:49:16 -0700
6692      Branch: perl
6693            ! ext/Thread/Thread.pm
6694 ____________________________________________________________________________
6695 [   961] By: mbeattie                              on 1998/05/14  15:43:39
6696         Log: Subject: Consolidated patch to 5.004_64
6697              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
6698              From: Charles Bailey <BAILEY@newman.upenn.edu>
6699      Branch: perl
6700            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
6701            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
6702            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
6703            ! vms/perlvms.pod
6704 ____________________________________________________________________________
6705 [   960] By: mbeattie                              on 1998/05/14  15:41:41
6706         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
6707              Date: 07 Apr 1998 18:31:21 +0200
6708              From: JVromans@Squirrel.nl (Johan Vromans)
6709      Branch: perl
6710            ! lib/Getopt/Long.pm
6711 ____________________________________________________________________________
6712 [   959] By: mbeattie                              on 1998/05/14  15:39:29
6713         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6714              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
6715              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
6716              Subject: [PATCH] perl 5.004_64+Config_04
6717              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
6718      Branch: perl
6719            ! lib/Benchmark.pm pod/perlfunc.pod
6720 ____________________________________________________________________________
6721 [   958] By: mbeattie                              on 1998/05/14  15:36:30
6722         Log: From: kstar@chapin.edu
6723              Subject: [PATCH] hints for Irix 6
6724              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
6725              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
6726              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
6727      Branch: perl
6728            ! INSTALL hints/irix_6.sh installperl
6729 ____________________________________________________________________________
6730 [   957] By: mbeattie                              on 1998/05/14  15:33:48
6731         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
6732              Date: Mon, 06 Apr 1998 21:09:24 +0200
6733              From: Achim Bohnet <ach@mpe.mpg.de>
6734      Branch: perl
6735            ! lib/ExtUtils/Install.pm
6736 ____________________________________________________________________________
6737 [   956] By: mbeattie                              on 1998/05/14  15:32:39
6738         Log: Subject: [PATCH] Config: Irix 5 hints
6739              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
6740              From: kstar@O2.chapin.edu
6741      Branch: perl
6742            ! hints/irix_5.sh
6743 ____________________________________________________________________________
6744 [   955] By: mbeattie                              on 1998/05/14  15:31:12
6745         Log: Subject: PATCH: h2ph produces incorrect code
6746              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
6747              From: Billy <wdconsta@cs.adelaide.edu.au>
6748      Branch: perl
6749            ! utils/h2ph.PL
6750 ____________________________________________________________________________
6751 [   954] By: mbeattie                              on 1998/05/14  15:29:27
6752         Log: Subject: [PATCH] perldebug.pod
6753              Date: Mon, 6 Apr 1998 00:36:57 -0600
6754              From: jason stewart <jasons@sandy-home.arc.unm.edu>
6755      Branch: perl
6756            ! pod/perldebug.pod
6757 ____________________________________________________________________________
6758 [   953] By: mbeattie                              on 1998/05/14  15:28:00
6759         Log: From: Dominic Dunlop <domo@vo.lu>
6760              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
6761              Date: Wed, 6 May 1998 14:39:32 +0000
6762              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
6763              Date: Sat, 4 Apr 1998 19:44:34 +0000
6764      Branch: perl
6765            ! hints/machten.sh t/op/hashwarn.t
6766 ____________________________________________________________________________
6767 [   952] By: mbeattie                              on 1998/05/14  15:23:19
6768         Log: New pod/perldelta.pod (previous one branched in last change):
6769              Subject: [PATCH 5.004_64] Start new perldelta
6770              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6771              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6772      Branch: perl
6773            + pod/perldelta.pod
6774 ____________________________________________________________________________
6775 [   951] By: mbeattie                              on 1998/05/14  15:20:43
6776         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6777              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
6778              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
6779              Subject: [PATCH 5.004_64] Start new perldelta
6780              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6781              (above branched perldelta -> perldelta4, new perldelta will be
6782              created/added next change)
6783              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
6784              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
6785      Branch: perl
6786            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6787            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6788           +> pod/perldelta4.pod
6789            - pod/perldelta.pod
6790            ! MANIFEST hints/svr4.sh
6791 ____________________________________________________________________________
6792 [   949] By: TimBunce                              on 1998/05/14  15:11:30
6793         Log: 
6794              Title:  "while($x=<>) no longer warns (implicit defined added)"
6795              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
6796              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
6797              Files:  MANIFEST op.c t/op/defins.t
6798      Branch: maint-5.004/perl
6799            + t/op/defins.t
6800            ! MANIFEST op.c
6801 ____________________________________________________________________________
6802 [   948] By: mbeattie                              on 1998/05/14  15:09:51
6803         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6804              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
6805              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
6806              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
6807              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
6808              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
6809              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
6810              Subject: [PATCH 5.004_64] Config_64-03-04.diff
6811              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
6812      Branch: perl
6813            + README.beos beos/nm.c hints/beos.sh
6814            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
6815            ! Porting/Glossary Porting/config.sh Porting/config_H
6816            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
6817            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
6818            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
6819            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
6820            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
6821            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
6822            ! win32/config.vc win32/config_H.bc win32/config_H.vc
6823 ____________________________________________________________________________
6824 [   946] By: TimBunce                              on 1998/05/14  15:07:06
6825         Log: 
6826              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
6827              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6828              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
6829              Files:  perl.c sv.c t/op/misc.t
6830      Branch: maint-5.004/perl
6831            ! perl.c sv.c t/op/misc.t
6832 ____________________________________________________________________________
6833 [   945] By: mbeattie                              on 1998/05/14  15:00:31
6834         Log: Subject: Perl Social Contract
6835              Date: 13 Apr 1998 06:16:59 -0700
6836              From: Russ Allbery <rra@stanford.edu>
6837      Branch: perl
6838            + Porting/Contract
6839 ____________________________________________________________________________
6840 [   944] By: TimBunce                              on 1998/05/14  14:59:37
6841         Log: 
6842              Title:  "5.004_04-m2 Cleanup of test failures"
6843              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6844              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
6845              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6846              win32/config.bc win32/config.vc
6847      Branch: maint-5.004/perl
6848            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6849            ! win32/config.bc win32/config.vc
6850 ____________________________________________________________________________
6851 [   943] By: mbeattie                              on 1998/05/14  14:58:13
6852         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
6853              Subject: [PATCH 5.004_64] Test.pm update
6854              Date: Sat, 4 Apr 1998 08:33:50 -0500
6855              Subject: [PATCH 5.004_64] modcount + comments
6856              Date: Fri, 17 Apr 1998 16:07:35 -0400
6857      Branch: perl
6858            ! lib/Test.pm op.c thrdvar.h
6859 ____________________________________________________________________________
6860 [   942] By: mbeattie                              on 1998/05/14  14:49:43
6861         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6862              Subject: [PATCH 5.004_64] newSV
6863              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
6864              Subject: [PATCH 5.004_64] Cryptic error from B::CC
6865              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
6866      Branch: perl
6867            ! ext/B/B/CC.pm handy.h proto.h sv.c
6868 ____________________________________________________________________________
6869 [   941] By: mbeattie                              on 1998/05/14  14:47:29
6870         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6871              Subject: [PATCH 5.004_64] anydbm.t
6872              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
6873              Subject: [PATCH 5.004_64] threads on OS/2
6874              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
6875              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
6876              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
6877              Subject: [PATCH 5.004_64] Immediate stop in debugger
6878              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
6879              Subject: [PATCH 5.005_64] ptags broken
6880              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
6881              Subject: [PATCH 5.004_64] Document switch syntax via RE
6882              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
6883      Branch: perl
6884            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6885            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
6886            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
6887 ____________________________________________________________________________
6888 [   940] By: mbeattie                              on 1998/05/14  14:38:44
6889         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
6890              Date: Fri, 03 Apr 1998 16:01:57 -0800
6891              From: Dan Sugalski <sugalskd@osshe.edu>
6892      Branch: perl
6893            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
6894            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
6895 ____________________________________________________________________________
6896 [   939] By: mbeattie                              on 1998/05/14  14:35:42
6897         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
6898              Date: Fri, 03 Apr 1998 13:58:15 -0800
6899              From: Dan Sugalski <sugalskd@osshe.edu>
6900      Branch: perl
6901            ! perl.c
6902 ____________________________________________________________________________
6903 [   938] By: gsar                                  on 1998/05/14  10:53:55
6904         Log: merge change#896 from maintbranch
6905      Branch: win32/perl
6906            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
6907            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
6908            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
6909            ! t/op/gv.t t/op/misc.t t/op/pack.t
6910 ____________________________________________________________________________
6911 [   937] By: gsar                                  on 1998/05/14  09:31:34
6912         Log: merge change#887 from maintbranch
6913      Branch: win32/perl
6914            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
6915            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
6916            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
6917            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
6918            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
6919            ! t/op/stat.t toke.c utils/h2xs.PL
6920 ____________________________________________________________________________
6921 [   936] By: gsar                                  on 1998/05/14  09:06:18
6922         Log: merge change#886 from maintbranch
6923      Branch: win32/perl
6924            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
6925            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
6926            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
6927            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
6928            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6929            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
6930            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
6931            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
6932            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
6933            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
6934            ! vms/test.com
6935 ____________________________________________________________________________
6936 [   935] By: gsar                                  on 1998/05/14  07:00:02
6937         Log: merge changes#872,873 from maintbranch
6938      Branch: win32/perl
6939            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
6940            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
6941            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
6942            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
6943            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
6944            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
6945            ! utils/perldoc.PL
6946 ____________________________________________________________________________
6947 [   934] By: gsar                                  on 1998/05/14  06:24:38
6948         Log: merge changes#755..759,763,764 from maintbranch
6949      Branch: win32/perl
6950            + hints/openbsd.sh
6951            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
6952            ! t/op/pos.t utils/perldoc.PL
6953 ____________________________________________________________________________
6954 [   933] By: gsar                                  on 1998/05/14  06:07:31
6955         Log: merge change#754 from maintbranch
6956      Branch: win32/perl
6957            ! perl.c
6958 ____________________________________________________________________________
6959 [   932] By: gsar                                  on 1998/05/14  06:03:50
6960         Log: merge changes#752,753 from maintbranch
6961      Branch: win32/perl
6962            + t/op/pos.t
6963            ! README ext/GDBM_File/GDBM_File.pm
6964            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
6965 ____________________________________________________________________________
6966 [   931] By: gsar                                  on 1998/05/14  05:51:19
6967         Log: merge change#745 from maintbranch
6968      Branch: win32/perl
6969            + ext/DynaLoader/DynaLoader.pm.PL
6970            - ext/DynaLoader/DynaLoader.pm
6971            ! MANIFEST ext/DynaLoader/Makefile.PL
6972 ____________________________________________________________________________
6973 [   930] By: nick                                  on 1998/05/13  20:39:59
6974         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
6975      Branch: ansiperl
6976            ! utils/perldoc.PL
6977           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
6978           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
6979           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
6980           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6981           !> win32/makedef.pl win32/makefile.mk
6982 ____________________________________________________________________________
6983 [   929] By: gsar                                  on 1998/05/13  10:13:36
6984         Log: merge change#687 from maintbranch
6985      Branch: win32/perl
6986            ! pod/perlfunc.pod
6987 ____________________________________________________________________________
6988 [   928] By: gsar                                  on 1998/05/13  10:08:13
6989         Log: merge change#683 from maintbranch
6990      Branch: win32/perl
6991            ! pod/perlguts.pod
6992 ____________________________________________________________________________
6993 [   927] By: gsar                                  on 1998/05/13  09:51:43
6994         Log: merge change#681 from maintbranch
6995      Branch: win32/perl
6996            ! ext/Fcntl/Fcntl.pm
6997 ____________________________________________________________________________
6998 [   926] By: gsar                                  on 1998/05/13  09:47:11
6999         Log: merge change#664 from maint branch
7000      Branch: win32/perl
7001            ! regcomp.c regcomp.h regexec.c
7002 ____________________________________________________________________________
7003 [   925] By: gsar                                  on 1998/05/13  08:55:28
7004         Log: merge missing part of change#663 from maint branch
7005      Branch: win32/perl
7006            ! op.c
7007 ____________________________________________________________________________
7008 [   924] By: gsar                                  on 1998/05/12  18:50:04
7009         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
7010              and seems to generate problematic code for PII.
7011      Branch: win32/perl
7012            ! win32/makefile.mk
7013 ____________________________________________________________________________
7014 [   923] By: gsar                                  on 1998/05/12  16:24:02
7015         Log: fix test failure
7016              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
7017              Date:    Tue, 12 May 1998 10:40:57 BST
7018              From:    Nick.Ing-Simmons@tiuk.ti.com
7019              Subject: test buglet
7020      Branch: win32/perl
7021            ! t/op/hashwarn.t
7022 ____________________________________________________________________________
7023 [   922] By: TimBunce                              on 1998/05/11  20:58:58
7024         Log: Assorted patches:
7025              
7026              ------  CORE LANGUAGE  ------
7027              
7028              Title:  "incorrect return value for hv_iterinit"
7029              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7030              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
7031              Files:  pod/perlguts.pod hv.c
7032              
7033              ------  DOCUMENTATION  ------
7034              
7035              Title:  "perlvar.pod buglet E<EVMSERR>"
7036              From:  Achim Bohnet <ach@mpe.mpg.de>
7037              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
7038              Files:  pod/perlvar.pod
7039              
7040              Title:  "Improve docs for warning about code after an exec()"
7041              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
7042              <chaimf@concentric.net>
7043              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
7044              <m3ra22qn1z.fsf@chany-p100.emwp.com>
7045              Files:  pod/perlfunc.pod
7046              
7047              Title:  "Remove dead code from pod2man"
7048              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7049              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
7050              Files:  pod/pod2man.PL
7051              
7052              Title:  "tweak doc for C<do FILENAME>"
7053              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7054              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
7055              Files:  pod/perlfunc.pod
7056              
7057              Title:  "Document integer pragma effect on % operator"
7058              From:  Gisle Aas <gisle@aas.no>
7059              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
7060              Files:  pod/perlop.pod
7061              
7062              Title:  "Reduce rm command line length in pod/Makefile"
7063              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
7064              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
7065              Files:  pod/Makefile
7066              
7067              ------  EXTENSIONS  ------
7068              
7069              Title:  "Clarify Termios usage in POSIX.pod"
7070              From:  Rocco Caputo <troc@netrus.net>
7071              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
7072              Files:  ext/POSIX/POSIX.pod
7073              
7074              ------  LIBRARY  ------
7075              
7076              Title:  "Fix File::Find::finddepth typo in trial 2 release"
7077              From:  koenig@kulturbox.de (Andreas J. Koenig)
7078              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
7079              Files:  lib/File/Find.pm t/lib/filefind.t
7080              
7081              ------  PORTABILITY - GENERAL  ------
7082              
7083              Title:  "Add Porting/patching.pod document"
7084              From:  Daniel Grisinger <dgris@tdrenterprises.com>
7085              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
7086              Files:  MANIFEST Porting/patching.pod
7087              
7088              Title:  "hints/machten.sh: disable semctl(), align with devel version"
7089              From:  Dominic Dunlop <domo@vo.lu>
7090              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
7091              Files:  hints/machten.sh
7092              
7093              Title:  "Add VMS specifics to Porting/makerel"
7094              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7095              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
7096              <199804271732.SAA13762@toad.ig.co.uk>,
7097              <9804250212.AA27695@forte.com>
7098              Files:  Porting/makerel
7099      Branch: maint-5.004/perl
7100            + Porting/patching.pod
7101            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
7102            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
7103            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
7104            ! t/lib/filefind.t
7105 ____________________________________________________________________________
7106 [   921] By: gsar                                  on 1998/05/10  02:28:03
7107         Log: various tweaks to makefiles
7108      Branch: win32/perl
7109            ! win32/Makefile win32/makedef.pl win32/makefile.mk
7110 ____________________________________________________________________________
7111 [   920] By: gsar                                  on 1998/05/10  02:27:19
7112         Log: fix ExtUtils::Liblist mishandling paths with spaces
7113      Branch: win32/perl
7114            ! lib/ExtUtils/Liblist.pm
7115 ____________________________________________________________________________
7116 [   919] By: gsar                                  on 1998/05/09  17:10:15
7117         Log: minor cleanup
7118      Branch: win32/perl
7119            ! MANIFEST perl.c
7120 ____________________________________________________________________________
7121 [   918] By: gsar                                  on 1998/05/09  17:09:09
7122         Log: protect sortcop from C<sort { sort { ... } ... } ...>
7123              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
7124              Date:    Fri, 08 May 1998 19:33:44 EDT
7125              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7126              Subject: [PATCH] Re: double recursion in sort 
7127      Branch: win32/perl
7128            ! pp_ctl.c t/op/runlevel.t
7129 ____________________________________________________________________________
7130 [   917] By: gsar                                  on 1998/05/09  17:05:55
7131         Log: c
7132      Branch: win32/perl
7133            ! win32/config.bc win32/config.gc win32/config.vc
7134 ____________________________________________________________________________
7135 [   916] By: gsar                                  on 1998/05/07  03:40:15
7136         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
7137      Branch: win32/perl
7138            ! pp.c
7139 ____________________________________________________________________________
7140 [   915] By: mbeattie                              on 1998/05/06  13:08:29
7141         Log: Speed up pp_entersub for usethreads with only 1 thread running.
7142      Branch: perl
7143            ! pp_hot.c
7144 ____________________________________________________________________________
7145 [   914] By: gsar                                  on 1998/05/03  18:44:38
7146         Log: make hv_iterinit() return HvKEYS()
7147              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
7148              Date:    Sat, 02 May 1998 16:29:22 EDT
7149              From:    "SynaptiCAD, Inc." <sales@syncad.com>
7150              Subject: incorrect return value for hv_iterinit
7151      Branch: win32/perl
7152            ! hv.c pod/perlguts.pod
7153 ____________________________________________________________________________
7154 [   913] By: TimBunce                              on 1998/05/01  22:38:38
7155         Log: Update MANIFEST for trial 2.
7156              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
7157      Branch: maint-5.004/perl
7158            ! MANIFEST
7159 ____________________________________________________________________________
7160 [   912] By: TimBunce                              on 1998/05/01  22:30:29
7161         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
7162      Branch: maint-5.004/perl
7163            + t/op/tiehandle.t
7164 ____________________________________________________________________________
7165 [   911] By: TimBunce                              on 1998/05/01  21:35:03
7166         Log: 
7167              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
7168              From:  timbo@ig.co.uk (Tim Bunce)
7169              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
7170              Files:  perl.h
7171              
7172              Title:  "Add WRITE & CLOSE to TIEHANDLE"
7173              From:  Graham Barr <gbarr@pobox.com>
7174              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
7175              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
7176      Branch: maint-5.004/perl
7177            + lib/Tie/Handle.pm
7178            ! perl.h pod/perltie.pod pp_sys.c
7179 ____________________________________________________________________________
7180 [   910] By: TimBunce                              on 1998/05/01  20:47:47
7181         Log: 
7182              Title:  "Add warning for Illegal hex digit"
7183              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
7184              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
7185              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
7186              <199804271409.PAA12819@toad.ig.co.uk>,
7187              <199804280307.WAA12332@psasolar.psa.pencom.com>
7188              Files:  pod/perldiag.pod util.c
7189              
7190              Title:  "perl_call_method() bug fix (corrupt op pointer)"
7191              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
7192              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
7193              Files:  perl.c
7194              
7195              Title:  "Fix printf segmentation fault"
7196              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
7197              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
7198              Files:  pp_hot.c
7199              
7200              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
7201              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7202              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
7203              Files:  pod/perlsub.pod
7204      Branch: maint-5.004/perl
7205            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
7206 ____________________________________________________________________________
7207 [   909] By: TimBunce                              on 1998/05/01  19:44:47
7208         Log: 
7209              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
7210              Files:  doio.c util.c
7211      Branch: maint-5.004/perl
7212            ! doio.c util.c
7213 ____________________________________________________________________________
7214 [   908] By: gsar                                  on 1998/05/01  19:21:02
7215         Log: add AS patch#20 (exposes more global constants)
7216      Branch: asperl
7217            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
7218            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
7219            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
7220 ____________________________________________________________________________
7221 [   907] By: TimBunce                              on 1998/05/01  17:50:46
7222         Log: 
7223              Title:  "Runtime Carp verbosity without aliasing"
7224              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
7225              Msg-ID:  <H00000e50003936c@MHS>
7226              Files:  lib/Carp.pm
7227              
7228              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
7229              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
7230              <rootbeer@teleport.com>
7231              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
7232              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
7233              Files:  lib/File/Basename.pm
7234      Branch: maint-5.004/perl
7235            ! lib/Carp.pm lib/File/Basename.pm
7236 ____________________________________________________________________________
7237 [   906] By: TimBunce                              on 1998/04/28  11:04:49
7238         Log: 
7239              ------  CORE LANGUAGE  ------
7240              
7241              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
7242              references in LVs"
7243              From:  Spider Boardman <spider@orb.nashua.nh.us>
7244              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
7245              <19980422164037.D29222@perl.org>
7246              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
7247              pp.c sv.c
7248              
7249              Title:  "Fix SvGMAGIC typo in change 904"
7250              Files:  doop.c
7251      Branch: maint-5.004/perl
7252            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
7253            ! proto.h sv.c
7254 ____________________________________________________________________________
7255 [   905] By: TimBunce                              on 1998/04/28  10:32:20
7256         Log: Regexp patches
7257              
7258              Title:  "New regex flag //t to leave $1 etc. tainted"
7259              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
7260              Msg-ID:  <19980310192640.37826@cyprus>
7261              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
7262              t/op/taint.t toke.c
7263              
7264              Title:  "Don't accidentally untaint target of s///"
7265              From:  Chip Salzenberg <chip@pobox.com>
7266              Msg-ID:  <19980310151756.24767@cyprus>
7267              Files:  pp_ctl.c pp_hot.c t/op/taint.t
7268              
7269              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
7270              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
7271              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
7272              Files:  regcomp.c
7273      Branch: maint-5.004/perl
7274            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
7275            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
7276 ____________________________________________________________________________
7277 [   904] By: TimBunce                              on 1998/04/27  20:20:21
7278         Log: Assorted patches:
7279              
7280              ------  CORE LANGUAGE  ------
7281              
7282              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
7283              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
7284              <Tim.Bunce@ig.co.uk>
7285              Msg-ID:  <19980424080630.D13985@perl.org>
7286              Files:  doop.c
7287              
7288              Title:  "Better error message for require failure"
7289              From:  epeschko@den-mdev1 (Ed Peschko)
7290              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
7291              Files:  pod/perldiag.pod pp_ctl.c
7292              
7293              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
7294              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7295              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
7296              Files:  perl.c
7297              
7298              Title:  "Fix nice_chunk memory leak"
7299              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7300              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
7301              Files:  sv.c
7302              
7303              Title:  "-2.0 vs. -2 (was Number representations)"
7304              From:  Chip Salzenberg <chip@pobox.com>
7305              Msg-ID:  <19980309185652.11231@cyprus>
7306              Files:  op.c
7307              
7308              Title:  "perl.c fixes for -DUNEXEC"
7309              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
7310              <mwette@mr-ed.jpl.nasa.gov>
7311              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
7312              Files:  perl.c
7313              
7314              ------  DOCUMENTATION  ------
7315              
7316              Title:  "perlcall is Perl from C, not C from Perl"
7317              From:  Steve A Fink <sfink@cs.berkeley.edu>
7318              Files:  pod/perlembed.pod
7319              
7320              Title:  "Clarify require "Foo::Bar" non-bareword issue"
7321              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
7322              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
7323              Files:  pod/perlfunc.pod
7324              
7325              Title:  "(repost) new text for perlsec", "new text for perlsec"
7326              From:  Tom Phoenix <rootbeer@teleport.com>
7327              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
7328              Files:  pod/perlsec.pod
7329              
7330              ------  EXTENSIONS  ------
7331              
7332              Title:  "IO::Socket->socketpair broken (typo)"
7333              From:  Olaf Titz <olaf@bigred.inka.de>
7334              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
7335              Files:  ext/IO/lib/IO/Socket.pm
7336              
7337              Title:  "NDBM_File man page needs Fcntl"
7338              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
7339              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
7340              Files:  ext/NDBM_File/NDBM_File.pm
7341              
7342              ------  LIBRARY  ------
7343              
7344              Title:  "Documentation discrepancy: pragmatic modules"
7345              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
7346              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
7347              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
7348              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
7349              
7350              ------  PORTABILITY - GENERAL  ------
7351              
7352              Title:  "Updated hints file for svr4"
7353              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7354              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
7355              Files:  hints/svr4.sh
7356              
7357              Title:  "Pumpkin update -- shared libperl.so location"
7358              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7359              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
7360              Files:  Porting/pumpkin.pod
7361              
7362              Title:  "perl compile fix for AIX 4.3"
7363              From:  Jens-Uwe Mager <jum@helios.de>
7364              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
7365              Files:  ext/DynaLoader/dl_aix.xs
7366              
7367              Title:  "Dynaloader build on VMS",
7368              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
7369              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
7370              Files:  vms/descrip.mms
7371              
7372              ------  UTILITIES  ------
7373              
7374              Title:  "Major update to h2ph.PL"
7375              From:  Billy <wdconsta@cs.adelaide.edu.au>
7376              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
7377              Files:  utils/h2ph.PL
7378      Branch: maint-5.004/perl
7379            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
7380            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
7381            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
7382            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
7383            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
7384 ____________________________________________________________________________
7385 [   903] By: gsar                                  on 1998/04/25  22:27:19
7386         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
7387      Branch: asperl
7388            ! win32/GenCAPI.pl
7389 ____________________________________________________________________________
7390 [   902] By: nick                                  on 1998/04/25  16:35:08
7391         Log: Case sensitive tweak to perldoc.PL
7392      Branch: ansiperl
7393            ! utils/perldoc.PL
7394 ____________________________________________________________________________
7395 [   901] By: nick                                  on 1998/04/25  15:16:54
7396         Log: Implement use attrs qw(locked package);
7397              Passes all tests except posix (hangs/dies) in sigaction test after 
7398              printing "ok 9".
7399      Branch: ansiperl
7400            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
7401 ____________________________________________________________________________
7402 [   900] By: nick                                  on 1998/04/25  13:58:17
7403         Log: Auto-insert defined() test in while when test expression is 
7404              readline (i.e. <>), glob, readdir, or each.
7405      Branch: ansiperl
7406            + t/op/defins.t
7407            ! op.c pod/perlop.pod
7408 ____________________________________________________________________________
7409 [   899] By: nick                                  on 1998/04/25  13:14:52
7410         Log: Resolve ansiperl against win32 branch
7411      Branch: ansiperl
7412           +> (branch 53 files)
7413            - config_H
7414           !> (integrate 227 files)
7415 ____________________________________________________________________________
7416 [   898] By: gsar                                  on 1998/04/24  17:01:05
7417         Log: add AS patch#18
7418      Branch: asperl
7419            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
7420 ____________________________________________________________________________
7421 [   897] By: TimBunce                              on 1998/04/23  19:49:22
7422         Log: Assorted patches:
7423              
7424              ------  CORE LANGUAGE  ------
7425              
7426              Title:  "fix for "Unbalanced string table refcount""
7427              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7428              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
7429              Files:  sv.c
7430              
7431              Title:  "Allow more lenient switch processing"
7432              From:  "John L. Allen" <allen@grumman.com>
7433              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
7434              Files:  perl.c
7435              
7436              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
7437              From:  Gisle Aas <gisle@aas.no>
7438              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
7439              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
7440              
7441              Title:  "Odd number of elements in hash list."
7442              From:  Tom Phoenix <rootbeer@teleport.com>
7443              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
7444              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
7445              
7446              Title:  "another destruct_level fix"
7447              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7448              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
7449              Files:  hv.c
7450              
7451              Title:  "bidirectional pipe warning blues"
7452              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
7453              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
7454              Files:  doio.c
7455              
7456              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
7457              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
7458              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
7459              Files:  pp_hot.c pp_sys.c
7460              
7461              Title:  "unimplemented umask() should return undef not die"
7462              From:  kstar@chapin.edu (Kurt D. Starsinic)
7463              Msg-ID:  <199803120515.VAA08660@chapin.edu>
7464              Files:  pod/perlfunc.pod pp_sys.c
7465              
7466              Title:  "warning for: bless $foo, """
7467              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
7468              Msg-ID:  <H00000e5000378a0@MHS>
7469              Files:  pod/perldiag.pod pp.c
7470              
7471              ------  DOCUMENTATION  ------
7472              
7473              Title:  "Mention SWIG in perlxs.pod"
7474              From:  Steve A Fink <sfink@cs.berkeley.edu>
7475              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
7476              Files:  pod/perlxs.pod
7477              
7478              Title:  "fix-up of previous perlre.pod patch"
7479              From:  Ted Ashton <ashted@southern.edu>
7480              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
7481              Files:  pod/perlre.pod
7482              
7483              Title:  "long list of man page nitpicks"
7484              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
7485              <tchrist@jhereg.perl.com>
7486              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
7487              <199804222204.QAA20805@jhereg.perl.com>
7488              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
7489              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
7490              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7491              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
7492              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
7493              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
7494              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
7495              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
7496              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
7497              pod/pod2man.PL
7498              
7499              Title:  "document that system() does not set $! when it fails"
7500              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
7501              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
7502              Files:  pod/perlfunc.pod
7503              
7504              Title:  "Fix pod/roffitall execute permission"
7505              From:  lvirden@cas.org
7506              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
7507              Files:  pod/roffitall
7508              
7509              Title:  "document when split ignores trailing empty fields"
7510              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
7511              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
7512              Files:  pod/perlfunc.pod
7513              
7514              ------  EXTENSIONS  ------
7515              
7516              Title:  "Buglet in Opcode.pm documentation"
7517              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
7518              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
7519              Files:  ext/Opcode/Opcode.pm
7520              
7521              Title:  "Failure to append to perllocal.pod should not be fatal"
7522              From:  koenig@kulturbox.de (Andreas J. Koenig)
7523              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
7524              Files:  lib/ExtUtils/MM_Unix.pm
7525              
7526              Title:  "Document that IO.pm does not load IO::Select etc"
7527              From:  Graham Barr <gbarr@ti.com>
7528              Msg-ID:  <353B48F1.64E35A63@ti.com>
7529              Files:  ext/IO/IO.pm
7530              
7531              Title:  "Install extensions with bootstrap (again) in $archlib"
7532              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
7533              Koenig)
7534              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
7535              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
7536              Files:  lib/ExtUtils/Install.pm
7537              
7538              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
7539              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7540              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
7541              Files:  ext/Socket/Socket.xs
7542              
7543              ------  LIBRARY  ------
7544              
7545              Title:  "Benchmark.pm: add run-for-some-time mode"
7546              From:  Jarkko Hietaniemi <jhi@iki.fi>
7547              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
7548              Files:  lib/Benchmark.pm
7549              
7550              Title:  "Comments added to Carp.pm"
7551              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
7552              <chip@perlsupport.com>, Tom Christiansen
7553              <tchrist@jhereg.perl.com>
7554              Msg-ID:  <19980422164242.E29222@perl.org>,
7555              <199804222033.OAA17959@jhereg.perl.com>,
7556              <980409182357.ZM21638@bandanna>
7557              Files:  lib/Carp.pm
7558              
7559              Title:  "chat2.pl fix"
7560              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7561              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
7562              Files:  lib/chat2.pl
7563              
7564              Title:  "lib/Pod/Html.pm"
7565              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
7566              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
7567              <199710180417.AAA19778@staff2.cso.uiuc.edu>
7568              Files:  lib/Pod/Html.pm
7569              
7570              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
7571              arg."
7572              From:  hiroo.hayashi@computer.org
7573              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
7574              Files:  lib/Term/ReadLine.pm
7575              
7576              ------  OTHER CHANGES  ------
7577              
7578              Title:  "ptags broken"
7579              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7580              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
7581              Files:  emacs/ptags
7582              
7583              ------  PORTABILITY - WIN32  ------
7584              
7585              Title:  "win32 tweaks (signals and crypt support)"
7586              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7587              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
7588              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
7589              win32/config_H.vc win32/win32.c
7590              
7591              ------  PORTABILITY - GENERAL  ------
7592              
7593              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
7594              From:  Russ Allbery <rra@stanford.edu>
7595              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
7596              Files:  Porting/Contract
7597              
7598              Title:  "Config: Irix 5 hints"
7599              From:  kstar@O2.chapin.edu
7600              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
7601              Files:  hints/irix_5.sh
7602              
7603              Title:  "VMS patches to 5.004_03"
7604              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7605              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
7606              Files:  vms/vms.c
7607              
7608              Title:  "hints/netbsd.sh - enable vfork"
7609              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7610              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
7611              Files:  hints/netbsd.sh
7612              
7613              ------  UTILITIES  ------
7614              
7615              Title:  "support find2perl -follow"
7616              From:  Billy <wdconsta@cs.adelaide.edu.au>
7617              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
7618              Files:  x2p/find2perl.PL
7619      Branch: maint-5.004/perl
7620            + Porting/Contract t/op/hashwarn.t
7621            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
7622            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
7623            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
7624            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
7625            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
7626            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
7627            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
7628            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
7629            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
7630            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
7631            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
7632            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
7633            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
7634            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
7635            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
7636            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
7637            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
7638            ! win32/config_H.bc win32/config_H.vc win32/win32.c
7639            ! x2p/find2perl.PL
7640 ____________________________________________________________________________
7641 [   896] By: TimBunce                              on 1998/04/22  11:49:24
7642         Log: Assorted patches:
7643              
7644              ------  CORE LANGUAGE  ------
7645              
7646              Title:  "Additional regex-cache patch"
7647              From:  Chip Salzenberg <chip@atlantic.net>
7648              Msg-ID:  <19980305104831.38100@cyprus>
7649              Files:  pp_ctl.c
7650              
7651              Title:  "Conservative C<*x = undef> patch"
7652              From:  Chip Salzenberg <chip@atlantic.net>
7653              Msg-ID:  <19980310163310.48509@cyprus>
7654              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
7655              
7656              Title:  "Consider @ARGV to be plain files if inplace (-i)"
7657              From:  Chip Salzenberg <salzench@nielsenmedia.com>
7658              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
7659              Files:  doio.c
7660              
7661              Title:  "Fix semctl for Linux, Sun and SVR4"
7662              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
7663              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
7664              Files:  doio.c
7665              
7666              Title:  "C<dSP> entails using C<SP>, not C<sp>"
7667              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7668              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
7669              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
7670              doio.c doop.c ext/DB_File/DB_File.xs
7671              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
7672              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
7673              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
7674              win32/win32.c
7675              
7676              Title:  "Make autouse -w-safe"
7677              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7678              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
7679              Files:  lib/autouse.pm op.c sv.c
7680              
7681              Title:  "Misleading error on close of unopened handle"
7682              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7683              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
7684              Files:  doio.c
7685              
7686              Title:  "Confusing error from perl -e "x'""
7687              From:  Hans Mulder <hansmu@xs4all.nl>
7688              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
7689              Files:  toke.c
7690              
7691              Title:  "Add HAS_GNULIBC define"
7692              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7693              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
7694              Files:  config_H config_h.SH
7695              
7696              Title:  "h_errno might not be an int"
7697              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7698              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
7699              Files:  pp_sys.c
7700              
7701              Title:  "Revised taint hole closer", "Revised taint hole closer"
7702              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
7703              <ilya@math.ohio-state.edu>
7704              Msg-ID:  <19980310222127.09350@cyprus>,
7705              <199803110554.AAA29157@monk.mps.ohio-state.edu>
7706              Files:  doio.c
7707              
7708              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
7709              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
7710              van der Sanden)
7711              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
7712              <199803171727.MAA05234@aatma.engin.umich.edu>
7713              Files:  op.c t/op/misc.t
7714              
7715              Title:  "Stale SP in pp_substr"
7716              From:  Stephen McCamant <alias@mcs.com>
7717              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
7718              Files:  pp.c
7719              
7720              Title:  "Statement unlikely to be reached warning"
7721              From:  Hans Mulder <hansm@icgned.nl>
7722              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
7723              Files:  op.c
7724              
7725              Title:  "Tainting propagates from nowhere"
7726              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7727              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
7728              Files:  pp.c
7729              
7730              Title:  "two trivial tweaks to 5.004m5t1"
7731              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7732              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
7733              Files:  proto.h win32/Makefile
7734              
7735              Title:  "unpacking negatives on Alpha"
7736              From:  Achim Bohnet <ach@mpe.mpg.de>
7737              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
7738              Files:  pp.c t/op/pack.t
7739              
7740              ------  LIBRARY AND EXTENSIONS  ------
7741              
7742              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
7743              From:  Graham Barr <gbarr@ti.com>
7744              Msg-ID:  <3482F365.4A0486BA@ti.com>
7745              Files:  lib/Cwd.pm
7746              
7747              Title:  "Math/BigInt.pm, fixed use of undefined value."
7748              From:  abigail@fnx.com
7749              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
7750              Files:  lib/Math/BigInt.pm
7751              
7752              Title:  "File::Find rewrite"
7753              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7754              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
7755              Files:  lib/File/Find.pm
7756              
7757              Title:  "efficient version of strict.pm"
7758              From:  koenig@anna.mind.de (Andreas J. Koenig)
7759              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
7760              Files:  lib/strict.pm
7761              
7762              Title:  "Socket occasional SEGV in pack_sockaddr_un"
7763              From:  Trevor Blackwell <tlb@viaweb.com>
7764              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
7765              Files:  ext/Socket/Socket.xs
7766              
7767              Title:  "Warning on mis-use of 'use lib'"
7768              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
7769              <rootbeer@teleport.com>, chip@atlantic.net
7770              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
7771              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
7772              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
7773              Files:  lib/lib.pm
7774              
7775              Title:  "bug in Class::Struct"
7776              From:  Tom Christiansen <tchrist@toy.perl.com>
7777              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
7778              Files:  lib/Class/Struct.pm
7779              
7780              Title:  "Allow POSIX to export nice()"
7781              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
7782              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
7783              Files:  ext/POSIX/POSIX.pm
7784              
7785              Title:  "'use Env' on WinNT/95 fails"
7786              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7787              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
7788              Files:  lib/Env.pm
7789              
7790              ------  OTHER CHANGES  ------
7791              
7792              Title:  "mv-if-diff"
7793              From:  Robin Barker <rmb1@cise.npl.co.uk>
7794              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
7795              Files:  mv-if-diff
7796              
7797              ------  PORTABILITY - WIN32  ------
7798              
7799              Title:  "fix various problems with backticks on win32"
7800              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7801              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
7802              Files:  win32/config_h.PL win32/win32.c
7803              
7804              ------  TESTS  ------
7805              
7806              Title:  "Fix bug in locale.t"
7807              From:  Jarkko Hietaniemi <jhi@iki.fi>
7808              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
7809              Files:  t/pragma/locale.t
7810      Branch: maint-5.004/perl
7811            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
7812            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
7813            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
7814            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
7815            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
7816            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
7817            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
7818            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
7819            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
7820            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
7821            ! win32/Makefile win32/config_h.PL win32/win32.c
7822 ____________________________________________________________________________
7823 [   895] By: gsar                                  on 1998/04/22  03:13:19
7824         Log: intern -> sys_intern
7825      Branch: win32/perl
7826            ! embedvar.h interp.sym intrpvar.h win32/win32.h
7827 ____________________________________________________________________________
7828 [   894] By: gsar                                  on 1998/04/22  02:42:20
7829         Log: hand-applied patch along with small tweaks
7830              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
7831              Date:    Tue, 21 Apr 1998 23:31:06 +0200
7832              From:    jan.dubois@ibm.net (Jan Dubois)
7833              Subject: Re: Per-Interpreter variables for win32.c 
7834      Branch: win32/perl
7835            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
7836            ! win32/makedef.pl win32/win32.c win32/win32.h
7837 ____________________________________________________________________________
7838 [   893] By: gsar                                  on 1998/04/21  03:42:21
7839         Log: add AS patch#17
7840      Branch: asperl
7841            + win32/GenCAPI.pl
7842            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
7843            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7844            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
7845            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
7846            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
7847            ! win32/win32.c
7848 ____________________________________________________________________________
7849 [   892] By: gsar                                  on 1998/04/20  20:51:50
7850         Log: add AS patch#16
7851      Branch: asperl
7852            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
7853            ! win32/makefile.mk
7854 ____________________________________________________________________________
7855 [   891] By: gsar                                  on 1998/04/19  23:50:34
7856         Log: tweak doc for C<do FILENAME>
7857      Branch: win32/perl
7858            ! pod/perlfunc.pod
7859 ____________________________________________________________________________
7860 [   890] By: gsar                                  on 1998/04/19  01:08:11
7861         Log: use a pidtable that grows dynamically for popen()
7862              Message-Id: <3539f434.44835409@smtp1.ibm.net>
7863              Date:    Sat, 18 Apr 1998 21:01:27 +0200
7864              From:    jan.dubois@ibm.net (Jan Dubois)
7865              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
7866      Branch: win32/perl
7867            ! win32/win32.c
7868 ____________________________________________________________________________
7869 [   889] By: gsar                                  on 1998/04/17  02:13:58
7870         Log: support POSIX, enable more locale tests
7871      Branch: win32/perl
7872            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7873            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
7874            ! win32/makedef.pl win32/makefile.mk
7875 ____________________________________________________________________________
7876 [   888] By: mbeattie                              on 1998/04/14  16:22:51
7877         Log: CC did "<<" instead of ">>" for right-shift on ints.
7878      Branch: perl
7879            ! ext/B/B/CC.pm
7880 ____________________________________________________________________________
7881 [   887] By: TimBunce                              on 1998/04/10  17:44:55
7882         Log: Assorted patches:
7883              
7884              ------  CORE LANGUAGE  ------
7885              
7886              Title:  "Re: die exits with 0"
7887              From:  Robin Barker <rmb1@cise.npl.co.uk>
7888              Files:  perl.c t/op/die_exit.t
7889              
7890              Title:  "More toke.c commentary; fix oddity"
7891              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
7892              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
7893              Files:  toke.c
7894              
7895              Title:  "for semctl on solaris"
7896              From:  Graham Barr <gbarr@ti.com>
7897              Msg-ID:  <34624B80.C014E841@ti.com>
7898              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
7899              
7900              ------  DOCUMENTATION  ------
7901              
7902              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
7903              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
7904              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
7905              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
7906              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
7907              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
7908              Files:  pod/perlre.pod
7909              
7910              ------  LIBRARY AND EXTENSIONS  ------
7911              
7912              Title:  "BigFloat - small neagtive numbers cause panic"
7913              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7914              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
7915              Files:  lib/Math/BigFloat.pm
7916              
7917              Title:  "Update Getopt::Long to 2.16"
7918              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
7919              <jvromans@squirrel.nl>
7920              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
7921              <13572.6847.863219.973795@phoenix.squirrel.nl>
7922              Files:  lib/Getopt/Long.pm
7923              
7924              Title:  "New Text::ParseWords"
7925              From:  pomeranz@netcom.com (Hal Pomeranz)
7926              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
7927              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
7928              
7929              Title:  "Fixed Text/Wrap.pm bugs (2)"
7930              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
7931              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
7932              Files:  lib/Text/Wrap.pm
7933              
7934              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
7935              print/exit)"
7936              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
7937              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
7938              Files:  lib/File/CheckTree.pm
7939              
7940              ------  OTHER CHANGES  ------
7941              
7942              Title:  "Add ./emacs/ptags"
7943              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7944              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
7945              Files:  emacs/ptags
7946              
7947              ------  TESTS  ------
7948              
7949              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
7950              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
7951              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
7952              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
7953              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
7954              <v02130515b06be80f1486@[205.228.240.16]>
7955              Files:  t/op/stat.t
7956              
7957              Title:  "for failure with lib/timelocal"
7958              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
7959              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
7960              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
7961              Files:  t/lib/timelocal.t
7962              
7963              Title:  "Make "localhost" related failures more clear"
7964              From:  Paul Hoffman <phoffman@proper.com>
7965              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
7966              Files:  t/lib/io_sock.t t/lib/io_udp.t
7967              
7968              ------  UTILITIES  ------
7969              
7970              Title:  "Let h2xs read multiple header files"
7971              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
7972              <bsugars@canoe.ca>
7973              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
7974              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
7975              Files:  utils/h2xs.PL
7976      Branch: maint-5.004/perl
7977            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
7978            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
7979            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
7980            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
7981            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
7982            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
7983 ____________________________________________________________________________
7984 [   886] By: TimBunce                              on 1998/04/10  14:35:34
7985         Log: Changes relating primarily to portability.
7986              
7987              ------  CORE LANGUAGE  ------
7988              
7989              Title:  "5.004_55: Another round of OS/2 patches"
7990              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7991              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
7992              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
7993              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
7994              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
7995              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
7996              t/lib/filecopy.t util.c utils/perldoc.PL
7997              
7998              Title:  "VMS: chdir() with empty arg list"
7999              From:  lane@duphy4.drexel.edu (Charles Lane)
8000              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
8001              Files:  pp_sys.c
8002              
8003              ------  LIBRARY AND EXTENSIONS  ------
8004              
8005              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
8006              From:  "W. Phillip Moore" <wpm@ms.com>
8007              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
8008              Files:  lib/ExtUtils/MM_Unix.pm
8009              
8010              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
8011              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
8012              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
8013              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
8014              
8015              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
8016              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
8017              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
8018              Files:  ext/POSIX/POSIX.xs
8019              
8020              Title:  ""ODBM_File.c", line 275: NULL undefined"
8021              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
8022              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
8023              Files:  ext/ODBM_File/ODBM_File.xs
8024              
8025              ------  OTHER CHANGES  ------
8026              Files:  
8027              
8028              ------  PORTABILITY - GENERAL  ------
8029              
8030              Title:  "5.004_04 QNX getcwd"
8031              From:  Norton Allen <allen@huarp.harvard.edu>
8032              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
8033              <199803061511.KAA22346@bottesini.harvard.edu>
8034              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
8035              
8036              Title:  "hints/netbsd.sh d_setrgid d_setruid"
8037              From:  Jarkko Hietaniemi <jhi@iki.fi>
8038              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
8039              Files:  hints/netbsd.sh
8040              
8041              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
8042              d_casti32=undef"
8043              From:  Tom Hughes <tom@compton.demon.co.uk>
8044              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
8045              Files:  hints/svr4.sh
8046              
8047              Title:  "hints/bsdos.sh patch for BSDI 3.1"
8048              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
8049              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
8050              Files:  hints/bsdos.sh
8051              
8052              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
8053              From:  Keong Lim <Keong.Lim@sr.com.au>
8054              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
8055              Files:  ext/DynaLoader/dl_hpux.xs
8056              
8057              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
8058              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
8059              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
8060              Files:  hints/aix.sh
8061              
8062              Title:  "alpha-dec_osf 5.0"
8063              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
8064              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
8065              Files:  hints/dec_osf.sh
8066              
8067              Title:  "Off-by-one error with OS2::PrfDB"
8068              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
8069              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
8070              Files:  os2/OS2/PrfDB/PrfDB.xs
8071              
8072              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
8073              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
8074              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
8075              Files:  hints/openbsd.sh
8076              
8077              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
8078              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
8079              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
8080              Files:  hints/linux.sh
8081              
8082              Title:  "5.004_(04|63)] Close VMS security hole"
8083              From:  Charles Bailey <BAILEY@newman.upenn.edu>
8084              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
8085              Files:  vms/vms.c
8086              
8087              Title:  "Re: Perl online documentation on OpenVMS"
8088              From:  pvhp@forte.com (Peter Prymmer)
8089              Msg-ID:  <9803192143.AA28120@forte.com>
8090              Files:  README.vms
8091              
8092              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
8093              vms/perly_c.vms and vms/perly_h.vms"
8094              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
8095              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
8096              Msg-ID:  <199710151650.JAA29185@wall.org>,
8097              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
8098              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
8099              Files:  vms/perly_c.vms
8100              
8101              Title:  "Updated, non-wordwrapped, patch to README.VMS"
8102              From:  Dan Sugalski <sugalskd@osshe.edu>
8103              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
8104              Files:  README.vms
8105              
8106              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
8107              From:  Charles Bailey <BAILEY@newman.upenn.edu>
8108              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
8109              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
8110              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
8111              vms/ext/filespec.t
8112              
8113              Title:  "Re: VMSperl crashes on -Mblib argument"
8114              From:  bailey@newman.upenn.edu (Charles Bailey)
8115              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
8116              Files:  lib/blib.pm vms/vms.c
8117              
8118              Title:  "hints/linux.sh (MkLinux / PPC)"
8119              From:  pudge@pobox.com (Chris Nandor)
8120              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
8121              Files:  hints/linux.sh
8122              
8123              Title:  "hpux.sh hints file clarification suggestion"
8124              From:  root@qad.com
8125              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
8126              Files:  hints/hpux.sh
8127              
8128              Title:  "new hints/solaris_2.sh"
8129              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8130              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
8131              Files:  hints/solaris_2.sh
8132      Branch: maint-5.004/perl
8133            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
8134            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
8135            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
8136            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
8137            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
8138            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
8139            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8140            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
8141            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
8142            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
8143            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
8144            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
8145            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
8146            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
8147            ! vms/vms.c
8148 ____________________________________________________________________________
8149 [   885] By: gsar                                  on 1998/04/08  01:14:29
8150         Log: small tweaks to make it compile (doesn't run)
8151      Branch: asperl
8152            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
8153            ! win32/config.vc win32/makefile.mk
8154 ____________________________________________________________________________
8155 [   884] By: gsar                                  on 1998/04/08  00:14:13
8156         Log: integrate mainline changes
8157      Branch: asperl
8158           +> Changes5.004 ext/Thread/Thread/Signal.pm
8159           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
8160           +> lib/ExtUtils/inst t/op/hashwarn.t
8161            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
8162           !> (integrate 127 files)
8163 ____________________________________________________________________________
8164 [   883] By: gsar                                  on 1998/04/06  20:21:20
8165         Log: make old DomainName() implementation the default (so Win95
8166              is happy)
8167      Branch: win32/perl
8168            ! win32/win32.c
8169 ____________________________________________________________________________
8170 [   882] By: gsar                                  on 1998/04/05  23:32:33
8171         Log: fix memory leaks in offer_nice_chunk()
8172      Branch: win32/perl
8173            ! perl.h sv.c
8174 ____________________________________________________________________________
8175 [   881] By: gsar                                  on 1998/04/04  23:11:52
8176         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
8177      Branch: win32/perl
8178            ! cop.h util.c
8179 ____________________________________________________________________________
8180 [   880] By: gsar                                  on 1998/04/04  22:35:54
8181         Log: fix refcounting of GvSTASH() when glob becomes nought
8182              (this takes care of the "unbalanced strtab refcount" problem)
8183      Branch: win32/perl
8184            ! sv.c
8185 ____________________________________________________________________________
8186 [   879] By: gsar                                  on 1998/04/04  21:16:17
8187         Log: change 866 was incomplete
8188      Branch: win32/perl
8189            ! hv.c
8190 ____________________________________________________________________________
8191 [   878] By: gsar                                  on 1998/04/04  20:31:56
8192         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
8193      Branch: win32/perl
8194            ! cop.h perl.c pp_ctl.c
8195 ____________________________________________________________________________
8196 [   877] By: gsar                                  on 1998/04/04  17:55:30
8197         Log: integrate mainline
8198      Branch: win32/perl
8199           +> Changes5.004
8200           !> Changes MANIFEST sv.c t/op/misc.t
8201 ____________________________________________________________________________
8202 [   876] By: gsar                                  on 1998/04/04  17:26:32
8203         Log: remove __declspec kludge in sdbm.h in favor of setting a
8204              flag for static symbols
8205      Branch: win32/perl
8206            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
8207            ! ext/SDBM_File/sdbm/sdbm.h
8208 ____________________________________________________________________________
8209 [   875] By: gsar                                  on 1998/04/04  01:11:57
8210         Log: fix order of init
8211              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
8212              Date:    Fri, 03 Apr 1998 13:58:15 PST
8213              From:    Dan Sugalski <sugalskd@osshe.edu>
8214              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
8215              with MULTIPLICITY
8216      Branch: win32/perl
8217            ! perl.c
8218 ____________________________________________________________________________
8219 [   874] By: gsar                                  on 1998/04/04  00:34:59
8220         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
8221              the declared symbol is not in a DLL (so kludge it)
8222      Branch: win32/perl
8223            ! ext/SDBM_File/sdbm/sdbm.h
8224 ____________________________________________________________________________
8225 [   873] By: TimBunce                              on 1998/04/03  22:17:40
8226         Log: Title:  "FileHandle Documentation patch"
8227              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
8228              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
8229              Files:  lib/FileHandle.pm
8230      Branch: maint-5.004/perl
8231            ! lib/FileHandle.pm
8232 ____________________________________________________________________________
8233 [   872] By: TimBunce                              on 1998/04/03  22:01:03
8234         Log: Documentation and documentation related patches:
8235              
8236              ------  BUILD PROCESS  ------
8237              
8238              Title:  "Docs re /usr/bin/perl quasi-standard location"
8239              From:  Tom Phoenix <rootbeer@teleport.com>
8240              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
8241              Files:  INSTALL pod/perlrun.pod
8242              
8243              ------  DOCUMENTATION  ------
8244              
8245              Title:  "/RFC|RFC-1305/ non-greedy"
8246              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
8247              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
8248              Files:  pod/perlre.pod
8249              
8250              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
8251              From:  Jarkko Hietaniemi <jhi@iki.fi>
8252              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
8253              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
8254              
8255              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
8256              From:  Jarkko Hietaniemi <jhi@iki.fi>
8257              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
8258              Files:  pod/perlfunc.pod
8259              
8260              Title:  "typo-fix and suggestion for perlguts.pod"
8261              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
8262              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
8263              Files:  pod/perlguts.pod
8264              
8265              Title:  "perlfunc/syscall curiosity"
8266              From:  Roderick Schertler <roderick@argon.org>, Tkil
8267              <tkil@reptile.scrye.com>
8268              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
8269              <pziut8snva.fsf@eeyore.ibcinc.com>
8270              Files:  pod/perlfunc.pod
8271              
8272              Title:  "Document sprintf %#x behaviour for zero value"
8273              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
8274              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
8275              Files:  pod/perlfunc.pod
8276              
8277              Title:  "NUL termination (was Re: STOP THE PRESSES)"
8278              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8279              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
8280              Files:  pod/perlguts.pod
8281              
8282              Title:  "Typo fix."
8283              From:  abigail@fnx.com
8284              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
8285              Files:  pod/perlop.pod pod/perlvar.pod
8286              
8287              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
8288              From:  Achim Bohnet <ach@mpe.mpg.de>
8289              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
8290              Files:  pod/perlrun.pod
8291              
8292              Title:  "Re: Conservative C<*x = undef> patch"
8293              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8294              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
8295              Files:  pod/perltrap.pod
8296              
8297              Title:  "perlfunc.pod for flock()"
8298              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
8299              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
8300              Files:  pod/perlfunc.pod
8301              
8302              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
8303              From:  Tkil <tkil@scrye.com>
8304              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
8305              Files:  pod/perl.pod
8306              
8307              Title:  "for() and map() peculiarity"
8308              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8309              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
8310              Files:  pod/perlsyn.pod
8311              
8312              Title:  "Re: new text for perlsec"
8313              From:  Tom Phoenix <rootbeer@teleport.com>
8314              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
8315              Files:  pod/perlsec.pod
8316              
8317              Title:  "perldsc's debugger x command"
8318              From:  Roderick Schertler <roderick@argon.org>
8319              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
8320              Files:  pod/perldsc.pod
8321              
8322              Title:  "perlre.pod"
8323              From:  Ted Ashton <ashted@southern.edu>
8324              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
8325              Files:  pod/perlre.pod
8326              
8327              Title:  "Re: printf and $\", "printf and $\"
8328              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
8329              <rootbeer@teleport.com>, nag <nick@flirble.org>
8330              Msg-ID:  <199711141918.TAA08096@flirble.org>,
8331              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
8332              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
8333              Files:  pod/perlfunc.pod
8334              
8335              Title:  "recv() typo"
8336              From:  Roderick Schertler <roderick@argon.org>
8337              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
8338              Files:  pod/perlfunc.pod
8339              
8340              Title:  "truncate return value"
8341              From:  Roderick Schertler <roderick@argon.org>
8342              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
8343              Files:  pod/perlfunc.pod
8344              
8345              Title:  "update to perlbook.pod"
8346              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
8347              <merlyn@stonehenge.com>, Stephen Potter
8348              <spp@psasolar.colltech.com>, Tom Phoenix
8349              <rootbeer@teleport.com>
8350              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
8351              <199803241441.OAA01261@mediaone.net>,
8352              <8clnu0i05k.fsf@gadget.cscaper.com>,
8353              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
8354              Files:  pod/perlbook.pod
8355              
8356              Title:  "utime documentation"
8357              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
8358              <mjtg@cus.cam.ac.uk>
8359              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
8360              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
8361              Files:  pod/perlfunc.pod
8362              
8363              Title:  "(well, doc patch) use of // requires successful match"
8364              From:  Roderick Schertler <roderick@argon.org>
8365              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
8366              Files:  pod/perlop.pod
8367              
8368              ------  LIBRARY AND EXTENSIONS  ------
8369              
8370              Title:  "MakeMaker PM doc patch and a DIR buglet"
8371              From:  Achim Bohnet <ach@mpe.mpg.de>
8372              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
8373              Files:  lib/ExtUtils/MakeMaker.pm
8374              
8375              Title:  "bareword clarification for constant.pm"
8376              From:  Roderick Schertler <roderick@argon.org>
8377              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
8378              Files:  lib/constant.pm
8379              
8380              Title:  "integer rand - bug or feature?"
8381              From:  Roderick Schertler <roderick@argon.org>
8382              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
8383              Files:  lib/integer.pm
8384              
8385              ------  OTHER CHANGES  ------
8386              
8387              Title:  "FileHandle Documentation patch"
8388              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
8389              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
8390              
8391              Title:  "perl5.004_61 myconfig updates"
8392              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
8393              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
8394              Files:  myconfig
8395              
8396              Title:  "small fixups in pod2latex.PL"
8397              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
8398              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
8399              
8400              ------  PORTABILITY - GENERAL  ------
8401              
8402              Title:  "Misc doc fixes for README.VMS"
8403              From:  Dan Sugalski <sugalskd@osshe.edu>
8404              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
8405              Files:  README.vms
8406              
8407              Title:  "moved DynaLib"
8408              From:  John Tobey <jtobey@channel1.com>
8409              Msg-ID:  <199710182332.XAA21630@remote212>
8410              Files:  ext/DynaLoader/DynaLoader.pm.PL
8411              
8412              ------  UTILITIES  ------
8413              
8414              Title:  "Searching for FAQs (patch to perldoc)"
8415              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
8416              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
8417              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
8418              Files:  utils/perldoc.PL
8419              
8420              Title:  "perldoc"
8421              From:  Ted Ashton <ashted@southern.edu>
8422              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
8423              Files:  utils/perldoc.PL
8424              
8425              Title:  "perldoc -f not using pod2man"
8426              From:  Russ Allbery <rra@stanford.edu>
8427              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
8428              Files:  utils/perldoc.PL
8429              
8430              Title:  "perldoc -m should not require pod"
8431              From:  Robin Houston <robin@nml.guardian.co.uk>
8432              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
8433              Files:  utils/perldoc.PL
8434              
8435              Title:  "small fix for perldoc in perl 5.004_04"
8436              From:  Julian Yip <julian@imoney.com>
8437              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
8438              Files:  utils/perldoc.PL
8439      Branch: maint-5.004/perl
8440            - ext/DynaLoader/DynaLoader.pm
8441            ! Changes Configure INSTALL README.vms
8442            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
8443            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
8444            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
8445            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
8446            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
8447            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
8448            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
8449            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
8450            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
8451            ! pod/pod2latex.PL toke.c utils/perldoc.PL
8452
8453 ----------------
8454 Version 5.004_64
8455 ----------------
8456
8457 ____________________________________________________________________________
8458 [   871] By: mbeattie                              on 1998/04/03  13:38:59
8459         Log: Update Changes5.004 and Changes, fix MANIFEST
8460      Branch: perl
8461            + Changes
8462            ! Changes5.004 MANIFEST
8463 ____________________________________________________________________________
8464 [   870] By: mbeattie                              on 1998/04/03  13:36:29
8465         Log: Rename Changes to Changes5.004 (via an integrate)
8466      Branch: perl
8467           +> Changes5.004
8468            - Changes
8469 ____________________________________________________________________________
8470 [   869] By: mbeattie                              on 1998/04/03  11:53:00
8471         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
8472              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
8473              From: Jan-Pieter Cornet <johnpc@xs4all.net>
8474      Branch: perl
8475            ! sv.c t/op/misc.t
8476 ____________________________________________________________________________
8477 [   868] By: mbeattie                              on 1998/04/03  11:16:26
8478         Log: Integrate win32 branch into mainline
8479      Branch: perl
8480           !> (integrate 31 files)
8481 ____________________________________________________________________________
8482 [   867] By: gsar                                  on 1998/04/03  08:47:55
8483         Log: config.* fixes
8484      Branch: win32/perl
8485            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8486            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8487            ! win32/makefile.mk
8488 ____________________________________________________________________________
8489 [   866] By: gsar                                  on 1998/04/03  07:22:50
8490         Log: fixup hv_free_ent() to not fail on null HeVAL()
8491      Branch: win32/perl
8492            ! hv.c perl.c
8493 ____________________________________________________________________________
8494 [   865] By: gsar                                  on 1998/04/03  07:06:12
8495         Log: integrate mainline
8496      Branch: win32/perl
8497           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
8498           !> (integrate 71 files)
8499 ____________________________________________________________________________
8500 [   864] By: gsar                                  on 1998/04/03  06:59:37
8501         Log: implement stack-of-stacks so that magic invocations don't
8502              invalidate local stack pointer
8503      Branch: win32/perl
8504            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
8505            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
8506            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
8507 ____________________________________________________________________________
8508 [   863] By: gsar                                  on 1998/04/03  01:26:09
8509         Log: add AS patch#15
8510      Branch: asperl
8511            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
8512            ! win32/config.bc win32/config.gc win32/config.vc
8513            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8514            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
8515            ! win32/win32.c win32/win32.h
8516 ____________________________________________________________________________
8517 [   862] By: mbeattie                              on 1998/04/02  17:08:43
8518         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
8519              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
8520              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8521      Branch: perl
8522            ! Configure ext/Socket/Socket.xs myconfig
8523 ____________________________________________________________________________
8524 [   861] By: mbeattie                              on 1998/04/02  16:32:53
8525         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
8526              since appropriate headers aren't included.
8527      Branch: perl
8528            ! ext/SDBM_File/sdbm/sdbm.h
8529 ____________________________________________________________________________
8530 [   860] By: mbeattie                              on 1998/04/02  16:17:11
8531         Log: Bumped patchlevel.h to 64
8532      Branch: perl
8533            ! patchlevel.h
8534 ____________________________________________________________________________
8535 [   859] By: mbeattie                              on 1998/04/02  16:16:26
8536         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
8537              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
8538              From: Jarkko Hietaniemi <jhi@iki.fi>
8539      Branch: perl
8540            ! hints/unicos.sh regcomp.h
8541 ____________________________________________________________________________
8542 [   858] By: mbeattie                              on 1998/04/02  16:13:24
8543         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
8544              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
8545              From: Tom Phoenix <rootbeer@teleport.com>
8546      Branch: perl
8547            + t/op/hashwarn.t
8548            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
8549 ____________________________________________________________________________
8550 [   857] By: mbeattie                              on 1998/04/02  16:08:43
8551         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
8552              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
8553              From: Charles Bailey <BAILEY@newman.upenn.edu>
8554      Branch: perl
8555            ! vms/vms.c
8556 ____________________________________________________________________________
8557 [   856] By: mbeattie                              on 1998/04/02  16:07:44
8558         Log: Subject: [PATCH] mv-if-diff
8559              Date: Fri, 27 Mar 98 18:06:11 GMT
8560              From: Robin Barker <rmb1@cise.npl.co.uk>
8561      Branch: perl
8562            ! mv-if-diff
8563 ____________________________________________________________________________
8564 [   855] By: mbeattie                              on 1998/04/02  16:06:54
8565         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
8566              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
8567              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
8568              Subject: [PATCH] another destruct_level fix
8569              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
8570      Branch: perl
8571            ! perl.c sv.c
8572 ____________________________________________________________________________
8573 [   854] By: mbeattie                              on 1998/04/02  16:03:37
8574         Log: Subject: Next wave of _63 VMS patches
8575              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
8576              From: Charles Bailey <BAILEY@newman.upenn.edu>
8577      Branch: perl
8578            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
8579            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
8580            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
8581            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
8582            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
8583            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
8584            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
8585            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
8586            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
8587            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
8588            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
8589            ! vms/vmsish.h
8590 ____________________________________________________________________________
8591 [   853] By: mbeattie                              on 1998/04/02  15:55:46
8592         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
8593              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
8594              From: Hans Mulder <hansmu@xs4all.nl>
8595      Branch: perl
8596            ! toke.c
8597 ____________________________________________________________________________
8598 [   852] By: mbeattie                              on 1998/04/02  15:54:24
8599         Log: Subject: [PATCH] small fixups in pod2latex.PL
8600              Date: 25 Mar 1998 13:30:25 -0800
8601              From: "Darren/Torin/Who Ever..." <torin@daft.com>
8602      Branch: perl
8603            ! pod/pod2latex.PL
8604 ____________________________________________________________________________
8605 [   851] By: mbeattie                              on 1998/04/02  15:50:58
8606         Log: Subject: [PATCH] hints/irix_6.sh with GCC
8607              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
8608              From: kstar@chapin.edu (Kurt D. Starsinic)
8609      Branch: perl
8610            ! hints/irix_6.sh
8611 ____________________________________________________________________________
8612 [   850] By: mbeattie                              on 1998/04/02  15:45:33
8613         Log: Subject: [PATCH] perldoc -m
8614              Date: Tue, 24 Mar 1998 13:19:38 GMT
8615              From: Robin Houston <robin@nml.guardian.co.uk>
8616      Branch: perl
8617            ! utils/perldoc.PL
8618 ____________________________________________________________________________
8619 [   849] By: mbeattie                              on 1998/04/02  15:42:52
8620         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
8621              Date: Mon, 23 Mar 1998 14:13:46 +0100
8622              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8623      Branch: perl
8624            ! djgpp/config.over hints/dos_djgpp.sh
8625 ____________________________________________________________________________
8626 [   848] By: mbeattie                              on 1998/04/02  15:38:19
8627         Log: Subject: [PATCH] Stale SP in pp_substr
8628              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
8629              From: Stephen McCamant <alias@mcs.com>
8630      Branch: perl
8631            ! pp.c
8632 ____________________________________________________________________________
8633 [   847] By: mbeattie                              on 1998/04/02  15:36:33
8634         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
8635      Branch: perl
8636            ! ext/POSIX/POSIX.pm
8637 ____________________________________________________________________________
8638 [   846] By: mbeattie                              on 1998/04/02  15:34:36
8639         Log: Subject: [PATCH] 5.004_63: further -e patching
8640              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
8641              From: Jarkko Hietaniemi <jhi@iki.fi>
8642      Branch: perl
8643            ! perl.c pod/perldiag.pod
8644 ____________________________________________________________________________
8645 [   845] By: mbeattie                              on 1998/04/02  15:25:18
8646         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
8647      Branch: perl
8648            ! Configure INSTALL Policy_sh.SH Porting/Glossary
8649            ! Porting/config.sh Porting/config_H config_h.SH
8650            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
8651            ! pp.c pp_sys.c regexec.c
8652 ____________________________________________________________________________
8653 [   844] By: mbeattie                              on 1998/04/02  14:28:17
8654         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
8655              Date: Wed, 18 Mar 1998 20:40:19 +0100
8656              From: Achim Bohnet <ach@mpe.mpg.de>
8657      Branch: perl
8658            ! pod/perlrun.pod
8659 ____________________________________________________________________________
8660 [   843] By: mbeattie                              on 1998/04/02  14:26:52
8661         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8662              Subject: 5.004_63 picky compiler fixes [PATCH]
8663              Date: Wed, 18 Mar 1998 09:36:32 -0800
8664              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
8665              Date: Wed, 18 Mar 1998 14:48:19 -0800
8666      Branch: perl
8667            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
8668 ____________________________________________________________________________
8669 [   842] By: mbeattie                              on 1998/04/02  14:22:41
8670         Log: From: Stephen Potter <spp@psasolar.colltech.com>
8671              Subject: Re: doc: perlrun typo 
8672              Date: Wed, 18 Mar 1998 10:06:55 -0600
8673              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
8674              Date: Tue, 24 Mar 1998 21:20:51 -0600
8675      Branch: perl
8676            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
8677 ____________________________________________________________________________
8678 [   841] By: mbeattie                              on 1998/04/02  14:17:31
8679         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
8680              Date: Wed, 18 Mar 1998 12:44:58 +0100
8681              From: Dominic Dunlop <domo@vo.lu>
8682      Branch: perl
8683            ! Porting/pumpkin.pod Todo
8684 ____________________________________________________________________________
8685 [   840] By: mbeattie                              on 1998/04/02  14:14:22
8686         Log: Subject: [PATCH] Configure hints/ patches
8687              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
8688              From: Jan-Pieter Cornet <johnpc@xs4all.net>
8689      Branch: perl
8690            ! hints/linux.sh hints/qnx.sh
8691 ____________________________________________________________________________
8692 [   839] By: mbeattie                              on 1998/04/02  14:13:13
8693         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
8694      Branch: perl
8695            ! cygwin32/perlgcc
8696 ____________________________________________________________________________
8697 [   838] By: gsar                                  on 1998/03/28  05:01:57
8698         Log: fix Env.pm to weed out illegal names
8699      Branch: win32/perl
8700            ! lib/Env.pm
8701 ____________________________________________________________________________
8702 [   837] By: gsar                                  on 1998/03/28  04:39:43
8703         Log: fix typo in makefile.mk
8704      Branch: win32/perl
8705            ! win32/makefile.mk
8706 ____________________________________________________________________________
8707 [   836] By: gsar                                  on 1998/03/23  17:40:15
8708         Log: add file: to installhtml URLs
8709      Branch: win32/perl
8710            ! win32/Makefile win32/makefile.mk
8711 ____________________________________________________________________________
8712 [   835] By: mbeattie                              on 1998/03/18  11:03:11
8713         Log: Add Thread::Signal to run signal handlers reliably in a new thread
8714      Branch: perl
8715            + ext/Thread/Thread/Signal.pm
8716            ! MANIFEST ext/Thread/Thread.xs
8717
8718 ----------------
8719 Version 5.004_63
8720 ----------------
8721
8722 ____________________________________________________________________________
8723 [   834] By: mbeattie                              on 1998/03/17  16:19:10
8724         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
8725      Branch: perl
8726            ! Policy_sh.SH
8727 ____________________________________________________________________________
8728 [   833] By: mbeattie                              on 1998/03/17  16:11:02
8729         Log: Integrate win32 branch into mainline.
8730      Branch: perl
8731           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
8732           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8733           !> win32/win32.c
8734 ____________________________________________________________________________
8735 [   832] By: gsar                                  on 1998/03/17  14:32:39
8736         Log: propagate bugfix @ change831 from asperl
8737      Branch: win32/perl
8738            ! regcomp.c
8739 ____________________________________________________________________________
8740 [   831] By: gsar                                  on 1998/03/17  14:02:51
8741         Log: fix buggy order of free() in regcomp.c (from AS)
8742      Branch: asperl
8743            ! regcomp.c
8744 ____________________________________________________________________________
8745 [   830] By: gsar                                  on 1998/03/17  01:10:54
8746         Log: add a part of AS patch#14, backout incomplete variable
8747              name changes for gcc. Builds and tests under VC/BC once again.
8748      Branch: asperl
8749            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
8750 ____________________________________________________________________________
8751 [   829] By: gsar                                  on 1998/03/16  23:49:18
8752         Log: stray tweak to win32.c
8753      Branch: win32/perl
8754            ! win32/win32.c
8755 ____________________________________________________________________________
8756 [   828] By: gsar                                  on 1998/03/16  22:06:03
8757         Log: update win32/config* files
8758      Branch: win32/perl
8759            ! win32/config.bc win32/config.gc win32/config.vc
8760            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8761 ____________________________________________________________________________
8762 [   827] By: gsar                                  on 1998/03/16  19:09:30
8763         Log: trivial integrate of mainline
8764      Branch: win32/perl
8765           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
8766           +> lib/ExtUtils/inst
8767           !> (integrate 61 files)
8768 ____________________________________________________________________________
8769 [   826] By: mbeattie                              on 1998/03/16  16:39:23
8770         Log: newCONSTSUB had private MY_start_subparse.
8771      Branch: perl
8772            ! op.c
8773 ____________________________________________________________________________
8774 [   825] By: mbeattie                              on 1998/03/16  16:36:55
8775         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
8776      Branch: perl
8777            ! hv.c
8778 ____________________________________________________________________________
8779 [   824] By: mbeattie                              on 1998/03/16  16:27:43
8780         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
8781      Branch: perl
8782            ! MANIFEST
8783 ____________________________________________________________________________
8784 [   823] By: mbeattie                              on 1998/03/16  16:26:02
8785         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
8786      Branch: perl
8787            + lib/ExtUtils/Packlist.pm
8788 ____________________________________________________________________________
8789 [   822] By: mbeattie                              on 1998/03/16  16:22:58
8790         Log: Bump patchlevel.h to 63.
8791      Branch: perl
8792            ! ext/IO/IO.xs patchlevel.h
8793           !> (integrate 41 files)
8794 ____________________________________________________________________________
8795 [   821] By: mbeattie                              on 1998/03/16  16:18:35
8796         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
8797              Subject: Bundling builtin.pm and newCONSTSUB with the core?
8798              From: jan.dubois@ibm.net (Jan Dubois)
8799              Date: Sun, 15 Mar 1998 19:09:05 +0100
8800      Branch: perl
8801            ! embed.h global.sym op.c pod/perlguts.pod proto.h
8802 ____________________________________________________________________________
8803 [   820] By: mbeattie                              on 1998/03/16  16:02:50
8804         Log: Subject: [PATCH] STRESS_REALLOC
8805              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
8806              From: Stephen McCamant <alias@mcs.com>
8807      Branch: perl
8808            ! malloc.c perl.c scope.c
8809 ____________________________________________________________________________
8810 [   819] By: mbeattie                              on 1998/03/16  16:01:06
8811         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
8812              Date: Fri, 13 Mar 1998 23:21:25 +0100
8813              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
8814      Branch: perl
8815            ! perly.c
8816 ____________________________________________________________________________
8817 [   818] By: mbeattie                              on 1998/03/16  15:59:16
8818         Log: Subject: [Configure PATCH] for OS/2
8819              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
8820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8821              [Two hunks to Configure failed to apply due to clashes]
8822      Branch: perl
8823            ! Configure hints/os2.sh
8824 ____________________________________________________________________________
8825 [   817] By: mbeattie                              on 1998/03/16  15:55:28
8826         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
8827              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
8828              From: Charles Bailey <BAILEY@newman.upenn.edu>
8829              [Needed manual tweaks on vms/config.vms since it clashed with other
8830              patches. I may have got it wrong.]
8831      Branch: perl
8832            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8833            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
8834            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
8835            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
8836            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
8837            ! vms/test.com vms/vms.c vms/vmsish.h
8838 ____________________________________________________________________________
8839 [   816] By: mbeattie                              on 1998/03/16  15:26:04
8840         Log: Subject: [PATCH] Let h2xs read multiple header files
8841              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
8842              From: Benjamin Sugars <bsugars@canoe.ca>
8843      Branch: perl
8844            ! utils/h2xs.PL
8845 ____________________________________________________________________________
8846 [   815] By: mbeattie                              on 1998/03/16  15:24:12
8847         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
8848              Date: Mon, 09 Mar 1998 09:18:56 -0800
8849              From: Dan Sugalski <sugalskd@osshe.edu>
8850      Branch: perl
8851            ! vms/config.vms
8852 ____________________________________________________________________________
8853 [   814] By: mbeattie                              on 1998/03/16  13:17:14
8854         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
8855              Date: Sun, 08 Mar 1998 12:50:23 +0000
8856              From: Alan Burlison <alan.burlison@UK.Sun.COM>
8857              plus manual update of MANIFEST
8858      Branch: perl
8859            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
8860            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
8861            ! lib/ExtUtils/MM_Unix.pm
8862 ____________________________________________________________________________
8863 [   813] By: mbeattie                              on 1998/03/16  13:08:55
8864         Log: From: Blair Zajac <blair@gps.caltech.edu>
8865              Subject: PATCH: util.c and util.h function declarations do not match
8866              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
8867              Subject: PATCH: cgywin32 patch for perlgcc
8868              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
8869              Subject: PATCH: perl5.004_62 on cygwin32
8870              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
8871      Branch: perl
8872            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
8873 ____________________________________________________________________________
8874 [   812] By: mbeattie                              on 1998/03/16  12:55:39
8875         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8876              Subject: [PATCH 5.004_62} Config_62-01 patch available.
8877              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
8878              Subject: [PATCH 5.004_62] Tiny hint file updates
8879              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
8880      Branch: perl
8881            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8882            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
8883            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
8884            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8885            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
8886            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
8887 ____________________________________________________________________________
8888 [   811] By: mbeattie                              on 1998/03/16  12:13:55
8889         Log: DOS djgpp updates:
8890              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8891              Subject: [PATCH for 5.004_61] dos-djgpp update
8892              Date: Fri, 6 Mar 1998 10:41:01 +0100
8893              Subject: [PATCH 5.004_62] dos-djgpp update
8894              Date: Thu, 12 Mar 1998 13:34:51 +0100
8895      Branch: perl
8896            ! djgpp/config.over hints/dos_djgpp.sh
8897 ____________________________________________________________________________
8898 [   810] By: gsar                                  on 1998/03/16  08:48:17
8899         Log: integrate mainline
8900      Branch: win32/perl
8901           !> pp_sys.c
8902 ____________________________________________________________________________
8903 [   809] By: gsar                                  on 1998/03/16  08:44:37
8904         Log: various changes to get asperl working under Borland
8905              (passes all tests when built under PERL_OBJECT)
8906      Branch: asperl
8907            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
8908            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
8909            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
8910            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
8911            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
8912            ! win32/win32sck.c
8913 ____________________________________________________________________________
8914 [   808] By: gsar                                  on 1998/03/12  19:50:20
8915         Log: set sockets to nonoverlapped mode for every thread
8916              Message-Id: <35081FE4.965A484D@enteract.com>
8917              Date:    Thu, 12 Mar 1998 11:48:20 CST
8918              From:    Steve Nielsen <spn@enteract.com>
8919              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
8920      Branch: win32/perl
8921            ! win32/win32.h win32/win32sck.c
8922 ____________________________________________________________________________
8923 [   807] By: gsar                                  on 1998/03/12  19:26:54
8924         Log: add AS patch#13
8925      Branch: asperl
8926            ! win32/Makefile
8927 ____________________________________________________________________________
8928 [   806] By: gsar                                  on 1998/03/12  00:51:08
8929         Log: added AS patch#12 with minor changes
8930      Branch: asperl
8931            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
8932            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8933            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
8934            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
8935            ! win32/runperl.c
8936 ____________________________________________________________________________
8937 [   805] By: gsar                                  on 1998/03/10  20:35:10
8938         Log: reinstate some standard sig_names to avoid noise from
8939              modules (and in hopes of making them _do_ something in future)
8940      Branch: win32/perl
8941            ! win32/config.bc win32/config.gc win32/config.vc
8942            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8943 ____________________________________________________________________________
8944 [   804] By: gsar                                  on 1998/03/10  20:33:05
8945         Log: mingw32 tweaks
8946      Branch: win32/perl
8947            ! win32/makefile.mk win32/win32.c win32/win32.h
8948 ____________________________________________________________________________
8949 [   803] By: gsar                                  on 1998/03/09  20:56:07
8950         Log: tweak Win32::DomainName() implementation
8951      Branch: win32/perl
8952            ! win32/Makefile win32/win32.c
8953 ____________________________________________________________________________
8954 [   802] By: gsar                                  on 1998/03/09  03:51:01
8955         Log: merge C<local $tied{foo}> patch, also moved statics in
8956              [ah]v.c to thrdvar.h
8957      Branch: win32/perl
8958            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
8959 ____________________________________________________________________________
8960 [   801] By: gsar                                  on 1998/03/09  02:38:35
8961         Log: minor win32 support fixes
8962              - add a better implementation of Win32::DomainName() (as
8963              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
8964              - fix opendir() emulation was unsafe what given long paths
8965      Branch: win32/perl
8966            ! win32/win32.c
8967 ____________________________________________________________________________
8968 [   800] By: nick                                  on 1998/03/07  09:36:41
8969         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
8970              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
8971              exist. (Breaks libnet).
8972      Branch: perl
8973            ! pp_sys.c
8974 ____________________________________________________________________________
8975 [   799] By: gsar                                  on 1998/03/07  07:51:28
8976         Log: integrate mainline changes
8977      Branch: asperl
8978           !> (integrate 111 files)
8979 ____________________________________________________________________________
8980 [   798] By: gsar                                  on 1998/03/07  07:01:55
8981         Log: integrate mainline
8982      Branch: win32/perl
8983           !> myconfig patchlevel.h
8984 ____________________________________________________________________________
8985 [   797] By: gsar                                  on 1998/03/07  06:49:49
8986         Log: provide our own popen()/pclose() to fix problems with qx//:
8987              - qx// used to always invoke the shell, now does so only when needed
8988              - qx// didn't respect PERL5SHELL, now does
8989      Branch: win32/perl
8990            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
8991 ____________________________________________________________________________
8992 [   796] By: gsar                                  on 1998/03/07  01:37:10
8993         Log: a missed s/sp/SP/
8994      Branch: win32/perl
8995            ! lib/ExtUtils/typemap pod/perlcall.pod
8996 ____________________________________________________________________________
8997 [   795] By: gsar                                  on 1998/03/07  01:05:21
8998         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
8999              mention that local stack pointer should be called SP.  This makes the
9000              API safer from source incompatibilities down the line.
9001      Branch: win32/perl
9002            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
9003            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
9004            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
9005            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
9006            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
9007            ! pp_ctl.c pp_hot.c pp_sys.c util.c
9008
9009 ----------------
9010 Version 5.004_62
9011 ----------------
9012
9013 ____________________________________________________________________________
9014 [   794] By: mbeattie                              on 1998/03/06  09:38:08
9015         Log: Subject: [PATCH] perl5.004_61 myconfig updates
9016              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
9017              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9018      Branch: perl
9019            ! myconfig
9020 ____________________________________________________________________________
9021 [   793] By: mbeattie                              on 1998/03/06  09:36:37
9022         Log: Bump patchlevel.h to 62.
9023      Branch: perl
9024            ! patchlevel.h
9025 ____________________________________________________________________________
9026 [   792] By: mbeattie                              on 1998/03/06  09:35:57
9027         Log: Integrate win32 branch into mainline.
9028      Branch: perl
9029           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
9030           !> win32/config.gc win32/config.vc win32/config_H.bc
9031           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9032 ____________________________________________________________________________
9033 [   791] By: gsar                                  on 1998/03/06  06:00:08
9034         Log: various
9035              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
9036              - add missing prototypes
9037              - regenerate win32/config*.?c
9038      Branch: win32/perl
9039            ! bytecode.h proto.h win32/config.bc win32/config.gc
9040            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9041            ! win32/config_H.vc win32/makefile.mk
9042 ____________________________________________________________________________
9043 [   790] By: gsar                                  on 1998/03/06  03:19:23
9044         Log: fix typo in Makefile
9045      Branch: win32/perl
9046            ! win32/Makefile
9047 ____________________________________________________________________________
9048 [   789] By: gsar                                  on 1998/03/05  22:55:53
9049         Log: integrate mainline
9050      Branch: win32/perl
9051           !> (integrate 47 files)
9052 ____________________________________________________________________________
9053 [   788] By: gsar                                  on 1998/03/05  20:02:09
9054         Log: added AS patch#11
9055              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
9056              Date:    Thu, 05 Mar 1998 10:23:04 PST
9057              From:    Douglas Lankshear <dougl@ActiveState.com>
9058              
9059              This patch fixes a bug I introduced removing duplicate code.
9060              -- Doug
9061      Branch: asperl
9062            ! ObjXSub.h objpp.h win32/runperl.c
9063 ____________________________________________________________________________
9064 [   787] By: gsar                                  on 1998/03/05  19:56:17
9065         Log: add Nick's dTHR fixes
9066      Branch: win32/perl
9067            ! op.c scope.c
9068 ____________________________________________________________________________
9069 [   786] By: gsar                                  on 1998/03/05  19:54:49
9070         Log: maintpatch
9071              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
9072              Date:    Thu, 05 Mar 1998 02:49:46 EST
9073              From:    Spider Boardman <spider@orb.nashua.nh.us>
9074              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
9075      Branch: win32/perl
9076            ! scope.c
9077 ____________________________________________________________________________
9078 [   785] By: mbeattie                              on 1998/03/05  19:12:14
9079         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
9080              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
9081              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9082      Branch: perl
9083            ! op.c proto.h regcomp.c regexp.h util.c
9084 ____________________________________________________________________________
9085 [   784] By: mbeattie                              on 1998/03/05  19:11:09
9086         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
9087              Date: Wed, 4 Mar 1998 10:18:03 GMT
9088              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9089      Branch: perl
9090            ! atomic.h
9091 ____________________________________________________________________________
9092 [   783] By: mbeattie                              on 1998/03/05  19:09:16
9093         Log: Subject: Configure patches -01 and -02 for 5.004_61.
9094              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
9095              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9096      Branch: perl
9097            ! Configure INSTALL Policy_sh.SH Porting/Glossary
9098            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
9099            ! config_h.SH handy.h hints/README.hints hints/aix.sh
9100            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
9101            ! makedepend.SH myconfig pp_sys.c
9102 ____________________________________________________________________________
9103 [   782] By: mbeattie                              on 1998/03/05  19:05:23
9104         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
9105              Date: 03 Mar 1998 18:05:07 +0100
9106              From: Gisle Aas <gisle@aas.no>
9107      Branch: perl
9108            ! perl.h pp_ctl.c
9109 ____________________________________________________________________________
9110 [   781] By: mbeattie                              on 1998/03/05  19:04:34
9111         Log: Subject: [PATCH] Make autouse -w-safe
9112              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
9113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9114      Branch: perl
9115            ! lib/autouse.pm op.c sv.c
9116 ____________________________________________________________________________
9117 [   780] By: mbeattie                              on 1998/03/05  19:02:50
9118         Log: Subject: [PATCH] External symbol re_croak2
9119              Date: 02 Mar 1998 13:00:45 +0100
9120              From: Gisle Aas <gisle@aas.no>
9121      Branch: perl
9122            ! regcomp.c regcomp.h
9123 ____________________________________________________________________________
9124 [   779] By: mbeattie                              on 1998/03/05  19:01:25
9125         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
9126              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
9127              From: bailey@newman.upenn.edu (Charles Bailey)
9128      Branch: perl
9129            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
9130            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
9131            ! sv.h
9132 ____________________________________________________________________________
9133 [   778] By: mbeattie                              on 1998/03/05  18:53:13
9134         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
9135              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
9136              From: bailey@newman.upenn.edu (Charles Bailey)
9137      Branch: perl
9138            ! perl.h
9139 ____________________________________________________________________________
9140 [   777] By: mbeattie                              on 1998/03/05  18:50:25
9141         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
9142              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
9143              From: bailey@newman.upenn.edu (Charles Bailey)
9144      Branch: perl
9145            ! lib/File/Basename.pm
9146 ____________________________________________________________________________
9147 [   776] By: mbeattie                              on 1998/03/05  18:49:15
9148         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
9149              Date: 01 Mar 1998 15:16:03 +0100
9150              From: Gisle Aas <gisle@aas.no>
9151      Branch: perl
9152            ! pod/perlguts.pod
9153 ____________________________________________________________________________
9154 [   775] By: mbeattie                              on 1998/03/05  18:48:05
9155         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
9156              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
9157              From: Jarkko Hietaniemi <jhi@iki.fi>
9158      Branch: perl
9159            ! Makefile.SH perl_exp.SH
9160 ____________________________________________________________________________
9161 [   774] By: mbeattie                              on 1998/03/05  18:46:32
9162         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
9163              Date: Sun, 1 Mar 1998 02:02:47 -0500
9164              From: Spider Boardman <spider@orb.nashua.nh.us>
9165      Branch: perl
9166            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
9167 ____________________________________________________________________________
9168 [   773] By: mbeattie                              on 1998/03/05  18:43:57
9169         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
9170              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
9171              From: Hans Mulder <hansmu@xs4all.nl>
9172      Branch: perl
9173            ! pp_ctl.c
9174 ____________________________________________________________________________
9175 [   772] By: mbeattie                              on 1998/03/05  18:39:25
9176         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
9177              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
9178              From: Jarkko Hietaniemi <jhi@iki.fi>
9179      Branch: perl
9180            ! Makefile.SH
9181 ____________________________________________________________________________
9182 [   771] By: mbeattie                              on 1998/03/05  18:38:32
9183         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
9184              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
9185              From: Jarkko Hietaniemi <jhi@iki.fi>
9186      Branch: perl
9187            ! hints/netbsd.sh
9188 ____________________________________________________________________________
9189 [   770] By: mbeattie                              on 1998/03/05  18:36:50
9190         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
9191      Branch: perl
9192            ! cflags.SH
9193 ____________________________________________________________________________
9194 [   769] By: mbeattie                              on 1998/03/05  18:34:35
9195         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
9196              Subject: [PATCH 5.004_61] bunch of small patches
9197              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
9198              From: Andrew Cohen <cohen@andy.bu.edu>
9199      Branch: perl
9200            ! bytecode.h
9201 ____________________________________________________________________________
9202 [   768] By: mbeattie                              on 1998/03/05  18:13:06
9203         Log: Integrate win32 branch into mainline.
9204      Branch: perl
9205           !> (integrate 53 files)
9206 ____________________________________________________________________________
9207 [   767] By: TimBunce                              on 1998/03/05  11:48:09
9208         Log: Update to change 744.
9209      Branch: maint-5.004/perl
9210            ! lib/ExtUtils/Install.pm
9211 ____________________________________________________________________________
9212 [   765] By: TimBunce                              on 1998/03/05  11:24:24
9213         Log: Update embed.h after make regen_headers.
9214      Branch: maint-5.004/perl
9215            ! embed.h
9216 ____________________________________________________________________________
9217 [   764] By: TimBunce                              on 1998/03/05  11:05:13
9218         Log: APPLLIB_EXP now has arch and version dirs added to @INC
9219      Branch: maint-5.004/perl
9220            ! perl.c
9221 ____________________________________________________________________________
9222 [   763] By: TimBunce                              on 1998/03/05  11:01:38
9223         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
9224              Added MAINT_TRIAL_1 local patch label to patchlevel.h
9225              Removed win32/win32io.c and win32/win32io.h from repository
9226      Branch: maint-5.004/perl
9227            - win32/win32io.c win32/win32io.h
9228            ! MANIFEST patchlevel.h
9229 ____________________________________________________________________________
9230 [   762] By: TimBunce                              on 1998/03/05  10:05:34
9231         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
9232              From:  Spider Boardman <spider@orb.nashua.nh.us>
9233              Files:  scope.c
9234      Branch: maint-5.004/perl
9235            ! scope.c
9236 ____________________________________________________________________________
9237 [   761] By: TimBunce                              on 1998/03/05  10:03:10
9238         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
9239              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9240              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
9241              Files:  av.c hv.c scope.c t/op/local.t
9242      Branch: maint-5.004/perl
9243            ! av.c hv.c scope.c t/op/local.t
9244 ____________________________________________________________________________
9245 [   760] By: gsar                                  on 1998/03/04  20:58:21
9246         Log: added AS patch#10
9247              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
9248              Date:    Tue, 03 Mar 1998 10:46:13 PST
9249              From:    Douglas Lankshear <dougl@ActiveState.com>
9250              Subject: [PATCH]
9251              
9252              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
9253              linked modules.
9254              
9255              -- Doug
9256      Branch: asperl
9257            ! win32/dl_win32.xs
9258 ____________________________________________________________________________
9259 [   759] By: TimBunce                              on 1998/03/04  18:46:41
9260         Log: Update patchls utility
9261      Branch: maint-5.004/perl
9262            ! Porting/patchls
9263 ____________________________________________________________________________
9264 [   758] By: TimBunce                              on 1998/03/04  17:07:06
9265         Log: perldoc -f now uses pager if text is too long for screen
9266      Branch: maint-5.004/perl
9267            ! utils/perldoc.PL
9268 ____________________________________________________________________________
9269 [   757] By: TimBunce                              on 1998/03/04  16:57:04
9270         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
9271              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
9272      Branch: maint-5.004/perl
9273            + hints/openbsd.sh
9274            ! pod/perlfunc.pod
9275 ____________________________________________________________________________
9276 [   756] By: TimBunce                              on 1998/03/04  16:48:40
9277         Log: Fix for new gnulibc stdio.h when using sfio+perlio
9278      Branch: maint-5.004/perl
9279            ! perlsdio.h
9280 ____________________________________________________________________________
9281 [   755] By: TimBunce                              on 1998/03/04  16:47:08
9282         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
9283              Added details of split in scalar context to perlfunc.pod
9284      Branch: maint-5.004/perl
9285            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
9286 ____________________________________________________________________________
9287 [   754] By: TimBunce                              on 1998/03/04  16:35:58
9288         Log: Updated perl -v info to include reference to docs and home page.
9289      Branch: maint-5.004/perl
9290            ! perl.c
9291 ____________________________________________________________________________
9292 [   753] By: TimBunce                              on 1998/03/04  16:31:29
9293         Log: Updated hints/bsdos.sh for BSD/OS 3.1
9294              Fixed typo in pod/perlsyn.pod
9295              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
9296              Fixed typo in ext/GDBM_File/GDBM_File.pm
9297      Branch: maint-5.004/perl
9298            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
9299            ! hints/bsdos.sh pod/perlsyn.pod
9300 ____________________________________________________________________________
9301 [   752] By: TimBunce                              on 1998/03/04  15:49:19
9302         Log: Changed bug address in README to perlbug@perl.com
9303              Changed Copyright in perl.c to 1998
9304              Added op/pos.t test from Robin Houston <robin@oneworld.org>
9305      Branch: maint-5.004/perl
9306            + t/op/pos.t
9307            ! README perl.c
9308 ____________________________________________________________________________
9309 [   751] By: TimBunce                              on 1998/03/04  14:47:15
9310         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
9311      Branch: maint-5.004/perl
9312            ! t/comp/require.t t/lib/ph.t
9313 ____________________________________________________________________________
9314 [   750] By: TimBunce                              on 1998/03/04  13:29:58
9315         Log: Added dTHR definition to ease backwards compatibility for XS
9316              source code from 5.005.
9317      Branch: maint-5.004/perl
9318            ! perl.h
9319 ____________________________________________________________________________
9320 [   749] By: TimBunce                              on 1998/03/04  12:19:19
9321         Log: Title:  "rename local 'op' variables to 'o'", #F114
9322              From:  Gurusamy Sarathy
9323              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
9324              toke.c
9325      Branch: maint-5.004/perl
9326            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
9327            ! scope.c toke.c
9328 ____________________________________________________________________________
9329 [   748] By: TimBunce                              on 1998/03/04  12:12:27
9330         Log: Title:  "consolidated win32 patch", #F112
9331              From:  Gurusamy Sarathy
9332              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
9333              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
9334              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
9335              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
9336              t/harness win32/win32.h win32/win32iop.h README.win32
9337              doio.c installhtml installperl pp_sys.c win32/Makefile
9338              win32/config.bc win32/config.vc win32/config_H.bc
9339              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9340              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
9341              win32/perllib.c win32/runperl.c win32/win32.c
9342              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
9343              x2p/a2py.c
9344      Branch: maint-5.004/perl
9345            + win32/bin/perlglob.pl
9346            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
9347            ! installhtml installperl lib/ExtUtils/Command.pm
9348            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
9349            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
9350            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
9351            ! win32/Makefile win32/config.bc win32/config.vc
9352            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
9353            ! win32/config_sh.PL win32/dl_win32.xs
9354            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
9355            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9356            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
9357            ! x2p/a2py.c
9358 ____________________________________________________________________________
9359 [   747] By: TimBunce                              on 1998/03/04  11:59:57
9360         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
9361              From:  Gurusamy Sarathy
9362              Files:  MANIFEST t/lib/ph.t
9363      Branch: maint-5.004/perl
9364            ! MANIFEST t/lib/ph.t
9365 ____________________________________________________________________________
9366 [   746] By: TimBunce                              on 1998/03/04  11:47:43
9367         Log: Title:  "properly save STDOUT during system() in debugger", #F110
9368              From:  Jason Smith <smithj4@rpi.edu>
9369              Files:  lib/perl5db.pl
9370      Branch: maint-5.004/perl
9371            ! lib/perl5db.pl
9372 ____________________________________________________________________________
9373 [   745] By: TimBunce                              on 1998/03/04  11:40:19
9374         Log: Title:  "generate DynaLoader.pm at build time", #F109
9375              From:  Achim Bohnet <ach@mpe.mpg.de>
9376              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
9377              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
9378      Branch: maint-5.004/perl
9379            + ext/DynaLoader/DynaLoader.pm.PL
9380            ! MANIFEST ext/DynaLoader/Makefile.PL
9381 ____________________________________________________________________________
9382 [   744] By: TimBunce                              on 1998/03/04  11:34:09
9383         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
9384              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
9385              J. Koenig)
9386              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
9387              Files:  lib/ExtUtils/Install.pm
9388      Branch: maint-5.004/perl
9389            ! lib/ExtUtils/Install.pm
9390 ____________________________________________________________________________
9391 [   743] By: TimBunce                              on 1998/03/04  10:45:05
9392         Log: Title:  "Pod::Html trips over "C<0>"", #F107
9393              From:  Chip Salzenberg
9394              Files:  lib/Pod/Html.pm
9395      Branch: maint-5.004/perl
9396            ! lib/Pod/Html.pm
9397 ____________________________________________________________________________
9398 [   742] By: TimBunce                              on 1998/03/04  10:12:54
9399         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
9400              From:  Achim Bohnet <ach@mpe.mpg.de>
9401              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
9402              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
9403      Branch: maint-5.004/perl
9404            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
9405 ____________________________________________________________________________
9406 [   741] By: TimBunce                              on 1998/03/04  10:08:31
9407         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
9408              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
9409              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
9410              Zakharevich)
9411              Msg-ID:  <199801040630.AA29298@metronet.com>,
9412              <199801041826.NAA11568@aatma.engin.umich.edu>,
9413              <1998Jan4.130412.2719461@cor.newman>
9414              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
9415              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
9416      Branch: maint-5.004/perl
9417            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
9418            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
9419            ! win32/win32.h
9420 ____________________________________________________________________________
9421 [   740] By: TimBunce                              on 1998/03/04  09:55:57
9422         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
9423              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9424              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
9425              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
9426      Branch: maint-5.004/perl
9427            ! lib/Tie/Hash.pm pod/perlfunc.pod
9428 ____________________________________________________________________________
9429 [   739] By: TimBunce                              on 1998/03/04  09:26:01
9430         Log: Title:  "more doc for perldoc", #F103
9431              From:  Gurusamy Sarathy
9432              Files:  utils/perldoc.PL
9433      Branch: maint-5.004/perl
9434            ! utils/perldoc.PL
9435 ____________________________________________________________________________
9436 [   738] By: TimBunce                              on 1998/03/04  09:23:16
9437         Log: Title:  "Make perldoc look for an index file ", #F102
9438              From:  Gisle Aas <gisle@aas.no>
9439              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
9440              Files:  utils/perldoc.PL
9441      Branch: maint-5.004/perl
9442            ! utils/perldoc.PL
9443 ____________________________________________________________________________
9444 [   737] By: TimBunce                              on 1998/03/04  09:21:15
9445         Log: Title:  "perldoc -F filename", #F101
9446              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9447              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
9448              Files:  utils/perldoc.PL
9449      Branch: maint-5.004/perl
9450            ! utils/perldoc.PL
9451 ____________________________________________________________________________
9452 [   736] By: TimBunce                              on 1998/03/04  09:16:20
9453         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
9454              From:  Gisle Aas <gisle@aas.no>
9455              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
9456              Files:  sv.c
9457      Branch: maint-5.004/perl
9458            ! sv.c
9459 ____________________________________________________________________________
9460 [   735] By: TimBunce                              on 1998/03/04  09:08:51
9461         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
9462              From:  abigail@fnx.com
9463              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
9464              Files:  lib/Benchmark.pm
9465      Branch: maint-5.004/perl
9466            ! lib/Benchmark.pm
9467 ____________________________________________________________________________
9468 [   734] By: TimBunce                              on 1998/03/04  08:59:58
9469         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
9470              From:  Gisle Aas <gisle@aas.no>
9471              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
9472              Files:  hv.c
9473      Branch: maint-5.004/perl
9474            ! hv.c
9475 ____________________________________________________________________________
9476 [   733] By: TimBunce                              on 1998/03/04  08:35:19
9477         Log: Title:  "support caseless %ENV", #F097
9478              From:  Gurusamy Sarathy
9479              Files:  hv.c t/op/magic.t win32/win32.h
9480      Branch: maint-5.004/perl
9481            ! hv.c t/op/magic.t win32/win32.h
9482 ____________________________________________________________________________
9483 [   732] By: TimBunce                              on 1998/03/04  08:33:58
9484         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
9485              From:  Ilya Zakharevich
9486              Files:  emacs/cperl-mode.el
9487      Branch: maint-5.004/perl
9488            ! emacs/cperl-mode.el
9489 ____________________________________________________________________________
9490 [   731] By: TimBunce                              on 1998/03/04  08:26:23
9491         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
9492              magic", #F095
9493              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9494              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
9495              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
9496              lib/ExtUtils/xsubpp sv.c
9497      Branch: maint-5.004/perl
9498            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
9499            ! pod/perlxs.pod proto.h sv.c sv.h
9500 ____________________________________________________________________________
9501 [   730] By: TimBunce                              on 1998/03/04  08:20:52
9502         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
9503              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9504              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
9505              Files:  mg.c
9506      Branch: maint-5.004/perl
9507            ! mg.c
9508 ____________________________________________________________________________
9509 [   729] By: TimBunce                              on 1998/03/04  08:18:02
9510         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
9511              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9512              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
9513              Files:  t/op/sort.t
9514      Branch: maint-5.004/perl
9515            ! t/op/sort.t
9516 ____________________________________________________________________________
9517 [   728] By: TimBunce                              on 1998/03/04  08:17:07
9518         Log: Title:  "Make search.pl work on win32", #F092
9519              From:  Gurusamy Sarathy
9520              Files:  win32/bin/search.pl
9521      Branch: maint-5.004/perl
9522            ! win32/bin/search.pl
9523 ____________________________________________________________________________
9524 [   727] By: gsar                                  on 1998/03/04  04:13:23
9525         Log: missing s/op/o/ from one of the mainpatches
9526      Branch: win32/perl
9527            ! op.c
9528 ____________________________________________________________________________
9529 [   726] By: gsar                                  on 1998/03/04  02:12:13
9530         Log: maintpatches #102 and #103 to perldoc.PL
9531      Branch: win32/perl
9532            ! utils/perldoc.PL
9533 ____________________________________________________________________________
9534 [   725] By: gsar                                  on 1998/03/04  02:00:15
9535         Log: renumber some tests to match maint branch
9536      Branch: win32/perl
9537            ! t/op/local.t
9538 ____________________________________________________________________________
9539 [   724] By: gsar                                  on 1998/03/04  01:25:50
9540         Log: maintpatch
9541              #70:  "Fix random whitespace errors in docs"
9542              From:  Roderick Schertler <roderick@argon.org>
9543              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
9544              Date:  Fri, 24 Oct 1997 11:20:44 -0400
9545              Files:  pod/checkpods.PL pod/perlfunc.pod
9546      Branch: win32/perl
9547            ! pod/checkpods.PL
9548 ____________________________________________________________________________
9549 [   723] By: gsar                                  on 1998/03/04  01:04:37
9550         Log: sync maintpatch
9551              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
9552              From:  Chip Salzenberg
9553              Files:  lib/File/Path.pm
9554      Branch: win32/perl
9555            ! lib/File/Path.pm
9556 ____________________________________________________________________________
9557 [   722] By: gsar                                  on 1998/03/04  00:46:46
9558         Log: remove redundancy in File::Find
9559      Branch: win32/perl
9560            ! lib/File/Find.pm
9561 ____________________________________________________________________________
9562 [   721] By: TimBunce                              on 1998/03/03  20:06:41
9563         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
9564              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
9565              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
9566              Files:  utils/perldoc.PL
9567      Branch: maint-5.004/perl
9568            ! utils/perldoc.PL
9569 ____________________________________________________________________________
9570 [   720] By: TimBunce                              on 1998/03/03  20:03:59
9571         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
9572              #F090
9573              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9574              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
9575              Files:  lib/ExtUtils/MM_Unix.pm
9576      Branch: maint-5.004/perl
9577            ! lib/ExtUtils/MM_Unix.pm
9578 ____________________________________________________________________________
9579 [   719] By: TimBunce                              on 1998/03/03  20:02:06
9580         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
9581              From:  Gurusamy Sarathy
9582              Files:  lib/FindBin.pm
9583      Branch: maint-5.004/perl
9584            ! lib/FindBin.pm
9585 ____________________________________________________________________________
9586 [   718] By: TimBunce                              on 1998/03/03  20:00:26
9587         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
9588              #F088
9589              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9590              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
9591              Files:  lib/File/Find.pm
9592      Branch: maint-5.004/perl
9593            ! lib/File/Find.pm
9594 ____________________________________________________________________________
9595 [   717] By: TimBunce                              on 1998/03/03  19:59:38
9596         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
9597              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9598              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
9599              Files:  op.c
9600      Branch: maint-5.004/perl
9601            ! op.c
9602 ____________________________________________________________________________
9603 [   716] By: TimBunce                              on 1998/03/03  19:57:17
9604         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
9605              #F086
9606              From:  Gurusamy Sarathy
9607              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
9608      Branch: maint-5.004/perl
9609            ! pod/perldelta.pod pod/perldiag.pod toke.c
9610 ____________________________________________________________________________
9611 [   715] By: TimBunce                              on 1998/03/03  19:51:33
9612         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
9613              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9614              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
9615              Files:  lib/Pod/Html.pm
9616      Branch: maint-5.004/perl
9617            ! lib/Pod/Html.pm
9618 ____________________________________________________________________________
9619 [   714] By: TimBunce                              on 1998/03/03  19:50:28
9620         Log: Title:  "New pod: perlhist", #F084
9621              From:  Jarkko Hietaniemi <jhi@iki.fi>
9622              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
9623              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
9624      Branch: maint-5.004/perl
9625            + pod/perlhist.pod
9626            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
9627 ____________________________________________________________________________
9628 [   713] By: TimBunce                              on 1998/03/03  19:47:13
9629         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
9630              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9631              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
9632              Files:  pp_ctl.c t/op/local.t
9633      Branch: maint-5.004/perl
9634            ! pp_ctl.c t/op/local.t
9635 ____________________________________________________________________________
9636 [   712] By: TimBunce                              on 1998/03/03  19:45:56
9637         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
9638              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9639              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
9640              Files:  pp_ctl.c
9641      Branch: maint-5.004/perl
9642            ! pp_ctl.c
9643 ____________________________________________________________________________
9644 [   711] By: TimBunce                              on 1998/03/03  19:44:41
9645         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
9646              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9647              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
9648              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
9649      Branch: maint-5.004/perl
9650            + t/comp/require.t
9651            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
9652 ____________________________________________________________________________
9653 [   710] By: TimBunce                              on 1998/03/03  19:36:34
9654         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
9655              From:  Jarkko Hietaniemi <jhi@iki.fi>
9656              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
9657              Files:  t/pragma/locale.t
9658      Branch: maint-5.004/perl
9659            ! t/pragma/locale.t
9660 ____________________________________________________________________________
9661 [   709] By: TimBunce                              on 1998/03/03  19:32:30
9662         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
9663              From:  Gisle Aas <gisle@aas.no>
9664              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
9665              Files:  sv.c
9666      Branch: maint-5.004/perl
9667            ! sv.c
9668 ____________________________________________________________________________
9669 [   708] By: TimBunce                              on 1998/03/03  19:28:06
9670         Log: Title:  "Eliminate double warnings under C<package;>", #F077
9671              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9672              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
9673              Files:  gv.c op.c toke.c
9674      Branch: maint-5.004/perl
9675            ! gv.c op.c toke.c
9676 ____________________________________________________________________________
9677 [   707] By: TimBunce                              on 1998/03/03  19:13:17
9678         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
9679              #F076
9680              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
9681              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
9682              Files:  lib/File/Path.pm
9683      Branch: maint-5.004/perl
9684            ! lib/File/Path.pm
9685 ____________________________________________________________________________
9686 [   706] By: TimBunce                              on 1998/03/03  19:08:45
9687         Log: Title:  "Update of h2ph", #F075
9688              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
9689              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
9690              Files:  t/lib/ph.t utils/h2ph.PL
9691      Branch: maint-5.004/perl
9692            + t/lib/ph.t
9693            ! utils/h2ph.PL
9694 ____________________________________________________________________________
9695 [   705] By: TimBunce                              on 1998/03/03  18:56:59
9696         Log: Title:  "Fix AutoLoader for deep packages", #F074
9697              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
9698              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
9699              Files:  lib/AutoLoader.pm
9700      Branch: maint-5.004/perl
9701            ! lib/AutoLoader.pm
9702 ____________________________________________________________________________
9703 [   704] By: TimBunce                              on 1998/03/03  18:35:36
9704         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
9705              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9706              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
9707              Files:  op.c
9708      Branch: maint-5.004/perl
9709            ! op.c
9710 ____________________________________________________________________________
9711 [   703] By: TimBunce                              on 1998/03/03  18:32:28
9712         Log: Title:  "Make recursive lexical analysis more robust", #F072
9713              From:  Ilya Zakharevich and Chip Salzenberg
9714              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
9715              Files:  toke.c
9716      Branch: maint-5.004/perl
9717            ! toke.c
9718 ____________________________________________________________________________
9719 [   702] By: TimBunce                              on 1998/03/03  18:18:10
9720         Log: Title:  "Fix random whitespace errors in docs", #F070
9721              From:  Roderick Schertler <roderick@argon.org>
9722              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
9723              Files:  pod/perlfunc.pod pod/checkpods.PL
9724      Branch: maint-5.004/perl
9725            ! pod/checkpods.PL pod/perlfunc.pod
9726 ____________________________________________________________________________
9727 [   701] By: TimBunce                              on 1998/03/03  18:13:54
9728         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
9729              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9730              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
9731              Files:  toke.c
9732      Branch: maint-5.004/perl
9733            ! toke.c
9734 ____________________________________________________________________________
9735 [   700] By: TimBunce                              on 1998/03/03  18:11:20
9736         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
9737              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
9738              <nick@flirble.org>
9739              Msg-ID:  <199710241248.NAA00163@flirble.org>,
9740              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
9741              net>
9742              Files:  pp_ctl.c sv.c
9743      Branch: maint-5.004/perl
9744            ! pp_ctl.c sv.c
9745 ____________________________________________________________________________
9746 [   699] By: TimBunce                              on 1998/03/03  18:06:59
9747         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
9748              From:  Jarkko Hietaniemi <jhi@iki.fi>
9749              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
9750              Files:  op.c
9751      Branch: maint-5.004/perl
9752            ! op.c
9753 ____________________________________________________________________________
9754 [   698] By: TimBunce                              on 1998/03/03  18:04:51
9755         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
9756              From:  Administration <fadmin@informatics.muni.cz>
9757              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
9758              Files:  op.c
9759      Branch: maint-5.004/perl
9760            ! op.c
9761 ____________________________________________________________________________
9762 [   697] By: TimBunce                              on 1998/03/03  18:02:54
9763         Log: Title:  "Allow C<last()> to mean C<last>", #F065
9764              From:  Chip Salzenberg
9765              Files:  op.c
9766      Branch: maint-5.004/perl
9767            ! op.c
9768 ____________________________________________________________________________
9769 [   696] By: TimBunce                              on 1998/03/03  17:58:12
9770         Log: Title:  "Fix extension version mismatch message", #F064
9771              From:  Chip Salzenberg
9772              Files:  XSUB.h
9773      Branch: maint-5.004/perl
9774            ! XSUB.h
9775 ____________________________________________________________________________
9776 [   695] By: TimBunce                              on 1998/03/03  17:53:04
9777         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
9778              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
9779              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
9780              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9781              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9782      Branch: maint-5.004/perl
9783            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9784            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9785 ____________________________________________________________________________
9786 [   694] By: TimBunce                              on 1998/03/03  17:40:47
9787         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
9788              From:  Tom Christiansen
9789              Files:  ext/Socket/Socket.pm
9790      Branch: maint-5.004/perl
9791            ! ext/Socket/Socket.pm
9792 ____________________________________________________________________________
9793 [   693] By: TimBunce                              on 1998/03/03  17:32:57
9794         Log: Title:  "Kill warning about parameter type", #F061
9795              From:  Chip Salzenberg
9796              Files:  op.c
9797      Branch: maint-5.004/perl
9798            ! op.c
9799 ____________________________________________________________________________
9800 [   692] By: TimBunce                              on 1998/03/03  17:11:07
9801         Log: Title:  "Socket occasional SEGV", #F060
9802              From:  Trevor Blackwell <tlb@viaweb.com>
9803              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
9804              Files:  ext/Socket/Socket.xs
9805      Branch: maint-5.004/perl
9806            ! ext/Socket/Socket.xs
9807 ____________________________________________________________________________
9808 [   691] By: TimBunce                              on 1998/03/03  17:09:51
9809         Log: Title:  "Avoid SEGV from local($@)", #F059
9810              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9811              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
9812              Files:  pp_ctl.c
9813      Branch: maint-5.004/perl
9814            ! pp_ctl.c
9815 ____________________________________________________________________________
9816 [   690] By: TimBunce                              on 1998/03/03  17:08:21
9817         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
9818              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9819              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
9820              Files:  op.c
9821      Branch: maint-5.004/perl
9822            ! op.c
9823 ____________________________________________________________________________
9824 [   689] By: TimBunce                              on 1998/03/03  17:05:57
9825         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
9826              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9827              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
9828              Files:  XSUB.h
9829      Branch: maint-5.004/perl
9830            ! XSUB.h
9831 ____________________________________________________________________________
9832 [   688] By: TimBunce                              on 1998/03/03  17:04:15
9833         Log: Title:  "Re: Sort grammar bug", #F056
9834              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9835              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
9836              Files:  toke.c
9837      Branch: maint-5.004/perl
9838            ! toke.c
9839 ____________________________________________________________________________
9840 [   687] By: TimBunce                              on 1998/03/03  17:01:32
9841         Log: Title:  "Document indirect object cases for exec(), system()", #F055
9842              From:  Dominic Dunlop <domo@slipper.ip.lu>
9843              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
9844              Files:  pod/perlfunc.pod
9845      Branch: maint-5.004/perl
9846            ! pod/perlfunc.pod
9847 ____________________________________________________________________________
9848 [   686] By: TimBunce                              on 1998/03/03  16:56:44
9849         Log: Title:  "Update docs on tr///", #F054
9850              From:  Tom Phoenix <rootbeer@teleport.com>
9851              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
9852              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9853              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9854              pod/perlstyle.pod toke.c
9855      Branch: maint-5.004/perl
9856            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9857            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9858            ! pod/perlstyle.pod toke.c
9859 ____________________________________________________________________________
9860 [   685] By: TimBunce                              on 1998/03/03  16:38:50
9861         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
9862              From:  Tom Phoenix <rootbeer@teleport.com>
9863              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
9864              Files:  pod/perlop.pod
9865      Branch: maint-5.004/perl
9866            ! pod/perlop.pod
9867 ____________________________________________________________________________
9868 [   684] By: TimBunce                              on 1998/03/03  16:37:00
9869         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
9870              From:  "Joseph N. Hall" <joseph@cscaper.com>
9871              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
9872              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
9873      Branch: maint-5.004/perl
9874            ! perly.c perly.c.diff perly.y vms/perly_c.vms
9875 ____________________________________________________________________________
9876 [   683] By: TimBunce                              on 1998/03/03  16:31:15
9877         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
9878              sv_vsetpfn", #F051
9879              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
9880              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
9881              Files:  pod/perlguts.pod
9882      Branch: maint-5.004/perl
9883            ! pod/perlguts.pod
9884 ____________________________________________________________________________
9885 [   682] By: TimBunce                              on 1998/03/03  16:28:30
9886         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
9887              From:  Jarkko Hietaniemi <jhi@iki.fi>
9888              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
9889              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
9890      Branch: maint-5.004/perl
9891            ! INSTALL pod/perldiag.pod pod/perllocale.pod
9892 ____________________________________________________________________________
9893 [   681] By: TimBunce                              on 1998/03/03  16:24:12
9894         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
9895              From:  Jerome Abela <abela@hsc.fr>
9896              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
9897              Files:  ext/Fcntl/Fcntl.pm
9898      Branch: maint-5.004/perl
9899            ! ext/Fcntl/Fcntl.pm
9900 ____________________________________________________________________________
9901 [   680] By: TimBunce                              on 1998/03/03  16:23:20
9902         Log: Title:  "Commenting toke.c", #F048
9903              From:  gnat@frii.com
9904              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
9905              Files:  toke.c
9906      Branch: maint-5.004/perl
9907            ! toke.c
9908 ____________________________________________________________________________
9909 [   679] By: TimBunce                              on 1998/03/03  16:18:32
9910         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
9911              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9912              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
9913              Files:  pod/perlguts.pod pp.c t/op/vec.t
9914      Branch: maint-5.004/perl
9915            ! pod/perlguts.pod pp.c t/op/vec.t
9916 ____________________________________________________________________________
9917 [   678] By: TimBunce                              on 1998/03/03  16:15:44
9918         Log: Title:  "A few perl5.004_03 bugs", #F046
9919              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9920              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
9921              Files:  mg.c t/op/magic.t
9922      Branch: maint-5.004/perl
9923            ! mg.c t/op/magic.t
9924 ____________________________________________________________________________
9925 [   677] By: TimBunce                              on 1998/03/03  16:13:11
9926         Log: Title:  "Faster, cleaner av_unshift() ", #F045
9927              From:  Gisle Aas <gisle@aas.no>
9928              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
9929              Files:  av.c
9930      Branch: maint-5.004/perl
9931            ! av.c
9932 ____________________________________________________________________________
9933 [   676] By: TimBunce                              on 1998/03/03  16:04:30
9934         Log: Title:  "New hints/solaris2.sh", #F044
9935              From:  Stephen Zander <srz@mckesson.com>
9936              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
9937              Files:  hints/solaris_2.sh
9938      Branch: maint-5.004/perl
9939            ! hints/solaris_2.sh
9940 ____________________________________________________________________________
9941 [   675] By: TimBunce                              on 1998/03/03  15:33:07
9942         Log: Title:  "Refresh Complex.pm and test", #F043
9943              From:  Jarkko Hietaniemi <jhi@iki.fi>
9944              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
9945              Files:  lib/Math/Complex.pm t/lib/complex.t
9946      Branch: maint-5.004/perl
9947            ! lib/Math/Complex.pm t/lib/complex.t
9948 ____________________________________________________________________________
9949 [   674] By: TimBunce                              on 1998/03/03  15:29:16
9950         Log: Title:  "Fix (\@@) proto", #F042
9951              From:  "Joseph N. Hall" <joseph@cscaper.com>
9952              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
9953              Files:  op.c t/comp/proto.t
9954      Branch: maint-5.004/perl
9955            ! op.c t/comp/proto.t
9956 ____________________________________________________________________________
9957 [   673] By: TimBunce                              on 1998/03/03  15:26:31
9958         Log: Title:  "Allow empty BLOCK in code", #F041
9959              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
9960              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
9961              Files:  toke.c
9962      Branch: maint-5.004/perl
9963            ! toke.c
9964 ____________________________________________________________________________
9965 [   672] By: TimBunce                              on 1998/03/03  15:23:55
9966         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
9967              From:  Chip Salzenberg
9968              Files:  gv.c t/op/gv.t
9969      Branch: maint-5.004/perl
9970            ! gv.c t/op/gv.t
9971 ____________________________________________________________________________
9972 [   671] By: TimBunce                              on 1998/03/03  10:02:32
9973         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
9974              From:  Gisle Aas <gisle@aas.no>
9975              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
9976              Files:  gv.c sv.c
9977      Branch: maint-5.004/perl
9978            ! gv.c sv.c
9979 ____________________________________________________________________________
9980 [   670] By: TimBunce                              on 1998/03/03  09:59:48
9981         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
9982              From:  Chip Salzenberg
9983              Files:  gv.c
9984      Branch: maint-5.004/perl
9985            ! gv.c
9986 ____________________________________________________________________________
9987 [   669] By: TimBunce                              on 1998/03/03  09:58:58
9988         Log: Title:  "Make Configure less negative about PerlIO", #F036
9989              From:  chip@atlantic.net
9990              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
9991              Files:  Configure
9992      Branch: maint-5.004/perl
9993            ! Configure
9994 ____________________________________________________________________________
9995 [   668] By: TimBunce                              on 1998/03/03  09:55:51
9996         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
9997              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
9998              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
9999              Files:  pp_ctl.c
10000      Branch: maint-5.004/perl
10001            ! pp_ctl.c
10002 ____________________________________________________________________________
10003 [   667] By: TimBunce                              on 1998/03/03  09:52:59
10004         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
10005              From:  Irving Reid <irving@tor.securecomputing.com>
10006              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
10007              Files:  lib/Getopt/Long.pm
10008      Branch: maint-5.004/perl
10009            ! lib/Getopt/Long.pm
10010 ____________________________________________________________________________
10011 [   666] By: TimBunce                              on 1998/03/03  09:51:27
10012         Log: Title:  "adding the newSVpvn API function", #F033
10013              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
10014              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
10015              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
10016      Branch: maint-5.004/perl
10017            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
10018 ____________________________________________________________________________
10019 [   665] By: TimBunce                              on 1998/03/03  09:43:30
10020         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
10021              From:  Chip Salzenberg
10022              Files:  toke.c
10023      Branch: maint-5.004/perl
10024            ! toke.c
10025 ____________________________________________________________________________
10026 [   664] By: TimBunce                              on 1998/03/03  09:41:40
10027         Log: Title:  "Re-optimize character classes", #F031
10028              From:  Chip Salzenberg
10029              Files:  regcomp.h regcomp.c regexec.c
10030      Branch: maint-5.004/perl
10031            ! regcomp.c regcomp.h regexec.c
10032 ____________________________________________________________________________
10033 [   663] By: TimBunce                              on 1998/03/03  09:39:55
10034         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
10035              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
10036              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
10037              Files:  op.c t/op/local.t
10038      Branch: maint-5.004/perl
10039            ! op.c t/op/local.t
10040 ____________________________________________________________________________
10041 [   662] By: TimBunce                              on 1998/03/03  09:37:51
10042         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
10043              From:  Chip Salzenberg
10044              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
10045              pp_hot.c regexec.c scope.c
10046      Branch: maint-5.004/perl
10047            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
10048            ! proto.h regexec.c regexp.h scope.c
10049 ____________________________________________________________________________
10050 [   661] By: TimBunce                              on 1998/03/03  09:27:04
10051         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
10052              From:  Chip Salzenberg
10053              Files:  toke.c
10054      Branch: maint-5.004/perl
10055            ! toke.c
10056 ____________________________________________________________________________
10057 [   660] By: TimBunce                              on 1998/03/03  09:24:41
10058         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
10059              From:  Chip Salzenberg
10060              Files:  scope.c
10061      Branch: maint-5.004/perl
10062            ! scope.c
10063 ____________________________________________________________________________
10064 [   659] By: TimBunce                              on 1998/03/03  09:24:00
10065         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
10066              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
10067              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
10068              Files:  sv.c t/op/sprintf.t
10069      Branch: maint-5.004/perl
10070            ! sv.c t/op/sprintf.t
10071 ____________________________________________________________________________
10072 [   658] By: TimBunce                              on 1998/03/03  09:22:13
10073         Log: Title:  "Tiny core patch for source filters", #F025
10074              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
10075              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
10076              Files:  toke.c
10077      Branch: maint-5.004/perl
10078            ! toke.c
10079 ____________________________________________________________________________
10080 [   657] By: TimBunce                              on 1998/03/03  09:20:00
10081         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
10082              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
10083              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
10084              Files:  t/base/lex.t toke.c
10085      Branch: maint-5.004/perl
10086            ! t/base/lex.t toke.c
10087 ____________________________________________________________________________
10088 [   656] By: TimBunce                              on 1998/03/03  09:17:56
10089         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
10090              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
10091              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
10092              Files:  doio.c t/pragma/warn-1global
10093      Branch: maint-5.004/perl
10094            ! doio.c t/pragma/warn-1global
10095 ____________________________________________________________________________
10096 [   655] By: TimBunce                              on 1998/03/03  09:16:56
10097         Log: Title:  "Fix '*' prototype", #F022
10098              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
10099              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
10100              Files:  toke.c
10101      Branch: maint-5.004/perl
10102            ! toke.c
10103 ____________________________________________________________________________
10104 [   654] By: TimBunce                              on 1998/03/03  09:15:04
10105         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
10106              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
10107              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
10108              Files:  lib/File/Find.pm
10109      Branch: maint-5.004/perl
10110            ! lib/File/Find.pm
10111 ____________________________________________________________________________
10112 [   653] By: TimBunce                              on 1998/03/03  09:11:55
10113         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
10114              From:  Chip Salzenberg
10115              Files:  sv.c
10116      Branch: maint-5.004/perl
10117            ! sv.c
10118 ____________________________________________________________________________
10119 [   652] By: TimBunce                              on 1998/03/03  09:07:50
10120         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
10121              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10122              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
10123              Files:  scope.c
10124      Branch: maint-5.004/perl
10125            ! scope.c
10126 ____________________________________________________________________________
10127 [   651] By: TimBunce                              on 1998/03/03  09:07:10
10128         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
10129              From:  Stephane Payrard <stef@francenet.fr>
10130              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
10131              Files:  op.c t/op/my.t
10132      Branch: maint-5.004/perl
10133            ! op.c t/op/my.t
10134 ____________________________________________________________________________
10135 [   650] By: TimBunce                              on 1998/03/03  09:04:04
10136         Log: Title:  "enhanced "use strict" warning", #F017
10137              From:  Tkil <tkil@reptile.scrye.com>
10138              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
10139              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
10140      Branch: maint-5.004/perl
10141            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
10142 ____________________________________________________________________________
10143 [   649] By: TimBunce                              on 1998/03/03  09:02:55
10144         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
10145              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10146              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
10147              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
10148      Branch: maint-5.004/perl
10149            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
10150 ____________________________________________________________________________
10151 [   648] By: TimBunce                              on 1998/03/03  08:58:00
10152         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
10153              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10154              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
10155              Files:  sv.c
10156      Branch: maint-5.004/perl
10157            ! sv.c
10158 ____________________________________________________________________________
10159 [   647] By: TimBunce                              on 1998/03/03  08:53:35
10160         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
10161              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
10162              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
10163              Files:  os2/os2.c util.c
10164      Branch: maint-5.004/perl
10165            ! os2/os2.c util.c
10166 ____________________________________________________________________________
10167 [   646] By: TimBunce                              on 1998/03/03  08:51:04
10168         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
10169              From:  Roderick Schertler <roderick@argon.org>
10170              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
10171              Files:  doio.c t/op/misc.t
10172      Branch: maint-5.004/perl
10173            ! doio.c t/op/misc.t
10174 ____________________________________________________________________________
10175 [   645] By: TimBunce                              on 1998/03/03  08:49:34
10176         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
10177              From:  Stephen McCamant <alias@mcs.com>
10178              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
10179              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
10180      Branch: maint-5.004/perl
10181            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
10182 ____________________________________________________________________________
10183 [   644] By: TimBunce                              on 1998/03/03  08:43:06
10184         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
10185              From:  Spider Boardman <spider@orb.nashua.nh.us>
10186              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
10187              Files:  sv.c
10188      Branch: maint-5.004/perl
10189            ! sv.c
10190 ____________________________________________________________________________
10191 [   643] By: TimBunce                              on 1998/03/03  08:41:07
10192         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
10193              From:  Chip Salzenberg
10194              Files:  op.c t/op/my.t
10195      Branch: maint-5.004/perl
10196            ! op.c t/op/my.t
10197 ____________________________________________________________________________
10198 [   642] By: TimBunce                              on 1998/03/03  08:39:11
10199         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
10200              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10201              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
10202              Files:  pod/perlobj.pod sv.c t/op/ref.t
10203      Branch: maint-5.004/perl
10204            ! pod/perlobj.pod sv.c t/op/ref.t
10205 ____________________________________________________________________________
10206 [   641] By: gsar                                  on 1998/03/03  04:39:49
10207         Log: merge problematic maintpatch to op.c
10208              #77:  "Eliminate double warnings under C<package;>"
10209              From:  Chip Salzenberg
10210              Files:  gv.c op.c toke.c
10211      Branch: win32/perl
10212            ! gv.c op.c toke.c
10213 ____________________________________________________________________________
10214 [   640] By: gsar                                  on 1998/03/03  04:30:22
10215         Log: merge another conflicting maintpatch to op.c
10216              #17:  "Enhanced "use strict" warning"
10217              From:  Tkil <tkil@reptile.scrye.com>
10218              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
10219              Date:  Thu, 4 Dec 1997 02:38:26 -0700
10220              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
10221      Branch: win32/perl
10222            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
10223 ____________________________________________________________________________
10224 [   639] By: gsar                                  on 1998/03/03  04:09:11
10225         Log: maintpatch
10226              #73:  "Fix order of warnings for misplaced subscripts"
10227              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
10228              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
10229              Date:  Mon, 13 Oct 1997 11:23:56 +0100
10230              Files:  op.c
10231      Branch: win32/perl
10232            ! op.c
10233 ____________________________________________________________________________
10234 [   638] By: gsar                                  on 1998/03/03  04:02:16
10235         Log: manually apply another conflicting maintpatch
10236              #64:  "Fix extension version mismatch message"
10237              From:  Chip Salzenberg
10238              Files:  XSUB.h
10239      Branch: win32/perl
10240            ! XSUB.h
10241 ____________________________________________________________________________
10242 [   637] By: gsar                                  on 1998/03/03  03:57:08
10243         Log: maintpatch
10244              #62:  "Fix doc bug in getservbyname() examples"
10245              From:  Tom Christiansen
10246              Files:  ext/Socket/Socket.pm
10247      Branch: win32/perl
10248            ! ext/Socket/Socket.pm
10249 ____________________________________________________________________________
10250 [   636] By: gsar                                  on 1998/03/03  03:55:13
10251         Log: maintpatch
10252              #60:  "Socket occasional SEGV"
10253              From:  Trevor Blackwell <tlb@viaweb.com>
10254              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
10255              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
10256              Files:  ext/Socket/Socket.xs
10257      Branch: win32/perl
10258            ! ext/Socket/Socket.xs
10259 ____________________________________________________________________________
10260 [   635] By: gsar                                  on 1998/03/03  03:51:01
10261         Log: maintpatches for docs
10262              #53:  "Perlop bitwise & | ^ documentation"
10263              From:  Tom Phoenix <rootbeer@teleport.com>
10264              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
10265              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
10266              Files:  pod/perlfunc.pod
10267              -------- 
10268              #54:  "Update docs on tr///"
10269              From:  Tom Phoenix <rootbeer@teleport.com>
10270              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
10271              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
10272              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10273              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
10274              pod/perlstyle.pod toke.c
10275      Branch: win32/perl
10276            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10277            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
10278            ! pod/perlstyle.pod toke.c
10279 ____________________________________________________________________________
10280 [   634] By: gsar                                  on 1998/03/03  03:43:42
10281         Log: another maintpatch (this one needed adjust of test nos.)
10282              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10283              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
10284              Date: Thu, 22 Jan 1998 12:11:49 +0000
10285              Subject: Re: [PERL] A few perl5.004_03 bugs 
10286      Branch: win32/perl
10287            ! mg.c t/op/magic.t
10288 ____________________________________________________________________________
10289 [   633] By: gsar                                  on 1998/03/03  03:36:40
10290         Log: merge another toke.c patch and its dependent (very carefully)
10291              #32:  "Support C<Package::> as function-blind bearword"
10292              From:  Chip Salzenberg
10293              Files:  toke.c
10294              --------
10295              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
10296              From:  Gurusamy Sarathy
10297              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
10298      Branch: win32/perl
10299            ! pod/perldelta.pod pod/perldiag.pod toke.c
10300 ____________________________________________________________________________
10301 [   632] By: gsar                                  on 1998/03/03  03:12:16
10302         Log: another toke.c maintpatch
10303              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
10304              From:  Chip Salzenberg
10305              Files:  toke.c
10306      Branch: win32/perl
10307            ! toke.c
10308 ____________________________________________________________________________
10309 [   631] By: gsar                                  on 1998/03/03  03:06:59
10310         Log: still another maintpatch
10311              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10312              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
10313              Date: Sun, 02 Nov 1997 13:31:54 +0000
10314              Subject: [PATCH] assorted sprintf bugs
10315      Branch: win32/perl
10316            ! sv.c t/op/sprintf.t
10317 ____________________________________________________________________________
10318 [   630] By: gsar                                  on 1998/03/03  03:03:55
10319         Log: yet another maintpatch
10320              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10321              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
10322              Date: Sat, 22 Nov 1997 12:52:16 +0000
10323              Subject: Re: [PERL] Unexpected output 
10324      Branch: win32/perl
10325            ! doio.c t/pragma/warn-1global
10326 ____________________________________________________________________________
10327 [   629] By: gsar                                  on 1998/03/03  02:57:33
10328         Log: merge another maintpatch to toke.c
10329              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10330              Date: Sat, 22 Nov 1997 14:45:23 GMT
10331              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
10332              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
10333      Branch: win32/perl
10334            ! t/base/lex.t toke.c
10335 ____________________________________________________________________________
10336 [   628] By: gsar                                  on 1998/03/03  02:50:20
10337         Log: manually merge a maintpatch
10338              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
10339              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
10340              From: gnat@frii.com
10341              Subject: [PERL] Commenting toke.c
10342      Branch: win32/perl
10343            ! toke.c
10344 ____________________________________________________________________________
10345 [   627] By: TimBunce                              on 1998/03/02  22:34:47
10346         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
10347              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10348              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
10349              Files:  pp_hot.c pp_sys.c
10350      Branch: maint-5.004/perl
10351            ! pp_hot.c pp_sys.c
10352 ____________________________________________________________________________
10353 [   626] By: TimBunce                              on 1998/03/02  22:31:13
10354         Log: This is the change description for change 625
10355              Title:  "Fix tr///s option", #F007
10356              From:  Inaba Hiroto <inaba@st.rim.or.jp>
10357              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
10358              Files:  doop.c
10359      Branch: maint-5.004/perl
10360            ! doop.c
10361 ____________________________________________________________________________
10362 [   625] By: TimBunce                              on 1998/03/02  22:23:48
10363         Log:      Branch: maint-5.004/perl
10364            ! doop.c
10365 ____________________________________________________________________________
10366 [   623] By: TimBunce                              on 1998/03/02  21:51:53
10367         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
10368              From:  Chip Salzenberg
10369              Files:  pp_ctl.c
10370      Branch: maint-5.004/perl
10371            ! pp_ctl.c
10372 ____________________________________________________________________________
10373 [   622] By: TimBunce                              on 1998/03/02  21:43:29
10374         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
10375              From:  Chip Salzenberg
10376              Files:  sv.c
10377      Branch: maint-5.004/perl
10378            ! sv.c
10379 ____________________________________________________________________________
10380 [   621] By: TimBunce                              on 1998/03/02  21:29:59
10381         Log: Title:  "Fix compile-time warning line in while ()", #F004
10382              From:  Chip Salzenberg
10383              Files:  op.c
10384      Branch: maint-5.004/perl
10385            ! op.c
10386 ____________________________________________________________________________
10387 [   620] By: TimBunce                              on 1998/03/02  21:25:27
10388         Log: Title:  "STMT foreach LIST;", #F002
10389              From:  Chip Salzenberg
10390              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
10391              vms/perly_c.vms
10392      Branch: maint-5.004/perl
10393            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
10394            ! toke.c vms/perly_c.vms
10395 ____________________________________________________________________________
10396 [   619] By: TimBunce                              on 1998/03/02  21:12:58
10397         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
10398              From:  Chip Salzenberg
10399              Files:  op.c
10400      Branch: maint-5.004/perl
10401            ! op.c
10402 ____________________________________________________________________________
10403 [   618] By: gsar                                  on 1998/03/02  04:40:16
10404         Log: make t/lib/nothread.t type xtext also
10405      Branch: win32/perl
10406            ! t/op/nothread.t
10407 ____________________________________________________________________________
10408 [   617] By: gsar                                  on 1998/03/02  04:35:15
10409         Log: make t/lib/thread.t type xtext
10410      Branch: win32/perl
10411            ! t/lib/thread.t
10412 ____________________________________________________________________________
10413 [   616] By: gsar                                  on 1998/03/02  04:17:40
10414         Log: fix misapplied hunks in change#614
10415      Branch: win32/perl
10416            ! scope.c scope.h
10417 ____________________________________________________________________________
10418 [   615] By: gsar                                  on 1998/03/02  03:39:16
10419         Log: another one down
10420              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
10421              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
10422              Date: Tue, 25 Nov 1997 23:03:48 -0800
10423              Subject: [PERL] File::Find bugs & patches
10424      Branch: win32/perl
10425            ! lib/File/Find.pm
10426 ____________________________________________________________________________
10427 [   614] By: gsar                                  on 1998/03/02  03:28:28
10428         Log: this one with adjusted test numbers
10429              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
10430              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
10431              From: Stephen McCamant <alias@mcs.com>
10432              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
10433      Branch: win32/perl
10434            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
10435 ____________________________________________________________________________
10436 [   613] By: gsar                                  on 1998/03/02  03:13:32
10437         Log: still another
10438              From: Inaba Hiroto <inaba@st.rim.or.jp>
10439              Subject: [PERL] tr///s bug
10440              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
10441              Date: Sat, 10 Jan 1998 15:53:33 +0900
10442      Branch: win32/perl
10443            ! doop.c t/op/subst.t
10444 ____________________________________________________________________________
10445 [   612] By: gsar                                  on 1998/03/02  03:01:27
10446         Log: yet another patch
10447              From: Chip Salzenberg <salzench@nielsenmedia.com>
10448              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
10449              Subject: Tiny but massively cool:  C<statement foreach @list>
10450              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
10451      Branch: win32/perl
10452            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
10453            ! toke.c vms/perly_c.vms
10454 ____________________________________________________________________________
10455 [   611] By: gsar                                  on 1998/03/02  01:52:46
10456         Log: yet another 'old' patch
10457              From: Stephane Payrard <stef@francenet.fr>
10458              Message-Id: <199712040054.BAA04612@www.zweig.com>
10459              To: perl5-porters@perl.org
10460              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
10461              between `my' and `local' (Patch included)
10462      Branch: win32/perl
10463            ! op.c t/op/my.t
10464 ____________________________________________________________________________
10465 [   610] By: gsar                                  on 1998/03/02  01:45:55
10466         Log: another 'old' patch
10467              From: Roderick Schertler <roderick@argon.org>
10468              Date: 19 Dec 1997 12:52:36 -0500
10469              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
10470              Subject: [PERL] [PATCH] Re: Problem with open >&=
10471      Branch: win32/perl
10472            ! doio.c t/op/misc.t
10473 ____________________________________________________________________________
10474 [   609] By: gsar                                  on 1998/03/02  01:23:56
10475         Log: apply missing pieces from:
10476              From: Chip Salzenberg <salzench@nielsenmedia.com>
10477              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
10478              Subject: [PATCH] Improved LVALUE patch
10479              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
10480      Branch: win32/perl
10481            ! sv.c
10482 ____________________________________________________________________________
10483 [   608] By: gsar                                  on 1998/03/02  01:13:01
10484         Log: merge two important 'old' patches
10485              From: Chip Salzenberg <salzench@nielsenmedia.com>
10486              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
10487              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
10488              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
10489              ------
10490              From: Chip Salzenberg <salzench@nielsenmedia.com>
10491              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
10492              Subject: [PATCH] Fix for compile-time while() warnings
10493              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
10494      Branch: win32/perl
10495            ! op.c
10496 ____________________________________________________________________________
10497 [   607] By: gsar                                  on 1998/03/01  06:52:26
10498         Log: integrate mainline changes
10499      Branch: asperl
10500           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
10501           +> lib/Tie/Handle.pm t/op/tiehandle.t
10502            - config_H
10503           !> (integrate 89 files)
10504 ____________________________________________________________________________
10505 [   606] By: gsar                                  on 1998/02/28  23:11:00
10506         Log: misc small tweaks
10507              - AutoLoader fix for long::pack::names
10508              - d_mymalloc can be set from makefiles now
10509              - make search.pl actually work on win32
10510              - revert podoc about $^E on OS/2 (per Ilya's wishes)
10511      Branch: win32/perl
10512            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
10513            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
10514 ____________________________________________________________________________
10515 [   605] By: gsar                                  on 1998/02/28  22:16:45
10516         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
10517      Branch: win32/perl
10518            ! embedvar.h sv.h
10519 ____________________________________________________________________________
10520 [   604] By: gsar                                  on 1998/02/28  21:08:58
10521         Log: integrate mainline
10522      Branch: win32/perl
10523           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
10524           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
10525           !> byterun.c ext/SDBM_File/Makefile.PL
10526           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
10527           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
10528           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
10529           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
10530           !> vms/test.com win32/makedef.pl
10531 ____________________________________________________________________________
10532 [   603] By: nick                                  on 1998/02/28  11:31:15
10533         Log: Missed FREAD in bytecode.h
10534              Cannot export svref_mutex in non-threaded perl
10535      Branch: perl
10536            ! bytecode.h win32/makedef.pl
10537
10538 ----------------
10539 Version 5.004_61
10540 ----------------
10541
10542 ____________________________________________________________________________
10543 [   602] By: mbeattie                              on 1998/02/27  18:35:27
10544         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
10545              preprocessor symbol on Digital UNIX.
10546      Branch: perl
10547            ! bytecode.h bytecode.pl byterun.c
10548 ____________________________________________________________________________
10549 [   601] By: mbeattie                              on 1998/02/27  18:27:00
10550         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
10551      Branch: perl
10552            ! sv.h
10553 ____________________________________________________________________________
10554 [   600] By: mbeattie                              on 1998/02/27  18:15:07
10555         Log: Add atomic.h to MANIFEST
10556      Branch: perl
10557            ! MANIFEST
10558 ____________________________________________________________________________
10559 [   599] By: mbeattie                              on 1998/02/27  18:13:52
10560         Log: Integrate win32 branch into mainline.
10561      Branch: perl
10562            ! bytecode.pl
10563           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
10564           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
10565           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
10566           !> win32/config.gc win32/config.vc win32/config_H.bc
10567           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
10568           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
10569           !> win32/win32thread.h
10570 ____________________________________________________________________________
10571 [   598] By: mbeattie                              on 1998/02/27  18:06:41
10572         Log: Make refcounts atomic for threading (dependent on appropriate
10573              arch-dependent and compiler-dependent definitions in atomic.h
10574              or else falls back to a global mutex to protect refcounts).
10575      Branch: perl
10576            + atomic.h
10577            ! global.sym perl.c perlvars.h sv.c sv.h
10578 ____________________________________________________________________________
10579 [   597] By: mbeattie                              on 1998/02/27  15:37:22
10580         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
10581      Branch: perl
10582            ! MANIFEST
10583 ____________________________________________________________________________
10584 [   596] By: mbeattie                              on 1998/02/27  15:34:55
10585         Log: Missed adding new file Policy_sh.SH in change 592.
10586      Branch: perl
10587            + Policy_sh.SH
10588 ____________________________________________________________________________
10589 [   595] By: mbeattie                              on 1998/02/27  15:34:06
10590         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
10591              Date: Fri, 27 Feb 1998 04:15:04 +0000
10592              From: Graham Barr <gbarr@pobox.com>
10593      Branch: perl
10594            + lib/Tie/Handle.pm t/op/tiehandle.t
10595            ! pod/perltie.pod pp_sys.c
10596 ____________________________________________________________________________
10597 [   594] By: mbeattie                              on 1998/02/27  15:31:12
10598         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10599              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
10600              Date: Thu, 26 Feb 1998 11:09:55 -0800
10601              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
10602              Date: Thu, 26 Feb 1998 11:15:24 -0800
10603      Branch: perl
10604            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
10605            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
10606            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
10607            ! vms/test.com
10608 ____________________________________________________________________________
10609 [   593] By: mbeattie                              on 1998/02/27  15:26:45
10610         Log: Fix file-descriptor leak when pipes fail via taint checks:
10611              Subject: [PATCH] Some patches went through cracks
10612              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
10613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10614      Branch: perl
10615            ! os2/os2.c util.c
10616 ____________________________________________________________________________
10617 [   592] By: mbeattie                              on 1998/02/27  15:15:12
10618         Log: Subject: Config_60-03-04.diff patch for 5.004_60
10619              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
10620              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10621      Branch: perl
10622            ! Configure MANIFEST Makefile.SH os2/diff.configure
10623 ____________________________________________________________________________
10624 [   591] By: gsar                                  on 1998/02/26  19:34:50
10625         Log: added AS patch#9
10626      Branch: asperl
10627            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
10628            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
10629            - win32/ipstdiowin.h win32/perlobj.def
10630            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
10631            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
10632            ! win32/win32sck.c win32/win32thread.c
10633 ____________________________________________________________________________
10634 [   590] By: gsar                                  on 1998/02/26  04:25:40
10635         Log: various changes to make win32 build under the new Configure & co.
10636              - added byterun.c to core C build
10637              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
10638              after adding new variables to config.[bgv]c
10639              - sig_name_init now has only the valid signals
10640              - we now have $Config{usethreads}
10641              - tested under the two commercial compilers w/ and w/o usethreads
10642      Branch: win32/perl
10643            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10644            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10645            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
10646 ____________________________________________________________________________
10647 [   589] By: gsar                                  on 1998/02/26  03:56:19
10648         Log: various cleanups so that B can be built as "just another extension"
10649              - export symbols needed for building B
10650              - bset_obj_store() is needed by byterun(), so define it there instead
10651              of at B.xs, and export it
10652              - freadpv() is only used in B.xs, so move it there
10653              - byte*.h are now included by perl.h
10654              - regenerate embed*.h
10655      Branch: win32/perl
10656            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
10657            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
10658 ____________________________________________________________________________
10659 [   588] By: gsar                                  on 1998/02/25  21:46:35
10660         Log: integrate mainline
10661      Branch: win32/perl
10662           +> Porting/config.sh Porting/config_H
10663            - config_H
10664           !> (integrate 54 files)
10665 ____________________________________________________________________________
10666 [   587] By: gsar                                  on 1998/02/25  19:20:26
10667         Log: added AS patch#8
10668      Branch: asperl
10669            ! sv.c x2p/a2py.c x2p/util.c
10670 ____________________________________________________________________________
10671 [   586] By: gsar                                  on 1998/02/25  19:08:06
10672         Log: added AS patch#7
10673              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
10674              Date:    Tue, 24 Feb 1998 07:57:07 PST
10675              From:    Douglas Lankshear <dougl@ActiveState.com>
10676              Subject: [PATCH] 
10677              
10678              Here's an attempt at
10679              6. MANIFEST must be updated with new file names
10680              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
10681              And some changes to move toward
10682              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
10683              
10684              -- Doug
10685      Branch: asperl
10686            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
10687            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
10688            ! perlenv.h perlio.h perllio.h win32/Makefile
10689 ____________________________________________________________________________
10690 [   585] By: mbeattie                              on 1998/02/25  17:44:34
10691         Log: More compiler tweaks.
10692      Branch: perl
10693            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
10694 ____________________________________________________________________________
10695 [   584] By: mbeattie                              on 1998/02/25  15:36:38
10696         Log: Subject: [PATCH 5.004_60] dos-djgpp update
10697              Date: Wed, 25 Feb 1998 11:17:07 +0100
10698              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10699      Branch: perl
10700            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
10701 ____________________________________________________________________________
10702 [   583] By: mbeattie                              on 1998/02/25  15:34:48
10703         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
10704      Branch: perl
10705            ! global.sym patchlevel.h
10706 ____________________________________________________________________________
10707 [   582] By: mbeattie                              on 1998/02/25  15:28:08
10708         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
10709              Date: Tue, 24 Feb 1998 11:15:57 +0000
10710              From: Robin Houston <robin@oneworld.org>
10711      Branch: perl
10712            ! pod/perldiag.pod pp_ctl.c
10713 ____________________________________________________________________________
10714 [   581] By: mbeattie                              on 1998/02/25  15:27:06
10715         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
10716              Date: 23 Feb 1998 23:36:09 +0100
10717              From: Gisle Aas <gisle@aas.no>
10718      Branch: perl
10719            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
10720 ____________________________________________________________________________
10721 [   580] By: mbeattie                              on 1998/02/25  15:25:29
10722         Log: Subject: [PATCH 5.004_60] improved Test.pm
10723              Date: Sat, 21 Feb 1998 14:17:09 -0500
10724              From: Joshua Pritikin <pritikin@mindspring.com>
10725      Branch: perl
10726            ! lib/Test.pm
10727 ____________________________________________________________________________
10728 [   579] By: mbeattie                              on 1998/02/25  15:23:24
10729         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
10730              From: Jarkko Hietaniemi <jhi@iki.fi>
10731              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
10732              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
10733              Subject: Re: your HP-UX perl patch
10734              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
10735      Branch: perl
10736            ! Makefile.SH embed.h global.sym hints/hpux.sh
10737 ____________________________________________________________________________
10738 [   578] By: mbeattie                              on 1998/02/25  15:18:06
10739         Log: Back out DB_File patch (change _553) and tweak Configure.
10740              Subject: ANNOUNCE: perl5.004_60 is available
10741              Date: Mon, 23 Feb 1998 10:47:26 -0000
10742              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
10743      Branch: perl
10744            ! Configure ext/DB_File/DB_File.xs
10745 ____________________________________________________________________________
10746 [   577] By: mbeattie                              on 1998/02/25  15:04:00
10747         Log: Subject: [PATCH] Cwd.pm
10748              Date: Fri, 20 Feb 1998 10:27:54 -0600
10749              From: Graham Barr <gbarr@ti.com>
10750      Branch: perl
10751            ! lib/Cwd.pm
10752 ____________________________________________________________________________
10753 [   576] By: mbeattie                              on 1998/02/25  15:02:57
10754         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
10755              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
10756              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
10757              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
10758              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
10759              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
10760              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
10761      Branch: perl
10762            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
10763 ____________________________________________________________________________
10764 [   575] By: mbeattie                              on 1998/02/25  14:58:00
10765         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
10766              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
10767              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10768      Branch: perl
10769            + Porting/config.sh Porting/config_H
10770            - config_H
10771            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
10772            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
10773            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
10774            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
10775            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
10776            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
10777            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
10778 ____________________________________________________________________________
10779 [   574] By: gsar                                  on 1998/02/24  02:21:14
10780         Log: fix typos in sv.c
10781      Branch: win32/perl
10782            ! sv.c
10783 ____________________________________________________________________________
10784 [   573] By: mbeattie                              on 1998/02/23  10:03:39
10785         Log: Remove old Linux+threads segfault degugging kludge.
10786      Branch: perl
10787            ! perl.c
10788 ____________________________________________________________________________
10789 [   572] By: gsar                                  on 1998/02/23  09:45:26
10790         Log: undo previous change (no added value!)
10791      Branch: win32/perl
10792            ! win32/bin/pl2bat.pl
10793 ____________________________________________________________________________
10794 [   571] By: gsar                                  on 1998/02/23  09:18:32
10795         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
10796              John Cavanaugh <cavanaug@sdd.hp.com>)
10797      Branch: win32/perl
10798            ! win32/bin/pl2bat.pl
10799 ____________________________________________________________________________
10800 [   570] By: gsar                                  on 1998/02/22  04:02:15
10801         Log: support chown() (just a noop for now)
10802      Branch: win32/perl
10803            ! dosish.h win32/win32.c win32/win32.h
10804 ____________________________________________________________________________
10805 [   569] By: gsar                                  on 1998/02/22  03:09:55
10806         Log: integrate latest win32 branch
10807      Branch: asperl
10808           +> (branch 41 files)
10809           !> (integrate 59 files)
10810 ____________________________________________________________________________
10811 [   568] By: gsar                                  on 1998/02/22  02:40:56
10812         Log: get compiler building under win32 (needed Makefile.PL
10813              hacks that could be applicable to other platforms)
10814      Branch: win32/perl
10815            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
10816 ____________________________________________________________________________
10817 [   567] By: gsar                                  on 1998/02/22  01:30:19
10818         Log: integrate mainline
10819      Branch: win32/perl
10820           +> (branch 41 files)
10821           !> (integrate 46 files)
10822 ____________________________________________________________________________
10823 [   566] By: gsar                                  on 1998/02/20  22:31:56
10824         Log: fix handle leak in join()
10825      Branch: win32/perl
10826            ! win32/win32thread.h
10827
10828 ----------------
10829 Version 5.004_60
10830 ----------------
10831
10832 ____________________________________________________________________________
10833 [   565] By: mbeattie                              on 1998/02/20  18:23:47
10834         Log: Remove compiler files from their old lib/B locations. The compiler
10835              now builds by default (without the byteperl executable so far) and
10836              seems to work at least minimally.
10837      Branch: perl
10838            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
10839            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
10840            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
10841            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
10842            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
10843            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
10844            ! MANIFEST bytecode.pl
10845 ____________________________________________________________________________
10846 [   564] By: mbeattie                              on 1998/02/20  18:05:33
10847         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
10848              under ext/B.
10849      Branch: perl
10850           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
10851           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
10852           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
10853           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
10854           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
10855           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
10856           +> ext/B/B/makeliblinks ext/B/O.pm
10857 ____________________________________________________________________________
10858 [   563] By: mbeattie                              on 1998/02/20  17:54:58
10859         Log: Start getting compiler to work when built with the core.
10860              [Still won't work as of this change.]
10861      Branch: perl
10862           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
10863           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
10864           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
10865           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
10866           +> lib/B/Terse.pm lib/B/Xref.pm
10867            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
10868 ____________________________________________________________________________
10869 [   562] By: mbeattie                              on 1998/02/20  16:42:13
10870         Log: Merge perlext/Compiler/... into mainline. Some files move to
10871              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
10872              move to the base perl directory (e.g. headers). Will need some
10873              cleaning up before it builds properly, I would guess.
10874      Branch: perl
10875           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
10876           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
10877           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
10878           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
10879           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
10880           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
10881           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
10882           +> lib/B/makeliblinks lib/O.pm
10883 ____________________________________________________________________________
10884 [   561] By: mbeattie                              on 1998/02/20  16:39:38
10885         Log: Win32 changes from Sarathy, tweaked slightly by me.
10886      Branch: perlext
10887            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
10888            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
10889            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
10890            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
10891 ____________________________________________________________________________
10892 [   560] By: mbeattie                              on 1998/02/20  15:46:15
10893         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
10894      Branch: perl
10895            ! perl.c
10896 ____________________________________________________________________________
10897 [   559] By: mbeattie                              on 1998/02/20  12:56:10
10898         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
10899      Branch: perl
10900            ! MANIFEST patchlevel.h
10901 ____________________________________________________________________________
10902 [   558] By: mbeattie                              on 1998/02/20  12:53:26
10903         Log: Integrate win32 branch into mainline.
10904      Branch: perl
10905           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
10906           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10907           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10908           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
10909           !> win32/win32iop.h x2p/a2p.h
10910 ____________________________________________________________________________
10911 [   557] By: mbeattie                              on 1998/02/20  12:51:42
10912         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
10913              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
10914              From: Jarkko Hietaniemi <jhi@iki.fi>
10915      Branch: perl
10916            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
10917            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
10918            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
10919            ! pod/perltoc.pod pod/perlvar.pod
10920 ____________________________________________________________________________
10921 [   556] By: mbeattie                              on 1998/02/20  12:49:54
10922         Log: Subject: [PATCH] installperl
10923              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
10924              From: Norton Allen <allen@huarp.harvard.edu>
10925      Branch: perl
10926            ! installperl
10927 ____________________________________________________________________________
10928 [   555] By: mbeattie                              on 1998/02/20  12:49:09
10929         Log: Subject: [PATCH:_59] t/op/wantarray.t
10930              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
10931              From: Norton Allen <allen@huarp.harvard.edu>
10932      Branch: perl
10933            + t/op/wantarray.t
10934 ____________________________________________________________________________
10935 [   554] By: mbeattie                              on 1998/02/20  12:47:44
10936         Log: Subject: Misprint in regcomp.c [PATCH]
10937              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
10938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10939      Branch: perl
10940            ! regcomp.c
10941 ____________________________________________________________________________
10942 [   553] By: mbeattie                              on 1998/02/20  12:45:08
10943         Log: Subject: DB_File ->length does not work just after tie.
10944              Date: Tue, 17 Feb 1998 13:19:18 GMT
10945              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10946      Branch: perl
10947            ! ext/DB_File/DB_File.xs
10948 ____________________________________________________________________________
10949 [   552] By: mbeattie                              on 1998/02/20  12:43:32
10950         Log: Subject: [PATCH] - perl5.005_59, update Copyright
10951              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
10952              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
10953      Branch: perl
10954            ! perl.c
10955 ____________________________________________________________________________
10956 [   551] By: mbeattie                              on 1998/02/20  12:42:41
10957         Log: Subject: Re: for() and map() peculiarity
10958              Date: Mon, 16 Feb 1998 21:33:44 +0000
10959              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10960      Branch: perl
10961            ! pod/perlsyn.pod
10962 ____________________________________________________________________________
10963 [   550] By: mbeattie                              on 1998/02/20  12:41:53
10964         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
10965              Date: Mon, 16 Feb 1998 11:46:29 -0800
10966              From: Dan Sugalski <sugalskd@osshe.edu>
10967      Branch: perl
10968            ! vms/config.vms
10969 ____________________________________________________________________________
10970 [   549] By: mbeattie                              on 1998/02/20  12:40:55
10971         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
10972              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
10973              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
10974      Branch: perl
10975            ! global.sym
10976 ____________________________________________________________________________
10977 [   548] By: mbeattie                              on 1998/02/20  12:39:56
10978         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
10979              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
10980              From: Jarkko Hietaniemi <jhi@iki.fi>
10981      Branch: perl
10982            ! hints/irix_6.sh
10983 ____________________________________________________________________________
10984 [   547] By: mbeattie                              on 1998/02/20  12:38:58
10985         Log: Subject: [PATCH] perlguts update
10986              Date: 16 Feb 1998 11:23:53 +0100
10987              From: Gisle Aas <gisle@aas.no>
10988      Branch: perl
10989            ! pod/perlguts.pod
10990 ____________________________________________________________________________
10991 [   546] By: mbeattie                              on 1998/02/20  12:38:01
10992         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
10993              Date: Sun, 15 Feb 1998 23:56:05 -0500
10994              From: Irving Reid <irving@tor.securecomputing.com>
10995      Branch: perl
10996            ! hints/bsdos.sh
10997 ____________________________________________________________________________
10998 [   545] By: mbeattie                              on 1998/02/20  12:37:11
10999         Log: Subject: [PATCH] 5% speedup in an empty loop
11000              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
11001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11002      Branch: perl
11003            ! op.c
11004 ____________________________________________________________________________
11005 [   544] By: mbeattie                              on 1998/02/20  12:36:26
11006         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
11007              Date: Sun, 15 Feb 98 23:06:16 +0100
11008              From: Hans Mulder <hansm@icgroup.nl>
11009      Branch: perl
11010            ! hints/next_3.sh hints/next_4.sh
11011 ____________________________________________________________________________
11012 [   543] By: mbeattie                              on 1998/02/20  12:35:39
11013         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
11014              Date: Sun, 15 Feb 98 23:05:20 +0100
11015              From: Hans Mulder <hansm@icgroup.nl>
11016      Branch: perl
11017            ! malloc.c
11018 ____________________________________________________________________________
11019 [   542] By: mbeattie                              on 1998/02/20  12:35:03
11020         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
11021              From: Hans Mulder <hansm@icgroup.nl>
11022              Date: Sun, 15 Feb 98 23:04:29 +0100
11023      Branch: perl
11024            ! Configure
11025 ____________________________________________________________________________
11026 [   541] By: mbeattie                              on 1998/02/20  12:33:56
11027         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
11028              NeXT   needs DONT_DECLARE_STD)
11029              Date: Sun, 15 Feb 98 23:04:19 +0100
11030              From: Hans Mulder <hansm@icgroup.nl>
11031      Branch: perl
11032            ! perl.h
11033 ____________________________________________________________________________
11034 [   540] By: mbeattie                              on 1998/02/20  12:32:25
11035         Log: Subject: [PATCH] sv_check_thinkfirst macroized
11036              Date: 15 Feb 1998 22:00:38 +0100
11037              From: Gisle Aas <gisle@aas.no>
11038      Branch: perl
11039            ! sv.c
11040 ____________________________________________________________________________
11041 [   539] By: mbeattie                              on 1998/02/20  12:31:07
11042         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
11043              Date: Sat, 14 Feb 1998 17:58:01 -0500
11044              From: Joshua Pritikin <pritikin@mindspring.com>
11045      Branch: perl
11046            + lib/Test.pm
11047            ! MANIFEST lib/Test/Harness.pm
11048 ____________________________________________________________________________
11049 [   538] By: mbeattie                              on 1998/02/20  12:24:31
11050         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
11051              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
11052              From: Jarkko Hietaniemi <jhi@iki.fi>
11053      Branch: perl
11054            ! INSTALL pod/perldiag.pod pod/perllocale.pod
11055 ____________________________________________________________________________
11056 [   537] By: mbeattie                              on 1998/02/20  12:23:04
11057         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
11058              Date: Fri, 13 Feb 1998 13:38:28 -0800
11059              From: Dan Sugalski <sugalskd@osshe.edu>
11060      Branch: perl
11061            ! README.vms
11062 ____________________________________________________________________________
11063 [   536] By: mbeattie                              on 1998/02/20  12:20:29
11064         Log: Subject: [PATCH] 5.004_58, move intuition tests
11065              Date: Thu, 12 Feb 1998 17:11:05 -0600
11066              From: Stephen Potter <spp@psa.pencom.com>
11067      Branch: perl
11068            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11069            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
11070            ! t/op/flip.t t/op/pat.t t/op/push.t
11071 ____________________________________________________________________________
11072 [   535] By: gsar                                  on 1998/02/19  23:07:24
11073         Log: applied a version of this with tabs intact
11074              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
11075              Date:    19 Feb 1998 15:06:38 EST
11076              From:    dfan@harmonixmusic.com (Dan Schmidt)
11077              Subject: Pod::Html bug and fix: missing </UL> in index
11078      Branch: win32/perl
11079            ! lib/Pod/Html.pm
11080 ____________________________________________________________________________
11081 [   534] By: gsar                                  on 1998/02/19  19:40:27
11082         Log: Fix C<0> problem in Pod::Html
11083      Branch: win32/perl
11084            ! lib/Pod/Html.pm
11085 ____________________________________________________________________________
11086 [   533] By: gsar                                  on 1998/02/18  18:11:08
11087         Log: non-debug VC builds are -O1 now (they say it works, and is
11088              faster)
11089      Branch: win32/perl
11090            ! win32/Makefile win32/makefile.mk
11091 ____________________________________________________________________________
11092 [   532] By: gsar                                  on 1998/02/18  04:11:03
11093         Log: integrate nick's patch to mainline
11094      Branch: win32/perl
11095           !> pp.c
11096 ____________________________________________________________________________
11097 [   531] By: mbeattie                              on 1998/02/17  17:50:50
11098         Log: Assorted changes to the compiler
11099      Branch: perlext
11100            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
11101            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
11102            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
11103            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
11104 ____________________________________________________________________________
11105 [   530] By: gsar                                  on 1998/02/17  01:47:35
11106         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
11107              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
11108              build passes all tests except t/lib/io_xs.t (seems to be due to
11109              broken tmpfile() in the CRT or import lib)
11110      Branch: win32/perl
11111            ! XSUB.h win32/makefile.mk win32/win32.h
11112 ____________________________________________________________________________
11113 [   529] By: gsar                                  on 1998/02/16  23:03:31
11114         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
11115              in this version of gcc!)
11116      Branch: win32/perl
11117            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
11118            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
11119 ____________________________________________________________________________
11120 [   528] By: nick                                  on 1998/02/16  22:13:04
11121         Log: Missing PUSHMARK in unshift TIEARRAY hook
11122      Branch: perl
11123            ! pp.c
11124 ____________________________________________________________________________
11125 [   527] By: gsar                                  on 1998/02/15  20:59:07
11126         Log: integrate win32 branch
11127      Branch: asperl
11128           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
11129           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11130           !> win32/makedef.pl
11131 ____________________________________________________________________________
11132 [   526] By: gsar                                  on 1998/02/15  20:02:11
11133         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
11134      Branch: win32/perl
11135            ! config_h.SH win32/config_H.bc win32/config_H.gc
11136            ! win32/config_H.vc
11137 ____________________________________________________________________________
11138 [   525] By: gsar                                  on 1998/02/15  03:26:45
11139         Log: fix build problems due to renamed Config variables
11140      Branch: win32/perl
11141            ! win32/config.bc win32/config.gc win32/config.vc
11142            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11143            ! win32/makedef.pl
11144 ____________________________________________________________________________
11145 [   524] By: gsar                                  on 1998/02/14  01:00:15
11146         Log: bring ASPerl uptodate with mainline changes
11147      Branch: asperl
11148           +> ext/DB_File/Changes t/comp/require.t
11149           !> (integrate 41 files)
11150 ____________________________________________________________________________
11151 [   523] By: gsar                                  on 1998/02/14  00:52:17
11152         Log: integrate mainline
11153      Branch: win32/perl
11154           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
11155           !> pp_hot.c t/op/magic.t
11156 ____________________________________________________________________________
11157 [   522] By: gsar                                  on 1998/02/14  00:42:37
11158         Log: added AS patch#6
11159              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
11160              Date:    Fri, 13 Feb 1998 06:14:51 PST
11161              From:    Douglas Lankshear <dougl@ActiveState.com>
11162              Subject: [PATCH] command line build
11163              
11164              This patch is for the command line build of perl object.
11165              I'll merge the ipfoo.c function with win32_xxx functions next.
11166              
11167              -- Doug
11168      Branch: asperl
11169            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
11170            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
11171            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
11172 ____________________________________________________________________________
11173 [   521] By: gsar                                  on 1998/02/14  00:14:04
11174         Log: added AS patch#5 (patch #4 was intentionally skipped after
11175              discussion)
11176      Branch: asperl
11177            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
11178            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
11179            ! regexec.c sv.c toke.c
11180 ____________________________________________________________________________
11181 [   520] By: nick                                  on 1998/02/13  18:15:46
11182         Log: Resolve ansiperl against win32
11183      Branch: ansiperl
11184           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
11185           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
11186           +> t/lib/ph.t
11187           !> (integrate 898 files)
11188
11189 ----------------
11190 Version 5.004_59
11191 ----------------
11192
11193 ____________________________________________________________________________
11194 [   519] By: mbeattie                              on 1998/02/13  17:05:37
11195         Log: Integrate win32 into mainline.
11196      Branch: perl
11197            ! lib/ExtUtils/xsubpp
11198           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
11199           !> win32/makefile.mk
11200 ____________________________________________________________________________
11201 [   518] By: mbeattie                              on 1998/02/13  17:01:16
11202         Log: Bump patchlevel.h to 59.
11203      Branch: perl
11204            ! patchlevel.h
11205 ____________________________________________________________________________
11206 [   517] By: mbeattie                              on 1998/02/13  16:57:59
11207         Log: Subject: [PATCH] _58: wantarray in void context broken
11208              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
11209              From: Norton Allen <allen@huarp.harvard.edu>
11210      Branch: perl
11211            ! pp_hot.c
11212 ____________________________________________________________________________
11213 [   516] By: mbeattie                              on 1998/02/13  16:55:33
11214         Log: Subject: [PATCH] 5.004_58 QNX getcwd
11215              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
11216              From: Norton Allen <allen@huarp.harvard.edu>
11217      Branch: perl
11218            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
11219 ____________________________________________________________________________
11220 [   515] By: gsar                                  on 1998/02/12  18:29:52
11221         Log: pickup lddlflags properly for Config.pm
11222      Branch: win32/perl
11223            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
11224            ! win32/makefile.mk
11225 ____________________________________________________________________________
11226 [   514] By: gsar                                  on 1998/02/12  18:16:09
11227         Log: fix xsubpp bug in SETMAGIC code
11228      Branch: win32/perl
11229            ! lib/ExtUtils/xsubpp
11230 ____________________________________________________________________________
11231 [   513] By: gsar                                  on 1998/02/12  18:06:30
11232         Log: integrate mainline
11233      Branch: win32/perl
11234           +> ext/DB_File/Changes
11235           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
11236           !> ext/DB_File/DB_File.xs hints/machten.sh
11237           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
11238           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
11239           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
11240           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
11241           !> t/op/re_tests t/pragma/locale.t
11242 ____________________________________________________________________________
11243 [   512] By: mbeattie                              on 1998/02/12  17:34:02
11244         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
11245              with -DUSE_THREADS -DDEBUGGING to fail.
11246      Branch: perl
11247            ! scope.h
11248 ____________________________________________________________________________
11249 [   511] By: mbeattie                              on 1998/02/12  16:44:03
11250         Log: Integrate win32 into mainline
11251      Branch: perl
11252           +> t/comp/require.t
11253           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
11254 ____________________________________________________________________________
11255 [   510] By: mbeattie                              on 1998/02/12  16:42:26
11256         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
11257              Date: 12 Feb 1998 14:25:55 +0100
11258              From: koenig@kulturbox.de (Andreas J. Koenig)
11259      Branch: perl
11260            ! lib/ExtUtils/Install.pm
11261 ____________________________________________________________________________
11262 [   509] By: mbeattie                              on 1998/02/12  16:40:34
11263         Log: Subject: Re: wrong prototype for sbrk [PATCH]
11264              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
11265              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
11266      Branch: perl
11267            ! malloc.c
11268 ____________________________________________________________________________
11269 [   508] By: mbeattie                              on 1998/02/12  16:36:53
11270         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
11271              Date: Wed, 11 Feb 1998 17:29:20 +0100
11272              From: Achim Bohnet <ach@mpe.mpg.de>
11273      Branch: perl
11274            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
11275 ____________________________________________________________________________
11276 [   507] By: mbeattie                              on 1998/02/12  16:35:26
11277         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
11278              Date: Wed, 11 Feb 1998 14:59:46 +0100
11279              From: Dominic Dunlop <domo@vo.lu>
11280      Branch: perl
11281            ! hints/machten.sh
11282 ____________________________________________________________________________
11283 [   506] By: mbeattie                              on 1998/02/12  16:28:40
11284         Log: Subject: DB_File 1.58 patch
11285              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
11286              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11287      Branch: perl
11288            + ext/DB_File/Changes
11289            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11290            ! t/lib/db-recno.t
11291 ____________________________________________________________________________
11292 [   505] By: mbeattie                              on 1998/02/12  16:24:26
11293         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
11294              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
11295              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11296      Branch: perl
11297            ! regexec.c t/op/re_tests
11298 ____________________________________________________________________________
11299 [   504] By: mbeattie                              on 1998/02/12  16:22:46
11300         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11301              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
11302              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
11303              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
11304              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
11305              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
11306              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
11307      Branch: perl
11308            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
11309            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
11310 ____________________________________________________________________________
11311 [   503] By: mbeattie                              on 1998/02/12  16:15:43
11312         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
11313              Date: Mon, 9 Feb 1998 13:19:45 +0100
11314              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
11315      Branch: perl
11316            ! t/lib/filecopy.t
11317 ____________________________________________________________________________
11318 [   502] By: mbeattie                              on 1998/02/12  16:14:27
11319         Log: Assorted patches to sv.c:
11320              From: Gisle Aas <gisle@aas.no>
11321              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
11322              Date: 07 Feb 1998 00:21:57 +0100
11323              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
11324              Date: 07 Feb 1998 00:29:45 +0100
11325              Subject: [PATCH] sv_upgrade() always returns TRUE
11326              Date: 09 Feb 1998 15:44:01 +0100
11327      Branch: perl
11328            ! sv.c
11329 ____________________________________________________________________________
11330 [   501] By: mbeattie                              on 1998/02/12  16:09:26
11331         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
11332              Subject: Perl debugger.
11333              Date: Fri, 6 Feb 1998 17:47:08 -0500
11334              From: "Jason A. Smith" <smithj4@rpi.edu>
11335      Branch: perl
11336            ! lib/perl5db.pl
11337 ____________________________________________________________________________
11338 [   500] By: gsar                                  on 1998/02/12  03:20:55
11339         Log: merge another maint patch
11340              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
11341              Date:    Tue, 10 Feb 1998 18:49:00 EST
11342              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11343              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
11344      Branch: win32/perl
11345            ! pp_ctl.c
11346 ____________________________________________________________________________
11347 [   499] By: gsar                                  on 1998/02/12  03:14:39
11348         Log: make t/comp/require.t type xtext
11349      Branch: win32/perl
11350            ! t/comp/require.t
11351 ____________________________________________________________________________
11352 [   498] By: gsar                                  on 1998/02/12  03:09:58
11353         Log: fix extra LEAVE when require fails
11354              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
11355              Date:    Tue, 10 Feb 1998 18:21:37 EST
11356              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11357              Subject: Re: evals and requires make seg-fault with bad require file 
11358      Branch: win32/perl
11359            + t/comp/require.t
11360            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
11361 ____________________________________________________________________________
11362 [   497] By: gsar                                  on 1998/02/12  02:47:29
11363         Log: merge a maint patch
11364              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
11365              Date:    Wed, 11 Feb 1998 00:15:51 EST
11366              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11367              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
11368      Branch: win32/perl
11369            ! pp_ctl.c t/op/local.t
11370 ____________________________________________________________________________
11371 [   496] By: mbeattie                              on 1998/02/11  13:04:50
11372         Log: Integrate win32 into mainline.
11373      Branch: perl
11374           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
11375           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
11376           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
11377           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
11378           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
11379           !> win32/makedef.pl win32/win32.c win32/win32iop.h
11380 ____________________________________________________________________________
11381 [   495] By: mbeattie                              on 1998/02/11  13:03:59
11382         Log: Fix special constants in Xref.pm
11383      Branch: perlext
11384            ! Compiler/B/Xref.pm
11385 ____________________________________________________________________________
11386 [   494] By: gsar                                  on 1998/02/10  18:26:28
11387         Log: fix opendir() problem on share names
11388              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
11389              Date:    Tue, 10 Feb 1998 13:28:53 EST
11390              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11391              Subject: Re: BUG: opendir and UNC names on NT 
11392      Branch: win32/perl
11393            ! win32/win32.c
11394 ____________________________________________________________________________
11395 [   493] By: gsar                                  on 1998/02/09  23:09:40
11396         Log: integrate win32 branch contents
11397      Branch: asperl
11398           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
11399           +> lib/Fatal.pm t/lib/ph.t
11400            ! hv.c
11401           !> (integrate 895 files)
11402 ____________________________________________________________________________
11403 [   492] By: gsar                                  on 1998/02/09  07:30:19
11404         Log: enhancements to previous patch for XSUB OUTPUT args
11405              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
11406              Date:    Mon, 09 Feb 1998 02:31:55 EST
11407              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11408              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
11409      Branch: win32/perl
11410            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
11411            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
11412            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
11413            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
11414            ! sv.h
11415 ____________________________________________________________________________
11416 [   491] By: gsar                                  on 1998/02/09  03:00:52
11417         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
11418              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
11419              Date:    Wed, 29 Oct 1997 19:36:25 EST
11420              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11421              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
11422      Branch: win32/perl
11423            ! op.c
11424 ____________________________________________________________________________
11425 [   490] By: gsar                                  on 1998/02/09  02:30:43
11426         Log: fix for bugs in handling DESTROY (adjusted test numbers)
11427              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
11428              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
11429              Date: Wed, 31 Dec 1997 19:30:46 -0500
11430              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11431      Branch: win32/perl
11432            ! pod/perlobj.pod sv.c t/op/ref.t
11433 ____________________________________________________________________________
11434 [   489] By: gsar                                  on 1998/02/09  00:30:35
11435         Log: ansify prototype for my_safemalloc(), avoid warnings
11436      Branch: win32/perl
11437            ! sv.c
11438 ____________________________________________________________________________
11439 [   488] By: gsar                                  on 1998/02/09  00:29:08
11440         Log: fix misapplied hunks in 5.004_58
11441              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
11442              Date:    Sun, 08 Feb 1998 02:18:12 EST
11443              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11444              Subject: [PATCH] fixes for test failures in 5.004_58
11445      Branch: win32/perl
11446            ! gv.c op.c
11447 ____________________________________________________________________________
11448 [   487] By: gsar                                  on 1998/02/09  00:27:16
11449         Log: win32_utime() tweaks to avoid warnings
11450      Branch: win32/perl
11451            ! win32/win32.c win32/win32iop.h
11452 ____________________________________________________________________________
11453 [   486] By: gsar                                  on 1998/02/07  23:45:22
11454         Log: integrate mainline, plus a few small win32 enhancements
11455              - remove Win32::GetCurrentDirectory()
11456              - add Win32::Sleep() for compat
11457              - add smarter utime() from Jan Dubois, and export it as win32_utime()
11458      Branch: win32/perl
11459           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
11460           +> lib/Fatal.pm t/lib/ph.t
11461            ! win32/makedef.pl win32/win32.c win32/win32iop.h
11462           !> (integrate 61 files)
11463
11464 ----------------
11465 Version 5.004_58
11466 ----------------
11467
11468 ____________________________________________________________________________
11469 [   485] By: mbeattie                              on 1998/02/06  18:11:47
11470         Log: Bump patchlevel to 58.
11471      Branch: perl
11472            ! patchlevel.h
11473 ____________________________________________________________________________
11474 [   484] By: mbeattie                              on 1998/02/06  18:08:28
11475         Log: Fix up problem with gv.c from change 477.
11476              Fix up Config.pm use in t/lib/ph.t from change 478.
11477      Branch: perl
11478            ! gv.c t/lib/ph.t
11479 ____________________________________________________________________________
11480 [   483] By: mbeattie                              on 1998/02/06  17:34:34
11481         Log: Integrate win32 branch into mainline
11482      Branch: perl
11483           !> win32/win32sck.c
11484 ____________________________________________________________________________
11485 [   482] By: mbeattie                              on 1998/02/06  17:26:41
11486         Log: lib/Fatal.pm missing from repository
11487      Branch: perl
11488            + lib/Fatal.pm
11489 ____________________________________________________________________________
11490 [   481] By: mbeattie                              on 1998/02/06  17:24:57
11491         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
11492              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
11493              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
11494      Branch: perl
11495            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
11496            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
11497 ____________________________________________________________________________
11498 [   480] By: mbeattie                              on 1998/02/06  17:19:52
11499         Log: x2p/str.c was missing from list of changed files in change 466
11500      Branch: perl
11501            ! x2p/str.c
11502 ____________________________________________________________________________
11503 [   479] By: mbeattie                              on 1998/02/06  17:16:54
11504         Log: Added t/lib/ph.t to MANIFEST
11505      Branch: perl
11506            ! MANIFEST
11507 ____________________________________________________________________________
11508 [   478] By: mbeattie                              on 1998/02/06  17:15:38
11509         Log: Subject: [PATCH] h2ph.PL
11510              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
11511              From: kstar@www.chapin.edu (Kurt D. Starsinic)
11512      Branch: perl
11513            + t/lib/ph.t
11514            ! utils/h2ph.PL
11515 ____________________________________________________________________________
11516 [   477] By: mbeattie                              on 1998/02/06  17:10:46
11517         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
11518              Date: 04 Feb 1998 14:49:46 +0100
11519              From: Gisle Aas <gisle@aas.no>
11520              as modified by
11521              From: chip@atlantic.net
11522              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
11523      Branch: perl
11524            ! gv.c
11525 ____________________________________________________________________________
11526 [   476] By: mbeattie                              on 1998/02/06  16:47:03
11527         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11528              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
11529              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
11530              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
11531              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
11532      Branch: perl
11533            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
11534 ____________________________________________________________________________
11535 [   475] By: mbeattie                              on 1998/02/06  16:44:57
11536         Log: Subject: [PATCH] nomemok
11537              Date: Mon, 2 Feb 1998 15:06:50 +0100
11538              From: Gisle Aas <gisle@aas.no>
11539      Branch: perl
11540            ! hv.c
11541 ____________________________________________________________________________
11542 [   474] By: mbeattie                              on 1998/02/06  16:43:46
11543         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
11544              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
11545              From: abigail@fnx.com
11546      Branch: perl
11547            ! lib/Benchmark.pm
11548 ____________________________________________________________________________
11549 [   473] By: mbeattie                              on 1998/02/06  16:42:53
11550         Log: Subject: [PATCH] adding the newSVpvn API function
11551              Date: Sat, 31 Jan 1998 06:32:42 +0100
11552              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
11553      Branch: perl
11554            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
11555            ! proto.h sv.c
11556 ____________________________________________________________________________
11557 [   472] By: mbeattie                              on 1998/02/06  16:35:41
11558         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
11559              Date: 28 Jan 1998 17:40:37 -0800
11560              From: Stephen Zander <srz@mckesson.com>
11561      Branch: perl
11562            ! hints/solaris_2.sh
11563 ____________________________________________________________________________
11564 [   471] By: mbeattie                              on 1998/02/06  16:02:57
11565         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
11566              Date: Thu, 15 Jan 1998 11:53:06 +0000
11567              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11568      Branch: perl
11569            ! pod/perlguts.pod pp.c t/op/vec.t
11570 ____________________________________________________________________________
11571 [   470] By: mbeattie                              on 1998/02/06  16:01:36
11572         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11573              Subject: 5.004_56: Patch to Tie::Hash and docs
11574              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
11575              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
11576              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
11577      Branch: perl
11578            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
11579            ! t/op/misc.t t/op/pat.t toke.c
11580 ____________________________________________________________________________
11581 [   469] By: mbeattie                              on 1998/02/06  15:58:31
11582         Log: Subject: Another Array.pm patch
11583              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
11584              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11585      Branch: perl
11586            ! lib/Tie/Array.pm
11587 ____________________________________________________________________________
11588 [   468] By: mbeattie                              on 1998/02/06  15:56:28
11589         Log: Subject: documentation patch for 5.004_57
11590              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
11591              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11592      Branch: perl
11593            ! lib/Tie/Array.pm
11594 ____________________________________________________________________________
11595 [   467] By: mbeattie                              on 1998/02/06  15:55:34
11596         Log: Subject: 5.004_56: patch for `use Fatal' again
11597              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
11598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11599      Branch: perl
11600            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
11601            ! pp.c t/comp/proto.t toke.c
11602 ____________________________________________________________________________
11603 [   466] By: mbeattie                              on 1998/02/06  15:53:53
11604         Log: Subject: Newer -DLEAKTEST patch
11605              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
11606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11607      Branch: perl
11608            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
11609            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
11610            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
11611            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
11612            ! toke.c util.c vms/perly_c.vms x2p/hash.c
11613 ____________________________________________________________________________
11614 [   465] By: mbeattie                              on 1998/02/06  15:46:35
11615         Log: More Chip patches (tweaked for _5x). The final one mentioned here
11616              (@ARGV with -i) actually went in at change 462 but I failed to
11617              add it to the change description:
11618              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
11619              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
11620              Subject: [PATCH] Fix for C<@x = my @y>
11621              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
11622              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
11623              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
11624              Subject: [PATCH] Allow last() to mean last
11625              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
11626              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
11627              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
11628      Branch: perl
11629            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
11630            ! vms/perly_h.vms
11631 ____________________________________________________________________________
11632 [   464] By: mbeattie                              on 1998/02/06  15:06:18
11633         Log: More Chip patches:
11634              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
11635              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
11636              Subject: [PATCH] Fix line numbers after here documents in eval STRING
11637              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
11638              Subject: [PATCH] Make recursive lexical analysis more robust
11639              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
11640      Branch: perl
11641            ! pp_ctl.c sv.c toke.c
11642 ____________________________________________________________________________
11643 [   463] By: mbeattie                              on 1998/02/06  15:04:17
11644         Log: Some more Chip patches (tweaked to match _5x):
11645              Subject: [PATCH] Fix empty BLOCK
11646              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
11647              Subject: [PATCH] fix (\@@) proto
11648              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
11649              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
11650              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
11651              Subject: [PATCH] Don't fold string comparison under  C<use locale>
11652              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
11653      Branch: perl
11654            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
11655 ____________________________________________________________________________
11656 [   462] By: mbeattie                              on 1998/02/06  14:56:30
11657         Log: Some Chip patches (some tweaked to match _5x source):
11658              From: Chip Salzenberg <salzench@nielsenmedia.com>
11659              Subject: [PATCH] local leakage
11660              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
11661              Subject: [PATCH] NULs in patterns
11662              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
11663              Subject: [PATCH] Configure on PerlIO
11664              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
11665              Subject: [PATCH] Avoid core dump on package alias
11666              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
11667              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
11668              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
11669      Branch: perl
11670            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
11671            ! t/op/local.t
11672 ____________________________________________________________________________
11673 [   461] By: gsar                                  on 1998/02/04  03:34:36
11674         Log: support win32_select(0,0,0,msec) (winsock doesn't)
11675      Branch: win32/perl
11676            ! win32/win32sck.c
11677 ____________________________________________________________________________
11678 [   460] By: gsar                                  on 1998/02/04  00:44:47
11679         Log: bug: win32_select() must StartSockets()
11680      Branch: win32/perl
11681            ! win32/win32sck.c
11682
11683 ----------------
11684 Version 5.004_57
11685 ----------------
11686
11687 ____________________________________________________________________________
11688 [   459] By: mbeattie                              on 1998/02/03  16:00:07
11689         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
11690              of execution causes core dump if threadsvp is moved). Replaced
11691              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
11692      Branch: perl
11693            ! av.c perl.c
11694 ____________________________________________________________________________
11695 [   458] By: mbeattie                              on 1998/02/03  14:40:02
11696         Log: Fix up MANIFEST.
11697      Branch: perl
11698            ! MANIFEST
11699 ____________________________________________________________________________
11700 [   457] By: mbeattie                              on 1998/02/03  13:50:23
11701         Log: Integrate win32 into mainline. My last integration from ansiperl
11702              to the mainline was a dismal failure: I did -ay but meant -at.
11703              This should fix things now since win32 has already integrated
11704              all the necessary changes from ansiperl.
11705      Branch: perl
11706           !> (integrate 111 files)
11707 ____________________________________________________________________________
11708 [   456] By: gsar                                  on 1998/02/03  04:48:08
11709         Log: Fix minor problems with non USE_THREADS build. win32 branch
11710              now looks 5.004_57-ready.
11711      Branch: win32/perl
11712            ! thread.h win32/makedef.pl
11713 ____________________________________________________________________________
11714 [   455] By: gsar                                  on 1998/02/03  03:45:09
11715         Log: integrate mainline
11716      Branch: win32/perl
11717           !> (integrate 887 files)
11718 ____________________________________________________________________________
11719 [   454] By: mbeattie                              on 1998/02/02  16:44:24
11720         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
11721              defaults have been commented out for now. 
11722      Branch: perl
11723            ! hints/dec_osf.sh
11724 ____________________________________________________________________________
11725 [   453] By: mbeattie                              on 1998/02/02  15:51:39
11726         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
11727              variables. Moved threadnum to a per-interpreter variable and
11728              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
11729              more than one thread may be running. Minor tweaks to Thread.xs.
11730      Branch: perl
11731            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
11732            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
11733            ! thread.h util.c
11734 ____________________________________________________________________________
11735 [   452] By: gsar                                  on 1998/02/02  04:56:50
11736         Log: remove totally egregious s/\\dir// in File::Find
11737      Branch: win32/perl
11738            ! lib/File/Find.pm
11739 ____________________________________________________________________________
11740 [   451] By: gsar                                  on 1998/02/01  22:20:20
11741         Log: added AS patch#3
11742              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
11743              Date:    Sun, 01 Feb 1998 09:18:13 PST
11744              From:    Douglas Lankshear <dougl@ActiveState.com>
11745              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
11746              
11747              Here's an additional diff against //depot/asperl
11748              
11749              The field name mg_length was changed back to mg_len
11750              The function name mg_len was change to mg_length
11751              
11752              The need for sort_mutex removed thanks to the code derived
11753              from Tom Horsley's work.
11754              
11755              -- Doug
11756      Branch: asperl
11757            + XSLock.h
11758            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
11759            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
11760            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
11761            ! scope.c scope.h sv.c toke.c universal.c util.c
11762            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
11763            ! win32/perlobj.def win32/runperl.c
11764 ____________________________________________________________________________
11765 [   450] By: gsar                                  on 1998/01/30  23:43:57
11766         Log: various tweaks
11767              - add new functions to proto.h
11768              - fix up makefile.mk for $(OBJECT)
11769      Branch: asperl
11770            ! pp_ctl.c proto.h win32/makefile.mk
11771 ____________________________________________________________________________
11772 [   449] By: gsar                                  on 1998/01/30  21:23:15
11773         Log: fix up missing patches from AS patch#2
11774      Branch: asperl
11775            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11776            ! pp_ctl.c proto.h
11777 ____________________________________________________________________________
11778 [   448] By: gsar                                  on 1998/01/30  18:23:17
11779         Log: fix htonlx typo
11780      Branch: win32/perl
11781            ! perlsock.h
11782 ____________________________________________________________________________
11783 [   447] By: mbeattie                              on 1998/01/30  16:03:49
11784         Log: Fix up MANIFEST to add missing files
11785      Branch: perl
11786            ! MANIFEST
11787 ____________________________________________________________________________
11788 [   446] By: mbeattie                              on 1998/01/30  12:34:55
11789         Log: Bump patchlevel to 57.
11790      Branch: perl
11791            ! patchlevel.h
11792 ____________________________________________________________________________
11793 [   445] By: gsar                                  on 1998/01/30  10:44:38
11794         Log: initial merge of latest win32 branch into ASPerl
11795      Branch: asperl
11796           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
11797           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11798           +> win32/bin/perlglob.pl
11799           !> (integrate 141 files)
11800 ____________________________________________________________________________
11801 [   444] By: gsar                                  on 1998/01/30  09:25:58
11802         Log: goofed branching, redo asperl branch
11803      Branch: asperl
11804            ! perl.h
11805 ____________________________________________________________________________
11806 [   443] By: gsar                                  on 1998/01/30  09:23:36
11807         Log: added AS patch#2
11808      Branch: asperl
11809            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
11810            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
11811            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
11812            + win32/ipstdiowin.h win32/perlobj.def
11813            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
11814            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
11815            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
11816            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
11817            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11818            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
11819            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
11820            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
11821            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
11822 ____________________________________________________________________________
11823 [   441] By: gsar                                  on 1998/01/30  08:54:19
11824         Log: Created new branch from win32@396, added AS patch#1
11825      Branch: asperl
11826            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
11827            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
11828            + regcomp.c scope.h sv.c toke.c util.c
11829           +> (branch 915 files)
11830 ____________________________________________________________________________
11831 [   440] By: gsar                                  on 1998/01/30  04:43:23
11832         Log: integrate winansi
11833      Branch: win32/perl
11834           +> pod/perlhist.pod
11835           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
11836           !> util.c
11837 ____________________________________________________________________________
11838 [   439] By: mbeattie                              on 1998/01/27  15:31:53
11839         Log: Integrate ansi branch into mainline (resolve -ay).
11840      Branch: perl
11841           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
11842           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
11843           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11844           +> win32/bin/perlglob.pl
11845            ! op.c
11846           !> (integrate 868 files)
11847 ____________________________________________________________________________
11848 [   438] By: nick                                  on 1998/01/24  12:02:34
11849         Log: Gisle's av_unshift tweak, two small patches from chip
11850              and check for NULL in hv_delete in case '~' and tie magic
11851              are present
11852      Branch: ansiperl
11853            ! av.c hv.c op.c pp_ctl.c scope.c
11854 ____________________________________________________________________________
11855 [   437] By: nick                                  on 1998/01/24  10:37:56
11856         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
11857              Ugh! ...
11858              Macros were unsuitable for declaring the functions, extra () round
11859              parameters removed - non-function forms of PerlXxx_yyyy() need to 
11860              add () themselves.
11861              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
11862      Branch: ansiperl
11863            ! perlsock.h pp_sys.c util.c
11864 ____________________________________________________________________________
11865 [   436] By: nick                                  on 1998/01/24  10:03:03
11866         Log: Integrate win32 into ansiperl
11867      Branch: ansiperl
11868           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11869           +> win32/bin/perlglob.pl
11870           !> (integrate 38 files)
11871 ____________________________________________________________________________
11872 [   435] By: nick                                  on 1998/01/24  09:47:49
11873         Log: Add perlhist.pod
11874      Branch: ansiperl
11875            + pod/perlhist.pod
11876            ! MANIFEST
11877 ____________________________________________________________________________
11878 [   434] By: gsar                                  on 1998/01/19  05:01:47
11879         Log: s/PerlENV/PerlEnv/ just to be consistent
11880      Branch: win32/perl
11881            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
11882 ____________________________________________________________________________
11883 [   433] By: gsar                                  on 1998/01/19  04:52:18
11884         Log: foo() -> PerlGroup_foo() patch from ActiveState
11885      Branch: win32/perl
11886            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11887            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
11888            ! scope.h sv.c toke.c util.c
11889 ____________________________________________________________________________
11890 [   432] By: gsar                                  on 1998/01/19  04:42:26
11891         Log: integrate mainline
11892      Branch: win32/perl
11893           !> pod/perlfunc.pod
11894 ____________________________________________________________________________
11895 [   431] By: gsar                                  on 1998/01/19  04:40:04
11896         Log: integrate changes in winansi
11897      Branch: win32/perl
11898           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
11899           +> t/lib/tie-stdpush.t t/op/tiearray.t
11900           !> (integrate 98 files)
11901 ____________________________________________________________________________
11902 [   430] By: gsar                                  on 1998/01/19  04:10:43
11903         Log: Fix autovivification problems with XSUB OUTPUT args
11904              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
11905              Date:    Sun, 18 Jan 1998 23:09:07 EST
11906              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11907              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
11908      Branch: win32/perl
11909            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
11910            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
11911            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
11912            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
11913 ____________________________________________________________________________
11914 [   429] By: nick                                  on 1998/01/17  21:01:50
11915         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
11916              Date: Thu, 25 Dec 1997 13:39:15 -0500
11917              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11918              To: perl5-porters@perl.org
11919              
11920              It turns out that the potential for the "CONFIG key 'exe_ext'
11921              does not exist in Config.pm" problem has been around for a while,
11922              in the definition of SvTRUE().  It's just that non-gcc compilers
11923              are more or less being built as CRIPPLED_CC when USE_THREADS is
11924              defined (even if they can inline things).  The inline macro for
11925              SvTRUE works with tied hashes and the EXISTS method, and the
11926              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
11927              does not, because it adds an excess mg_get() which replaces the
11928              EXISTS result with a FETCH result.
11929      Branch: ansiperl
11930            ! sv.c
11931 ____________________________________________________________________________
11932 [   428] By: nick                                  on 1998/01/17  20:59:11
11933         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11934              Date: Fri, 19 Dec 97 17:19:09 GMT
11935              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
11936      Branch: ansiperl
11937            ! doio.c sv.c toke.c util.c
11938 ____________________________________________________________________________
11939 [   427] By: nick                                  on 1998/01/17  12:01:53
11940         Log: Permit tie ?foo,$object 
11941              tidy up dead #ifdef ORIGINAL_TIE)
11942              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
11943      Branch: ansiperl
11944            ! pp_sys.c
11945 ____________________________________________________________________________
11946 [   426] By: nick                                  on 1998/01/15  18:06:36
11947         Log: First working TIEARRAY and other misc tie fixes
11948      Branch: ansiperl
11949            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
11950 ____________________________________________________________________________
11951 [   425] By: nick                                  on 1998/01/14  21:56:40
11952         Log: Not working yet - split problems ...
11953      Branch: ansiperl
11954            ! pp.c t/lib/thread.t t/op/tiearray.t
11955 ____________________________________________________________________________
11956 [   424] By: nick                                  on 1998/01/14  18:49:25
11957         Log: TIEARRAY updates - almost works ...
11958      Branch: ansiperl
11959            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
11960            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
11961            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
11962            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
11963 ____________________________________________________________________________
11964 [   423] By: gsar                                  on 1998/01/14  00:13:16
11965         Log: fix MakeMaker installbin problem
11966              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
11967              Subject: Re: can't modify message with HTML-Stream, v.1.42 
11968              Date: Tue, 06 Jan 1998 19:16:35 -0500
11969              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11970      Branch: win32/perl
11971            ! lib/ExtUtils/MM_Unix.pm
11972 ____________________________________________________________________________
11973 [   422] By: gsar                                  on 1998/01/13  23:53:02
11974         Log: add archname to *sitearch in config.{b,g,v}c
11975      Branch: win32/perl
11976            ! win32/config.bc win32/config.gc win32/config.vc
11977 ____________________________________________________________________________
11978 [   421] By: gsar                                  on 1998/01/13  23:15:14
11979         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
11980      Branch: win32/perl
11981            ! t/harness
11982 ____________________________________________________________________________
11983 [   420] By: nick                                  on 1998/01/13  22:55:02
11984         Log: tiearray tweaks
11985      Branch: ansiperl
11986            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
11987 ____________________________________________________________________________
11988 [   419] By: nick                                  on 1998/01/13  21:27:33
11989         Log: Skeleton Tie::Array
11990      Branch: ansiperl
11991            + lib/Tie/Array.pm
11992 ____________________________________________________________________________
11993 [   418] By: nick                                  on 1998/01/13  20:52:38
11994         Log: tie array changes to core and tests
11995      Branch: ansiperl
11996            + t/op/tiearray.t
11997            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
11998            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
11999            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
12000 ____________________________________________________________________________
12001 [   417] By: gsar                                  on 1998/01/13  20:49:52
12002         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
12003      Branch: win32/perl
12004            + win32/bin/perlglob.pl
12005            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
12006            ! win32/makefile.mk
12007 ____________________________________________________________________________
12008 [   416] By: gsar                                  on 1998/01/13  02:46:53
12009         Log: various tweaks to build support (NOTE: meant for 5.004_57)
12010              - build and install x2p
12011              - fix installperl warnings on win32
12012              - `make install` now does puts the archlibs in right places
12013              - makefiles don't default to USE_THREADS anymore
12014              - sync config.{b,g,v}c
12015              - sync makefile.mk -> Makefile
12016      Branch: win32/perl
12017            ! installperl win32/Makefile win32/config.bc win32/config.gc
12018            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
12019            ! x2p/a2py.c
12020 ____________________________________________________________________________
12021 [   415] By: nick                                  on 1998/01/11  16:54:26
12022         Log: Integrate win32 into ansiperl
12023      Branch: ansiperl
12024           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
12025           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
12026           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
12027           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
12028           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
12029           !> vms/vmsish.h x2p/s2p.PL
12030 ____________________________________________________________________________
12031 [   414] By: nick                                  on 1998/01/11  15:13:49
12032         Log: Integratye mainline -> ansiperl
12033      Branch: ansiperl
12034           !> (integrate 64 files)
12035 ____________________________________________________________________________
12036 [   413] By: mbeattie                              on 1998/01/09  12:57:58
12037         Log: Add missing blank line in pod/perlfunc.pod.
12038      Branch: perl
12039            ! pod/perlfunc.pod
12040 ____________________________________________________________________________
12041 [   412] By: gsar                                  on 1998/01/08  20:54:31
12042         Log: change#398 breaks ENV_IS_CASELESS, fix it
12043      Branch: win32/perl
12044            ! hv.c
12045 ____________________________________________________________________________
12046 [   411] By: gsar                                  on 1998/01/08  18:33:58
12047         Log: Integrate mainline
12048      Branch: win32/perl
12049           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
12050           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
12051           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
12052           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
12053           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
12054           !> vms/vmsish.h x2p/s2p.PL
12055 ____________________________________________________________________________
12056 [   410] By: mbeattie                              on 1998/01/08  16:06:22
12057         Log: Fix thinko in t/pragma/locale.t:
12058              Subject: [PATCH] _04 or _56: locale.t
12059              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
12060              From: Jarkko Hietaniemi <jhi@iki.fi>
12061      Branch: perl
12062            ! t/pragma/locale.t
12063 ____________________________________________________________________________
12064 [   409] By: mbeattie                              on 1998/01/08  16:05:09
12065         Log: Use Tom Horley's qsort for sorting:
12066              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
12067              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
12068              From: Hans Mulder <hansm@icgned.nl>
12069      Branch: perl
12070            ! pp_ctl.c
12071 ____________________________________________________________________________
12072 [   408] By: mbeattie                              on 1998/01/08  16:01:57
12073         Log: Make s2p not use cpp:
12074              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
12075              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
12076              From: Hans Mulder <hansm@icgned.nl>
12077      Branch: perl
12078            ! x2p/s2p.PL
12079 ____________________________________________________________________________
12080 [   407] By: mbeattie                              on 1998/01/08  15:57:31
12081         Log: DG/UX tweaks to perl.h:
12082              Subject: [PATCH] _56 on dgux without threads
12083              Date: Sat, 20 Dec 1997 23:01:40 -0500
12084              From: Roderick Schertler <roderick@argon.org>
12085      Branch: perl
12086            ! perl.h
12087 ____________________________________________________________________________
12088 [   406] By: mbeattie                              on 1998/01/08  15:56:02
12089         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
12090              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
12091              Date: Sat, 20 Dec 1997 02:30:01 -0500
12092              From: Spider Boardman <spider@web.zk3.dec.com>
12093      Branch: perl
12094            ! Configure hints/dec_osf.sh
12095 ____________________________________________________________________________
12096 [   405] By: mbeattie                              on 1998/01/08  15:53:40
12097         Log: Missing "" in Configure echo for gethbadd_addr_type.
12098      Branch: perl
12099            ! Configure
12100 ____________________________________________________________________________
12101 [   404] By: mbeattie                              on 1998/01/08  13:04:48
12102         Log: print/printf/... over-eager mg_find for glob magic:
12103              Subject: [PATCH] fix inefficient checks for TIEHANDLE
12104              Date: Wed, 07 Jan 1998 20:06:05 -0500
12105              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12106      Branch: perl
12107            ! pp_hot.c pp_sys.c
12108 ____________________________________________________________________________
12109 [   403] By: mbeattie                              on 1998/01/08  12:56:31
12110         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
12111              Subject: [PATCH] VMS update for 5.004_56
12112              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
12113              From: Charles Bailey <bailey@newman.upenn.edu>
12114      Branch: perl
12115            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
12116            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
12117            ! vms/vmsish.h
12118 ____________________________________________________________________________
12119 [   402] By: mbeattie                              on 1998/01/08  12:46:15
12120         Log: Fix utils/perldoc.PL for dos-djgpp:
12121              Subject: 5.004_56: perldoc.PL dos-djgpp patches
12122              Date: Tue, 6 Jan 1998 18:14:59 +0100
12123              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
12124      Branch: perl
12125            ! utils/perldoc.PL
12126 ____________________________________________________________________________
12127 [   401] By: mbeattie                              on 1998/01/08  12:40:14
12128         Log: Version 2.13 of GetoptLong:
12129              Subject: Re: ANNOUNCE: perl 5.004_56 is available
12130              Date: 06 Jan 1998 16:21:45 +0100
12131              From: JVromans@Squirrel.nl (Johan Vromans)
12132      Branch: perl
12133            ! lib/Getopt/Long.pm lib/newgetopt.pl
12134 ____________________________________________________________________________
12135 [   400] By: mbeattie                              on 1998/01/08  12:28:08
12136         Log: Fix variable export and threading configuration for AIX:
12137              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
12138              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
12139              From: Jarkko Hietaniemi <jhi@iki.fi>
12140      Branch: perl
12141            ! Configure perl_exp.SH
12142 ____________________________________________________________________________
12143 [   399] By: mbeattie                              on 1998/01/08  12:25:38
12144         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
12145              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
12146              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
12147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12148      Branch: perl
12149            ! regexec.c t/op/re_tests
12150 ____________________________________________________________________________
12151 [   398] By: mbeattie                              on 1998/01/08  12:23:41
12152         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
12153              to cope with ENV_IS_CASELESS:
12154              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
12155              Date: Fri, 19 Dec 1997 11:31:36 -0500
12156              From: Owen Taylor <owt1@cornell.edu>
12157      Branch: perl
12158            ! hv.c
12159 ____________________________________________________________________________
12160 [   397] By: mbeattie                              on 1998/01/08  12:10:29
12161         Log: Integrate win32 branch into mainline.
12162      Branch: perl
12163           !> (integrate 41 files)
12164 ____________________________________________________________________________
12165 [   396] By: gsar                                  on 1998/01/07  19:12:27
12166         Log: tweak case-insensitive ENV implementation
12167      Branch: win32/perl
12168            ! hv.c
12169 ____________________________________________________________________________
12170 [   395] By: nick                                  on 1998/01/07  18:40:55
12171         Log: Integrate win32 branch
12172      Branch: ansiperl
12173           !> (integrate 31 files)
12174 ____________________________________________________________________________
12175 [   394] By: gsar                                  on 1998/01/05  19:17:40
12176         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
12177              the fact
12178      Branch: win32/perl
12179            ! pod/perlrun.pod win32/win32.c
12180 ____________________________________________________________________________
12181 [   393] By: gsar                                  on 1998/01/05  05:43:33
12182         Log: Support case-tolerant %ENV
12183              - underlying system calls see the case-as-supplied by user
12184              - added tests to verify addition/deletion/enumeration case-tolerance
12185              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
12186              which is default on win32 now
12187      Branch: win32/perl
12188            ! hv.c t/op/magic.t win32/win32.h
12189 ____________________________________________________________________________
12190 [   392] By: gsar                                  on 1998/01/04  17:55:19
12191         Log: Add a tweaked version of:
12192              Message-Id: <199801040630.AA29298@metronet.com>
12193              Date:    Sun, 04 Jan 1998 00:30:57 CST
12194              From:    Tye McQueen <tye@metronet.com>
12195              Subject: New patch for $^E==GetLastError() under Win32
12196      Branch: win32/perl
12197            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
12198            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
12199            ! win32/win32.c win32/win32.h
12200 ____________________________________________________________________________
12201 [   391] By: gsar                                  on 1998/01/04  07:59:44
12202         Log: Various win32 fixes
12203              - support spawn via system(&P_NOWAIT,...) like OS2
12204              - support wait() and waitpid()
12205              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
12206              - support -lfoo properly in ExtUtils::Liblist
12207              - fix outdated info about Win32 support in perlfaq2
12208              - fix win32 bug in perldoc that causes spurious warnings
12209              - regularize global function/variable names yet more
12210              - fix bug in do_aspawn() (it was always invoking shell, instead of
12211              almost never)
12212              - implement and export win32_wait()
12213              - stub version of USE_RTL_THREAD_API
12214      Branch: win32/perl
12215            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
12216            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
12217            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12218            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
12219            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
12220            ! win32/win32thread.h
12221 ____________________________________________________________________________
12222 [   390] By: gsar                                  on 1997/12/30  21:00:28
12223         Log: Fix $ENV{Path} in FindBin.pm
12224      Branch: win32/perl
12225            ! lib/FindBin.pm
12226 ____________________________________________________________________________
12227 [   389] By: nick                                  on 1997/12/29  10:33:23
12228         Log: Resolve ansiperl against win32
12229      Branch: ansiperl
12230           !> (integrate 105 files)
12231 ____________________________________________________________________________
12232 [   388] By: gsar                                  on 1997/12/24  04:59:28
12233         Log: make $? Unix (and ActiveWare) compatible
12234      Branch: win32/perl
12235            ! README.win32 win32/win32.c
12236 ____________________________________________________________________________
12237 [   387] By: gsar                                  on 1997/12/24  04:21:30
12238         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
12239              non-blocking IO on sockets possible
12240      Branch: win32/perl
12241            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
12242            ! win32/win32iop.h win32/win32sck.c
12243 ____________________________________________________________________________
12244 [   386] By: gsar                                  on 1997/12/24  03:10:55
12245         Log: support getlogin()
12246      Branch: win32/perl
12247            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
12248            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12249            ! win32/win32.c win32/win32.h
12250 ____________________________________________________________________________
12251 [   385] By: gsar                                  on 1997/12/24  02:24:59
12252         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
12253              Update README.win32.
12254      Branch: win32/perl
12255            ! README.win32 perl.h win32/Makefile win32/makedef.pl
12256            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
12257 ____________________________________________________________________________
12258 [   384] By: gsar                                  on 1997/12/24  02:22:42
12259         Log: tweak op.c to avoid warning
12260      Branch: win32/perl
12261            ! op.c
12262 ____________________________________________________________________________
12263 [   383] By: gsar                                  on 1997/12/23  21:12:42
12264         Log: Trivial bugfix#3 from local repository
12265              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
12266              Subject: Re: Assigning result of pop scrambles unrelated reference 
12267              Date: Sat, 06 Dec 1997 06:00:45 -0500
12268              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12269      Branch: win32/perl
12270            ! sv.c
12271 ____________________________________________________________________________
12272 [   382] By: gsar                                  on 1997/12/23  21:09:32
12273         Log: Trivial bugfix#2 from local repository
12274              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
12275              Subject: Re: eval of sub gives spurious "uninitialised" warning 
12276              Date: Sat, 06 Dec 1997 05:25:07 -0500
12277              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12278      Branch: win32/perl
12279            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
12280 ____________________________________________________________________________
12281 [   381] By: gsar                                  on 1997/12/23  21:01:04
12282         Log: Trivial bugfix#1 from local repository
12283              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
12284              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
12285              Date: Fri, 28 Nov 1997 18:26:52 -0500
12286              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12287      Branch: win32/perl
12288            ! scope.c
12289 ____________________________________________________________________________
12290 [   380] By: gsar                                  on 1997/12/18  15:10:23
12291         Log: Integrate mainline
12292      Branch: win32/perl
12293           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
12294           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
12295           +> os2/os2.sym os2/os2thread.h
12296           !> (integrate 77 files)
12297
12298 ----------------
12299 Version 5.004_56
12300 ----------------
12301
12302 ____________________________________________________________________________
12303 [   379] By: mbeattie                              on 1997/12/18  13:28:35
12304         Log: Integrate ansi @364,@366 into mainline.
12305      Branch: perl
12306           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
12307 ____________________________________________________________________________
12308 [   378] By: mbeattie                              on 1997/12/18  13:20:15
12309         Log: Add a few missing files to MANIFEST
12310      Branch: perl
12311            ! MANIFEST
12312 ____________________________________________________________________________
12313 [   377] By: mbeattie                              on 1997/12/18  13:00:16
12314         Log: Bump patchlevel to 56.
12315      Branch: perl
12316            ! patchlevel.h
12317 ____________________________________________________________________________
12318 [   376] By: nick                                  on 1997/12/18  01:32:12
12319         Log: Resolve against mainline
12320      Branch: ansiperl
12321           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
12322           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
12323           +> os2/os2.sym os2/os2thread.h
12324           !> (integrate 74 files)
12325 ____________________________________________________________________________
12326 [   375] By: nick                                  on 1997/12/18  01:06:15
12327         Log: Resolve against Win32
12328      Branch: ansiperl
12329           !> Configure README.threads config_h.SH doop.c embed.h
12330           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
12331           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
12332           !> sv.c sv.h thread.h util.c
12333 ____________________________________________________________________________
12334 [   374] By: mbeattie                              on 1997/12/17  14:44:26
12335         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
12336              needs rewriting now that we use perlvars.h and foovar.h:
12337              Subject: [PATCH] 5.004_54 under VMS (fwd)
12338              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
12339              From: Charles Bailey <BAILEY@newman.upenn.edu>
12340      Branch: perl
12341            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
12342            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
12343            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
12344            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
12345            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
12346            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
12347 ____________________________________________________________________________
12348 [   373] By: mbeattie                              on 1997/12/17  14:10:50
12349         Log: Major changes to the DOS/djgpp port (including threading):
12350              Subject: Re: dos-djgpp port not in perl 5.004_54
12351              Date: Fri, 21 Nov 1997 10:58:26 +0100
12352              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
12353      Branch: perl
12354            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
12355            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
12356            ! Configure MANIFEST Makefile.SH doio.c dosish.h
12357            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
12358            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
12359            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
12360            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
12361            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
12362            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
12363            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
12364            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
12365            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
12366 ____________________________________________________________________________
12367 [   372] By: mbeattie                              on 1997/12/17  13:18:34
12368         Log: Upgrade DB_File to 1.56:
12369              Subject: DB_File-1.56 for _55
12370              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
12371              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12372      Branch: perl
12373            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12374            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
12375 ____________________________________________________________________________
12376 [   371] By: mbeattie                              on 1997/12/17  12:02:03
12377         Log: Threading patches for OS/2 (missing files taken from previous patch):
12378              Subject: Re: 5.004_55: OS/2 patches again
12379              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
12380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12381      Branch: perl
12382            + os2/os2.sym os2/os2thread.h
12383            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
12384            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
12385            ! os2/os2ish.h perl.h
12386 ____________________________________________________________________________
12387 [   370] By: mbeattie                              on 1997/12/17  11:01:34
12388         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
12389              Subject: Re: 5.004_55: OS/2 patches again
12390              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
12391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12392      Branch: perl
12393            ! perl.h
12394 ____________________________________________________________________________
12395 [   369] By: mbeattie                              on 1997/12/17  10:59:40
12396         Log: Fix typo in compiler B/C.pm.
12397      Branch: perlext
12398            ! Compiler/B/C.pm
12399 ____________________________________________________________________________
12400 [   368] By: mbeattie                              on 1997/12/17  10:58:35
12401         Log: Allow "perldoc -F filename":
12402              Subject: 5.004_55: Patch to perldoc
12403              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
12404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12405      Branch: perl
12406            ! utils/perldoc.PL
12407 ____________________________________________________________________________
12408 [   367] By: mbeattie                              on 1997/12/17  10:54:47
12409         Log: Fix not-reached warning for pp_threadsv.
12410      Branch: perl
12411            ! pp.c
12412 ____________________________________________________________________________
12413 [   366] By: nick                                  on 1997/12/14  16:06:24
12414         Log: Fix typo in Ilya's patch :-(
12415      Branch: ansiperl
12416            ! lib/ExtUtils/MakeMaker.pm
12417 ____________________________________________________________________________
12418 [   365] By: nick                                  on 1997/12/14  15:30:25
12419         Log: #undef new PERLVARIC macro in appropriate places
12420      Branch: ansiperl
12421            ! miniperlmain.c perl.h
12422 ____________________________________________________________________________
12423 [   364] By: nick                                  on 1997/12/14  15:04:36
12424         Log: Ilya's MakeMaker (empty makefile) patch
12425      Branch: ansiperl
12426            ! lib/ExtUtils/MakeMaker.pm
12427 ____________________________________________________________________________
12428 [   363] By: gsar                                  on 1997/12/13  05:57:13
12429         Log: Integrate mainline.  Builds and passes (Borland).
12430      Branch: win32/perl
12431           !> Configure README.threads config_h.SH doop.c embed.h
12432           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
12433           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
12434           !> sv.c sv.h thread.h util.c
12435 ____________________________________________________________________________
12436 [   362] By: nick                                  on 1997/12/13  02:53:03
12437         Log: Resolve ansiperl against mainline
12438      Branch: ansiperl
12439           !> (integrate 92 files)
12440 ____________________________________________________________________________
12441 [   361] By: mbeattie                              on 1997/12/12  16:20:38
12442         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
12443              instead of MEXTEND leading to core dumps. This fix needs
12444              propagating back to the maintenance branch.
12445      Branch: perl
12446            ! pp_hot.c pp_sys.c
12447 ____________________________________________________________________________
12448 [   360] By: mbeattie                              on 1997/12/11  15:45:56
12449         Log: Add missing patch to op.c that didn't come across with win32 merge.
12450      Branch: perl
12451            ! op.c
12452 ____________________________________________________________________________
12453 [   359] By: mbeattie                              on 1997/12/11  11:54:41
12454         Log: Stop tr/// from writing to target when only counting.
12455      Branch: perl
12456            ! doop.c op.c op.h
12457 ____________________________________________________________________________
12458 [   358] By: mbeattie                              on 1997/12/10  18:36:26
12459         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
12460              a few extraneous trailing semicolons in perlvars.h.
12461      Branch: perl
12462            ! perlvars.h util.c
12463 ____________________________________________________________________________
12464 [   357] By: mbeattie                              on 1997/12/10  18:33:53
12465         Log: Start overhauling compiler. It was working at least minimally
12466              right up until the final tweak of B.xs to add threadsv_names
12467              at which point building it provokes a seg fault in perl while
12468              doing the xsubpp :-(.
12469      Branch: perl
12470            ! op.h util.c
12471      Branch: perlext
12472            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
12473            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
12474            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
12475            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
12476            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
12477            ! Compiler/test_harness_cc
12478 ____________________________________________________________________________
12479 [   356] By: mbeattie                              on 1997/12/10  13:43:32
12480         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
12481              sv_setfoo functions go back to not needing dTHR. Fix Configure
12482              to check for already-existing -thread on archname and to check
12483              better for d_pthread_created_joinable.
12484      Branch: perl
12485            ! Configure perl.h sv.c sv.h thread.h
12486 ____________________________________________________________________________
12487 [   355] By: mbeattie                              on 1997/12/10  10:53:58
12488         Log: Minor fix/speedup to util.c:fbm_instr:
12489              Subject: 5.004_55: Minor regexp patch
12490              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
12491              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
12492      Branch: perl
12493            ! util.c
12494 ____________________________________________________________________________
12495 [   354] By: mbeattie                              on 1997/12/10  10:41:25
12496         Log: Patches for IRIX, AIX and some generic stuff:
12497              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
12498              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
12499              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12500              (checked/ignored a few rejects; tweaked wording).
12501      Branch: perl
12502            ! Configure README.threads config_h.SH embed.h
12503            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
12504            ! hints/irix_6.sh
12505 ____________________________________________________________________________
12506 [   353] By: mbeattie                              on 1997/12/10  10:10:19
12507         Log: Integrate win32 back into mainline (trivial).
12508      Branch: perl
12509           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
12510           +> win32/config_H.gc
12511           !> (integrate 36 files)
12512 ____________________________________________________________________________
12513 [   352] By: nick                                  on 1997/12/09  17:36:45
12514         Log: Resolve win32 - Sarathy's tweak.
12515      Branch: ansiperl
12516           !> win32/makedef.pl
12517 ____________________________________________________________________________
12518 [   351] By: gsar                                  on 1997/12/08  06:13:04
12519         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
12520      Branch: win32/perl
12521            ! win32/makedef.pl
12522 ____________________________________________________________________________
12523 [   350] By: nick                                  on 1997/12/05  00:56:03
12524         Log: Resolve ansiperl against win32
12525      Branch: ansiperl
12526            - win32/makegcc.mk
12527           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
12528           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
12529           !> win32/makefile.mk win32/perllib.c win32/win32.h
12530 ____________________________________________________________________________
12531 [   349] By: gsar                                  on 1997/12/02  07:28:23
12532         Log: Revert to keeping (some) constant strings as globals
12533      Branch: win32/perl
12534            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
12535            ! perlvars.h win32/makedef.pl win32/perllib.c
12536 ____________________________________________________________________________
12537 [   348] By: gsar                                  on 1997/12/02  05:38:06
12538         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
12539              Other minor fixes.  Now is a good time to get the changes in win32 branch.
12540      Branch: win32/perl
12541            - win32/makegcc.mk
12542            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
12543 ____________________________________________________________________________
12544 [   347] By: gsar                                  on 1997/12/02  03:32:55
12545         Log: Integrate winansi again.  Result builds and passes all tests on all
12546              three compilers.
12547      Branch: win32/perl
12548           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
12549           !> win32/makegcc.mk win32/win32.h
12550 ____________________________________________________________________________
12551 [   346] By: gsar                                  on 1997/12/02  03:28:23
12552         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
12553              makegcc.mk to be merged into makefile.mk soon.
12554      Branch: win32/perl
12555            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
12556            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
12557            ! win32/win32.h
12558 ____________________________________________________________________________
12559 [   345] By: nick                                  on 1997/12/02  01:57:17
12560         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
12561              Now runs again...
12562      Branch: ansiperl
12563            ! lib/ExtUtils/MM_Win32.pm
12564 ____________________________________________________________________________
12565 [   344] By: nick                                  on 1997/12/02  01:11:16
12566         Log: Sarathy's patch 
12567      Branch: ansiperl
12568            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
12569            ! win32/makegcc.mk win32/win32.h
12570 ____________________________________________________________________________
12571 [   343] By: gsar                                  on 1997/12/01  04:37:06
12572         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
12573              is identical to ansiperl/* now)
12574      Branch: win32/perl
12575           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
12576           !> (integrate 34 files)
12577 ____________________________________________________________________________
12578 [   342] By: nick                                  on 1997/12/01  04:01:57
12579         Log: Builds and passes all tests with gcc on Win32 - phew!
12580      Branch: ansiperl
12581            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
12582            ! proto.h util.c win32/makedef.pl
12583 ____________________________________________________________________________
12584 [   341] By: nick                                  on 1997/12/01  02:54:29
12585         Log: Create a struct for all perls globals (as an option)
12586              Mainly for Mingw32 which cannot import data.
12587              Now only Opcode tests fail (op_desc/op_name not 
12588              handled yet stuff)
12589      Branch: ansiperl
12590            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
12591            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
12592            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
12593            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
12594            ! win32/win32iop.h win32/win32thread.c
12595 ____________________________________________________________________________
12596 [   340] By: nick                                  on 1997/11/30  20:21:10
12597         Log: Fixup exports in non -DDEBUGGING case
12598      Branch: ansiperl
12599            ! win32/makedef.pl
12600 ____________________________________________________________________________
12601 [   339] By: nick                                  on 1997/11/30  20:10:04
12602         Log: Disable hard-coded -DDEBUGGING
12603      Branch: ansiperl
12604            ! win32/config_h.PL
12605 ____________________________________________________________________________
12606 [   338] By: nick                                  on 1997/11/30  20:00:19
12607         Log: embed.pl now reads *var*.h to do its stuff.
12608              Split generated embed.h into two - new embedvar.h
12609              is #included when 'op' etc. will not mess up proto.h etc.
12610              Removed #define foo (thr->Tfoo) from thread.h
12611              Added some 'missing' symbols to global.sym, removed
12612              those in the *var*.h files
12613              Has build all MULTIPLICITY/USE_THREADS options on win32
12614              with VC++ (and passed tests), but not with exactly this set
12615              of files.
12616      Branch: ansiperl
12617            + embedvar.h
12618            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
12619            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
12620            ! win32/makedef.pl
12621 ____________________________________________________________________________
12622 [   337] By: nick                                  on 1997/11/29  23:55:31
12623         Log: Globals and structs via macros - part 1 of N
12624              - introduce perlvars.h intrpvar.h and thrdvar.h
12625              - change perl.h and thread.h to include them with
12626              appropriate macros defined
12627              - result is status-quo but with macros
12628              - next step is to tweak embed.* to capitalize on 
12629              new easy-to-find info.
12630      Branch: ansiperl
12631            + intrpvar.h perlvars.h thrdvar.h
12632            ! perl.h thread.h win32/Makefile
12633 ____________________________________________________________________________
12634 [   336] By: nick                                  on 1997/11/29  19:13:55
12635         Log: VC++ default to threaded
12636      Branch: ansiperl
12637            ! win32/Makefile
12638 ____________________________________________________________________________
12639 [   335] By: nick                                  on 1997/11/29  18:38:26
12640         Log: Avoid __declspec(thread) by default, for both scratch
12641              return areas and THR stuff. Use struct thread intern instead.
12642      Branch: ansiperl
12643            ! win32/win32.c win32/win32.h win32/win32sck.c
12644            ! win32/win32thread.c win32/win32thread.h
12645 ____________________________________________________________________________
12646 [   334] By: nick                                  on 1997/11/29  17:49:04
12647         Log: Non-threaded build fix
12648      Branch: ansiperl
12649            ! win32/win32thread.c
12650 ____________________________________________________________________________
12651 [   333] By: nick                                  on 1997/11/29  17:29:07
12652         Log: Sort out malloc_mutex for perl's malloc
12653              Remove BINCOMPAT3 from embed.pl 
12654              Add dependancy to CORE_H for PERL95_OBJ
12655      Branch: ansiperl
12656            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
12657            ! win32/win32.c
12658 ____________________________________________________________________________
12659 [   332] By: nick                                  on 1997/11/29  16:21:01
12660         Log: Integrate win32 into ansiperl
12661      Branch: ansiperl
12662           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
12663           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
12664           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
12665           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12666           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
12667           !> win32/perllib.c
12668 ____________________________________________________________________________
12669 [   331] By: nick                                  on 1997/11/29  01:35:45
12670         Log: GCC + Threads on Win32 - best gcc results yet
12671      Branch: ansiperl
12672            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
12673            ! win32/win32.h win32/win32iop.h win32/win32thread.c
12674            ! win32/win32thread.h
12675 ____________________________________________________________________________
12676 [   330] By: nick                                  on 1997/11/28  23:05:08
12677         Log: Un-botch gcc workround
12678      Branch: ansiperl
12679            ! XSUB.h
12680 ____________________________________________________________________________
12681 [   329] By: nick                                  on 1997/11/28  22:39:39
12682         Log: Builds completely with Mingw32, dynamic loaded extensions
12683              don't work yet - suspect __declspec() non-implemented issues.
12684      Branch: ansiperl
12685            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
12686            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
12687            ! win32/runperl.c win32/win32.c win32/win32iop.h
12688 ____________________________________________________________________________
12689 [   328] By: gsar                                  on 1997/11/28  05:48:15
12690         Log: integrate winansi.
12691      Branch: win32/perl
12692           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
12693            ! perl.h
12694           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
12695           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
12696           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
12697 ____________________________________________________________________________
12698 [   327] By: gsar                                  on 1997/11/28  05:38:48
12699         Log: Integrate mainline.
12700      Branch: win32/perl
12701           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
12702           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
12703           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
12704           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12705           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
12706           !> win32/perllib.c
12707 ____________________________________________________________________________
12708 [   326] By: nick                                  on 1997/11/27  19:13:36
12709         Log: GCC builds perl.dll and perl.exe on Win32
12710      Branch: ansiperl
12711            ! win32/makedef.pl win32/makegcc.mk
12712 ____________________________________________________________________________
12713 [   325] By: nick                                  on 1997/11/27  17:46:30
12714         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
12715              far as building miniperl and perl.dll (but not import lib yet)
12716              Seems to lack popen()/pclose() and fcloseall() and fflushall().
12717              Also only CRTDLL not MCRTDLL so threading is probably not
12718              possible yet.
12719              Had to mess with win32iop.h's placement as we need __attribute__
12720              to get STDCALL, and #define of printf messes up proto.h 
12721      Branch: ansiperl
12722            + win32/config.gc win32/config_H.gc win32/makegcc.mk
12723            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
12724            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
12725            ! win32/win32iop.h win32/win32sck.c
12726 ____________________________________________________________________________
12727 [   324] By: mbeattie                              on 1997/11/27  17:08:06
12728         Log: Give dire warnings about the IRIX 6.2 kernel panic.
12729      Branch: perl
12730            ! README.threads hints/irix_6.sh
12731 ____________________________________________________________________________
12732 [   323] By: mbeattie                              on 1997/11/27  16:57:33
12733         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
12734              Subject: Re: ANNOUNCE: perl 5.004_55 is available
12735              Date: 27 Nov 1997 17:18:53 +0100
12736              From: koenig@kulturbox.de (Andreas J. Koenig)
12737      Branch: perl
12738            ! sv.c
12739 ____________________________________________________________________________
12740 [   322] By: mbeattie                              on 1997/11/27  16:12:15
12741         Log: Integrate win32 branch back into mainline.
12742      Branch: perl
12743           !> (integrate 42 files)
12744 ____________________________________________________________________________
12745 [   321] By: mbeattie                              on 1997/11/27  15:06:36
12746         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
12747              Subject: Re: ANNOUNCE: perl 5.004_55 is available
12748              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
12749              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12750      Branch: perl
12751            ! t/lib/safe2.t
12752 ____________________________________________________________________________
12753 [   320] By: mbeattie                              on 1997/11/27  15:02:59
12754         Log: Fix MYMALLOC (wrong #define in malloc.c):
12755              Subject: 5.004_55: MYMALLOC completely busted
12756              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
12757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12758      Branch: perl
12759            ! malloc.c
12760 ____________________________________________________________________________
12761 [   319] By: mbeattie                              on 1997/11/27  15:01:37
12762         Log: Fix newSVrv so sv_setref_foo work better:
12763              Subject: [PATCH] [5.004_55] newSVrv (again)
12764              Date: Thu, 27 Nov 1997 00:25:50 -0500
12765              From: Owen Taylor <owt1@cornell.edu>
12766      Branch: perl
12767            ! sv.c
12768 ____________________________________________________________________________
12769 [   318] By: mbeattie                              on 1997/11/27  14:59:03
12770         Log: Output skipped test information in test suite:
12771              Subject: 5.004_55: Making test harness platform_aware
12772              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12773              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12774      Branch: perl
12775            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
12776            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
12777            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
12778 ____________________________________________________________________________
12779 [   317] By: mbeattie                              on 1997/11/27  14:55:15
12780         Log: Add 'W'atch command to debugger and improve help:
12781              Subject: 5.004_55: Debugger patch again
12782              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
12783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12784      Branch: perl
12785            ! lib/perl5db.pl
12786 ____________________________________________________________________________
12787 [   316] By: mbeattie                              on 1997/11/27  14:52:44
12788         Log: Stop double initialisation of malloc_mutex:
12789              Subject: 5.004_55: Double initialiazation of malloc_mutex
12790              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
12791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12792      Branch: perl
12793            ! miniperlmain.c win32/perllib.c
12794 ____________________________________________________________________________
12795 [   315] By: mbeattie                              on 1997/11/27  14:48:58
12796         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
12797      Branch: perl
12798            ! sv.c t/op/pat.t
12799 ____________________________________________________________________________
12800 [   314] By: nick                                  on 1997/11/27  01:03:19
12801         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
12802      Branch: ansiperl
12803           !> (integrate 897 files)
12804 ____________________________________________________________________________
12805 [   313] By: gsar                                  on 1997/11/26  03:20:55
12806         Log: merge win32-aware installperl in ansiperl branch.
12807      Branch: win32/perl
12808           !> installperl
12809 ____________________________________________________________________________
12810 [   312] By: gsar                                  on 1997/11/26  01:50:37
12811         Log: Fix for C<sort 'foo'...> bug:
12812              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12813              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
12814              Subject: [PATCH] Re: Sort grammar bug 
12815              Date: Sat, 01 Nov 1997 14:46:35 -0500
12816              ------
12817              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12818              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
12819              Subject: Re: Sort grammar bug 
12820              Date: Sun, 02 Nov 1997 12:47:51 +0000
12821      Branch: win32/perl
12822            ! t/op/sort.t toke.c
12823 ____________________________________________________________________________
12824 [   311] By: nick                                  on 1997/11/26  01:42:50
12825         Log: Win32-ize installperl
12826      Branch: ansiperl
12827            ! installperl
12828 ____________________________________________________________________________
12829 [   310] By: gsar                                  on 1997/11/26  01:36:39
12830         Log: Another trivial patch:
12831              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12832              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
12833              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
12834              Date: Wed, 29 Oct 1997 21:45:26 -0500
12835      Branch: win32/perl
12836            ! XSUB.h
12837 ____________________________________________________________________________
12838 [   309] By: nick                                  on 1997/11/26  01:33:32
12839         Log: Fixup _55 for Win32:
12840              Missed thread :-> perl_thread changes
12841              Two #define THR (not the same)
12842              K&R style func in hv.c
12843      Branch: ansiperl
12844            ! hv.c win32/win32thread.c win32/win32thread.h
12845 ____________________________________________________________________________
12846 [   308] By: gsar                                  on 1997/11/26  01:30:21
12847         Log: Sync yet another patch (this one manually edited):
12848              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12849              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
12850              Subject: [PATCH] Re: local($@) gives core dump 
12851              Date: Tue, 28 Oct 1997 21:51:25 -0500
12852      Branch: win32/perl
12853            ! pp_ctl.c
12854 ____________________________________________________________________________
12855 [   307] By: gsar                                  on 1997/11/26  01:22:10
12856         Log: Sync another change from local repository.
12857              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12858              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
12859              Subject: Re: do_postponed breaks with multiple interpreters 
12860              Date: Tue, 28 Oct 1997 22:16:13 -0500
12861      Branch: win32/perl
12862            ! op.c
12863 ____________________________________________________________________________
12864 [   306] By: gsar                                  on 1997/11/26  01:17:46
12865         Log: Sync a change from local repository.
12866              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12867              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
12868              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
12869              Date: Tue, 28 Oct 1997 20:06:06 -0500
12870      Branch: win32/perl
12871            ! mg.c
12872 ____________________________________________________________________________
12873 [   305] By: nick                                  on 1997/11/26  00:50:10
12874         Log: Integrate mainline as of _55
12875      Branch: ansiperl
12876           +> emacs/ptags
12877           !> (integrate 36 files)
12878 ____________________________________________________________________________
12879 [   304] By: gsar                                  on 1997/11/26  00:27:57
12880         Log: Various changes to make it build cleanly and pass all tests:
12881              - needed to run `perl embed.pl`
12882              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
12883              - fix prototypes for a few declarations (Borland is finally quiet)
12884              - move declaration of Mymalloc etc to perl.h (since win32 and other
12885              ports may #define malloc themselves, to let extensions bind to
12886              the version that perl used)
12887              - move struct reg_data into a public header file, since it is
12888              referenced in a public datatype
12889              - win32 makefile fixes
12890              - fix remaining s/thread/perl_thread/
12891      Branch: win32/perl
12892            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
12893            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
12894            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
12895            ! win32/win32.h win32/win32iop.h win32/win32thread.c
12896 ____________________________________________________________________________
12897 [   303] By: gsar                                  on 1997/11/25  20:57:31
12898         Log: Fixup the places where the automatic merge got it wrong.
12899              Previous change (#302) was just a normal integration--ignore the
12900              "reverse" in there.
12901      Branch: win32/perl
12902            ! op.c perl.h
12903 ____________________________________________________________________________
12904 [   302] By: gsar                                  on 1997/11/25  20:32:12
12905         Log: reverse integrate mainline
12906      Branch: win32/perl
12907           +> emacs/ptags
12908           !> (integrate 896 files)
12909
12910 ----------------
12911 Version 5.004_55
12912 ----------------
12913
12914 ____________________________________________________________________________
12915 [   301] By: mbeattie                              on 1997/11/25  17:59:53
12916         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
12917      Branch: perl
12918            ! hv.c pp_ctl.c
12919 ____________________________________________________________________________
12920 [   300] By: mbeattie                              on 1997/11/25  16:29:36
12921         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
12922      Branch: perl
12923            ! MANIFEST patchlevel.h
12924 ____________________________________________________________________________
12925 [   299] By: mbeattie                              on 1997/11/25  15:59:16
12926         Log: Move malloc_mutex initialisation/destruction:
12927              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
12928              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
12929      Branch: perl
12930            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
12931            ! unixish.h vms/vmsish.h
12932 ____________________________________________________________________________
12933 [   298] By: mbeattie                              on 1997/11/25  15:49:22
12934         Log: Make hv_ functions cope better with 'm'-magic:
12935              Subject: [5.004_54] Another neglected patch
12936              Date: Fri, 21 Nov 1997 22:28:17 -0500
12937              From: Owen Taylor <owt1@cornell.edu>
12938      Branch: perl
12939            ! hv.c
12940 ____________________________________________________________________________
12941 [   297] By: mbeattie                              on 1997/11/25  15:47:36
12942         Log: Fix typo in Thread.xs.
12943      Branch: perl
12944            ! ext/Thread/Thread.xs
12945 ____________________________________________________________________________
12946 [   296] By: mbeattie                              on 1997/11/25  15:42:07
12947         Log: Integrate from ansi branch to mainline.
12948      Branch: perl
12949           !> (integrate 890 files)
12950 ____________________________________________________________________________
12951 [   295] By: mbeattie                              on 1997/11/25  14:29:31
12952         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
12953              Subject: Re: _54 on AIX
12954              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12955              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12956      Branch: perl
12957            ! ext/DynaLoader/dl_aix.xs
12958 ____________________________________________________________________________
12959 [   294] By: mbeattie                              on 1997/11/25  14:29:10
12960         Log: AIX patch for hints/aix.sh:
12961              Subject: Re: _54 on AIX
12962              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12963              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12964      Branch: perl
12965            ! hints/aix.sh
12966 ____________________________________________________________________________
12967 [   291] By: mbeattie                              on 1997/11/25  14:17:05
12968         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
12969      Branch: perl
12970            ! op.c op.h
12971 ____________________________________________________________________________
12972 [   290] By: mbeattie                              on 1997/11/25  14:16:29
12973         Log: AIX patch (including Configure support for {sched,pthread}_yield,
12974              pthread initial detach state, renaming perl_thread to perl_os_thread
12975              and struct thread to struct perl_thread):
12976              Subject: Re: _54 on AIX
12977              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
12978              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12979      Branch: perl
12980            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
12981            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
12982            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
12983            ! proto.h sv.h thread.h util.c win32/win32thread.c
12984            ! win32/win32thread.h
12985 ____________________________________________________________________________
12986 [   289] By: mbeattie                              on 1997/11/25  12:33:02
12987         Log: Rename perl_thread to perl_os_thread.
12988      Branch: perl
12989            ! fakethr.h thread.h util.c win32/win32thread.h
12990 ____________________________________________________________________________
12991 [   288] By: mbeattie                              on 1997/11/25  12:27:35
12992         Log: Remove bincompat3 support:
12993              Subject: Re: ANNOUNCE: perl5.004_54 is available
12994              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
12995              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12996      Branch: perl
12997            ! Configure INSTALL embed.h global.sym malloc.c
12998 ____________________________________________________________________________
12999 [   287] By: mbeattie                              on 1997/11/25  12:23:50
13000         Log: Emacs/tags update:
13001              Subject: Emacs/tags update for 5.004_54
13002              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
13003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13004      Branch: perl
13005            + emacs/ptags
13006            ! MANIFEST Makefile.SH emacs/cperl-mode.el
13007 ____________________________________________________________________________
13008 [   286] By: nick                                  on 1997/11/23  23:03:56
13009         Log: Add $$_ test 
13010      Branch: ansiperl
13011            ! t/op/ref.t
13012 ____________________________________________________________________________
13013 [   285] By: gsar                                  on 1997/11/23  08:26:00
13014         Log: Initial reverse integration of winansi branch.
13015      Branch: win32/perl
13016           !> (integrate 50 files)
13017 ____________________________________________________________________________
13018 [   284] By: gsar                                  on 1997/11/23  07:32:24
13019         Log: Add to docs about the BEGIN { shift } feature.  Make the change
13020              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
13021      Branch: win32/perl
13022            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
13023 ____________________________________________________________________________
13024 [   283] By: nick                                  on 1997/11/22  21:29:30
13025         Log: Duplicate perl_threadsv
13026      Branch: ansiperl
13027            ! global.sym
13028 ____________________________________________________________________________
13029 [   282] By: nick                                  on 1997/11/22  21:18:11
13030         Log: Munge pseudo-Configure stuff to add -thread to archname as
13031              Malcolm seems to think that is way to test for threads.
13032              Update @INC stuffing hackery to have traditional @INC
13033              search order archlib, privlib, sitearch, site.
13034      Branch: ansiperl
13035            ! t/lib/english.t win32/config.bc win32/config_H.bc
13036            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
13037            ! win32/makefile.mk win32/win32.c win32/win32.h
13038 ____________________________________________________________________________
13039 [   281] By: nick                                  on 1997/11/22  19:28:21
13040         Log: Builds and passes all but english.t on win32 VC++
13041      Branch: ansiperl
13042            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
13043            ! win32/config_H.vc win32/win32thread.h
13044 ____________________________________________________________________________
13045 [   280] By: nick                                  on 1997/11/22  18:10:50
13046         Log: ansiperl builds with Borland C++ again
13047      Branch: ansiperl
13048            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
13049            ! win32/config.bc win32/config_H.bc win32/perlglob.c
13050            ! win32/win32.c win32/win32.h
13051 ____________________________________________________________________________
13052 [   279] By: nick                                  on 1997/11/22  16:42:51
13053         Log: Resolve ansiperl against mainline
13054      Branch: ansiperl
13055           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
13056           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
13057           !> t/lib/english.t thread.h toke.c util.c
13058 ____________________________________________________________________________
13059 [   278] By: nick                                  on 1997/11/22  16:30:27
13060         Log: Resolve ansiperl against win32
13061      Branch: ansiperl
13062           !> (integrate 55 files)
13063 ____________________________________________________________________________
13064 [   277] By: gsar                                  on 1997/11/22  09:48:02
13065         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
13066              - added a test for the above
13067              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
13068              ansification hunks
13069      Branch: win32/perl
13070            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
13071 ____________________________________________________________________________
13072 [   276] By: gsar                                  on 1997/11/22  07:24:01
13073         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
13074              when USE_THREADS.  GCC for instance, can do without macros that use
13075              globals.  Instead, selectively re#define only those macros
13076              that use globals to their functional equivalents.  Tests 100% on
13077              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
13078      Branch: win32/perl
13079            ! perl.h sv.h
13080 ____________________________________________________________________________
13081 [   275] By: gsar                                  on 1997/11/22  05:27:04
13082         Log: Integrate mainline.
13083      Branch: win32/perl
13084           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
13085            - lib/Class/Fields.pm lib/ISA.pm
13086           !> (integrate 41 files)
13087 ____________________________________________________________________________
13088 [   274] By: mbeattie                              on 1997/11/21  18:28:22
13089         Log: $_ is now per-thread (rather a lot of changes). Only tested under
13090              *-linux-thread at the moment.
13091      Branch: perl
13092            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
13093            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
13094            ! t/lib/english.t thread.h toke.c util.c
13095 ____________________________________________________________________________
13096 [   273] By: mbeattie                              on 1997/11/21  10:31:29
13097         Log: Filter patch to toke.c:
13098              Subject: Tiny core patch for source filters
13099              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
13100              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13101      Branch: perl
13102            ! toke.c
13103 ____________________________________________________________________________
13104 [   272] By: nick                                  on 1997/11/21  00:54:43
13105         Log: Basic integrate of lastest perl into ansiperl
13106      Branch: ansiperl
13107           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
13108            - lib/Class/Fields.pm lib/ISA.pm
13109            ! win32/win32.c win32/win32.h
13110           !> (integrate 57 files)
13111 ____________________________________________________________________________
13112 [   271] By: mbeattie                              on 1997/11/20  12:12:00
13113         Log: Initial stab at IRIX configuration support for threading. Manually
13114              applied parts of following patches:
13115              Subject: Perl 5.004_54 on IRIX
13116              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
13117              From: Jarkko Hietaniemi <jhi@iki.fi>
13118              Subject: Re: Perl 5.004_54 on IRIX
13119              Date: 19 Nov 1997 17:10:17 -0800
13120              From: Scott Henry <scotth@sgi.com>
13121      Branch: perl
13122            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
13123            ! hints/irix_6_1.sh perl.h
13124 ____________________________________________________________________________
13125 [   270] By: mbeattie                              on 1997/11/19  17:45:37
13126         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
13127              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
13128              also fixed two instances of referring to SVs after destruction.
13129      Branch: perl
13130            ! regcomp.c regexec.c
13131 ____________________________________________________________________________
13132 [   269] By: mbeattie                              on 1997/11/19  15:33:23
13133         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
13134              changed by mg_get(*keysp) (!). Introducing a new local variable
13135              fixed it but I don't know if it's a compiler problem or some
13136              other corruption happening elsewhere.
13137      Branch: perl
13138            ! av.c
13139 ____________________________________________________________________________
13140 [   268] By: mbeattie                              on 1997/11/19  11:39:49
13141         Log: Let Configure sort out get{host,net}byaddr* prototypes:
13142              Subject: [PATCH] 5.004_54: little something for
13143              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
13144              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
13145              From: Jarkko Hietaniemi <jhi@iki.fi>
13146      Branch: perl
13147            ! Configure config_h.SH pp_sys.c
13148 ____________________________________________________________________________
13149 [   267] By: mbeattie                              on 1997/11/19  11:04:15
13150         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
13151              Subject: Version 7 of Jumbo RE patch available
13152              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
13153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13154      Branch: perl
13155            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
13156            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
13157            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
13158            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
13159            ! util.c
13160 ____________________________________________________________________________
13161 [   266] By: mbeattie                              on 1997/11/18  17:26:09
13162         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
13163              version of patch:
13164              Subject: tie fake hash patch for 5.004_54
13165              Date: Sat, 15 Nov 1997 19:18:30 -0500
13166              From: Joshua Pritikin <pritikin@mindspring.com>
13167      Branch: perl
13168            + t/op/avhv.t
13169            ! av.c embed.h global.sym proto.h
13170 ____________________________________________________________________________
13171 [   265] By: mbeattie                              on 1997/11/18  16:51:04
13172         Log: Bring MANIFEST up to date. Add new thread tests.
13173      Branch: perl
13174            + ext/Thread/die.t ext/Thread/die2.t
13175            ! MANIFEST
13176 ____________________________________________________________________________
13177 [   264] By: mbeattie                              on 1997/11/18  16:41:27
13178         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
13179              is assigned to. Added tests to t/op/array.t. magic_setisa now
13180              warns about including non-existent packages in @ISA when -w is on.
13181      Branch: perl
13182            - lib/Class/Fields.pm lib/ISA.pm
13183            ! mg.c t/op/array.t
13184 ____________________________________________________________________________
13185 [   263] By: mbeattie                              on 1997/11/18  16:38:57
13186         Log: Fix typo in win32 -> mainline integration.
13187      Branch: perl
13188            ! perl.h
13189 ____________________________________________________________________________
13190 [   262] By: mbeattie                              on 1997/11/18  11:56:09
13191         Log: Integrate win32 branch back into mainline.
13192      Branch: perl
13193            - win32/win32io.c win32/win32io.h
13194            ! op.c
13195           !> (integrate 30 files)
13196 ____________________________________________________________________________
13197 [   261] By: gsar                                  on 1997/11/18  00:14:02
13198         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
13199      Branch: win32/perl
13200            ! win32/config.bc win32/config.vc win32/config_H.bc
13201            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
13202 ____________________________________________________________________________
13203 [   260] By: nick                                  on 1997/11/16  23:16:16
13204         Log: Generic file changes for MYMALLOC
13205      Branch: ansiperl
13206            ! miniperlmain.c perl.c
13207 ____________________________________________________________________________
13208 [   259] By: nick                                  on 1997/11/16  23:14:36
13209         Log: MYMALLOC for Win32:
13210              1. Initialize malloc_mutex before it is used (all platforms!)
13211              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
13212              3. Tweak win32/config*.* to define MYMALLOC
13213              4. Provide sbrk() in terms of VirtualAlloc().
13214              
13215              Also fixup -MT (perl95) build to handle Perl_current_thread
13216              via call to DLL (as though an extension).
13217      Branch: ansiperl
13218            ! win32/Makefile win32/config.bc win32/config.vc
13219            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
13220            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
13221            ! win32/win32iop.h win32/win32thread.h
13222 ____________________________________________________________________________
13223 [   258] By: nick                                  on 1997/11/15  20:42:28
13224         Log: Implement dTHR via __declspec(thread) - part 2
13225      Branch: ansiperl
13226            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
13227 ____________________________________________________________________________
13228 [   257] By: nick                                  on 1997/11/15  19:52:53
13229         Log: Use __declspec(thread) var rather tha TslAlloc & co.
13230      Branch: ansiperl
13231            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
13232 ____________________________________________________________________________
13233 [   256] By: gsar                                  on 1997/11/15  02:58:09
13234         Log: Add #include guard in Thread.xs so it will build even under
13235              no USE_THREADS (for win32).  This was missed because of edit
13236              w/o checkout perforce kludge.
13237      Branch: win32/perl
13238            ! ext/Thread/Thread.xs
13239 ____________________________________________________________________________
13240 [   255] By: nick                                  on 1997/11/15  00:33:46
13241         Log: Integrate mainline (5.004_54?) into ansiperl
13242      Branch: ansiperl
13243           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
13244           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
13245           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
13246           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
13247           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
13248 ____________________________________________________________________________
13249 [   254] By: nick                                  on 1997/11/15  00:25:26
13250         Log: Interate win32 into ansiperl
13251      Branch: ansiperl
13252           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
13253           +> lib/fields.pm
13254           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
13255           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
13256           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
13257           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
13258           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
13259 ____________________________________________________________________________
13260 [   253] By: gsar                                  on 1997/11/14  22:04:58
13261         Log: Integrate mainline changes into win32 branch.  Now would be a good time
13262              to reverse integrate the win32 branch into mainline.
13263      Branch: win32/perl
13264           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
13265           +> lib/fields.pm
13266           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
13267           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
13268           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
13269           !> t/op/magic.t thread.h
13270
13271 ----------------
13272 Version 5.004_54
13273 ----------------
13274
13275 ____________________________________________________________________________
13276 [   252] By: mbeattie                              on 1997/11/14  15:07:19
13277         Log: Two more delays added to test suite to help *-solaris-thread.
13278      Branch: perl
13279            ! t/io/pipe.t t/lib/io_pipe.t
13280 ____________________________________________________________________________
13281 [   251] By: mbeattie                              on 1997/11/14  15:05:57
13282         Log: Remove stale code from Thread.xs.
13283      Branch: perl
13284            ! ext/Thread/Thread.xs
13285 ____________________________________________________________________________
13286 [   250] By: mbeattie                              on 1997/11/14  10:12:40
13287         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
13288              doesn't run handlers for self-sent signals until kill has returned.)
13289      Branch: perl
13290            ! t/op/magic.t
13291 ____________________________________________________________________________
13292 [   249] By: gsar                                  on 1997/11/14  05:14:44
13293         Log: Fix various details in win32 makefiles and Config.pm setup.
13294              - ldflags is set for both compilers now
13295              - extensions list is now correct
13296              - delete perl95.exe on distclean
13297              - cf_time now gets updated (once)
13298              - ccdlflags is set for Borland
13299              - fix startperl so dprofpp works
13300      Branch: win32/perl
13301            ! win32/Makefile win32/config.bc win32/config.vc
13302            ! win32/config_sh.PL win32/makefile.mk
13303 ____________________________________________________________________________
13304 [   248] By: mbeattie                              on 1997/11/13  18:01:27
13305         Log: Rewrite thread return code to distinguish between ordinary return
13306              and die() and make join propagate the die. Add tiny method eval
13307              which just does "return eval { shift->join; }". Add Thread::Specific
13308              class for access to thread specific user data along with specific.t.
13309              Rename Class to classname throughout Thread.xs for consistency.
13310              Fix pp_specific to pp_threadsv in global.sym. Add support to
13311              pp_entersub in pp_hot.c to lock stash for static locked methods.
13312      Branch: perl
13313            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
13314            + lib/fields.pm
13315            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
13316            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
13317 ____________________________________________________________________________
13318 [   247] By: mbeattie                              on 1997/11/13  14:13:30
13319         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
13320              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
13321              in pp_sys.c for whether getnet* function get protoyped (since the
13322              default had a broken prototype for getnetbyaddr).
13323      Branch: perl
13324            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
13325            ! scope.c thread.h
13326 ____________________________________________________________________________
13327 [   246] By: nick                                  on 1997/11/13  02:44:40
13328         Log: Integrate Win32 branch
13329      Branch: ansiperl
13330            - configure ext/util/extliblist win32/bin/pl2bat.bat
13331            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
13332            - win32/config.H win32/config.w32 win32/win32io.c
13333            - win32/win32io.h
13334           !> (integrate 905 files)
13335 ____________________________________________________________________________
13336 [   245] By: nick                                  on 1997/11/13  00:47:54
13337         Log: Integrate (-ay) win32 branch at its creation to 
13338              establish and ancestor as per perkforce technote #9
13339      Branch: ansiperl
13340           +> configure ext/util/extliblist win32/bin/pl2bat.bat
13341           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
13342           +> win32/config.H win32/config.w32
13343           !> (integrate 859 files)
13344 ____________________________________________________________________________
13345 [   244] By: gsar                                  on 1997/11/12  22:26:39
13346         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
13347              contains the all the declarations and macros for the win32io layer.
13348              New std-ish functions are exported now.  All win32-specific exported
13349              functions begin with "win32_" consistently.  win32 version of
13350              init_os_extras() is now exported, so embedders can get the in-core
13351              xsubs.
13352      Branch: win32/perl
13353            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
13354            ! win32/win32iop.h win32/win32sck.c
13355 ____________________________________________________________________________
13356 [   243] By: gsar                                  on 1997/11/12  07:41:52
13357         Log: Really delete deleted files.
13358      Branch: win32/perl
13359            - win32/win32io.c win32/win32io.h
13360 ____________________________________________________________________________
13361 [   242] By: gsar                                  on 1997/11/12  07:40:54
13362         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
13363              files (win32/win32io.[ch]) completely removed, as are all traces
13364              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
13365              for later. Various myfoo() things regularized to my_foo().  CPP not
13366              required anymore to create a perl binary :)
13367      Branch: win32/perl
13368            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
13369            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
13370            ! win32/win32io.c win32/win32io.h win32/win32iop.h
13371            ! win32/win32sck.c
13372 ____________________________________________________________________________
13373 [   241] By: gsar                                  on 1997/11/12  05:31:28
13374         Log: Fix various win32 code blemishes:
13375              - s/stolen/win32/g
13376              - s/(CROAK|WARN)/lc($1)/eg
13377              - remove deadcode from most places
13378      Branch: win32/perl
13379            ! win32/makedef.pl win32/win32.c win32/win32io.c
13380            ! win32/win32iop.h
13381 ____________________________________________________________________________
13382 [   240] By: gsar                                  on 1997/11/12  04:36:29
13383         Log: Carry over changes in ansiperl branch.  Win32 branch is now
13384              the leading edge.
13385      Branch: win32/perl
13386            ! embed.h global.sym perl.c win32/win32thread.c
13387            ! win32/win32thread.h
13388 ____________________________________________________________________________
13389 [   239] By: gsar                                  on 1997/11/12  03:39:57
13390         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
13391      Branch: win32/perl
13392            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
13393 ____________________________________________________________________________
13394 [   238] By: gsar                                  on 1997/11/12  03:25:17
13395         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
13396              done cleaner, if really needed (perhaps only for efficiency reasons?)).
13397              Redundant EXTERN_C definitions and related warnings fixed.
13398      Branch: win32/perl
13399            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
13400            ! win32/win32iop.h win32/win32sck.c
13401 ____________________________________________________________________________
13402 [   237] By: nick                                  on 1997/11/12  02:45:15
13403         Log: Fixup Win32
13404              - #undef start_env before re-#defining it
13405              - change pp_specific pp_threadsv in global.sym
13406              - re-build embed.h
13407              - avoid HAVE_THREAD_INTERN - we don't and empty struct
13408              is a pain. If we did have it it would contain cached
13409              values of things we can only get at _IN_ the thread
13410              so new_struct_thread is wrong place to call it.
13411              - add new macro SET_THREAD_SELF - we must (in main thread)
13412              define in win32thread.h, support in win32thread.c,
13413              test and call in perl.c
13414      Branch: ansiperl
13415            ! embed.h global.sym perl.c thread.h win32/win32thread.c
13416            ! win32/win32thread.h
13417 ____________________________________________________________________________
13418 [   236] By: nick                                  on 1997/11/12  01:54:23
13419         Log: Integrate mainline after it integrated us.
13420              Accepted 'theirs' everywhere - so two branches should
13421              now point to same files again.
13422              Almost all of these were what was suggested, others were
13423              whitespace diffs. A few dubious spots which we will now 
13424              go fix.
13425      Branch: ansiperl
13426           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
13427           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
13428           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
13429           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
13430           !> util.c
13431 ____________________________________________________________________________
13432 [   235] By: gsar                                  on 1997/11/12  01:22:26
13433         Log: Minor tweaks to add a thread_intern struct that should ultimately
13434              contain all the win32-specific statics.
13435              Win32 branch now passes all tests with or w/o USE_THREADS.
13436      Branch: win32/perl
13437            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
13438 ____________________________________________________________________________
13439 [   234] By: gsar                                  on 1997/11/11  23:08:54
13440         Log: Initial (untested) integration of mainline changes.
13441      Branch: win32/perl
13442            - configure
13443           !> (integrate 89 files)
13444 ____________________________________________________________________________
13445 [   233] By: mbeattie                              on 1997/11/11  18:07:30
13446         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
13447      Branch: perl
13448            ! thread.h
13449 ____________________________________________________________________________
13450 [   232] By: mbeattie                              on 1997/11/11  17:49:12
13451         Log: t/TEST (reverted to @229 version) should have been included in the
13452              previous change (231) but my way of recovering it didn't work
13453              properly. The change 231 comments about successful tests applies
13454              to this t/TEST (i.e. as of this change).
13455      Branch: perl
13456            ! t/TEST
13457 ____________________________________________________________________________
13458 [   231] By: mbeattie                              on 1997/11/11  17:46:59
13459         Log: Fix up ansiperl integration. Back to passing all expected tests
13460              with usethreads. Untested with non-threaded perl.
13461      Branch: perl
13462            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
13463            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
13464 ____________________________________________________________________________
13465 [   230] By: mbeattie                              on 1997/11/11  16:36:22
13466         Log: Initial integration of ansi branch into mainline (untested).
13467      Branch: perl
13468           +> t/lib/thread.t t/op/nothread.t thread.sym
13469            - configure
13470           !> (integrate 84 files)
13471 ____________________________________________________________________________
13472 [   229] By: mbeattie                              on 1997/11/11  15:20:43
13473         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
13474              getting per-thread magicals. Fixed thr->errsv initialisation.
13475      Branch: perl
13476            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
13477            ! t/lib/safe2.t toke.c
13478 ____________________________________________________________________________
13479 [   228] By: mbeattie                              on 1997/11/11  12:48:26
13480         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
13481              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
13482              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
13483              again for non-threaded perl. Enhanced perl_get_sv to return
13484              per-thread magicals where necessary for threaded perl.
13485      Branch: perl
13486            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
13487            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
13488 ____________________________________________________________________________
13489 [   227] By: mbeattie                              on 1997/11/11  11:00:02
13490         Log: hashlock bug.
13491              
13492              Jobs fixed ...
13493              
13494              hashlock fixed on 1997/11/11 by mbeattie@localhost
13495              
13496              Subject: [perl5.004_53; patch] Another hash-locking fix
13497              Date: 23 Oct 1997 14:13:55 -0400
13498              From: Owen Taylor <owt1@cornell.edu>
13499      Branch: bugs
13500            + hashlock
13501 ____________________________________________________________________________
13502 [   226] By: gsar                                  on 1997/11/11  02:11:23
13503         Log: Slightly more refined lock() keyword recognition (using %INC).
13504      Branch: win32/perl
13505            ! toke.c
13506 ____________________________________________________________________________
13507 [   225] By: gsar                                  on 1997/11/11  00:26:09
13508         Log: "weak" lock keyword (hardcoded initial implementation) now works.
13509              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
13510              is recognized as a sub, a regular keyword otherwise.  Could be
13511              generalized by storing a flag for every op in OP struct, and turning
13512              the flag off when Thread.xs loads.
13513      Branch: win32/perl
13514            ! toke.c
13515 ____________________________________________________________________________
13516 [   224] By: gsar                                  on 1997/11/10  22:59:55
13517         Log: Merge a patch in preparation for "weak keywords":
13518              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13519              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
13520              Subject: [PATCH] global overrides for keywords
13521              Date: Wed, 08 Oct 1997 02:18:23 -0400
13522      Branch: win32/perl
13523            ! embed.h interp.sym perl.c perl.h toke.c
13524 ____________________________________________________________________________
13525 [   223] By: gsar                                  on 1997/11/10  22:41:31
13526         Log: Remove runlevel.  It was used to count how many runops() calls
13527              we were in the process of executing, and longjmp() to the topmost
13528              one (if not already there).  We use a null top_env->je_prev
13529              to distinguish that now.
13530      Branch: win32/perl
13531            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
13532 ____________________________________________________________________________
13533 [   222] By: gsar                                  on 1997/11/10  04:47:48
13534         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
13535              USE_THREADS case builds and passes all tests using both compilers.
13536              Additional tweaks:
13537              - fixup win32/makedef.pl to skip more symbols for non-thread build.
13538              - sync win32/Makefile with win32/makefile.mk
13539              >>>Non-thread build fails a lot of tests.<<<
13540      Branch: win32/perl
13541            + thread.sym
13542            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
13543            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
13544            ! win32/makedef.pl win32/makefile.mk
13545 ____________________________________________________________________________
13546 [   221] By: gsar                                  on 1997/11/10  00:57:53
13547         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
13548              into win32 branch.
13549      Branch: win32/perl
13550            + t/lib/thread.t t/op/nothread.t
13551            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
13552            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
13553            ! util.c win32/Makefile win32/config.bc win32/config.vc
13554            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
13555            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
13556            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
13557            ! win32/win32thread.c win32/win32thread.h
13558 ____________________________________________________________________________
13559 [   220] By: gsar                                  on 1997/11/09  22:44:41
13560         Log: Integrate latest mainline into win32 branch.
13561      Branch: win32/perl
13562           +> win32/win32thread.c win32/win32thread.h
13563           !> (integrate 39 files)
13564 ____________________________________________________________________________
13565 [   219] By: nick                                  on 1997/11/09  21:46:06
13566         Log: Conditionalize english.t,
13567              Enhance times() for NT,
13568              (Failed) attempt to implement alarm(),
13569              Fixed config.h dependancy in makefile.mk
13570      Branch: ansiperl
13571            ! t/lib/english.t win32/config.bc win32/config_H.bc
13572            ! win32/makefile.mk win32/win32.c
13573 ____________________________________________________________________________
13574 [   218] By: nick                                  on 1997/11/09  15:38:00
13575         Log: Dick Hardt's patch for build on Alpha
13576      Branch: ansiperl
13577            ! win32/Makefile
13578 ____________________________________________________________________________
13579 [   217] By: nick                                  on 1997/11/09  03:31:20
13580         Log: MakeMaker not in vofig noise fix for dmake
13581      Branch: ansiperl
13582            ! win32/config.bc win32/makefile.mk
13583 ____________________________________________________________________________
13584 [   216] By: nick                                  on 1997/11/09  03:15:06
13585         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
13586              TIEHASH works, but 2nd call (after db is closed, attempt
13587              to reopen) tries to AUTOLOAD TIEHASH rather than using
13588              cached value.
13589      Branch: ansiperl
13590            ! pp_sys.c
13591 ____________________________________________________________________________
13592 [   215] By: nick                                  on 1997/11/08  16:41:24
13593         Log: Cleanup MakeMaker 'not in config' noise
13594      Branch: ansiperl
13595            ! win32/Makefile win32/config.vc
13596 ____________________________________________________________________________
13597 [   214] By: nick                                  on 1997/11/08  15:07:24
13598         Log: Remove 'configure' leaving configure.gnu and Configure
13599              Win32 ignores case and keeps trying to update
13600              repository copy of 'configure' or 'Configure' with
13601              the other.
13602      Branch: ansiperl
13603            - configure
13604            ! MANIFEST
13605 ____________________________________________________________________________
13606 [   213] By: nick                                  on 1997/11/08  15:03:39
13607         Log: Get threads working again on Win32
13608              Root cause of fail was init_thread_intern() in
13609              new_struct_thread() (which is called in parent thread)
13610              clobbering dTHR of parent thread. 
13611              It is doubtfull if setting 'self' in new_struct_thread()
13612              is 'right' but left in for now.
13613      Branch: ansiperl
13614            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
13615            ! win32/win32thread.c win32/win32thread.h
13616 ____________________________________________________________________________
13617 [   212] By: nick                                  on 1997/11/08  00:34:03
13618         Log: Add :base_thread to :default in Opcode.pm
13619              This allows lib/safe.t to pass when threaded.
13620              It is unclear if 'lock' should be safe as it allows
13621              denial of service attack, but could not figure out
13622              how to add just 'specific' (sic) to :default
13623              without triggering 'already tagged' warning noise.
13624      Branch: ansiperl
13625            ! ext/Opcode/Opcode.pm win32/makefile.mk
13626 ____________________________________________________________________________
13627 [   211] By: nick                                  on 1997/11/07  23:59:31
13628         Log: Merge changes as of 18:00 CST 
13629      Branch: ansiperl
13630           !> op.c pp.c pp_sys.c thread.h util.c
13631 ____________________________________________________________________________
13632 [   210] By: nick                                  on 1997/11/07  23:52:35
13633         Log: Reverse integrate Malcolm's chanes into local
13634              repository, then import result back into my view
13635              of Malcolm's repository.
13636              Builds and passes (most) tests with GNU C++/Solaris
13637              and Borland C++, Win32.
13638      Branch: ansiperl
13639            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13640            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
13641            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
13642            ! thread.h toke.c util.c win32/makefile.mk
13643 ____________________________________________________________________________
13644 [   209] By: mbeattie                              on 1997/11/07  18:12:36
13645         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
13646              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
13647              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
13648              missing #ifdef USE_THREADS around some DEBU_L statements in die().
13649              Building without USE_THREADS fails quite a lot of tests. It looks
13650              as though the move to per-thread magicals must be missing some
13651              #ifdef USE_THREADS.
13652      Branch: perl
13653            ! op.c pp.c pp_sys.c thread.h util.c
13654 ____________________________________________________________________________
13655 [   208] By: nick                                  on 1997/11/07  01:37:28
13656         Log: Raw integrate of latest perl
13657      Branch: ansiperl
13658            ! t/TEST
13659           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
13660           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
13661           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
13662           !> thread.h toke.c util.c
13663 ____________________________________________________________________________
13664 [   207] By: mbeattie                              on 1997/11/06  14:58:00
13665         Log: Update README.threads and Todo.5.005.
13666      Branch: perl
13667            ! README.threads Todo.5.005
13668 ____________________________________________________________________________
13669 [   206] By: mbeattie                              on 1997/11/06  14:37:37
13670         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
13671      Branch: perl
13672            ! op.c pp_ctl.c proto.h scope.h
13673 ____________________________________________________________________________
13674 [   205] By: mbeattie                              on 1997/11/06  14:31:38
13675         Log: Per-thread magicals now stored in their own thr->magicals and keyed
13676              more directly. cvcache and oursv become ordinary struct thread
13677              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
13678              for 0 again. Main thread initialisation done by new function
13679              init_main_thread instead of (now fixed) new_struct_thread.
13680              
13681              Jobs fixed ...
13682              
13683              jmpenv fixed on 1997/11/06 by mbeattie@localhost
13684              
13685              Subject: [perl5.004_53; patch] eval's and threads
13686              Date: 23 Oct 1997 23:59:19 -0400
13687              From: Owen Taylor <owt1@cornell.edu>
13688      Branch: bugs
13689            + jmpenv
13690      Branch: perl
13691            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
13692            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
13693 ____________________________________________________________________________
13694 [   204] By: mbeattie                              on 1997/11/05  17:18:18
13695         Log: Per-thread magicals mostly working (and localisable). Now getting
13696              intermittent occasional "Use of uninitialized value" warnings
13697              which may be due to some op flag black magic I've broken.
13698      Branch: perl
13699            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
13700            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
13701 ____________________________________________________________________________
13702 [   203] By: nick                                  on 1997/11/05  01:04:10
13703         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
13704      Branch: ansiperl
13705            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
13706            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
13707            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
13708            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
13709            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
13710            ! win32/config.vc win32/config_H.vc win32/makedef.pl
13711            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
13712            ! win32/win32io.c win32/win32io.h win32/win32iop.h
13713            ! win32/win32sck.c win32/win32thread.h
13714 ____________________________________________________________________________
13715 [   202] By: nick                                  on 1997/11/05  00:50:27
13716         Log: Compile(d) at least once with threads on win32 
13717              but did not work
13718      Branch: ansiperl
13719            ! embed.h perl.c thread.h
13720 ____________________________________________________________________________
13721 [   201] By: nick                                  on 1997/11/05  00:32:13
13722         Log: Trivial integrate
13723      Branch: ansiperl
13724           !> patchlevel.h
13725 ____________________________________________________________________________
13726 [   200] By: mbeattie                              on 1997/11/04  12:06:09
13727         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
13728      Branch: perl
13729            ! patchlevel.h
13730 ____________________________________________________________________________
13731 [   199] By: nick                                  on 1997/11/01  00:18:52
13732         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
13733      Branch: ansiperl
13734           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13735           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13736           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13737           !> util.c
13738 ____________________________________________________________________________
13739 [   198] By: nick                                  on 1997/11/01  00:08:33
13740         Log: win32thread.* not in MANIFEST which has muddled moving
13741              back and forth between depots.
13742      Branch: ansiperl
13743            ! MANIFEST win32/win32thread.c win32/win32thread.h
13744 ____________________________________________________________________________
13745 [   197] By: nick                                  on 1997/11/01  00:02:49
13746         Log: Test changes
13747      Branch: ansiperl
13748            + t/lib/thread.t t/op/nothread.t thread.sym
13749            ! MANIFEST
13750 ____________________________________________________________________________
13751 [   196] By: nick                                  on 1997/10/31  23:54:01
13752         Log: Further ANSI changes now builds and passes (most) tests
13753              with gcc -x c++. 
13754      Branch: ansiperl
13755            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
13756            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
13757            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13758            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
13759            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
13760            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
13761            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
13762            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
13763            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
13764            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
13765            ! x2p/walk.c
13766 ____________________________________________________________________________
13767 [   195] By: mbeattie                              on 1997/10/31  18:05:31
13768         Log: Half way through moving per-thread magicals into per-thread fields
13769              and the associated new OP_SPECIFIC and find_thread_magical stuff.
13770              perl will compile but plenty of the magicals are still broken.
13771      Branch: perl
13772            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13773            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13774            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13775            ! util.c
13776 ____________________________________________________________________________
13777 [   194] By: nick                                  on 1997/10/31  01:43:49
13778         Log: Convert miniperl sources to ANSI C. Several passes of
13779              GNU C's 'protoize' plus a few hand edits.
13780              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
13781              Does not link seems gcc's C++ does not define a symbol for
13782              const char foo[] = "....";
13783              i.e. with empty [].
13784      Branch: ansiperl
13785            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
13786            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
13787            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13788            ! sv.c taint.c toke.c universal.c util.c
13789 ____________________________________________________________________________
13790 [   193] By: nick                                  on 1997/10/30  03:00:01
13791         Log: Make the ansi branch
13792      Branch: ansiperl
13793           +> (branch 907 files)
13794 ____________________________________________________________________________
13795 [   192] By: nick                                  on 1997/10/30  02:48:17
13796         Log: Oneperl builds with THREADS/THISPTR Borland
13797              Manualy inserted Sarathy's new COND_XXXXX from his mail.
13798              Manual change if Tself -> self as was easier than resolve :-(
13799              Two aTHIS's in op.c
13800      Branch: oneperl
13801            ! embed.h op.c thread.h thread.sym win32/makefile.mk
13802            ! win32/win32thread.h
13803 ____________________________________________________________________________
13804 [   191] By: nick                                  on 1997/10/30  01:54:50
13805         Log: Raw resolve of latest sources with oneperl
13806      Branch: oneperl
13807           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
13808           !> opcode.pl perl.c thread.h win32/win32thread.c
13809           !> win32/win32thread.h
13810 ____________________________________________________________________________
13811 [   190] By: mbeattie                              on 1997/10/29  14:39:54
13812         Log: Remove global macro "self". Change thr->Tself to thr->self.
13813      Branch: perl
13814            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
13815            ! win32/win32thread.c win32/win32thread.h
13816 ____________________________________________________________________________
13817 [   189] By: mbeattie                              on 1997/10/29  12:49:01
13818         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
13819      Branch: perl
13820            ! Todo.5.005
13821 ____________________________________________________________________________
13822 [   188] By: mbeattie                              on 1997/10/29  12:45:32
13823         Log: Add pp_lock knowledge to compiler
13824      Branch: perlext
13825            ! Compiler/ccop.c Compiler/ccop.h
13826 ____________________________________________________________________________
13827 [   187] By: mbeattie                              on 1997/10/29  12:45:02
13828         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
13829      Branch: perl
13830            ! op.c
13831 ____________________________________________________________________________
13832 [   186] By: mbeattie                              on 1997/10/29  12:43:36
13833         Log: Move compiler OP class information into opcode.pl.
13834      Branch: perl
13835            ! op.h opcode.h opcode.pl
13836 ____________________________________________________________________________
13837 [   185] By: nick                                  on 1997/10/26  22:52:05
13838         Log: Split failing test in op/misc.t into op/nothread.t
13839              so all tests can be passed where they apply.
13840              Cleanup other two cases of THREADS/THISPTR.
13841              Conditional compile option for CriticalSection's on Win32
13842      Branch: oneperl
13843            + t/op/nothread.t
13844            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
13845            ! win32/win32thread.h
13846 ____________________________________________________________________________
13847 [   184] By: nick                                  on 1997/10/26  19:42:00
13848         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
13849      Branch: oneperl
13850            ! embed.h global.sym proto.h sv.c sv.h toke.c
13851 ____________________________________________________________________________
13852 [   183] By: nick                                  on 1997/10/26  18:31:58
13853         Log: Make USE_THREADS imply CRIPPLED_CC.
13854              This avoids most of the uses of 'Sv' and hence many needs of 
13855              dTHR in extension code. 
13856              With this change Data::Dumper builds as-is
13857              and Tk only needs four tweaks:
13858              1. Obscure dump-stack case which really needs dTHR
13859              2. A curcop in error-message code
13860              3. Two cases of SAVETMPS
13861              4. A curcop == &compiling which is probably not required.
13862              IMHO the SAVETMPS case is only one which merits further automation.
13863      Branch: oneperl
13864            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
13865 ____________________________________________________________________________
13866 [   182] By: nick                                  on 1997/10/26  16:31:58
13867         Log: Change dSP to imply dTHR for extension source compatibility
13868              introduce djSP (Declare Just SP) for use in perl sources
13869              and thread-aware extensions. Use latter.
13870      Branch: oneperl
13871            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
13872            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
13873 ____________________________________________________________________________
13874 [   181] By: nick                                  on 1997/10/26  00:39:57
13875         Log: More tests
13876      Branch: oneperl
13877            ! t/lib/thread.t
13878 ____________________________________________________________________________
13879 [   180] By: nick                                  on 1997/10/25  22:18:27
13880         Log: Use return of THREAD_CREATE() - add basic thread test
13881      Branch: oneperl
13882            + t/lib/thread.t
13883            ! ext/Thread/Thread.xs
13884 ____________________________________________________________________________
13885 [   179] By: nick                                  on 1997/10/25  21:25:23
13886         Log: Builds with no thread/this
13887      Branch: oneperl
13888            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
13889            ! win32/win32thread.c
13890 ____________________________________________________________________________
13891 [   178] By: nick                                  on 1997/10/25  18:28:03
13892         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
13893      Branch: oneperl
13894            ! perl.c
13895 ____________________________________________________________________________
13896 [   177] By: nick                                  on 1997/10/25  18:11:33
13897         Log: Basic integrate of oneperl with threads, passes 
13898              tests THISPTR+THREADs - win32/win32thread.* needed
13899              changes (where did they come from)?
13900      Branch: oneperl
13901            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
13902            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
13903 ____________________________________________________________________________
13904 [   176] By: nick                                  on 1997/10/25  17:05:52
13905         Log: Onepel builds THISPTR no threads
13906      Branch: oneperl
13907            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
13908 ____________________________________________________________________________
13909 [   175] By: nick                                  on 1997/10/25  16:40:10
13910         Log: Integrate oneperl with new style JOIN etc. macros
13911      Branch: oneperl
13912           +> win32/win32thread.c win32/win32thread.h
13913           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
13914           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
13915           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
13916           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
13917           !> win32/makefile.mk
13918 ____________________________________________________________________________
13919 [   174] By: mbeattie                              on 1997/10/24  17:14:00
13920         Log: Remove xcv_condp CV field which is no longer used.
13921      Branch: perl
13922            ! sv.h
13923 ____________________________________________________________________________
13924 [   173] By: mbeattie                              on 1997/10/24  14:36:09
13925         Log: Patches for VMS [Dan Sugalski]
13926      Branch: bugs
13927            + vms2
13928      Branch: perl
13929            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
13930            ! vms/vmsish.h
13931 ____________________________________________________________________________
13932 [   172] By: mbeattie                              on 1997/10/24  13:50:59
13933         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
13934              to use new API and patch win32 makefile stuff a little.
13935      Branch: perl
13936            + win32/win32thread.c win32/win32thread.h
13937            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
13938            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
13939 ____________________________________________________________________________
13940 [   171] By: mbeattie                              on 1997/10/23  14:00:27
13941         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
13942              
13943              Jobs fixed ...
13944              
13945              get_db_sub fixed on 1997/10/23 by mbeattie@squash
13946              
13947              Subject: [perl5.004_53] Debugger crash (patch)
13948              Date: Thu, 16 Oct 1997 22:03:09 -0400
13949              From: Owen Taylor <owt1@cornell.edu>
13950      Branch: bugs
13951            + get_db_sub
13952      Branch: perl
13953            ! pp_hot.c
13954 ____________________________________________________________________________
13955 [   170] By: mbeattie                              on 1997/10/23  09:22:40
13956         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
13957              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
13958              a ref to its argument for AV, HV, CV. 
13959      Branch: perl
13960            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
13961 ____________________________________________________________________________
13962 [   169] By: gsar                                  on 1997/10/21  03:49:25
13963         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
13964              - Fixup static functions that were missing aTHIS.
13965              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
13966              - Removed static functions from global.sym.
13967              - Typo in perl.h.
13968              - Additions to makefile.mk.
13969      Branch: oneperl
13970            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
13971            ! win32/makefile.mk
13972 ____________________________________________________________________________
13973 [   168] By: nick                                  on 1997/10/20  02:47:18
13974         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
13975      Branch: oneperl
13976            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
13977            ! scope.h thread.h
13978 ____________________________________________________________________________
13979 [   167] By: nick                                  on 1997/10/20  01:03:00
13980         Log: Add missing aTHIS in cast
13981      Branch: oneperl
13982            ! win32/dl_win32.xs
13983 ____________________________________________________________________________
13984 [   166] By: nick                                  on 1997/10/20  00:44:42
13985         Log: Builds and passes test with -DUSE_THISPTR
13986      Branch: oneperl
13987            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
13988            ! win32/perllib.c
13989 ____________________________________________________________________________
13990 [   165] By: nick                                  on 1997/10/19  21:45:36
13991         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
13992      Branch: oneperl
13993            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
13994            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
13995            ! win32/makefile.mk win32/perllib.c
13996 ____________________________________________________________________________
13997 [   164] By: nick                                  on 1997/10/19  20:09:13
13998         Log: oneperl compiles (but fails) with -DUSE_THISPTR
13999      Branch: oneperl
14000            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
14001            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
14002            ! win32/win32.c win32/win32.h
14003 ____________________________________________________________________________
14004 [   163] By: nick                                  on 1997/10/19  16:46:09
14005         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
14006      Branch: oneperl
14007            ! embed.h perl.h thread.h vars.h
14008 ____________________________________________________________________________
14009 [   162] By: nick                                  on 1997/10/19  14:42:16
14010         Log: Dubious merge of oneperl's variable and struct thread
14011      Branch: oneperl
14012           !> perl.h thread.h
14013 ____________________________________________________________________________
14014 [   161] By: nick                                  on 1997/10/18  18:05:13
14015         Log: integrate all but perl.h/thread.h
14016      Branch: oneperl
14017           +> Todo.5.005 perlio.sym
14018           !> (integrate 98 files)
14019 ____________________________________________________________________________
14020 [   160] By: nick                                  on 1997/10/18  03:49:27
14021         Log: Integrate rest of sub-dirs into oneperl
14022      Branch: oneperl
14023           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
14024           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
14025           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
14026           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
14027           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
14028           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
14029           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
14030           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
14031           +> hints/os390.sh
14032            - ext/util/extliblist
14033           !> (integrate 425 files)
14034 ____________________________________________________________________________
14035 [   159] By: nick                                  on 1997/10/18  03:20:11
14036         Log: Integrate (accept) t and win32 into oneperl
14037      Branch: oneperl
14038           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
14039           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
14040           +> win32/config.vc win32/config_H.bc win32/config_H.vc
14041           +> win32/makefile.mk
14042           !> (integrate 188 files)
14043 ____________________________________________________________________________
14044 [   158] By: nick                                  on 1997/10/18  03:12:59
14045         Log: Integrate lib/... into oneperl
14046      Branch: oneperl
14047           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
14048           !> (integrate 138 files)
14049 ____________________________________________________________________________
14050 [   157] By: nick                                  on 1997/10/18  02:55:53
14051         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
14052      Branch: oneperl
14053            ! lib/Bundle/CPAN.pm
14054 ____________________________________________________________________________
14055 [   156] By: nick                                  on 1997/10/18  02:52:44
14056         Log: Make lib/Bundle/CPAN.pm a text file
14057      Branch: perl
14058            ! lib/Bundle/CPAN.pm
14059 ____________________________________________________________________________
14060 [   155] By: nick                                  on 1997/10/18  02:33:02
14061         Log: Some weirdness in the intgrate process
14062      Branch: oneperl
14063            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
14064            - win32/bin/webget.bat win32/config.H win32/config.w32
14065 ____________________________________________________________________________
14066 [   153] By: nick                                  on 1997/10/18  02:29:16
14067         Log: Let us try all the pure integrate stuff
14068      Branch: oneperl
14069           !> (integrate 647 files)
14070 ____________________________________________________________________________
14071 [   152] By: nick                                  on 1997/10/18  02:13:35
14072         Log: Get more sub directories out of the way.
14073      Branch: oneperl
14074           !> (integrate 92 files)
14075 ____________________________________________________________________________
14076 [   151] By: nick                                  on 1997/10/18  02:05:41
14077         Log: Integrate hints 
14078      Branch: oneperl
14079           !> (integrate 68 files)
14080 ____________________________________________________________________________
14081 [   150] By: nick                                  on 1997/10/18  01:57:20
14082         Log: Try reopening some non-contravertial files
14083      Branch: oneperl
14084           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
14085           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
14086           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
14087           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
14088 ____________________________________________________________________________
14089 [   144] By: gsar                                  on 1997/10/16  22:26:07
14090         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
14091              build.  Once again, builds and runs all    Thread tests using either
14092              compiler.
14093      Branch: win32/perl
14094            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
14095            ! win32/makefile.mk
14096 ____________________________________________________________________________
14097 [   143] By: gsar                                  on 1997/10/16  20:45:58
14098         Log: A quick merge of latest mainline.
14099      Branch: win32/perl
14100           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
14101           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
14102           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
14103           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
14104           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
14105           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
14106           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
14107           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
14108           +> lib/base.pm t/lib/dosglob.t
14109            - ext/util/extliblist
14110           !> (integrate 134 files)
14111
14112 ----------------
14113 Version 5.004_53
14114 ----------------
14115
14116 ____________________________________________________________________________
14117 [   142] By: mbeattie                              on 1997/10/16  16:52:55
14118         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
14119      Branch: perl
14120            ! MANIFEST
14121 ____________________________________________________________________________
14122 [   141] By: mbeattie                              on 1997/10/16  16:42:13
14123         Log: Move perlext/Thread into perl/ext/Thread.
14124      Branch: perl
14125           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
14126           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
14127           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
14128           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
14129           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
14130           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
14131           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
14132           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
14133            ! Configure
14134      Branch: perlext
14135            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
14136            - Thread/Thread.xs Thread/Thread/Queue.pm
14137            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
14138            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
14139            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
14140            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
14141            - Thread/unsync4.t
14142 ____________________________________________________________________________
14143 [   140] By: mbeattie                              on 1997/10/16  16:26:53
14144         Log: Correct threads_mutex locking in main thread destruction.
14145              Add per-interp thrsv to hold SV struct thread for main thread.
14146              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
14147              Add Thread/list.t test of Thread->list method.
14148              Let Thread::Semaphore methods up and down take an extra argument.
14149      Branch: perl
14150            ! embed.h interp.sym perl.c perl.h thread.h
14151      Branch: perlext
14152            + Thread/list.t
14153            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
14154 ____________________________________________________________________________
14155 [   139] By: mbeattie                              on 1997/10/16  14:01:11
14156         Log: Fix up merge with 5.004_04.
14157      Branch: perl
14158            ! op.c perl.c t/lib/dosglob.t
14159 ____________________________________________________________________________
14160 [   138] By: TimBunce                              on 1997/10/16  12:58:22
14161         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
14162      Branch: maint-5.004/perl
14163            ! t/lib/dosglob.t
14164 ____________________________________________________________________________
14165 [   137] By: mbeattie                              on 1997/10/16  11:09:25
14166         Log: Merge maint-5.004 branch (5.004_04) with mainline.
14167      Branch: perl
14168           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
14169            - ext/util/extliblist
14170           !> (integrate 132 files)
14171 ____________________________________________________________________________
14172 [   135] By: gsar                                  on 1997/10/15  21:46:05
14173         Log: Win32 changes over 5.004_52:
14174              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
14175              on an already locked mutex.
14176              - other minor tweaks.
14177              Now builds and runs win32-version of Thread_52, passing all tests.
14178      Branch: win32/perl
14179            ! perl.c proto.h thread.h
14180 ____________________________________________________________________________
14181 [   134] By: gsar                                  on 1997/10/15  18:19:31
14182         Log: fixup makefile.mk conflict.
14183      Branch: win32/perl
14184            ! win32/makefile.mk
14185 ____________________________________________________________________________
14186 [   133] By: gsar                                  on 1997/10/15  18:02:46
14187         Log: Integrated latest changes from mainline into win32.
14188      Branch: win32/perl
14189           +> fakethr.h
14190           !> MANIFEST Porting/makerel Porting/patchls README.threads
14191           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
14192           !> win32/config.vc win32/config_H.bc win32/config_H.vc
14193           !> win32/makefile.mk
14194
14195 ----------------
14196 Version 5.004_52
14197 ----------------
14198
14199 ____________________________________________________________________________
14200 [   132] By: mbeattie                              on 1997/10/15  17:02:38
14201         Log: Remove out-of-date test Thread/cond.t.
14202      Branch: perlext
14203            - Thread/cond.t
14204 ____________________________________________________________________________
14205 [   131] By: mbeattie                              on 1997/10/15  16:57:45
14206         Log: Finish thread state machine: fixes global destruction of threads,
14207              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
14208              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
14209              Thread.xs.
14210      Branch: perl
14211            ! MANIFEST README.threads Todo.5.005 perl.c util.c
14212      Branch: perlext
14213            ! Thread/Thread.xs Thread/queue.t
14214 ____________________________________________________________________________
14215 [   130] By: mbeattie                              on 1997/10/15  16:55:10
14216         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
14217              Fix ThrSETSTATE not to lock t->mutex itself.
14218      Branch: perl
14219            ! fakethr.h thread.h
14220 ____________________________________________________________________________
14221 [   129] By: mbeattie                              on 1997/10/15  16:53:35
14222         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
14223      Branch: perl
14224            ! pp_hot.c
14225 ____________________________________________________________________________
14226 [   128] By: TimBunce                              on 1997/10/15  15:55:26
14227         Log: Maintenance 5.004_04 changes
14228      Branch: maint-5.004/perl
14229            + hints/os390.sh lib/base.pm t/lib/dosglob.t
14230            - ext/util/extliblist
14231            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
14232            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
14233            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
14234            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
14235            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
14236            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
14237            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
14238            ! installperl lib/AutoLoader.pm lib/CPAN.pm
14239            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
14240            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14241            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
14242            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
14243            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
14244            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
14245            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
14246            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
14247            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
14248            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
14249            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
14250            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
14251            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14252            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
14253            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
14254            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
14255            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
14256            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
14257            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
14258            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
14259            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
14260            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
14261            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
14262            ! win32/Makefile win32/config_H.bc win32/config_H.vc
14263            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
14264            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
14265 ____________________________________________________________________________
14266 [   127] By: mbeattie                              on 1997/10/15  10:00:18
14267         Log: Added fakethr.h.
14268      Branch: perl
14269            + fakethr.h
14270 ____________________________________________________________________________
14271 [   126] By: mbeattie                              on 1997/10/15  09:50:57
14272         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
14273      Branch: perl
14274            ! thread.h
14275 ____________________________________________________________________________
14276 [   125] By: mbeattie                              on 1997/10/15  09:09:24
14277         Log: Started rewriting thread state machine.
14278      Branch: perl
14279            ! perl.c thread.h
14280      Branch: perlext
14281            ! Thread/Thread.xs
14282 ____________________________________________________________________________
14283 [   124] By: gsar                                  on 1997/10/14  00:23:15
14284         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
14285              tests in win32 version of latest perlext/Thread.
14286      Branch: win32/perl
14287            ! pp_hot.c
14288 ____________________________________________________________________________
14289 [   123] By: gsar                                  on 1997/10/13  23:18:38
14290         Log: Initial merge of win32 threads patch.
14291      Branch: win32/perl
14292            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
14293            ! win32/Makefile win32/makedef.pl win32/makefile.mk
14294            ! win32/perllib.c win32/pod.mak win32/win32.h
14295 ____________________________________________________________________________
14296 [   122] By: gsar                                  on 1997/10/10  20:58:40
14297         Log: Integrated changes on mainline into the win32 branch.  Had to set
14298              P4USER=mbeattie for the resolve step (due to the presence of newly
14299              branched files that had not been submitted?)
14300      Branch: win32/perl
14301           +> Porting/makerel Porting/patchls README.threads Todo.5.005
14302           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
14303           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
14304           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
14305           +> win32/bin/webget.pl win32/config.bc win32/config.vc
14306           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
14307            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
14308            - win32/bin/webget.bat win32/config.H win32/config.w32
14309            ! thread.h
14310           !> (integrate 858 files)
14311 ____________________________________________________________________________
14312 [   121] By: mbeattie                              on 1997/10/10  17:23:41
14313         Log: Tweak a few Thread tests.
14314      Branch: perlext
14315            + Thread/join2.t
14316            ! Thread/io.t Thread/sync2.t
14317 ____________________________________________________________________________
14318 [   120] By: mbeattie                              on 1997/10/10  17:22:46
14319         Log: Rewrite thread destruction system using linked list of threads.
14320              Still not completely done. Add methods self, equal, flags, list
14321              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
14322      Branch: perl
14323            ! perl.c perl.h thread.h
14324      Branch: perlext
14325            ! Thread/Thread.xs Thread/typemap
14326 ____________________________________________________________________________
14327 [   119] By: mbeattie                              on 1997/10/10  17:19:55
14328         Log: Fix up locking/synchronisation for pp_entersub.
14329      Branch: perl
14330            ! pp_hot.c
14331 ____________________________________________________________________________
14332 [   118] By: mbeattie                              on 1997/10/10  09:55:32
14333         Log: Put back entries in MANIFEST for the four now-returned win32/* files
14334      Branch: perl
14335            ! MANIFEST
14336 ____________________________________________________________________________
14337 [   117] By: mbeattie                              on 1997/10/10  08:12:23
14338         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
14339      Branch: perl
14340            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
14341 ____________________________________________________________________________
14342 [   116] By: mbeattie                              on 1997/10/08  15:41:08
14343         Log: Add missing sig_pipe definition to Thread.xs.
14344      Branch: perlext
14345            ! Thread/Thread.xs
14346 ____________________________________________________________________________
14347 [   115] By: mbeattie                              on 1997/10/08  15:40:46
14348         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
14349              add missing dTHR; to new function unwind_handler_stack() in mg.c
14350              and bump patchlevel.h to 5.004_52.
14351      Branch: perl
14352            ! MANIFEST mg.c patchlevel.h
14353 ____________________________________________________________________________
14354 [   114] By: mbeattie                              on 1997/10/08  10:19:27
14355         Log: Merge maint-5.004 branch (5.004_03) with mainline.
14356              MANIFEST is out of sync.
14357      Branch: perl
14358           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
14359           +> win32/bin/webget.pl
14360            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
14361            - win32/bin/webget.bat
14362           !> (integrate 168 files)
14363 ____________________________________________________________________________
14364 [   113] By: mbeattie                              on 1997/10/05  17:52:49
14365         Log: Move init of global mutexes/cond vars earlier.
14366      Branch: perl
14367            ! perl.c
14368 ____________________________________________________________________________
14369 [   112] By: nick                                  on 1997/10/04  15:25:28
14370         Log: Add perl.sym to MANIFEST
14371      Branch: oneperl
14372            ! MANIFEST
14373 ____________________________________________________________________________
14374 [   111] By: nick                                  on 1997/10/04  15:23:37
14375         Log: Missing file
14376      Branch: oneperl
14377            + perl.sym
14378 ____________________________________________________________________________
14379 [   110] By: nick                                  on 1997/10/04  13:04:26
14380         Log: Now builds the extensions as well
14381              Passes all tests
14382      Branch: oneperl
14383            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
14384            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
14385            ! toke.c util.c writemain.SH
14386 ____________________________________________________________________________
14387 [   109] By: nick                                  on 1997/10/04  12:02:14
14388         Log: Odd checkin issue
14389      Branch: oneperl
14390            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
14391            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
14392            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
14393            ! vms/perly_h.vms writemain.SH
14394 ____________________________________________________________________________
14395 [   108] By: nick                                  on 1997/10/04  11:12:52
14396         Log: Added lots of (missing) prototypes (ckprotos is util to check)
14397              Fixed missing aTHIS flagged by above.
14398              -DUSE_THISPTR passes minitest!
14399      Branch: oneperl
14400            + ckprotos
14401            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
14402            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
14403            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
14404            ! vms/perly_h.vms
14405 ____________________________________________________________________________
14406 [   107] By: nick                                  on 1997/10/03  22:36:52
14407         Log: .y muddle fixup - will get this sorted oneday ...
14408      Branch: oneperl
14409            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
14410            ! vms/perly_h.vms
14411 ____________________________________________________________________________
14412 [   106] By: mbeattie                              on 1997/10/03  17:12:33
14413         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
14414              from struct thread. Added missing thr->Tfoo defines for statbuf
14415              and timesbuf and removed unused Tbuf field.
14416      Branch: perl
14417            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
14418 ____________________________________________________________________________
14419 [   105] By: nick                                  on 1997/10/03  15:56:50
14420         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
14421      Branch: oneperl
14422            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
14423            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
14424            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
14425            ! sv.c taint.c thread.h toke.c universal.c util.c
14426 ____________________________________________________________________________
14427 [   104] By: mbeattie                              on 1997/10/03  15:23:25
14428         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
14429      Branch: perl
14430            ! global.sym pp.c proto.h sv.c
14431 ____________________________________________________________________________
14432 [   103] By: mbeattie                              on 1997/10/03  15:17:39
14433         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
14434      Branch: perl
14435            ! av.c hv.c perl.h sv.c
14436 ____________________________________________________________________________
14437 [   102] By: mbeattie                              on 1997/10/03  11:53:51
14438         Log: Reliable thread signal handling.
14439      Branch: perl
14440            ! global.sym mg.c perl.c perl.h
14441      Branch: perlext
14442            ! Thread/Thread.xs
14443 ____________________________________________________________________________
14444 [   101] By: nick                                  on 1997/10/02  20:43:17
14445         Log: Cleanup perly.y stuff
14446      Branch: oneperl
14447            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
14448 ____________________________________________________________________________
14449 [   100] By: nick                                  on 1997/10/02  18:54:08
14450         Log: Compiles with less invasive aTHIS adding
14451      Branch: oneperl
14452            + nothis.sym
14453            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
14454            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
14455            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
14456            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
14457            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
14458            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
14459            ! util.c vars.h
14460
14461 ----------------
14462 Version 5.004_51
14463 ----------------
14464
14465 ____________________________________________________________________________
14466 [    99] By: mbeattie                              on 1997/10/02  17:23:48
14467         Log: Added Thread/queue.t.
14468      Branch: perlext
14469            + Thread/queue.t
14470 ____________________________________________________________________________
14471 [    98] By: mbeattie                              on 1997/10/02  17:19:44
14472         Log: Bumped patchlevel to 51. Updated Todo.5.005.
14473      Branch: perl
14474            ! Todo.5.005 patchlevel.h
14475 ____________________________________________________________________________
14476 [    97] By: mbeattie                              on 1997/10/02  17:07:47
14477         Log: Update README.threads amd Thread/README
14478      Branch: perl
14479            ! README.threads
14480      Branch: perlext
14481            ! Thread/README
14482 ____________________________________________________________________________
14483 [    96] By: mbeattie                              on 1997/10/02  16:58:47
14484         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
14485              fix sv_bless3 prototype.
14486      Branch: perl
14487            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
14488 ____________________________________________________________________________
14489 [    95] By: mbeattie                              on 1997/10/02  16:50:21
14490         Log: Fixed broken typemap for Thread.
14491      Branch: perlext
14492            ! Thread/typemap
14493 ____________________________________________________________________________
14494 [    94] By: mbeattie                              on 1997/10/02  16:34:03
14495         Log: Fix pod text in Lint.pm for private-names option.
14496      Branch: perlext
14497            ! Compiler/B/Lint.pm
14498 ____________________________________________________________________________
14499 [    93] By: mbeattie                              on 1997/10/02  13:44:46
14500         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
14501      Branch: perl
14502            ! MANIFEST embed.h
14503 ____________________________________________________________________________
14504 [    92] By: mbeattie                              on 1997/10/02  13:27:10
14505         Log: Add Todo.5.005
14506      Branch: perl
14507            + Todo.5.005
14508 ____________________________________________________________________________
14509 [    91] By: nick                                  on 1997/10/01  20:23:38
14510         Log: Raw _T# trial
14511      Branch: oneperl
14512            ! embed.h embed.pl proto.h sv.c
14513 ____________________________________________________________________________
14514 [    90] By: nick                                  on 1997/10/01  18:22:03
14515         Log: THIS + new sort stuff
14516      Branch: oneperl
14517            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
14518 ____________________________________________________________________________
14519 [    89] By: nick                                  on 1997/10/01  18:03:05
14520         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
14521      Branch: oneperl
14522            ! pp_ctl.c proto.h util.c
14523 ____________________________________________________________________________
14524 [    88] By: mbeattie                              on 1997/10/01  17:04:12
14525         Log: Start of Configure support for -Dusethreads plus associated
14526              Linux hints.
14527      Branch: perl
14528            ! Configure hints/linux.sh
14529 ____________________________________________________________________________
14530 [    87] By: mbeattie                              on 1997/10/01  17:03:34
14531         Log: Move runops_foo prototypes from proto.h to early in perl.h.
14532      Branch: perl
14533            ! perl.h proto.h
14534 ____________________________________________________________________________
14535 [    86] By: nick                                  on 1997/09/30  19:15:21
14536         Log: Debug hackery to thread.h - temporary
14537              Quick-fix qsort() replacement - more to come.
14538      Branch: oneperl
14539            ! thread.h util.c
14540 ____________________________________________________________________________
14541 [    85] By: mbeattie                              on 1997/09/30  15:50:27
14542         Log: Added Lint option regexp-variables.
14543      Branch: perlext
14544            ! Compiler/B/Lint.pm
14545 ____________________________________________________________________________
14546 [    84] By: mbeattie                              on 1997/09/30  15:11:07
14547         Log: Merge maint-5.004 branch (5.004_01) with mainline.
14548      Branch: perl
14549           +> Porting/makerel Porting/patchls hints/newsos4.sh
14550           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
14551           +> win32/config.vc win32/config_H.bc win32/config_H.vc
14552           +> win32/makefile.mk
14553            - win32/config.H win32/config.w32
14554           !> (integrate 109 files)
14555 ____________________________________________________________________________
14556 [    83] By: TimBunce                              on 1997/09/30  14:27:09
14557         Log: Maintenance 5.004_03 changes (addendum)
14558      Branch: maint-5.004/perl
14559            - win32/bin/search.bat
14560 ____________________________________________________________________________
14561 [    82] By: TimBunce                              on 1997/09/30  14:11:29
14562         Log: Maintenance 5.004_03 changes
14563      Branch: maint-5.004/perl
14564            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
14565            + win32/bin/webget.pl
14566            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
14567            - win32/bin/webget.bat
14568            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
14569            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
14570            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
14571            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
14572            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
14573            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14574            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
14575            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
14576            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
14577            ! win32/win32.c
14578 ____________________________________________________________________________
14579 [    81] By: TimBunce                              on 1997/09/30  13:17:27
14580         Log: Maintenance 5.004_02 changes
14581      Branch: maint-5.004/perl
14582            + win32/bin/runperl.bat
14583            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
14584            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
14585            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14586            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
14587            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14588            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
14589            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
14590            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
14591            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
14592            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
14593            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
14594            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14595            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14596            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14597            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
14598            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
14599            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
14600            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
14601            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
14602            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
14603            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
14604            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
14605            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
14606            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
14607            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
14608            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
14609            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
14610            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
14611            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
14612            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
14613            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
14614            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
14615            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
14616            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
14617            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
14618            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
14619            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
14620            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
14621            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
14622            ! win32/config.bc win32/config.vc win32/config_H.bc
14623            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
14624            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
14625            ! win32/win32io.c win32/win32io.h win32/win32iop.h
14626            ! win32/win32sck.c
14627 ____________________________________________________________________________
14628 [    80] By: nick                                  on 1997/09/29  20:31:43
14629         Log: Add some prototypes in attempt to flush out errors
14630              Tidy up vars.h usage.
14631      Branch: oneperl
14632            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
14633            ! proto.h util.c vars.h
14634 ____________________________________________________________________________
14635 [    79] By: nick                                  on 1997/09/29  17:12:07
14636         Log: Builds and passes tests without THISPTR
14637      Branch: oneperl
14638            ! MANIFEST global.sym perl.c perl.h vars.h
14639 ____________________________________________________________________________
14640 [    78] By: mbeattie                              on 1997/09/29  16:57:23
14641         Log: Re-introduce the changes from change 68 (runops becomes a
14642              function pointer and sv_bless3 for '~'-magic) which got lost
14643              during the preparation for the maint-merge.
14644      Branch: perl
14645            ! global.sym perl.h pp.c proto.h run.c sv.c
14646 ____________________________________________________________________________
14647 [    77] By: mbeattie                              on 1997/09/29  16:44:16
14648         Log: Start merge with maint-5.004 branch by creating an ancestral
14649              branch point via a fake resolution with the maint-merge branch.
14650              See Perforce Tech Note 9 for details.
14651      Branch: perl
14652           !> (integrate 864 files)
14653 ____________________________________________________________________________
14654 [    76] By: nick                                  on 1997/09/28  19:04:42
14655         Log: Code with this pointer compiles (but core dumps)
14656      Branch: oneperl
14657            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
14658            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
14659            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
14660            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
14661            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
14662            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
14663            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
14664            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
14665            ! vars.h
14666 ____________________________________________________________________________
14667 [    75] By: nick                                  on 1997/09/28  15:45:35
14668         Log: Quasi sensible starting point for aTHIS addition.
14669      Branch: oneperl
14670            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
14671 ____________________________________________________________________________
14672 [    74] By: nick                                  on 1997/09/28  11:23:32
14673         Log: Ooops - unwind perly.* stuff for now
14674      Branch: oneperl
14675            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
14676 ____________________________________________________________________________
14677 [    73] By: nick                                  on 1997/09/28  11:17:23
14678         Log: Builds and passes all tests again
14679      Branch: oneperl
14680            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
14681            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
14682 ____________________________________________________________________________
14683 [    72] By: nick                                  on 1997/09/28  10:47:01
14684         Log: Save "important things" before re-try
14685      Branch: oneperl
14686            + vars.h
14687            ! embed.pl thread.h thread.sym
14688 ____________________________________________________________________________
14689 [    71] By: nick                                  on 1997/09/26  17:47:31
14690         Log: Basic hacks to build with USE_THISPTR, not yet useful
14691              but builds miniperl and passes minitest with all thread 
14692              variables via a _GLOBAL_ thr variable rather than globals.
14693              Now for the local thr variable ...
14694      Branch: oneperl
14695            + thread.sym
14696            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
14697            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
14698            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
14699            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
14700            ! util.c vms/vms.c
14701 ____________________________________________________________________________
14702 [    70] By: mbeattie                              on 1997/09/23  14:29:23
14703         Log: Branch oneperl from mainline.
14704      Branch: oneperl
14705           +> (branch 871 files)
14706 ____________________________________________________________________________
14707 [    69] By: mbeattie                              on 1997/09/22  16:02:37
14708         Log: struct thread now stored in an SV and uses '~'-magic for access.
14709      Branch: perl
14710            ! thread.h
14711      Branch: perlext
14712            ! Thread/Thread.xs Thread/typemap
14713 ____________________________________________________________________________
14714 [    68] By: mbeattie                              on 1997/09/22  16:01:48
14715         Log: runops becomes a funtion pointer and sv_bless3 created
14716              to avoid pointer forgery with '~'-magic.
14717      Branch: perl
14718            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
14719 ____________________________________________________________________________
14720 [    67] By: mbeattie                              on 1997/09/22  15:45:56
14721         Log: More fprintf -> PerlIO_printf changes.
14722      Branch: perl
14723            ! perl.c pp_hot.c util.c
14724 ____________________________________________________________________________
14725 [    66] By: mbeattie                              on 1997/09/22  15:10:40
14726         Log: Minor multi-threading patches for VMS.
14727      Branch: perl
14728            ! mg.c thread.h vms/vms.c
14729 ____________________________________________________________________________
14730 [    65] By: mbeattie                              on 1997/09/15  14:09:11
14731         Log: Add undefined-subs option to Lint.pm.
14732      Branch: perlext
14733            ! Compiler/B/Lint.pm
14734 ____________________________________________________________________________
14735 [    64] By: mbeattie                              on 1997/09/10  16:39:41
14736         Log: Debugging output for lock handling.
14737      Branch: perl
14738            ! mg.c pp.c pp_hot.c util.c
14739 ____________________________________________________________________________
14740 [    63] By: mbeattie                              on 1997/09/10  14:49:00
14741         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
14742      Branch: perlext
14743           +> Thread/Thread/Semaphore.pm
14744            - Thread/Semaphore.pm
14745 ____________________________________________________________________________
14746 [    62] By: mbeattie                              on 1997/09/10  14:47:31
14747         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
14748      Branch: perlext
14749           +> Thread/Thread/Queue.pm
14750            - Thread/Queue.pm
14751 ____________________________________________________________________________
14752 [    61] By: mbeattie                              on 1997/09/10  13:56:50
14753         Log: Solaris fixes: delete pad and padname from thread.h and remove
14754              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
14755      Branch: perl
14756            ! thread.h x2p/Makefile.SH
14757
14758 ----------------
14759 Version 5.004_50        First developer release towards 5.005
14760 ----------------
14761
14762 Maintenance of the 5.004 version of perl continues with the 5.004_xx
14763 series, where 'xx' is <= 49.  Development of the next version, 5.005,
14764 starts with 5.004_50.
14765
14766 ____________________________________________________________________________
14767 [    60] By: mbeattie                              on 1997/09/09  16:57:41
14768         Log: Update README.threads to mention -DL.
14769      Branch: perl
14770            ! README.threads
14771 ____________________________________________________________________________
14772 [    59] By: mbeattie                              on 1997/09/09  16:49:08
14773         Log: Add Thread modules Queue.pm and Semaphore.pm
14774      Branch: perlext
14775            + Thread/Queue.pm Thread/Semaphore.pm
14776 ____________________________________________________________________________
14777 [    58] By: mbeattie                              on 1997/09/09  16:33:45
14778         Log: Update README.threads
14779      Branch: perl
14780            ! README.threads
14781 ____________________________________________________________________________
14782 [    57] By: mbeattie                              on 1997/09/09  16:26:47
14783         Log: Add debug info to Thread typemap.
14784      Branch: perlext
14785            ! Thread/typemap
14786 ____________________________________________________________________________
14787 [    56] By: mbeattie                              on 1997/09/09  15:04:26
14788         Log: Rewrite synchronisation of subs/methods and add attrs
14789              extension for specifying 'locked' and 'method' attributes.
14790      Branch: perl
14791            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
14792            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
14793            ! pp_hot.c proto.h sv.c sv.h toke.c
14794      Branch: perlext
14795            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
14796 ____________________________________________________________________________
14797 [    55] By: mbeattie                              on 1997/09/03  16:34:47
14798         Log: Add new keyword "lock" to Opcode.pm
14799      Branch: perl
14800            ! ext/Opcode/Opcode.pm
14801 ____________________________________________________________________________
14802 [    54] By: mbeattie                              on 1997/09/03  14:44:44
14803         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
14804      Branch: perl
14805            ! embed.h keywords.h
14806 ____________________________________________________________________________
14807 [    53] By: mbeattie                              on 1997/09/03  13:52:24
14808         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
14809      Branch: perl
14810            ! MANIFEST
14811 ____________________________________________________________________________
14812 [    52] By: mbeattie                              on 1997/09/03  13:41:20
14813         Log: Let Lint private_names catch out-of-package _foo methods.
14814      Branch: perlext
14815            ! Compiler/B/Lint.pm
14816 ____________________________________________________________________________
14817 [    51] By: mbeattie                              on 1997/09/03  13:20:12
14818         Log: Bump patchlevel.h to 5.004_50
14819      Branch: perl
14820            ! patchlevel.h
14821 ____________________________________________________________________________
14822 [    50] By: mbeattie                              on 1997/09/03  12:31:48
14823         Log: Make compiler build/work with devel 5.005
14824      Branch: perlext
14825            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
14826            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
14827 ____________________________________________________________________________
14828 [    49] By: mbeattie                              on 1997/09/03  12:28:05
14829         Log: Rename RESTART to INIT and associated changes
14830      Branch: perl
14831            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
14832            ! toke.c vms/perly_c.vms
14833 ____________________________________________________________________________
14834 [    48] By: mbeattie                              on 1997/09/02  15:54:27
14835         Log: Added private-names option.
14836      Branch: perlext
14837            ! Compiler/B/Lint.pm
14838 ____________________________________________________________________________
14839 [    47] By: mbeattie                              on 1997/09/02  11:54:55
14840         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
14841      Branch: perlext
14842            ! Compiler/cc_runtime.h
14843 ____________________________________________________________________________
14844 [    46] By: mbeattie                              on 1997/08/28  19:40:08
14845         Log: Missing sprintf in try_autoload.
14846      Branch: perlext
14847            ! Compiler/B/C.pm
14848 ____________________________________________________________________________
14849 [    45] By: mbeattie                              on 1997/08/13  16:15:25
14850         Log: Threading fixups for Digital UNIX.
14851      Branch: perl
14852            ! README.threads malloc.c perl.h toke.c
14853 ____________________________________________________________________________
14854 [    44] By: mbeattie                              on 1997/08/11  15:46:29
14855         Log: Assorted changes for multi-threading (now works rather more).
14856      Branch: perl
14857            + README.threads
14858            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
14859            ! toke.c util.c
14860      Branch: perlext
14861            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
14862            ! Thread/unsync.t
14863 ____________________________________________________________________________
14864 [    43] By: mbeattie                              on 1997/08/08  14:11:00
14865         Log: Made Lint check subs (and -u packages).
14866              Added support for dollar_underscore and implicit $_ in foreach.
14867      Branch: perlext
14868            ! Compiler/B/Lint.pm
14869 ____________________________________________________________________________
14870 [    42] By: TimBunce                              on 1997/07/25  17:15:57
14871         Log: Maintenance 5.004_01 changes
14872      Branch: maint-5.004/perl
14873            + Porting/makerel Porting/patchls hints/newsos4.sh
14874            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
14875            + win32/config.vc win32/config_H.bc win32/config_H.vc
14876            + win32/makefile.mk
14877            - win32/config.H win32/config.w32
14878            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
14879            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
14880            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14881            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
14882            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
14883            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
14884            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
14885            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14886            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14887            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
14888            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
14889            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
14890            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
14891            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
14892            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
14893            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
14894            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14895            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
14896            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
14897            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
14898            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
14899            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
14900            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
14901            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
14902            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
14903            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
14904            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
14905            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
14906            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
14907            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
14908 ____________________________________________________________________________
14909 [    41] By: mbeattie                              on 1997/07/24  14:57:53
14910         Log: Start support for fake threads.
14911              pp_lock now returns its argument.
14912      Branch: perl
14913            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
14914            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
14915            ! util.c
14916      Branch: perlext
14917            ! Thread/Thread.xs
14918 ____________________________________________________________________________
14919 [    40] By: mbeattie                              on 1997/07/24  14:55:07
14920         Log: Add missing reset of eval_owner if doeval() fails to parse.
14921      Branch: perl
14922            ! pp_ctl.c
14923 ____________________________________________________________________________
14924 [    39] By: mbeattie                              on 1997/07/17  13:35:51
14925         Log: Fix multiple problems with lexical @_.
14926      Branch: perl
14927            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
14928            ! toke.c
14929 ____________________________________________________________________________
14930 [    38] By: mbeattie                              on 1997/07/16  17:02:09
14931         Log: Change %lx to %x in B::CV::save to prevent some CV
14932              fields becoming 0 in the init section. Add missing
14933              write_back in B::Stackobj::Padsv::load_double to fix
14934              test 22 of op/my.t.
14935      Branch: perlext
14936            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
14937 ____________________________________________________________________________
14938 [    37] By: mbeattie                              on 1997/07/10  11:28:16
14939         Log: Branch win32 developments from main perl branch.
14940      Branch: win32/perl
14941           +> (branch 867 files)
14942 ____________________________________________________________________________
14943 [    36] By: mbeattie                              on 1997/07/05  11:58:05
14944         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
14945              as well as provide_ref (5.003).
14946      Branch: perlext
14947            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
14948 ____________________________________________________________________________
14949 [    35] By: mbeattie                              on 1997/07/05  11:55:18
14950         Log: Introduce pp_lock.
14951      Branch: perl
14952            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
14953            ! pp.c pp_ctl.c toke.c
14954 ____________________________________________________________________________
14955 [    34] By: mbeattie                              on 1997/07/01  12:24:28
14956         Log: Support for op in global register (still buggy)
14957      Branch: perl
14958            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
14959            ! proto.h scope.c scope.h thread.h
14960 ____________________________________________________________________________
14961 [    33] By: mbeattie                              on 1997/06/24  16:34:24
14962         Log: Branch lexical warnings from perl branch.
14963      Branch: lexwarn/perl
14964           +> (branch 867 files)
14965 ____________________________________________________________________________
14966 [    32] By: mbeattie                              on 1997/06/24  14:33:57
14967         Log: Branch integration of maint-5.004 from relperl.
14968      Branch: mainline/perl
14969           +> (branch 600 files)
14970      Branch: maint-5.004/perl
14971           +> (branch 864 files)
14972 ____________________________________________________________________________
14973 [    31] By: mbeattie                              on 1997/06/20  11:46:50
14974         Log: corrected bad_type() prototype. 
14975      Branch: perl
14976            ! op.c
14977 ____________________________________________________________________________
14978 [    30] By: mbeattie                              on 1997/06/12  12:38:05
14979         Log: Tweak README.
14980      Branch: perlext
14981            ! Thread/README
14982 ____________________________________________________________________________
14983 [    29] By: mbeattie                              on 1997/06/12  12:34:59
14984         Log: Document -m option of CC backend.
14985      Branch: perlext
14986            ! Compiler/NOTES
14987 ____________________________________________________________________________
14988 [    28] By: mbeattie                              on 1997/06/12  12:25:05
14989         Log: Support sysseek introduced in 5.004.
14990      Branch: perlext
14991            ! Compiler/ccop.c Compiler/ccop.h
14992 ____________________________________________________________________________
14993 [    27] By: mbeattie                              on 1997/06/05  14:20:51
14994         Log: More fixups for thrperl integration.
14995      Branch: perl
14996            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14997            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
14998            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
14999            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
15000            ! util.c
15001 ____________________________________________________________________________
15002 [    25] By: mbeattie                              on 1997/05/28  15:11:24
15003         Log: Fixups for thrperl integration.
15004      Branch: perl
15005            ! embed.h keywords.h op.c opcode.h perl.c util.c
15006 ____________________________________________________________________________
15007 [    24] By: mbeattie                              on 1997/05/26  20:10:42
15008         Log: Integrate thrperl 5.003->5.004.
15009      Branch: perl
15010           +> thread.h
15011           !> (integrate 33 files)
15012 ____________________________________________________________________________
15013 [    23] By: mbeattie                              on 1997/05/26  11:45:39
15014         Log: Fix ppname when saving subs.
15015      Branch: perlext
15016            ! Compiler/B/C.pm
15017 ____________________________________________________________________________
15018 [    22] By: mbeattie                              on 1997/05/26  11:45:03
15019         Log: -mFoo option now forces -uFoo.
15020      Branch: perlext
15021            ! Compiler/B/CC.pm
15022 ____________________________________________________________________________
15023 [    21] By: mbeattie                              on 1997/05/26  11:43:37
15024         Log: Put back objsym/savesym (used by walkoptree_exec).
15025      Branch: perlext
15026            ! Compiler/B.pm
15027 ____________________________________________________________________________
15028 [    20] By: mbeattie                              on 1997/05/26  11:38:45
15029         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
15030      Branch: perl
15031            ! av.c global.sym
15032 ____________________________________________________________________________
15033 [    19] By: mbeattie                              on 1997/05/25  21:19:38
15034         Log: Fix up integration 5.003->5.004.
15035      Branch: perl
15036            + lib/Class/Fields.pm lib/ISA.pm
15037            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
15038            ! toke.c
15039 ____________________________________________________________________________
15040 [    18] By: mbeattie                              on 1997/05/25  10:31:21
15041         Log: First stab at 5.003 -> 5.004 integration.
15042      Branch: perl
15043           +> (branch 291 files)
15044            - Changes.Conf ext/DynaLoader/dl_os2.xs
15045            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
15046            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
15047            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
15048            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
15049            - lib/chat2.pl lib/splain os2/README os2/README.old
15050            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
15051            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
15052            - x2p/handy.h x2p/s2p.man
15053           !> (integrate 392 files)
15054 ____________________________________________________________________________
15055 [    17] By: mbeattie                              on 1997/05/24  18:46:49
15056         Log: Wholesale update to 5.004.
15057      Branch: relperl
15058            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
15059            + Porting/Glossary Porting/pumpkin.pod README.amiga
15060            + README.cygwin32 README.os2 README.plan9 README.qnx
15061            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
15062            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
15063            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
15064            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15065            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
15066            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15067            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15068            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
15069            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
15070            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
15071            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
15072            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
15073            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
15074            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
15075            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
15076            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
15077            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
15078            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
15079            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
15080            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
15081            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
15082            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
15083            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
15084            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
15085            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
15086            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
15087            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
15088            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
15089            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
15090            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
15091            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
15092            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
15093            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
15094            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
15095            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
15096            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
15097            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
15098            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
15099            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
15100            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
15101            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
15102            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
15103            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
15104            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
15105            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
15106            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
15107            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
15108            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
15109            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
15110            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
15111            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
15112            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
15113            + plan9/config.plan9 plan9/exclude plan9/fndvers
15114            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
15115            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
15116            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
15117            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
15118            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
15119            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
15120            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
15121            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
15122            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
15123            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
15124            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
15125            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
15126            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
15127            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
15128            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
15129            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
15130            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
15131            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
15132            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
15133            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
15134            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
15135            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
15136            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
15137            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
15138            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
15139            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
15140            + t/pragma/warn-1global t/pragma/warning.t universal.c
15141            + utils/splain.PL vms/ext/DCLsym/0README.txt
15142            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
15143            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
15144            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
15145            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
15146            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
15147            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
15148            + win32/config.H win32/config.w32 win32/config_h.PL
15149            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
15150            + win32/include/arpa/inet.h win32/include/dirent.h
15151            + win32/include/netdb.h win32/include/sys/socket.h
15152            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
15153            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
15154            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
15155            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
15156            + x2p/proto.h
15157            - Changes.Conf ext/DynaLoader/dl_os2.xs
15158            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
15159            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
15160            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
15161            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
15162            - lib/chat2.pl lib/splain os2/README os2/README.old
15163            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
15164            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
15165            - x2p/handy.h x2p/s2p.man
15166            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
15167            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
15168            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
15169            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
15170            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
15171            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
15172            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
15173            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
15174            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
15175            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
15176            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
15177            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
15178            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
15179            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
15180            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
15181            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
15182            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15183            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
15184            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
15185            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
15186            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
15187            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
15188            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
15189            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
15190            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
15191            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
15192            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
15193            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
15194            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
15195            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
15196            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
15197            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
15198            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
15199            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
15200            ! installman installperl interp.sym keywords.h keywords.pl
15201            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
15202            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
15203            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
15204            ! lib/Exporter.pm lib/ExtUtils/Install.pm
15205            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
15206            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15207            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
15208            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
15209            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
15210            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
15211            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
15212            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
15213            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
15214            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
15215            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
15216            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
15217            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
15218            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
15219            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
15220            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
15221            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
15222            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
15223            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
15224            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
15225            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
15226            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
15227            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
15228            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
15229            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
15230            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
15231            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
15232            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
15233            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
15234            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
15235            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
15236            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
15237            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
15238            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
15239            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
15240            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
15241            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
15242            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
15243            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
15244            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
15245            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
15246            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
15247            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
15248            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
15249            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
15250            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
15251            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
15252            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
15253            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
15254            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
15255            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
15256            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
15257            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
15258            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
15259            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
15260            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
15261            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
15262            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
15263            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
15264            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
15265            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
15266            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
15267            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
15268            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
15269            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
15270            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
15271            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
15272            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
15273            ! x2p/util.h x2p/walk.c
15274 ____________________________________________________________________________
15275 [    16] By: mbeattie                              on 1997/05/23  22:42:08
15276         Log: Initial integration of relperl from 5.003.
15277      Branch: relperl
15278           +> (branch 600 files)
15279 ____________________________________________________________________________
15280 [    14] By: mbeattie                              on 1997/05/12  20:22:56
15281         Log: Finish code generation rewrite. Clean up B::Section class and
15282              handle symbol table translation internally. Simple .pm modules
15283              now compile OK.
15284      Branch: perlext
15285            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
15286            ! Compiler/B/CC.pm
15287 ____________________________________________________________________________
15288 [    13] By: mbeattie                              on 1997/05/05  19:41:18
15289         Log: Don't make pp_enter and pp_return trigger basic blocks.
15290      Branch: perlext
15291            ! Compiler/B/Bblock.pm
15292 ____________________________________________________________________________
15293 [    12] By: mbeattie                              on 1997/05/05  19:40:16
15294         Log: Rewrite code generation. Sections (de)multiplexed into a
15295              temporary file instead of stored in arrays.
15296      Branch: perlext
15297            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
15298 ____________________________________________________________________________
15299 [    11] By: mbeattie                              on 1997/05/03  20:20:59
15300         Log: Development to pre-alpha4
15301      Branch: perlext
15302            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
15303            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
15304            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
15305            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
15306            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
15307            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
15308            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
15309            ! Compiler/test_harness Compiler/test_harness_cc
15310 ____________________________________________________________________________
15311 [    10] By: mbeattie                              on 1997/05/03  14:47:06
15312         Log: Initial check-in of perl compiler.
15313      Branch: perlext
15314            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
15315            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
15316            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
15317            + Compiler/B/CC.pm Compiler/B/Debug.pm
15318            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
15319            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
15320            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
15321            + Compiler/O.pm Compiler/README Compiler/TESTS
15322            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
15323            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
15324            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
15325            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
15326            + Compiler/disassemble Compiler/old/README.feb11
15327            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
15328            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
15329            + Compiler/op.patch Compiler/ramblings/cc.notes
15330            + Compiler/ramblings/curcop.runtime
15331            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
15332            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
15333            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
15334            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
15335            + Compiler/ramblings/runtime.porting
15336            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
15337            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
15338            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
15339            + Compiler/test_harness_bytecode Compiler/test_harness_cc
15340            + Compiler/typemap
15341 ____________________________________________________________________________
15342 [     9] By: mbeattie                              on 1997/05/02  19:03:49
15343         Log: Don't require CvDEPTH == 0 when bombing out of subs.
15344      Branch: thrperl
15345            ! pp_hot.c
15346 ____________________________________________________________________________
15347 [     8] By: mbeattie                              on 1997/04/23  19:06:45
15348         Log: Added programmer-level condition variables via "condpair" magic.
15349              Added support for detached threads and tweaked a few things.
15350      Branch: thrperl
15351            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
15352            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
15353            ! util.c
15354 ____________________________________________________________________________
15355 [     7] By: mbeattie                              on 1997/04/23  19:04:18
15356         Log: Rewrote programmer-level condition variables from scratch. Added
15357              support for detaching threads. Fixed handling for arguments
15358              passed in to threads and return values for joined threads.
15359      Branch: perlext
15360            + Thread/lock.t
15361            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
15362            ! Thread/typemap
15363 ____________________________________________________________________________
15364 [     6] By: mbeattie                              on 1997/04/10  20:17:26
15365         Log: Initial check-in of Thread module.
15366      Branch: perlext
15367            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
15368            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
15369            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
15370            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
15371            + Thread/unsync4.t
15372 ____________________________________________________________________________
15373 [     5] By: mbeattie                              on 1997/04/10  20:05:52
15374         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
15375              missing parens (pad allocation) in the tokener.
15376      Branch: thrperl
15377            ! op.c pp_ctl.c toke.c
15378 ____________________________________________________________________________
15379 [     4] By: mbeattie                              on 1997/03/28  18:40:44
15380         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
15381      Branch: thrperl
15382            + thread.h
15383            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
15384            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
15385            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
15386            ! run.c scope.c sv.c sv.h toke.c util.c
15387 ____________________________________________________________________________
15388 [     3] By: mbeattie                              on 1997/03/28  13:36:23
15389         Log: Branch 5.003 -> thrperl
15390      Branch: thrperl
15391           +> (branch 600 files)
15392 ____________________________________________________________________________
15393 [     2] By: mbeattie                              on 1997/03/28  13:32:21
15394         Log: Initial devel changes.
15395              Pseudo-hashes. Optional strong typing. RESTART {}.
15396      Branch: perl
15397            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
15398            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
15399            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
15400 ____________________________________________________________________________
15401 [     1] By: mbeattie                              on 1997/03/28  13:17:33
15402         Log: Perl 5.003 check-in
15403      Branch: perl
15404            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
15405            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
15406            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
15407            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
15408            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
15409            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
15410            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
15411            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
15412            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
15413            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
15414            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
15415            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
15416            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
15417            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
15418            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
15419            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
15420            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
15421            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
15422            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
15423            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
15424            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
15425            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
15426            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
15427            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
15428            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
15429            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15430            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
15431            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
15432            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
15433            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
15434            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
15435            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
15436            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
15437            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
15438            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
15439            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
15440            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
15441            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
15442            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
15443            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
15444            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
15445            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
15446            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
15447            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
15448            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
15449            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
15450            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
15451            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
15452            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
15453            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
15454            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
15455            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
15456            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
15457            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
15458            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
15459            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
15460            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
15461            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
15462            + hints/README.hints hints/aix.sh hints/altos486.sh
15463            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
15464            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
15465            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
15466            + hints/fps.sh hints/freebsd.sh hints/genix.sh
15467            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
15468            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
15469            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
15470            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
15471            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
15472            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
15473            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
15474            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
15475            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
15476            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
15477            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
15478            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
15479            + hints/uts.sh hv.c hv.h installman installperl interp.sym
15480            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
15481            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
15482            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
15483            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
15484            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
15485            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15486            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
15487            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
15488            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
15489            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
15490            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
15491            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
15492            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
15493            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
15494            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
15495            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
15496            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
15497            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
15498            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
15499            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
15500            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
15501            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
15502            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
15503            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
15504            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
15505            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
15506            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
15507            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
15508            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
15509            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
15510            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
15511            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
15512            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
15513            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
15514            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
15515            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
15516            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
15517            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
15518            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
15519            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
15520            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
15521            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
15522            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
15523            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
15524            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
15525            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
15526            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
15527            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
15528            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
15529            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
15530            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
15531            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
15532            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
15533            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
15534            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
15535            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
15536            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
15537            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
15538            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
15539            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
15540            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
15541            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
15542            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
15543            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
15544            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
15545            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
15546            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
15547            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
15548            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
15549            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
15550            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
15551            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
15552            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
15553            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
15554            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
15555            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
15556            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
15557            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
15558            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
15559            + vms/Makefile vms/config.vms vms/descrip.mms
15560            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
15561            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
15562            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
15563            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
15564            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
15565            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
15566            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
15567            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
15568            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
15569            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
15570            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
15571            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
15572            + x2p/walk.c