fix off-by-one in change#623 that broke lexical lookups in eval''
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of March 1997):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Graham Barr         <gbarr@ti.com>
24     Spider Boardman     <spider@orb.nashua.nh.us>
25     Tom Christiansen    <tchrist@perl.com>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@chapin.edu>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
53     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
54     Tim Bunce           <Tim.Bunce@ig.co.uk>
55     Andy Dougherty      <doughera@lafcol.lafayette.edu>
56     Gurusamy Sarathy    <gsar@engin.umich.edu>
57     Chip Salzenberg     <chip@perl.com>
58
59 And, of course, the Author of Perl:
60
61     Larry Wall          <larry@wall.org>
62
63
64 NOTE: Each change entry shows the change number; who checked it into the
65 repository; when; description of the change; which branch the change
66 happened in; and the affected files.  The file lists have a short symbolic
67 indicator:
68
69             !       modified
70             +       added
71             -       deleted
72             +>      branched (from elsewhere)
73             !>      merged changes (from elsewhere)
74
75
76 ----------------
77 Version 5.004_76        5.005 Public Beta, Issue 2
78 ----------------
79
80 ____________________________________________________________________________
81 [  1612] By: gsar                                  on 1998/07/21  07:15:54
82         Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
83      Branch: perl
84            ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl
85            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
86            ! win32/win32sck.c
87 ____________________________________________________________________________
88 [  1611] By: gsar                                  on 1998/07/21  07:12:00
89         Log: fix bytecode.pl with moved var names
90      Branch: perl
91            ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
92 ____________________________________________________________________________
93 [  1610] By: gsar                                  on 1998/07/21  05:51:10
94         Log: tweak toke.c
95      Branch: perl
96            ! toke.c
97 ____________________________________________________________________________
98 [  1609] By: gsar                                  on 1998/07/21  05:46:59
99         Log: change case of PERL_OBJECT filenames, consistent with the rest
100      Branch: perl
101            + XSlock.h objXSUB.h
102            - ObjXSub.h XSLock.h
103            ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h
104            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
105 ____________________________________________________________________________
106 [  1608] By: gsar                                  on 1998/07/21  05:31:13
107         Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)
108      Branch: perl
109            ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h
110 ____________________________________________________________________________
111 [  1607] By: gsar                                  on 1998/07/21  05:29:10
112         Log: part 1 of PERL_OBJECT fixes for new var names
113      Branch: perl
114            ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c
115            ! run.c win32/GenCAPI.pl
116 ____________________________________________________________________________
117 [  1606] By: gsar                                  on 1998/07/21  05:17:26
118         Log: From:    Stephen McCamant <alias@mcs.com>
119              Date:    Mon, 20 Jul 1998 23:53:32 CDT
120              Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net>
121              Subject: [PATCH] redundant RV2GVs in ck_fun()
122      Branch: perl
123            ! op.c
124 ____________________________________________________________________________
125 [  1605] By: gsar                                  on 1998/07/21  05:13:28
126         Log: From:    Stephen McCamant <alias@mcs.com>
127              Date:    Mon, 20 Jul 1998 23:32:42 CDT
128              Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net>
129              Subject: B::Deparse 0.56 (first testsuite fixes; big)
130      Branch: perl
131            ! ext/B/B/Deparse.pm
132 ____________________________________________________________________________
133 [  1604] By: gsar                                  on 1998/07/21  05:07:29
134         Log: applied a slightly tweaked version of suggested patch
135              From: Colin Kuskie <ckuskie@cadence.com>
136              Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT)
137              Message-ID: <Pine.GSO.3.96.980720154841.6188M-100000@pdxmail.cadence.com>
138              Subject: [PATCH _75] More documentation for -i prefix
139      Branch: perl
140            ! pod/perlrun.pod
141 ____________________________________________________________________________
142 [  1603] By: gsar                                  on 1998/07/21  04:59:19
143         Log: disable malloced_size() feedback with -DLEAKTEST
144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
145              Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT)
146              Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu>
147              Subject: [PATCH 5.004_75] -DLEAKTEST broken
148      Branch: perl
149            ! av.c sv.c
150 ____________________________________________________________________________
151 [  1602] By: gsar                                  on 1998/07/21  04:57:43
152         Log: fix hints/hpux.sh for cpp recognition
153              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
154              Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT)
155              Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
156              Subject: RE: Configure misses preprocessor on HP-UX
157      Branch: perl
158            ! hints/hpux.sh
159 ____________________________________________________________________________
160 [  1601] By: gsar                                  on 1998/07/21  04:55:51
161         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
162              Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT)
163              Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu>
164              Subject: [PATCH 5.004_72] Compile (?{}) into a correct package
165      Branch: perl
166            ! pp_ctl.c t/op/pat.t
167 ____________________________________________________________________________
168 [  1600] By: gsar                                  on 1998/07/21  04:48:32
169         Log: allocate a whole fd_set for pp_sselect() on more platforms
170              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
171              Date: 20 Jul 1998 00:14:18 +0300
172              Message-ID: <oeen2a5y251.fsf@alpha.hut.fi>
173              Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
174      Branch: perl
175            ! pp_sys.c
176 ____________________________________________________________________________
177 [  1599] By: gsar                                  on 1998/07/21  04:44:04
178         Log: add tests to check if context propagation works
179              From: Francois Desarmenien <desar@club-internet.fr>
180              Date: Sun, 19 Jul 1998 12:28:33 +0200
181              Message-ID: <35B1CA51.A606AD27@club-internet.fr>
182              Subject: Re: m//g strange behaviour in 5.004
183      Branch: perl
184            + t/op/context.t
185            ! MANIFEST
186 ____________________________________________________________________________
187 [  1598] By: gsar                                  on 1998/07/21  04:37:49
188         Log: applied RE doc patches, with tweaks to the prose
189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
190              Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT)
191              Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu>
192              Subject: [PATCH 5.004_72] Document irregular zero-length matches
193              --
194              Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT)
195              Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu>
196              Subject: [PATCH 5.004_72] Another irregularity of expressions documented
197      Branch: perl
198            ! pod/perlre.pod
199 ____________________________________________________________________________
200 [  1597] By: gsar                                  on 1998/07/21  04:16:51
201         Log: pod tweak suggested by Ilya
202      Branch: perl
203            ! pod/perlfunc.pod
204 ____________________________________________________________________________
205 [  1596] By: gsar                                  on 1998/07/21  04:12:39
206         Log: enable color output with -Mre=debugcolor with -DDEBUGGING
207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
208              Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT)
209              Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu>
210              Subject: [PATCH 5.004_72] Better -Mre=colordb
211      Branch: perl
212            ! ext/re/re.xs
213 ____________________________________________________________________________
214 [  1595] By: gsar                                  on 1998/07/21  04:07:44
215         Log: From: "John L. Allen" <allen@grumman.com>
216              Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT)
217              Message-ID: <Pine.SOL.3.91.980716113018.14617A-100000@gateway.grumman.com>
218              Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags
219      Branch: perl
220            ! utils/perlbug.PL
221 ____________________________________________________________________________
222 [  1594] By: gsar                                  on 1998/07/21  04:06:06
223         Log: don't use SelectSaver on IO::Handle->input_*() methods
224              From: Robin Barker <rmb1@cise.npl.co.uk>
225              Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST)
226              Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk>
227              Subject: Re: Bug in IO::Handle->input_record_separator
228      Branch: perl
229            ! ext/IO/lib/IO/Handle.pm
230 ____________________________________________________________________________
231 [  1593] By: gsar                                  on 1998/07/21  04:03:46
232         Log: applied a tweaked version of suggested patch
233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
234              Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT)
235              Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu>
236              Subject: [PATCH 5.004_72] Enable/document colors in re.pm
237      Branch: perl
238            ! ext/re/re.pm
239 ____________________________________________________________________________
240 [  1592] By: gsar                                  on 1998/07/21  03:49:55
241         Log: remove compat3.sym and rename perld4.pod
242      Branch: perl
243           +> pod/perl5004delta.pod
244            - compat3.sym pod/perld4.pod
245            ! MANIFEST
246 ____________________________________________________________________________
247 [  1591] By: gsar                                  on 1998/07/21  03:38:16
248         Log: update patchlevel, Changes
249      Branch: perl
250            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
251            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
252 ____________________________________________________________________________
253 [  1590] By: gsar                                  on 1998/07/21  03:06:04
254         Log: documentation tweaks from Abigail <abigail@fnx.com>
255              Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT)
256              Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com>
257              Subject: Re: [PATCH 5.00475] pod/perlsyn.pod
258              --
259              Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT)
260              Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com>
261              Subject: [PATCH 5.00475] pod/perlguts.pod
262              --
263              Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT)
264              Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com>
265              Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod
266              --
267              Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT)
268              Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com>
269              Subject: [PATCH, 5.00475], pod/perlsub.pod
270              --
271              Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT)
272              Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com>
273              Subject: [PATCH 5.00475] pod/perlfunc.pod
274      Branch: perl
275            ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod
276            ! pod/perlsyn.pod
277 ____________________________________________________________________________
278 [  1589] By: gsar                                  on 1998/07/21  02:44:25
279         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
280              Date: Wed, 15 Jul 1998 09:38:12 -0700
281              Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu>
282              Subject: [PATCH 5.005-beta1]Quick VMS config update
283              --
284              Date: Wed, 15 Jul 1998 12:53:52 -0700
285              Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu>
286              Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!)
287              --
288              Date: Thu, 16 Jul 1998 11:15:44 -0700
289              Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu>
290              Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler
291              --
292              Date: Thu, 16 Jul 1998 11:21:55 -0700
293              Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu>
294              Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS
295              --
296              Date: Thu, 16 Jul 1998 11:25:04 -0700
297              Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu>
298              Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older
299              --
300              Date: Fri, 17 Jul 1998 15:29:13 -0700
301              Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu>
302              Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure
303              --
304              Date: Mon, 20 Jul 1998 10:20:49 -0700
305              Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu>
306              Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build
307              --
308              Date: Mon, 20 Jul 1998 10:13:03 -0700
309              Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu>
310              Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process
311              --
312              From: Brad Hughes <brad@tgsmc.com>
313              Date: Mon, 20 Jul 1998 15:51:22 -0700
314              Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu>
315              Subject: patch for readme.vms
316      Branch: perl
317            ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template
318            ! vms/gen_shrfls.pl vms/subconfigure.com
319 ____________________________________________________________________________
320 [  1588] By: gsar                                  on 1998/07/21  01:26:20
321         Log: change#1481 didn't go through at all, redo it
322      Branch: perl
323            ! t/base/rs.t
324 ____________________________________________________________________________
325 [  1587] By: gsar                                  on 1998/07/21  01:21:41
326         Log: workaround C<"foo" "bar"> catenation-intolerant compilers
327      Branch: perl
328            ! regexec.c toke.c
329 ____________________________________________________________________________
330 [  1586] By: gsar                                  on 1998/07/21  01:05:49
331         Log: do not override PERL_DESTRUCT_LEVEL if use has it set
332      Branch: perl
333            ! t/TEST
334 ____________________________________________________________________________
335 [  1585] By: gsar                                  on 1998/07/21  00:39:17
336         Log: fix small memory leak when mess_sv happens to be touched by magic
337      Branch: perl
338            ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
339 ____________________________________________________________________________
340 [  1584] By: gsar                                  on 1998/07/21  00:37:32
341         Log: fix memory leak in C<local(*foo) = 'bar'>
342      Branch: perl
343            ! scope.c
344 ____________________________________________________________________________
345 [  1583] By: TimBunce                              on 1998/07/20  22:14:11
346         Log: Update Changes and patchlevel.h for release. At last.
347      Branch: maint-5.004/perl
348            ! Changes patchlevel.h
349 ____________________________________________________________________________
350 [  1582] By: gsar                                  on 1998/07/20  21:28:43
351         Log: add rsfp_filters and perldb to pollutants list
352      Branch: perl
353            ! embed.pl
354 ____________________________________________________________________________
355 [  1581] By: nick                                  on 1998/07/20  19:22:37
356         Log: Integrate mainline pre-beta2 - just in case 
357      Branch: ansiperl
358           !> (integrate 66 files)
359 ____________________________________________________________________________
360 [  1580] By: TimBunce                              on 1998/07/20  17:16:38
361         Log: Assorted patches:
362              
363              Title:  "Clean up hash array allocation"
364              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
365              Msg-ID:  <199807201052.GAA13336@aatma.engin.umich.edu>
366              Files:  hv.c
367              
368              Title:  "Further fixes for cppstdin on HP-UX 11"
369              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
370              Msg-ID:  <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
371              Files:  hints/hpux.sh
372      Branch: maint-5.004/perl
373            ! hints/hpux.sh hv.c
374 ____________________________________________________________________________
375 [  1579] By: TimBunce                              on 1998/07/20  09:46:14
376         Log: Assorted patches:
377              
378              Title:  "Fix C<$1 .. $2> coredump under debugger"
379              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
380              Msg-ID:  <199807200042.UAA23288@aatma.engin.umich.edu>
381              Files:  pp_ctl.c
382              
383              Title:  "Fix lvalue leaks stemming from failure to free LvTARG(sv)"
384              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
385              Msg-ID:  <199807191829.OAA12433@aatma.engin.umich.edu>
386              Files:  embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t
387              
388              Title:  "fix major bug (from 5.003_96); void contexts were using the context
389              of the enclosing sub!"
390              From:  Francois Desarmenien <desar@club-internet.fr>, Gurusamy Sarathy
391              <gsar@engin.umich.edu>
392              Msg-ID:  <199807180927.FAA08032@aatma.engin.umich.edu>,
393              <35B1CA51.A606AD27@club-internet.fr>
394              Files:  op.h
395              
396              Title:  "Update lib/Getopt/Long.pm (from perl5.005 beta 1)"
397              From:  Johan Vromans <jvromans@squirrel.nl>
398              Msg-ID:  <13745.47704.943964.34613@phoenix.squirrel.nl>
399              Files:  lib/Getopt/Long.pm
400              
401              Title:  "Add Porting/p4d2p utility for converting perforce diffs"
402              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
403              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>
404              Files:  MANIFEST Porting/p4d2p
405      Branch: maint-5.004/perl
406            + Porting/p4d2p
407            ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h
408            ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t
409 ____________________________________________________________________________
410 [  1578] By: gsar                                  on 1998/07/20  09:38:39
411         Log: complete s/foo/PL_foo/ changes (all escaped cases identified with
412              brute force search script).  Result builds and passes all tests on
413              Solaris.  win32 and PERL_OBJECT are still untested.
414      Branch: perl
415            ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h
416            ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm
417            ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap
418            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs
419            ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs
420            ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap
421            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap
422            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap
423            ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c
424            ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs
425            ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c
426            ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
427            ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c
428            ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs
429            ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c
430 ____________________________________________________________________________
431 [  1577] By: TimBunce                              on 1998/07/20  08:28:17
432         Log: Title:  "Make failed matches return empty list in list context"
433              From:  "Paul E. Maisano" <pem@aaii.oz.au>, Gurusamy Sarathy
434              <gsar@engin.umich.edu>, Paul Maisano <pem@aaii.oz.au>
435              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>,
436              <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>,
437              <35B156FB.504E66E@aaii.oz.au>
438              Files:  pod/perlop.pod pp_hot.c t/op/pat.t
439      Branch: maint-5.004/perl
440            ! pod/perlop.pod pp_hot.c t/op/pat.t
441 ____________________________________________________________________________
442 [  1576] By: TimBunce                              on 1998/07/20  08:11:37
443         Log: Title:  "win32 update from 5.005 beta 2 for 5.004_05"
444              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
445              Msg-ID:  <199807192332.TAA20905@aatma.engin.umich.edu>
446              Files:  win32/include/dirent.h win32/include/sys/socket.h proto.h
447              lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
448              win32/win32.h win32/win32iop.h README.win32 installperl
449              pp_ctl.c win32/Makefile win32/config.bc win32/config.vc
450              win32/config_H.bc win32/config_H.vc win32/config_h.PL
451              win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl
452              win32/makefile.mk win32/pod.mak win32/win32.c
453              win32/win32sck.c win32/bin/pl2bat.pl
454      Branch: maint-5.004/perl
455            ! README.win32 installperl lib/ExtUtils/Liblist.pm
456            ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile
457            ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc
458            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
459            ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h
460            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
461            ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h
462            ! win32/win32sck.c
463 ____________________________________________________________________________
464 [  1575] By: gsar                                  on 1998/07/20  01:27:14
465         Log: integrate ansi branch to get s/foo/PL_foo/ changes
466      Branch: perl
467           +> fixvars
468           !> (integrate 537 files)
469 ____________________________________________________________________________
470 [  1574] By: gsar                                  on 1998/07/20  00:33:43
471         Log: fix C<$1 .. $2> coredump under debugger
472      Branch: perl
473            ! pp_ctl.c
474 ____________________________________________________________________________
475 [  1573] By: gsar                                  on 1998/07/20  00:28:27
476         Log: misc win32 config tweaks
477      Branch: perl
478            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
479            ! win32/config_h.PL win32/makefile.mk
480 ____________________________________________________________________________
481 [  1572] By: nick                                  on 1998/07/19  19:04:58
482         Log: Missed file that had changed
483      Branch: ansiperl
484            ! embedvar.h
485 ____________________________________________________________________________
486 [  1571] By: nick                                  on 1998/07/19  18:57:35
487         Log: Another threaded, perl malloc issue, x2p's Makefile.SH  has a 
488              pattern match...
489      Branch: ansiperl
490            ! x2p/Makefile.SH
491 ____________________________________________________________________________
492 [  1570] By: nick                                  on 1998/07/19  18:16:20
493         Log: Drat! - threaded perl-malloc has mutex that needs PL_
494      Branch: ansiperl
495            ! malloc.c perl.h
496 ____________________________________________________________________________
497 [  1569] By: nick                                  on 1998/07/19  17:55:22
498         Log: PL_ for perl's malloc
499      Branch: ansiperl
500            ! hv.c malloc.c
501 ____________________________________________________________________________
502 [  1568] By: nick                                  on 1998/07/19  16:23:30
503         Log: PL_ minir tidy up
504      Branch: ansiperl
505            ! embed.pl ext/Thread/Thread.xs util.c
506 ____________________________________________________________________________
507 [  1567] By: nick                                  on 1998/07/19  13:21:07
508         Log: Add PL_ to merged file
509      Branch: ansiperl
510            ! pp_hot.c
511 ____________________________________________________________________________
512 [  1566] By: nick                                  on 1998/07/19  12:38:30
513         Log: Merge Mainline
514      Branch: ansiperl
515            + fixvars
516           !> (integrate 29 files)
517 ____________________________________________________________________________
518 [  1565] By: gsar                                  on 1998/07/19  07:06:54
519         Log: tweak pod in MakeMaker.pm
520              From: Paul Johnson <pjcj@transeda.com>
521              Date: Sat, 18 Jul 1998 15:58:48 +0100
522              Message-ID: <19980718155847.D903@west-tip.transeda.com>
523              Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm
524      Branch: perl
525            ! lib/ExtUtils/MakeMaker.pm
526 ____________________________________________________________________________
527 [  1564] By: gsar                                  on 1998/07/19  07:04:45
528         Log: From: Gisle Aas <gisle@aas.no>
529              Date: 17 Jul 1998 22:49:32 +0200
530              Message-ID: <m390lsb3tv.fsf@furu.g.aas.no>
531              Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records
532      Branch: perl
533            ! sv.c
534 ____________________________________________________________________________
535 [  1563] By: gsar                                  on 1998/07/19  07:03:32
536         Log: update freebsd hints
537              From: Mik Firestone <fireston@lexmark.com>
538              Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT)
539              Message-Id: <199807171924.AA05297@interlock2.lexmark.com>
540              Subject: [PATCH 5.005b1] hints/freebsd.sh
541      Branch: perl
542            ! hints/freebsd.sh
543 ____________________________________________________________________________
544 [  1562] By: gsar                                  on 1998/07/19  07:01:33
545         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
546              Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT)
547              Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu>
548              Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks
549      Branch: perl
550            ! README.mpeix hints/mpeix.sh
551 ____________________________________________________________________________
552 [  1561] By: gsar                                  on 1998/07/19  07:00:19
553         Log: From: Norton Allen <allen@huarp.harvard.edu>
554              Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt)
555              Message-Id: <199807171637.MAA24830@bottesini.harvard.edu>
556              Subject: [PATCH: 75] make install fails
557      Branch: perl
558            ! Makefile.SH
559 ____________________________________________________________________________
560 [  1560] By: gsar                                  on 1998/07/19  06:58:55
561         Log: fix flawed substitution-loop detection on zero-length matches
562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
563              Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT)
564              Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu>
565              Subject: [PATCH 5.004_72] Substitution loop in devel branch
566      Branch: perl
567            ! pp_hot.c t/op/subst.t
568 ____________________________________________________________________________
569 [  1559] By: gsar                                  on 1998/07/19  06:56:19
570         Log: add perltrap entry about "${#a}", as suggested by
571              andy barfoot <abarfoot@eng.auburn.edu>
572      Branch: perl
573            ! pod/perltrap.pod
574 ____________________________________________________________________________
575 [  1558] By: gsar                                  on 1998/07/19  06:43:53
576         Log: From: Anton Berezin <tobez@plab.ku.dk>
577              Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST)
578              Message-Id: <199807170949.LAA18099@lion.plab.ku.dk>
579              Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket
580      Branch: perl
581            ! pod/perlcall.pod
582 ____________________________________________________________________________
583 [  1557] By: gsar                                  on 1998/07/19  06:40:33
584         Log: From: "Art Green" <Art_Green@mercmarine.com>
585              Date: Thu, 16 Jul 1998 21:37:05 -0500
586              Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com>
587              Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library
588      Branch: perl
589            ! hints/aix.sh
590 ____________________________________________________________________________
591 [  1556] By: gsar                                  on 1998/07/19  06:38:17
592         Log: update README.threads
593              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
594              Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT)
595              Message-Id: <Pine.SUN.3.96.980716110949.2651J-100000@newton.phys>
596              Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads
597      Branch: perl
598            ! README.threads
599 ____________________________________________________________________________
600 [  1555] By: gsar                                  on 1998/07/19  06:36:32
601         Log: From: Scott Henry <scotth@sgi.com>
602              Date: 15 Jul 1998 20:23:02 -0700
603              Message-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
604              Subject: [PATCH 5.005-beta1] update hints/irix_6.sh
605      Branch: perl
606            ! hints/irix_6.sh
607 ____________________________________________________________________________
608 [  1554] By: gsar                                  on 1998/07/19  06:35:10
609         Log: From: Spider Boardman <spider@web.zk3.dec.com>
610              Date: Wed, 15 Jul 1998 16:56:48 -0400
611              Message-Id: <199807152056.QAA369057@web.zk3.dec.com>
612              Subject: [PATCH _75] dec_osf hints still wrong
613      Branch: perl
614            ! hints/dec_osf.sh
615 ____________________________________________________________________________
616 [  1553] By: gsar                                  on 1998/07/19  06:33:29
617         Log: tweak hpux hints in vain attempt to get cppstdin set properly
618              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
619              Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT)
620              Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93
621              Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
622              --
623              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
624              Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT)
625              Subject: Re: Configure misses preprocessor on HP-UX
626              Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
627      Branch: perl
628            ! hints/hpux.sh
629 ____________________________________________________________________________
630 [  1552] By: gsar                                  on 1998/07/19  06:26:24
631         Log: From: Tye McQueen <tye@metronet.com>
632              Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT)
633              Message-Id: <199807151846.AA12653@metronet.com>
634              Subject: Minor debugger fix
635      Branch: perl
636            ! lib/perl5db.pl
637 ____________________________________________________________________________
638 [  1551] By: gsar                                  on 1998/07/19  06:25:05
639         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
640              Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT)
641              Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys>
642              Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch
643      Branch: perl
644            ! INSTALL pp.c
645 ____________________________________________________________________________
646 [  1550] By: gsar                                  on 1998/07/19  06:23:10
647         Log: minor re.pm cleanup
648              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
649              Date: Wed, 15 Jul 1998 12:41:14 +0100
650              Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk>
651              Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl
652      Branch: perl
653            ! ext/re/re.pm pod/perldiag.pod
654 ____________________________________________________________________________
655 [  1549] By: gsar                                  on 1998/07/19  06:20:49
656         Log: export additional symbols on OS/2
657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
658              Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT)
659              Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu>
660              Subject: [PATCH 5.004_72] Export more symbols from Perl DLL
661      Branch: perl
662            ! os2/os2.sym
663 ____________________________________________________________________________
664 [  1548] By: gsar                                  on 1998/07/19  06:18:58
665         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
666              Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT)
667              Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu>
668              Subject: [PATCH 5.004_72] Minor improvements to perlcc
669      Branch: perl
670            ! utils/perlcc.PL
671 ____________________________________________________________________________
672 [  1547] By: gsar                                  on 1998/07/19  06:17:22
673         Log: applied slightly tweaked version of patch
674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
675              Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT)
676              Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu>
677              Subject: [PATCH 5.004_72] Updated patch to Test::Harness
678      Branch: perl
679            ! lib/Test/Harness.pm
680 ____________________________________________________________________________
681 [  1546] By: gsar                                  on 1998/07/19  06:11:03
682         Log: improve 'frame' handling in debugger
683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
684              Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT)
685              Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu>
686              Subject: [PATCH 5.004_72] Better debugger trace
687      Branch: perl
688            ! lib/perl5db.pl
689 ____________________________________________________________________________
690 [  1545] By: gsar                                  on 1998/07/19  06:07:51
691         Log: fix and test handling of literal newlines in heredocs
692              From: Gisle Aas <gisle@aas.no>
693              Date: 17 Jul 1998 14:58:25 +0200
694              Message-ID: <m3iukw63da.fsf@furu.g.aas.no>
695              Subject: Re: [PATCH _71] CRs et al
696              --
697              From: larry@wall.org (Larry Wall)
698              Date: Fri, 17 Jul 1998 09:32:35 -0700
699              Message-Id: <199807171632.JAA12959@wall.org>
700              Subject: Re: [PATCH _71] CRs et al
701      Branch: perl
702            ! t/comp/multiline.t toke.c
703 ____________________________________________________________________________
704 [  1544] By: gsar                                  on 1998/07/19  06:00:12
705         Log: remove possibly unwritable lib/re.pm before overwrite
706              From: larry@wall.org (Larry Wall)
707              Date: Wed, 15 Jul 1998 14:26:03 -0700
708              Message-Id: <199807152126.OAA04623@wall.org>
709              Subject: Re: bug encountered building perl5.005beta1
710      Branch: perl
711            ! Makefile.SH
712 ____________________________________________________________________________
713 [  1543] By: gsar                                  on 1998/07/19  05:56:18
714         Log: unsubmitted Changes tweak
715      Branch: perl
716            ! Changes cygwin32/ld2
717 ____________________________________________________________________________
718 [  1542] By: gsar                                  on 1998/07/19  01:21:22
719         Log: make failed matches return empty list in list context
720      Branch: perl
721            ! pod/perlop.pod pp_hot.c t/op/pat.t
722 ____________________________________________________________________________
723 [  1541] By: gsar                                  on 1998/07/18  22:27:59
724         Log: remove obsolete perltrap about m//g's pos() reset behavior
725      Branch: perl
726            ! pod/perltrap.pod
727 ____________________________________________________________________________
728 [  1540] By: nick                                  on 1998/07/18  22:16:26
729         Log: PL_ stuff passes non-threaded on Mingw32
730              (Why did it compile without this fix?)
731      Branch: ansiperl
732            ! pp_sys.c
733 ____________________________________________________________________________
734 [  1539] By: TimBunce                              on 1998/07/18  22:04:58
735         Log: Assorted patches:
736              
737              Title:  "Minor fixes to MakeMaker docs re ExtUtils::Embed"
738              From:  Paul Johnson <pjcj@transeda.com>
739              Msg-ID:  <19980718155847.D903@west-tip.transeda.com>
740              Files:  lib/ExtUtils/MakeMaker.pm
741              
742              Title:  "Update t/op/array.t (from 5.005 beta 1)"
743              Files:  t/op/array.t
744      Branch: maint-5.004/perl
745            ! lib/ExtUtils/MakeMaker.pm t/op/array.t
746 ____________________________________________________________________________
747 [  1538] By: TimBunce                              on 1998/07/18  21:57:50
748         Log: Title:  "Remove flawed '// with parens or $&' performance patch (Change 662)"
749              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tim Bunce <Tim.Bunce@ig.co.uk>,
750              larry@wall.org (Larry Wall)
751              Msg-ID:  <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>,
752              <E0yvtzn-0002F9-00@ursa.cus.cam.ac.uk>
753              Files:  cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c
754              pp_ctl.c pp_hot.c regexec.c scope.c
755      Branch: maint-5.004/perl
756            ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c
757            ! pp_hot.c proto.h regexec.c regexp.h scope.c
758 ____________________________________________________________________________
759 [  1537] By: nick                                  on 1998/07/18  20:56:58
760         Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags
761      Branch: ansiperl
762            ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c
763            ! win32/win32.c win32/win32.h
764 ____________________________________________________________________________
765 [  1536] By: nick                                  on 1998/07/18  20:50:26
766         Log: Merge latest mainline
767      Branch: ansiperl
768            ! patchlevel.h
769           !> ext/Thread/Thread.xs op.h util.c
770 ____________________________________________________________________________
771 [  1535] By: nick                                  on 1998/07/18  16:45:29
772         Log: Edited "behind my back" ...
773      Branch: ansiperl
774            ! vms/perly_c.vms
775 ____________________________________________________________________________
776 [  1534] By: nick                                  on 1998/07/18  16:38:27
777         Log: PL_ stuff for threads
778      Branch: ansiperl
779            ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h
780            ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c
781            ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h
782            ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h
783            ! thread.h toke.c util.c win32/perllib.c
784 ____________________________________________________________________________
785 [  1533] By: nick                                  on 1998/07/18  14:30:54
786         Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC
787              (still with PERL_GLOBAL_STRUCT) - to cover more #if branches
788      Branch: ansiperl
789            ! embed.pl intrpvar.h perl.c toke.c
790 ____________________________________________________________________________
791 [  1532] By: nick                                  on 1998/07/18  13:53:03
792         Log: PL_ prefix to all perlvars, part1
793              Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
794      Branch: ansiperl
795            ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c
796            ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
797            ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs
798            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs
799            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs
800            ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap
801            ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h
802            ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
803            ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c
804            ! thrdvar.h toke.c universal.c util.c
805 ____________________________________________________________________________
806 [  1531] By: gsar                                  on 1998/07/18  08:48:13
807         Log: fix yet another USE_THREADS leak due to failure to free stacks
808      Branch: perl
809            ! ext/Thread/Thread.xs util.c
810 ____________________________________________________________________________
811 [  1530] By: gsar                                  on 1998/07/18  08:46:58
812         Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were
813              using the context of the enclosing sub!
814      Branch: perl
815            ! op.h
816 ____________________________________________________________________________
817 [  1529] By: nick                                  on 1998/07/18  08:18:03
818         Log: Integrate post-beta tweaks to ansiperl
819      Branch: ansiperl
820           !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c
821           !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t
822           !> t/op/vec.t toke.c util.c
823 ____________________________________________________________________________
824 [  1528] By: gsar                                  on 1998/07/18  04:23:12
825         Log: fix lvalue leaks stemming from failure to free LvTARG(sv)
826      Branch: perl
827            ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c
828            ! t/op/substr.t t/op/vec.t
829 ____________________________________________________________________________
830 [  1527] By: gsar                                  on 1998/07/18  02:16:40
831         Log: check ferror() only if read() returned 0
832      Branch: perl
833            ! pp_sys.c
834 ____________________________________________________________________________
835 [  1526] By: gsar                                  on 1998/07/18  02:08:01
836         Log: fix another CvMUTEXP() leak
837      Branch: perl
838            ! gv.c
839 ____________________________________________________________________________
840 [  1525] By: TimBunce                              on 1998/07/18  01:51:52
841         Log: Assorted patches:
842              
843              Title:  "Fix @a=@a=qw(...) properly"
844              From:  Stephen McCamant <alias@mcs.com>
845              Msg-ID:  <13742.49404.367751.437966@alias-2.pr.mcs.net>
846              Files:  opcode.h
847              
848              Title:  "Larry's patch to support CR LF in scripts (updated)"
849              From:  Gisle Aas <gisle@aas.no>, larry@wall.org (Larry Wall)
850              Msg-ID:  <199807120054.RAA19550@wall.org>, <m3iukw63da.fsf@furu.g.aas.no>
851              Files:  t/comp/multiline.t toke.c
852              
853              Title:  "Change getc() docs to match behaviour. Make read() return undef on
854              error."
855              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
856              Msg-ID:  <199807052257.SAA10004@aatma.engin.umich.edu>
857              Files:  pod/perlfunc.pod pp_sys.c
858              
859              Title:  "Update patchls utility"
860              Files:  Porting/patchls
861      Branch: maint-5.004/perl
862            ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c
863            ! t/comp/multiline.t toke.c
864 ____________________________________________________________________________
865 [  1524] By: gsar                                  on 1998/07/18  01:22:35
866         Log: fix CvMUTEXP() leaks with -Dusethreads
867      Branch: perl
868            ! op.c toke.c
869 ____________________________________________________________________________
870 [  1523] By: gsar                                  on 1998/07/18  01:17:28
871         Log: fix $/ init for multiple interpreters/threads
872      Branch: perl
873            ! ext/Thread/Thread.xs perl.c util.c
874 ____________________________________________________________________________
875 [  1522] By: gsar                                  on 1998/07/18  01:11:07
876         Log: fix missing init that caused RE alternations to fail under
877              -Dusethreads
878      Branch: perl
879            ! util.c
880 ____________________________________________________________________________
881 [  1521] By: TimBunce                              on 1998/07/16  22:23:25
882         Log: Assorted patches:
883              
884              Title:  "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris"
885              From:  Albert Dvornik <bert@genscan.com>, Chip Salzenberg <chip@perl.org>
886              Msg-ID:  <19980708181055.A8005@perlsupport.com>,
887              <tqn2adkvge.fsf@puma.genscan.com>
888              Files:  util.c
889              
890              Title:  "Document perltrap on precedence of keys/values/each"
891              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
892              Msg-ID:  <199807151857.OAA04704@aatma.engin.umich.edu>
893              Files:  pod/perltrap.pod
894              
895              Title:  "perlbook.pod patch"
896              From:  Tom Christiansen <tchrist@chthon.perl.com>
897              Msg-ID:  <199807140037.SAA04556@chthon.perl.com>
898              Files:  pod/perlbook.pod
899              
900              Title:  "perlmod.pod patch"
901              From:  Tom Christiansen <tchrist@chthon.perl.com>
902              Msg-ID:  <199807140109.TAA04678@chthon.perl.com>
903              Files:  pod/perlmod.pod
904              
905              Title:  "Fix bug in IO::Handle->input_record_separator"
906              From:  Robin Barker <rmb1@cise.npl.co.uk>, Swen Thuemmler
907              <Swen.Thuemmler@paderlinx.de>
908              Msg-ID:  <199807161400.PAA25532@tempest.cise.npl.co.uk>,
909              <Pine.GSO.4.00.9807161649380.6537-100000@rmail>
910              Files:  ext/IO/lib/IO/Handle.pm
911              
912              Title:  "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)"
913              Files:  lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t
914              t/lib/trig.t utils/h2ph.PL
915              
916              Title:  "Update hints/irix_6.sh"
917              From:  Scott Henry <scotth@sgi.com>
918              Msg-ID:  <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
919              Files:  hints/irix_6.sh
920              
921              Title:  "Configure misses preprocessor on HP-UX (further fix)"
922              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
923              Msg-ID:  <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
924              Files:  hints/hpux.sh
925              
926              Title:  "update perlbug to v1.26 (from 5.005 beta 1)"
927              Files:  utils/perlbug.PL
928      Branch: maint-5.004/perl
929            ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh
930            ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod
931            ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t
932            ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL
933 ____________________________________________________________________________
934 [  1520] By: TimBunce                              on 1998/07/15  21:24:12
935         Log: Assorted patches:
936              
937              Title:  "Add stub attrs.pm"
938              From:  Graham Barr <gbarr@ti.com>, Gurusamy Sarathy <gsar@engin.umich.edu>
939              Msg-ID:  <19980713163312.A18222@asic.sc.ti.com>,
940              <199807132140.RAA09583@aatma.engin.umich.edu>
941              Files:  MANIFEST lib/attrs.pm
942              
943              Title:  "Fix @a=@a=qw(...)"
944              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant
945              <alias@mcs.com>
946              Msg-ID:  <13737.12300.950886.821143@alias-2.pr.mcs.net>,
947              <199807122351.TAA05649@aatma.engin.umich.edu>
948              Files:  op.c opcode.pl t/op/array.t
949              
950              Title:  "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop"
951              From:  Gisle Aas <gisle@aas.no>, Stephen McCamant <alias@mcs.com>
952              Msg-ID:  <13739.55551.205810.338648@alias-2.pr.mcs.net>,
953              <m33ec4jdwn.fsf@furu.g.aas.no>
954              Files:  sv.c
955              
956              Title:  "Make Power MachTen use vfork() and system malloc()"
957              From:  Dominic Dunlop <domo@computer.org>, Jarkko Hietaniemi <jhi@iki.fi>
958              Msg-ID:  <v03110700b1c95b010820@[195.95.102.91]>
959              Files:  hints/machten.sh malloc.c
960              
961              Title:  "Use REG_INFTY in place of hardwired constant"
962              From:  Dominic Dunlop <domo@computer.org>
963              Msg-ID:  <v03110703b1ca662c44f8@[195.95.102.91]>
964              Files:  regcomp.h regcomp.c regexec.c
965              
966              Title:  "Minor debugger fix (history adds an extra newline)"
967              From:  Tye McQueen <tye@metronet.com>
968              Msg-ID:  <199807151846.AA12653@metronet.com>
969              Files:  lib/perl5db.pl
970              
971              Title:  "Protect Term::ReadLine against non-default $/ value"
972              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>,
973              kstar@chapin.edu@ig.co.uk ()
974              Msg-ID:  <19980713151749.G8596@O2.chapin.edu>,
975              <199807132139.RAA11270@monk.mps.ohio-state.edu>
976              Files:  lib/Term/ReadLine.pm
977              
978              Title:  "Fix HP-UX 11 build (cppstdin)"
979              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
980              Msg-ID:  <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
981              Files:  Configure hints/hpux.sh
982              
983              Title:  "VMS filetest operator fixup (SS$_ACCONFLICT)"
984              From:  Dan Sugalski <sugalskd@osshe.edu>
985              Msg-ID:  <3.0.5.32.19980702135255.00a6ad90@ous.edu>
986              Files:  vms/vms.c
987      Branch: maint-5.004/perl
988            + lib/attrs.pm
989            ! Configure MANIFEST hints/hpux.sh hints/machten.sh
990            ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl
991            ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c
992 ____________________________________________________________________________
993 [  1519] By: nick                                  on 1998/07/15  18:56:17
994         Log: Integrate mainline at beta1 
995      Branch: ansiperl
996           +> Porting/p4d2p README.mpeix Todo-5.005
997           +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
998           +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff
999           +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t
1000            - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod
1001            - t/op/ipcmsg.t t/op/ipcsem.t
1002           !> (integrate 167 files)
1003
1004 ----------------
1005 Version 5.004_75        5.005 Public Beta, Issue 1
1006 ----------------
1007
1008 ____________________________________________________________________________
1009 [  1518] By: gsar                                  on 1998/07/15  10:01:41
1010         Log: add stub docs for ext/B, other minor tweaks
1011      Branch: perl
1012            ! Changes Porting/config_H config_h.SH ext/B/B.pm
1013            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm
1014            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1015            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm
1016            ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c
1017 ____________________________________________________________________________
1018 [  1517] By: gsar                                  on 1998/07/15  08:27:15
1019         Log: up patchlevel to 75 (Beta, Issue 1), add podpatch
1020              From: abigail@fnx.com
1021              Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT)
1022              Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com>
1023              Subject: [PATCH 5.004_74] pod/perlop.pod
1024      Branch: perl
1025            ! Changes patchlevel.h pod/perlop.pod win32/Makefile
1026            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1027            ! win32/makefile.mk
1028 ____________________________________________________________________________
1029 [  1516] By: gsar                                  on 1998/07/15  08:04:24
1030         Log: From:    abigail@fnx.com
1031              Date:    Wed, 15 Jul 1998 03:47:56 EDT
1032              Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com>
1033              Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<>
1034      Branch: perl
1035            ! pod/pod2man.PL
1036 ____________________________________________________________________________
1037 [  1515] By: gsar                                  on 1998/07/15  08:02:14
1038         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1039              Date:    Wed, 15 Jul 1998 03:49:24 EDT
1040              Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu>
1041              Subject: [PATCH 5.004_72] Additional targets for OS/2 build
1042      Branch: perl
1043            ! os2/Makefile.SHs
1044 ____________________________________________________________________________
1045 [  1514] By: gsar                                  on 1998/07/15  07:58:29
1046         Log: rename some long file names to be 8.3 truncation-safe
1047      Branch: perl
1048           +> Todo-5.005 perly_c.diff pod/perld4.pod
1049            - Todo.5.005 perly.c.diff pod/perldelta4.pod
1050            ! MANIFEST Porting/pumpkin.pod perly.fixer
1051 ____________________________________________________________________________
1052 [  1513] By: gsar                                  on 1998/07/15  07:35:29
1053         Log: minor tweaks to docs on qr//
1054      Branch: perl
1055            ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod
1056 ____________________________________________________________________________
1057 [  1512] By: gsar                                  on 1998/07/15  07:06:02
1058         Log: applied patch, with tab tweak suggest by Peter Prymmer
1059              From: Dan Sugalski <sugalskd@osshe.edu>
1060              Date: Tue, 14 Jul 1998 16:41:14 -0700
1061              Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu>
1062              Subject: [PATCH 5.004_74]VMS build cleanups
1063      Branch: perl
1064            ! vms/descrip_mms.template
1065 ____________________________________________________________________________
1066 [  1511] By: gsar                                  on 1998/07/15  07:03:33
1067         Log: allow perlbug -ok when STDIN it not a tty
1068              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1069              Date: Wed, 15 Jul 1998 03:24:56 +0200
1070              Message-Id: <l03130302b1d1b1e7c2a0@[194.222.64.89]>
1071              Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2
1072      Branch: perl
1073            ! utils/perlbug.PL
1074 ____________________________________________________________________________
1075 [  1510] By: gsar                                  on 1998/07/15  06:59:43
1076         Log: From: "Art Green" <Art_Green@mercmarine.com>
1077              Date: Tue, 14 Jul 1998 20:53:48 -0500
1078              Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com>
1079              Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines
1080      Branch: perl
1081            ! Configure
1082 ____________________________________________________________________________
1083 [  1509] By: gsar                                  on 1998/07/15  06:57:50
1084         Log: typecast long vs. IV compares in pp_flip/pp_flop
1085      Branch: perl
1086            ! pp_ctl.c
1087 ____________________________________________________________________________
1088 [  1508] By: gsar                                  on 1998/07/15  06:50:49
1089         Log: don't copy foreach itervar when no external refs exist
1090              From: Gisle Aas <gisle@aas.no>
1091              Date: 15 Jul 1998 03:35:25 +0200
1092              Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no>
1093              Subject: Re: Testcase for 1..n closure change
1094      Branch: perl
1095            ! pp_hot.c
1096 ____________________________________________________________________________
1097 [  1507] By: gsar                                  on 1998/07/15  06:46:41
1098         Log: applied patch, regen headers
1099              From: Stephen McCamant <alias@mcs.com>
1100              Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT)
1101              Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net>
1102              Subject: B::Deparse update for qr// and regcreset
1103      Branch: perl
1104            ! ext/B/B/Deparse.pm opcode.h opcode.pl
1105 ____________________________________________________________________________
1106 [  1506] By: gsar                                  on 1998/07/15  06:43:04
1107         Log: make pregcomp et al VIRTUAL again for PERL_OBJECT
1108              From: "Douglas Lankshear" <dougl@ActiveState.com>
1109              Date: Tue, 14 Jul 1998 16:40:30 -0700
1110              Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active>
1111              Subject: [PATCH 5.004_74]
1112      Branch: perl
1113            ! proto.h
1114 ____________________________________________________________________________
1115 [  1505] By: gsar                                  on 1998/07/15  06:41:43
1116         Log: dont use sv_dump() in -DD diagnostic
1117              From: Gisle Aas <gisle@aas.no>
1118              Date: 14 Jul 1998 23:55:36 +0200
1119              Message-ID: <m33ec4jdwn.fsf@furu.g.aas.no>
1120              Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop
1121      Branch: perl
1122            ! sv.c
1123 ____________________________________________________________________________
1124 [  1504] By: gsar                                  on 1998/07/15  06:39:37
1125         Log: add a few more thread.t tests
1126      Branch: perl
1127            ! t/lib/thread.t
1128 ____________________________________________________________________________
1129 [  1503] By: gsar                                  on 1998/07/15  06:31:33
1130         Log: fix thread.t ('join $t' ne '$t->join' !)
1131      Branch: perl
1132            ! t/lib/thread.t
1133 ____________________________________________________________________________
1134 [  1502] By: gsar                                  on 1998/07/15  06:26:00
1135         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1136              Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST)
1137              Message-Id: <199807142245.BAA09651@alpha.hut.fi>
1138              Subject: [PATCH] 5.004_74: MPE/iX final touches
1139      Branch: perl
1140            ! installperl lib/File/Copy.pm
1141 ____________________________________________________________________________
1142 [  1501] By: gsar                                  on 1998/07/15  05:59:49
1143         Log: apply (reversed) patch
1144              From: Peter Wolfe <wolfe@titan.teloseng.com>
1145              Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT)
1146              Message-Id: <199807142001.NAA26550@titan.teloseng.com>
1147              Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4
1148      Branch: perl
1149            ! ext/IPC/SysV/SysV.xs
1150 ____________________________________________________________________________
1151 [  1500] By: gsar                                  on 1998/07/15  05:57:39
1152         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1153              Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT)
1154              Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
1155              Subject: [PATCH 5.004_74] Config_74-01
1156      Branch: perl
1157            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1158            ! Porting/config_H Porting/pumpkin.pod config_h.SH
1159            ! vms/subconfigure.com win32/config.bc win32/config.gc
1160            ! win32/config.vc
1161 ____________________________________________________________________________
1162 [  1499] By: gsar                                  on 1998/07/15  05:48:38
1163         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1164              Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST)
1165              Message-Id: <199807141835.VAA09030@alpha.hut.fi>
1166              Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos
1167      Branch: perl
1168            ! t/lib/trig.t
1169 ____________________________________________________________________________
1170 [  1498] By: gsar                                  on 1998/07/15  05:47:33
1171         Log: -w, strict clean perldoc (via PM)
1172              From: Robin Barker <rmb1@cise.npl.co.uk>
1173              Date: Tue, 14 Jul 98 17:22:01 BST
1174              Message-Id: <18695.9807141622@tempest.cise.npl.co.uk>
1175              Subject: [PATCH 5.004_74] perldoc.PL
1176      Branch: perl
1177            ! utils/perldoc.PL
1178 ____________________________________________________________________________
1179 [  1497] By: gsar                                  on 1998/07/15  05:35:54
1180         Log: add comment about cpprun etc., to hints/hpux.sh
1181      Branch: perl
1182            ! hints/hpux.sh
1183 ____________________________________________________________________________
1184 [  1496] By: gsar                                  on 1998/07/15  05:15:16
1185         Log: fix warning from CGI::Carp
1186      Branch: perl
1187            ! lib/CGI/Carp.pm
1188 ____________________________________________________________________________
1189 [  1495] By: gsar                                  on 1998/07/14  23:47:18
1190         Log: fix off-by-one in win32 registry handling
1191              From: "Douglas Lankshear" <dougl@ActiveState.com>
1192              Date: Tue, 14 Jul 1998 07:39:06 -0700
1193              Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active>
1194              Subject: [PATCH 5.004_73]
1195      Branch: perl
1196            ! win32/win32.c
1197 ____________________________________________________________________________
1198 [  1494] By: gsar                                  on 1998/07/14  23:45:58
1199         Log: doc patches from Gisle Aas <gisle@aas.no>
1200              Date: 14 Jul 1998 16:18:31 +0200
1201              Message-ID: <m33ec4cy88.fsf@furu.g.aas.no>
1202              Subject: [PATCH] substr/splice changes for perldelta.pod
1203              --
1204              Date: 14 Jul 1998 20:31:27 +0200
1205              Message-ID: <m3hg0kqo74.fsf@furu.g.aas.no>
1206              Subject: [PATCH] Duplicate description of use integer %
1207      Branch: perl
1208            ! pod/perldelta.pod pod/perlop.pod
1209 ____________________________________________________________________________
1210 [  1493] By: gsar                                  on 1998/07/14  23:39:31
1211         Log: File/Spec.pm needs trailing newline
1212      Branch: perl
1213            ! lib/File/Spec.pm
1214 ____________________________________________________________________________
1215 [  1492] By: gsar                                  on 1998/07/14  21:43:03
1216         Log: unsubmitted _74 tweaks
1217      Branch: perl
1218            ! Changes mpeix/nm mpeix/relink pod/perldelta.pod
1219            ! pod/perldiag.pod
1220
1221 ----------------
1222 Version 5.004_74
1223 ----------------
1224
1225 ____________________________________________________________________________
1226 [  1491] By: gsar                                  on 1998/07/14  08:48:28
1227         Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
1228      Branch: perl
1229            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1230            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1231            ! win32/makefile.mk
1232 ____________________________________________________________________________
1233 [  1490] By: gsar                                  on 1998/07/14  08:31:13
1234         Log: From:    Gisle Aas <gisle@aas.no>
1235              Date:    14 Jul 1998 10:20:34 +0200
1236              Message-Id: <m3hg0k973h.fsf@furu.g.aas.no>
1237              Subject: [PATCH] Make -DP work (and readable)
1238      Branch: perl
1239            ! run.c
1240 ____________________________________________________________________________
1241 [  1489] By: gsar                                  on 1998/07/14  08:23:46
1242         Log: fix function parameter autovivification for pseudohashes
1243      Branch: perl
1244            ! mg.c t/op/avhv.t
1245 ____________________________________________________________________________
1246 [  1488] By: gsar                                  on 1998/07/14  07:34:45
1247         Log: merge changes#1423,1465 from maintbranch; checkin two missed files
1248              from earlier changes#1461,1478
1249      Branch: perl
1250            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c
1251            ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
1252            ! t/op/substr.t t/op/vec.t
1253 ____________________________________________________________________________
1254 [  1487] By: gsar                                  on 1998/07/14  07:04:54
1255         Log: tweak t/lib/thread.t
1256      Branch: perl
1257            ! t/lib/thread.t
1258 ____________________________________________________________________________
1259 [  1486] By: gsar                                  on 1998/07/14  06:38:15
1260         Log: applied patch, slightly tweaked
1261              From: Dan Sugalski <sugalskd@osshe.edu>
1262              Date: Mon, 13 Jul 1998 11:52:27 -0700
1263              Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu>
1264              Subject: [PATCH 5.004_73]Get re module working on VMS
1265      Branch: perl
1266            ! ext/re/Makefile.PL perl.h proto.h
1267 ____________________________________________________________________________
1268 [  1485] By: gsar                                  on 1998/07/14  06:32:58
1269         Log: add Porting/p4d2p
1270      Branch: perl
1271            + Porting/p4d2p
1272            ! MANIFEST
1273 ____________________________________________________________________________
1274 [  1484] By: gsar                                  on 1998/07/14  06:08:20
1275         Log: doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM)
1276              Date: Mon, 13 Jul 1998 19:09:09 -0600
1277              Message-Id: <199807140109.TAA04678@chthon.perl.com>
1278              Subject: perlmod.pod patch
1279              --
1280              Date: Mon, 13 Jul 1998 18:37:07 -0600
1281              Message-Id: <199807140037.SAA04556@chthon.perl.com>
1282              Subject: perlbook.pod patch
1283      Branch: perl
1284            ! pod/perlbook.pod pod/perlmod.pod
1285 ____________________________________________________________________________
1286 [  1483] By: gsar                                  on 1998/07/14  06:04:25
1287         Log: OS/2 update
1288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1289              Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu>
1290              Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT)
1291              Subject: [PATCH 5.004_72] OS/2 system() and friends additions
1292      Branch: perl
1293            ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t
1294 ____________________________________________________________________________
1295 [  1482] By: gsar                                  on 1998/07/14  06:01:12
1296         Log: more VMS patches from Dan Sugalski <sugalskd@osshe.edu>
1297              Date: Mon, 13 Jul 1998 16:37:49 -0700
1298              Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu>
1299              Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS
1300              --
1301              Date: Mon, 13 Jul 1998 15:51:09 -0700
1302              Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu>
1303              Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS
1304      Branch: perl
1305            ! t/io/iprefix.t t/lib/cgi-html.t
1306 ____________________________________________________________________________
1307 [  1481] By: gsar                                  on 1998/07/14  05:57:36
1308         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1309              Date: Mon, 13 Jul 1998 15:41:53 -0700
1310              Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu>
1311              Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS
1312      Branch: perl
1313            ! t/base/rs.t
1314 ____________________________________________________________________________
1315 [  1480] By: gsar                                  on 1998/07/14  05:56:14
1316         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1317              Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu>
1318              Date: Mon, 13 Jul 1998 15:04:27 -0700
1319              Subject: [PATCH 5.004_73]Thread tweak for VMS.C
1320      Branch: perl
1321            ! vms/vms.c
1322 ____________________________________________________________________________
1323 [  1479] By: gsar                                  on 1998/07/14  05:55:13
1324         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1325              Date: Mon, 13 Jul 1998 23:13:43 +0200
1326              Message-ID: <19980713231343.A178@cdata.tvnet.hu>
1327              Subject: [PATCH _72] Configure problem on dos-djgpp
1328      Branch: perl
1329            ! Configure
1330 ____________________________________________________________________________
1331 [  1478] By: gsar                                  on 1998/07/14  05:53:08
1332         Log: add files and tweaks needed for MPE/iX port (via PM)
1333              From: Jarkko Hietaniemi <jhi@iki.fi>
1334              Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST)
1335              Message-Id: <199807132107.AAA20603@alpha.hut.fi>
1336              Subject: MPE/iX patches for _73
1337      Branch: perl
1338            + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
1339            + mpeix/mpeixish.h mpeix/nm mpeix/relink
1340            ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl
1341            ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod
1342 ____________________________________________________________________________
1343 [  1477] By: gsar                                  on 1998/07/14  04:23:28
1344         Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING
1345              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1346              Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT)
1347              Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys>
1348              Subject: Re: _70 and Devel::RE
1349      Branch: perl
1350            ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c
1351 ____________________________________________________________________________
1352 [  1476] By: gsar                                  on 1998/07/14  04:06:25
1353         Log: minor Configure nits
1354              From: Jarkko Hietaniemi <jhi@iki.fi>
1355              Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST)
1356              Message-Id: <199807132025.XAA10771@alpha.hut.fi>
1357              Subject: Configure patches for MVS (and one x2p/Makefile.SH)
1358      Branch: perl
1359            ! Configure x2p/Makefile.SH
1360 ____________________________________________________________________________
1361 [  1475] By: gsar                                  on 1998/07/14  03:59:56
1362         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1363              Date: Mon, 13 Jul 1998 12:54:19 -0700
1364              Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu>
1365              Subject: [PATCH 5.004_73] Fixes to the VMS configuration system
1366      Branch: perl
1367            ! vms/munchconfig.c vms/subconfigure.com
1368 ____________________________________________________________________________
1369 [  1474] By: gsar                                  on 1998/07/14  03:58:13
1370         Log: make Term::Readline::get_line() independent of caller's $/
1371              From: kstar@chapin.edu
1372              Date: Mon, 13 Jul 1998 15:17:49 -0400
1373              Message-ID: <19980713151749.G8596@O2.chapin.edu>
1374              Subject: [PATCH] Was: CPAN.pm still fails
1375      Branch: perl
1376            ! lib/Term/ReadLine.pm
1377 ____________________________________________________________________________
1378 [  1473] By: gsar                                  on 1998/07/14  03:55:29
1379         Log: fix $trnl interpolation in here-docs (via PM)
1380              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1381              Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT)
1382              Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys>
1383              Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness
1384      Branch: perl
1385            ! Configure
1386 ____________________________________________________________________________
1387 [  1472] By: gsar                                  on 1998/07/14  03:50:18
1388         Log: From: Dominic Dunlop <domo@ppp52.vo.lu>
1389              Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST)
1390              Message-Id: <199807131455.PAA23621@ppp52.vo.lu>
1391              Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73]
1392      Branch: perl
1393            ! hints/machten.sh
1394 ____________________________________________________________________________
1395 [  1471] By: gsar                                  on 1998/07/14  03:49:07
1396         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1397              Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu>
1398              Date: Mon, 13 Jul 1998 12:30:05 -0700
1399              Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff
1400      Branch: perl
1401            ! configure.com vms/descrip_mms.template
1402 ____________________________________________________________________________
1403 [  1470] By: gsar                                  on 1998/07/14  03:40:14
1404         Log: consistently refer to functions as C<foo()>
1405              From: abigail@fnx.com
1406              Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT)
1407              Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com>
1408              Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod
1409      Branch: perl
1410            ! pod/perlfunc.pod
1411 ____________________________________________________________________________
1412 [  1469] By: gsar                                  on 1998/07/14  03:35:06
1413         Log: From: Tom Hughes <thh@cyberscience.com>
1414              Date: 13 Jul 1998 09:34:16 +0100
1415              Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>
1416              Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh
1417      Branch: perl
1418            ! hints/svr4.sh
1419 ____________________________________________________________________________
1420 [  1468] By: gsar                                  on 1998/07/14  03:34:03
1421         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1422              Date: 13 Jul 1998 11:16:27 +0200
1423              Message-ID: <sfc90lyqff8.fsf@dubravka.in-berlin.de>
1424              Subject: Parallel Makefiles
1425      Branch: perl
1426            ! lib/ExtUtils/MM_Unix.pm
1427 ____________________________________________________________________________
1428 [  1467] By: gsar                                  on 1998/07/14  03:31:39
1429         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1430              Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT)
1431              Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu>
1432              Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken?
1433      Branch: perl
1434            ! t/io/pipe.t
1435 ____________________________________________________________________________
1436 [  1466] By: gsar                                  on 1998/07/14  03:29:25
1437         Log: minor tweaks to perldelta and README.win32
1438      Branch: perl
1439            ! Changes README.win32 pod/perldelta.pod
1440 ____________________________________________________________________________
1441 [  1465] By: TimBunce                              on 1998/07/13  21:33:45
1442         Log: Assorted patches:
1443              
1444              Title:  "Fix string substitution returncode problem"
1445              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
1446              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
1447              <v03110700b191a557f041@[195.95.102.114]>
1448              Files:  pp_hot.c
1449              
1450              Title:  "umask EXPR is fatal only if (EXPR & 0700) > 0"
1451              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1452              Msg-ID:  <199807111656.MAA03310@aatma.engin.umich.edu>
1453              Files:  pod/perldiag.pod pp_sys.c
1454              
1455              Title:  "Remove reference to qsort from perlfunc.pod"
1456              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1457              Msg-ID:  <199807111923.PAA05124@aatma.engin.umich.edu>
1458              Files:  pod/perlfunc.pod
1459              
1460              Title:  "Deprecate AvFILL in favor of av_len()"
1461              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1462              Msg-ID:  <199807111945.PAA05489@aatma.engin.umich.edu>
1463              Files:  pod/perlguts.pod
1464              
1465              Title:  "Further clarify effects of using quotes with m operator"
1466              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1467              Msg-ID:  <199806201921.PAA03829@aatma.engin.umich.edu>
1468              Files:  pod/perlop.pod
1469              
1470              Title:  "Add PERL_DESTRUCT_LEVEL=2 to test suite"
1471              From:  Tim Bunce
1472              Files:  t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t
1473      Branch: maint-5.004/perl
1474            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
1475            ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t
1476            ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c
1477
1478 ----------------
1479 Version 5.004_73
1480 ----------------
1481
1482 ____________________________________________________________________________
1483 [  1464] By: gsar                                  on 1998/07/13  04:41:07
1484         Log: up patchlevel to 73, update Changes &c.
1485      Branch: perl
1486            ! Changes patchlevel.h pod/perlhist.pod t/op/array.t
1487            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1488            ! win32/config_H.vc win32/makefile.mk
1489 ____________________________________________________________________________
1490 [  1463] By: gsar                                  on 1998/07/13  02:58:51
1491         Log: avoid empty rm -f in MM_Unix.pm
1492      Branch: perl
1493            ! lib/ExtUtils/MM_Unix.pm
1494 ____________________________________________________________________________
1495 [  1462] By: gsar                                  on 1998/07/13  02:54:52
1496         Log: update perldelta
1497      Branch: perl
1498            ! pod/perldelta.pod
1499 ____________________________________________________________________________
1500 [  1461] By: gsar                                  on 1998/07/13  02:44:30
1501         Log: added patch, tweaked PERL_OBJECT things
1502              From:    Graham Barr <gbarr@pobox.com>
1503              Date:    Sun, 12 Jul 1998 19:57:47 CDT
1504              Message-Id: <19980712195747.C493@pobox.com>
1505              Subject: [ PATCH perl5.004_72] patch to add qr//
1506      Branch: perl
1507            ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c
1508            ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl
1509            ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c
1510            ! regexp.h sv.c t/op/pat.t toke.c
1511 ____________________________________________________________________________
1512 [  1460] By: gsar                                  on 1998/07/13  01:25:07
1513         Log: add a few more PURIFY guards
1514      Branch: perl
1515            ! av.c sv.c
1516 ____________________________________________________________________________
1517 [  1459] By: gsar                                  on 1998/07/12  23:38:31
1518         Log: add tests for change#1458 and then some
1519      Branch: perl
1520            ! t/op/array.t
1521 ____________________________________________________________________________
1522 [  1458] By: gsar                                  on 1998/07/12  22:42:47
1523         Log: apply patch for smarter AASSIGN_COMMON detection; regen headers
1524              From:    Stephen McCamant <alias@mcs.com>
1525              Date:    Sun, 12 Jul 1998 17:17:00 CDT
1526              Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net>
1527              Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71
1528      Branch: perl
1529            ! op.c opcode.h opcode.pl
1530 ____________________________________________________________________________
1531 [  1457] By: gsar                                  on 1998/07/12  22:06:05
1532         Log: small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1533      Branch: perl
1534            ! Configure Makefile.SH ext/Socket/Socket.xs perl.c
1535 ____________________________________________________________________________
1536 [  1456] By: gsar                                  on 1998/07/12  21:56:39
1537         Log: From: Doug MacEachern <dougm@pobox.com>
1538              Date: Sun, 12 Jul 1998 14:29:29 -0400
1539              Message-Id: <199807121829.OAA00525@postman.opengroup.org>
1540              Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT
1541      Branch: perl
1542            ! lib/ExtUtils/Embed.pm
1543 ____________________________________________________________________________
1544 [  1455] By: gsar                                  on 1998/07/12  21:54:02
1545         Log: applied installperl patch, corrected other little nits
1546              From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1547              Date: 12 Jul 1998 16:27:21 +0200
1548              Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
1549              Subject: [5.004_72] installperl tweak
1550      Branch: perl
1551            ! Changes Configure README.win32 installperl win32/makefile.mk
1552 ____________________________________________________________________________
1553 [  1454] By: gsar                                  on 1998/07/12  10:14:24
1554         Log: update MANIFEST, Changes
1555      Branch: perl
1556            - lib/Bundle/CPAN.pm
1557            ! Changes MANIFEST
1558
1559 ----------------
1560 Version 5.004_72
1561 ----------------
1562
1563 ____________________________________________________________________________
1564 [  1453] By: gsar                                  on 1998/07/12  10:04:33
1565         Log: merge changes 1424, 1428 from maintbranch
1566      Branch: perl
1567            ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
1568 ____________________________________________________________________________
1569 [  1452] By: gsar                                  on 1998/07/12  09:46:40
1570         Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
1571              and README.win32
1572      Branch: perl
1573            ! Changes README.win32 patchlevel.h win32/Makefile
1574            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1575            ! win32/makefile.mk
1576 ____________________________________________________________________________
1577 [  1451] By: gsar                                  on 1998/07/12  07:01:26
1578         Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
1579              From: Jarkko Hietaniemi <jhi@iki.fi>
1580              Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
1581              Message-Id: <199807111451.RAA27010@alpha.hut.fi>
1582              Subject: M3 "generic" parts
1583      Branch: perl
1584            ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
1585            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
1586            ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
1587            ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
1588            ! win32/config_H.gc x2p/Makefile.SH
1589 ____________________________________________________________________________
1590 [  1450] By: gsar                                  on 1998/07/12  06:38:27
1591         Log: various tweaks for PERL_OBJECT build & test
1592      Branch: perl
1593            ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
1594            ! win32/makefile.mk win32/win32.c win32/win32iop.h
1595 ____________________________________________________________________________
1596 [  1449] By: gsar                                  on 1998/07/12  06:29:23
1597         Log: From:    andreas.koenig@kulturbox.de (Andreas J. Koenig)
1598              Date:    12 Jul 1998 08:22:16 +0200
1599              Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
1600              Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
1601      Branch: perl
1602            ! lib/CPAN.pm lib/SelfLoader.pm
1603 ____________________________________________________________________________
1604 [  1448] By: gsar                                  on 1998/07/12  05:10:50
1605         Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
1606              and runs regexes in 1000s of threads without crashing; also fixed
1607              statcache not being thread-local
1608      Branch: perl
1609            ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
1610            ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
1611            ! t/lib/thread.t thrdvar.h util.c
1612 ____________________________________________________________________________
1613 [  1447] By: gsar                                  on 1998/07/12  02:40:45
1614         Log: From:    Hugo van der Sanden <hv@crypt0.demon.co.uk>
1615              Date:    Sun, 12 Jul 1998 03:23:04 +0200
1616              Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
1617              Subject: Re: perlbug doesn't check that save succeeded
1618      Branch: perl
1619            ! utils/perlbug.PL
1620 ____________________________________________________________________________
1621 [  1446] By: gsar                                  on 1998/07/12  02:39:24
1622         Log: be generous about CRs
1623              From:    larry@wall.org (Larry Wall)
1624              Date:    Sat, 11 Jul 1998 17:54:21 PDT
1625              Message-Id: <199807120054.RAA19550@wall.org>
1626              Subject: [PATCH _71] CRs et al 
1627      Branch: perl
1628            ! toke.c
1629 ____________________________________________________________________________
1630 [  1445] By: gsar                                  on 1998/07/12  02:11:16
1631         Log: fix pp_caller() to fully traverse stacklevels
1632      Branch: perl
1633            ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
1634 ____________________________________________________________________________
1635 [  1444] By: gsar                                  on 1998/07/11  23:43:37
1636         Log: add patch, along with all the missing bits, and doc tweaks
1637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1638              Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
1639              Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
1640              Subject: Re: [PATCH 5.004_71] Secure RE update
1641      Branch: perl
1642            ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
1643            ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
1644            ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
1645            ! t/op/pat.t t/op/subst.t
1646 ____________________________________________________________________________
1647 [  1443] By: gsar                                  on 1998/07/11  23:08:14
1648         Log: tweak to get BSDI to build IPC/SysV
1649              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1650              Date: 11 Jul 1998 16:26:44 +0300
1651              Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
1652              Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
1653      Branch: perl
1654            ! ext/IPC/SysV/SysV.xs
1655 ____________________________________________________________________________
1656 [  1442] By: gsar                                  on 1998/07/11  23:03:39
1657         Log: fix closures in optimized C<for (1..5)> (only the tests are in this
1658              change, the pp_hot.c fix accidentally went in change#1441)
1659      Branch: perl
1660            ! t/op/closure.t
1661 ____________________________________________________________________________
1662 [  1441] By: gsar                                  on 1998/07/11  22:35:40
1663         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1664              Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
1665              Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
1666              Subject: [PATCH 5.004_71] Update os2's OS2::Process
1667      Branch: perl
1668            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
1669            ! os2/OS2/Process/Process.xs pp_hot.c
1670 ____________________________________________________________________________
1671 [  1440] By: gsar                                  on 1998/07/11  19:41:59
1672         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1673              Date: 11 Jul 1998 17:00:21 +0200
1674              Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
1675              Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
1676      Branch: perl
1677            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1678 ____________________________________________________________________________
1679 [  1439] By: gsar                                  on 1998/07/11  19:36:58
1680         Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
1681      Branch: perl
1682            ! pod/perlguts.pod win32/makedef.pl
1683 ____________________________________________________________________________
1684 [  1438] By: gsar                                  on 1998/07/11  19:14:21
1685         Log: applied patch for perlfunc tweaks, removed reference to system qsort()
1686              From: abigail@fnx.com
1687              Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
1688              Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
1689              Subject: [PATCH 5.004_71] pod/perlfunc.pod
1690      Branch: perl
1691            ! pod/perlfunc.pod
1692 ____________________________________________________________________________
1693 [  1437] By: gsar                                  on 1998/07/11  19:05:00
1694         Log: From: abigail@fnx.com
1695              Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
1696              Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
1697              Subject: [PATCH 5.004_71] pod/pod2man.PL
1698      Branch: perl
1699            ! pod/pod2man.PL
1700 ____________________________________________________________________________
1701 [  1436] By: gsar                                  on 1998/07/11  18:58:03
1702         Log: more complete version of change#1421
1703              From: Stephen McCamant <alias@mcs.com>
1704              Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
1705              Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
1706              Subject: [PATCH] Re: B::Deparse for(1..100000)
1707      Branch: perl
1708            ! ext/B/B/Deparse.pm
1709 ____________________________________________________________________________
1710 [  1435] By: gsar                                  on 1998/07/11  18:54:42
1711         Log: win32 fixes for VC 6.0 nits
1712      Branch: perl
1713            ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
1714            ! win32/win32.h
1715 ____________________________________________________________________________
1716 [  1434] By: gsar                                  on 1998/07/11  18:45:32
1717         Log: s/AVHV/pseudo-hash/ (via PM)
1718              From: Gisle Aas <gisle@aas.no>
1719              Date: 11 Jul 1998 00:16:53 +0200
1720              Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
1721              Subject: [PATCH] trivial fields.pm doc patch
1722      Branch: perl
1723            ! lib/fields.pm
1724 ____________________________________________________________________________
1725 [  1433] By: gsar                                  on 1998/07/11  18:43:11
1726         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1727              Date: Fri, 10 Jul 1998 23:12:11 +0200
1728              Message-ID: <19980710231211.A161@cdata.tvnet.hu>
1729              Subject: [PATCH _71] dos-djgpp update
1730      Branch: perl
1731            ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
1732 ____________________________________________________________________________
1733 [  1432] By: gsar                                  on 1998/07/11  18:41:00
1734         Log: applied patch, reformatted long lines in places
1735              From: Dominic Dunlop <domo@computer.org>
1736              Date: Fri, 10 Jul 1998 23:11:30 +0000
1737              Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
1738              Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
1739              warning
1740      Branch: perl
1741            ! pod/perldiag.pod regexec.c
1742 ____________________________________________________________________________
1743 [  1431] By: gsar                                  on 1998/07/11  18:29:18
1744         Log: From: "John L. Allen" <allen@grumman.com>
1745              Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
1746              Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
1747              Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
1748      Branch: perl
1749            ! hints/aix.sh
1750 ____________________________________________________________________________
1751 [  1430] By: TimBunce                              on 1998/07/11  18:15:09
1752         Log: Title:  "Fix string substitution returncode problem"
1753              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
1754              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
1755              <v03110700b191a557f041@[195.95.102.114]>
1756              Files:  pp_hot.c
1757      Branch: maint-5.004/perl
1758            ! pp_hot.c
1759 ____________________________________________________________________________
1760 [  1429] By: gsar                                  on 1998/07/11  18:07:52
1761         Log: applied patch, tweaked doc and code that does labels/indentation
1762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1763              Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
1764              Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
1765              Subject: [PATCH 5.004_71] perldebug.pod and RE
1766      Branch: perl
1767            ! pod/perldebug.pod regcomp.c regexec.c
1768 ____________________________________________________________________________
1769 [  1428] By: TimBunce                              on 1998/07/11  17:45:56
1770         Log: Assorted patches:
1771              
1772              Title:  "makerel now reads local patch list from patchlevel.h"
1773              Files:  patchlevel.h Porting/makerel
1774              
1775              Title:  "pod/pod2man.PL"
1776              From:  abigail@fnx.com
1777              Msg-ID:  <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
1778              Files:  pod/pod2man.PL
1779              
1780              Title:  "Clarify taint example in re.pm"
1781              From:  Tom Phoenix <rootbeer@teleport.com>
1782              Msg-ID:  <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
1783              Files:  lib/re.pm
1784              
1785              Title:  "Anohter ptags improvement"
1786              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
1787              Msg-ID:  <199807070059.UAA28815@monk.mps.ohio-state.edu>
1788              Files:  emacs/ptags
1789              
1790              Title:  "_71 & _04 - Make AIX hints preserve ccflags as per docs"
1791              From:  "John L. Allen" <allen@grumman.com>
1792              Msg-ID:  <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
1793              Files:  hints/aix.sh
1794      Branch: maint-5.004/perl
1795            ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
1796            ! patchlevel.h pod/pod2man.PL
1797 ____________________________________________________________________________
1798 [  1427] By: gsar                                  on 1998/07/11  17:04:47
1799         Log: make Liblist return consistently backslashed paths
1800      Branch: perl
1801            ! lib/ExtUtils/Liblist.pm
1802 ____________________________________________________________________________
1803 [  1426] By: gsar                                  on 1998/07/11  16:53:56
1804         Log: don't 'touch a2p.c', it might readonly (via PM)
1805              From: Robin Barker <rmb1@cise.npl.co.uk>
1806              Date: Fri, 10 Jul 98 17:19:54 BST
1807              Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
1808      Branch: perl
1809            ! x2p/Makefile.SH
1810 ____________________________________________________________________________
1811 [  1425] By: TimBunce                              on 1998/07/11  16:42:26
1812         Log: Title:  "Add newCONSTSUB (from 5.005_70)"
1813              Files:  embed.h proto.h global.sym op.c
1814      Branch: maint-5.004/perl
1815            ! embed.h global.sym op.c proto.h
1816 ____________________________________________________________________________
1817 [  1424] By: TimBunce                              on 1998/07/11  16:20:21
1818         Log: Title:  "Assorted fixes for Sys::Syslog.pm"
1819              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
1820              <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
1821              Msg-ID:  <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
1822              <199805270939.KAA08453@toad.ig.co.uk>,
1823              <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
1824              Files:  lib/Sys/Syslog.pm
1825      Branch: maint-5.004/perl
1826            ! lib/Sys/Syslog.pm
1827 ____________________________________________________________________________
1828 [  1423] By: TimBunce                              on 1998/07/11  15:53:37
1829         Log: Assorted patches:
1830              
1831              Title:  "umask: die if EXPR & 0700 else return undef"
1832              From:  Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
1833              Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
1834              <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
1835              kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
1836              Msg-ID:  <199805291520.QAA01615@sable.ox.ac.uk>,
1837              <199805291549.SAA01439@alpha.hut.fi>,
1838              <199805291608.RAA29283@toad.ig.co.uk>,
1839              <19980530105129.A24006@O2.chapin.edu>,
1840              <19980608133037.A8793@perlsupport.com>
1841              Files:  pod/perldiag.pod pod/perlfunc.pod pp_sys.c
1842              
1843              Title:  "File name DynaLoader.pm.PL is 8.3 unfriendly"
1844              From:  Laszlo Molnar <molnarl@cdata.tvnet.hu>
1845              Msg-ID:  <19980610005417.G162@cdata.tvnet.hu>
1846              Files:  MANIFEST ext/DynaLoader/Makefile.PL
1847      Branch: maint-5.004/perl
1848           +> ext/DynaLoader/DynaLoader_pm.PL
1849            - ext/DynaLoader/DynaLoader.pm.PL
1850            ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
1851            ! pod/perlfunc.pod pp_sys.c
1852 ____________________________________________________________________________
1853 [  1421] By: gsar                                  on 1998/07/11  02:54:02
1854         Log: From: Gisle Aas <gisle@aas.no>
1855              Subject: [PATCH] B::Deparse for(1..100000)
1856              Date: 10 Jul 1998 14:04:44 +0200
1857              Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
1858      Branch: perl
1859            ! ext/B/B/Deparse.pm
1860 ____________________________________________________________________________
1861 [  1420] By: gsar                                  on 1998/07/11  02:28:18
1862         Log: add 'clean' target for ext/re
1863      Branch: perl
1864            ! ext/re/Makefile.PL
1865 ____________________________________________________________________________
1866 [  1419] By: gsar                                  on 1998/07/11  02:20:32
1867         Log: From: Tom Hughes <thh@cyberscience.com>
1868              Date: 10 Jul 1998 10:25:18 +0100
1869              Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
1870              Subject: [5.004_71] Patch: svr4 hints updates for Unixware
1871      Branch: perl
1872            ! hints/svr4.sh
1873 ____________________________________________________________________________
1874 [  1418] By: gsar                                  on 1998/07/11  02:19:12
1875         Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
1876              From: Jarkko Hietaniemi <jhi@iki.fi>
1877              Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
1878              Message-Id: <199807101008.NAA10817@alpha.hut.fi>
1879              Subject: Re: make minitest does not work out of the box - test subset
1880              needs pruning
1881      Branch: perl
1882            + t/lib/ipc_sysv.t
1883            - t/op/ipcmsg.t t/op/ipcsem.t
1884            ! MANIFEST
1885 ____________________________________________________________________________
1886 [  1417] By: gsar                                  on 1998/07/11  02:14:16
1887         Log: disable CR croaking (via #define, default off) in lieu of more
1888              complete fix
1889      Branch: perl
1890            ! toke.c
1891 ____________________________________________________________________________
1892 [  1416] By: gsar                                  on 1998/07/11  02:06:11
1893         Log: added patch, made linking with setargv a build option
1894              From: "Douglas Lankshear" <dougl@ActiveState.com>
1895              Date: Thu, 9 Jul 1998 09:51:42 -0700
1896              Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
1897              Subject: [PATCH 5.004_71]
1898      Branch: perl
1899            ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
1900 ____________________________________________________________________________
1901 [  1415] By: gsar                                  on 1998/07/11  01:47:19
1902         Log: From: Tom Hughes <thh@cyberscience.com>
1903              Date: 10 Jul 1998 09:01:12 +0100
1904              Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
1905              Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
1906      Branch: perl
1907            ! perl_exp.SH
1908 ____________________________________________________________________________
1909 [  1414] By: gsar                                  on 1998/07/11  01:45:45
1910         Log: make lib/re.pm a prereq for minitest
1911      Branch: perl
1912            ! Makefile.SH
1913 ____________________________________________________________________________
1914 [  1413] By: gsar                                  on 1998/07/11  01:40:56
1915         Log: add patch (via PM)
1916              From: Stephen McCamant <alias@mcs.com>
1917              Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
1918              Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
1919              Subject: Big B::Deparse update
1920      Branch: perl
1921            ! ext/B/B/Deparse.pm
1922 ____________________________________________________________________________
1923 [  1412] By: gsar                                  on 1998/07/11  00:25:17
1924         Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
1925      Branch: perl
1926            + pod/perlport.pod
1927            ! pod/perl.pod
1928 ____________________________________________________________________________
1929 [  1411] By: gsar                                  on 1998/07/10  21:53:06
1930         Log: make binmode(STDIN) not whine
1931              From: Dan Sugalski <sugalskd@osshe.edu>
1932              Date: Thu, 09 Jul 1998 16:51:27 -0700
1933              Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
1934              Subject: [PATCH 5.004_70] Fix up binmode() for VMS
1935      Branch: perl
1936            ! vms/vms.c
1937 ____________________________________________________________________________
1938 [  1410] By: gsar                                  on 1998/07/10  21:50:57
1939         Log: CPAN-1.39 update
1940              From: koenig@kulturbox.de (Andreas J. Koenig)
1941              Date: 10 Jul 1998 00:45:36 +0200
1942              Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
1943              Subject: Re: perl5.004_71 hit the stands this morn
1944      Branch: perl
1945            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1946 ____________________________________________________________________________
1947 [  1409] By: gsar                                  on 1998/07/10  21:45:10
1948         Log: manually apply patch with conflicts
1949              From: Dan Sugalski <sugalskd@osshe.edu>
1950              Date: Thu, 09 Jul 1998 12:08:33 -0700
1951              Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
1952              Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
1953      Branch: perl
1954            ! configpm
1955 ____________________________________________________________________________
1956 [  1408] By: gsar                                  on 1998/07/10  21:36:54
1957         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1958              Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
1959              Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
1960              Subject: Re: perldelta.pod [PATCH]
1961      Branch: perl
1962            ! pod/perldelta.pod
1963 ____________________________________________________________________________
1964 [  1407] By: gsar                                  on 1998/07/10  21:35:13
1965         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1966              Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
1967              Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
1968              Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
1969      Branch: perl
1970            ! ext/IPC/SysV/Makefile.PL
1971 ____________________________________________________________________________
1972 [  1406] By: gsar                                  on 1998/07/10  21:33:30
1973         Log: manually apply patch with conflicts
1974              From: kstar@chapin.edu
1975              Message-ID: <19980709093621.B7857@O2.chapin.edu>
1976              Date: Thu, 9 Jul 1998 09:36:21 -0400
1977              Subject: Re: [PATCH] 5.004_70 installperl and docs
1978      Branch: perl
1979            ! installperl
1980 ____________________________________________________________________________
1981 [  1405] By: gsar                                  on 1998/07/10  21:28:29
1982         Log: misc tweaks to docs and qsortsv() warning
1983      Branch: perl
1984            ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
1985 ____________________________________________________________________________
1986 [  1404] By: gsar                                  on 1998/07/10  21:23:53
1987         Log: add more correct version of change#1350 (as yet untested)
1988              From: joshua.pritikin@db.com
1989              Date: Thu, 9 Jul 1998 09:22:46 -0400
1990              Message-Id: <H00000e50008f277@MHS>
1991              Subject: Re: [PATCH _70] cache missing methods
1992      Branch: perl
1993            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
1994 ____________________________________________________________________________
1995 [  1403] By: gsar                                  on 1998/07/10  20:46:12
1996         Log: add win32_rename() that does what docs say
1997      Branch: perl
1998            ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
1999            ! win32/win32.c win32/win32iop.h
2000 ____________________________________________________________________________
2001 [  1402] By: gsar                                  on 1998/07/10  20:19:18
2002         Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
2003              (suggested by Philippe.Simonet@swisscom.com)
2004      Branch: perl
2005            ! ext/Socket/Socket.xs
2006 ____________________________________________________________________________
2007 [  1401] By: gsar                                  on 1998/07/10  03:24:45
2008         Log: undo change#1379 (order of tests *is* significant)
2009      Branch: perl
2010            ! t/lib/posix.t
2011 ____________________________________________________________________________
2012 [  1400] By: nick                                  on 1998/07/09  17:43:14
2013         Log: Integrate mainline (_071-ish)
2014      Branch: ansiperl
2015           +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2016           +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2017           +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
2018           +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
2019           +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
2020           +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
2021           +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2022           +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
2023           +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
2024           !> (integrate 145 files)
2025
2026 ----------------
2027 Version 5.004_71
2028 ----------------
2029
2030 ____________________________________________________________________________
2031 [  1399] By: gsar                                  on 1998/07/09  12:15:12
2032         Log: update Changes, perlhist.pod, beginnings of perldelta.pod
2033      Branch: perl
2034            ! Changes pod/perldelta.pod pod/perlhist.pod
2035 ____________________________________________________________________________
2036 [  1397] By: gsar                                  on 1998/07/09  08:35:39
2037         Log: merge changes from maintbranch (1354, and relevant part of 1356); all
2038              maintenance changes upto 1356 merged
2039      Branch: perl
2040            ! pod/perldiag.pod pp_hot.c t/op/misc.t
2041 ____________________________________________________________________________
2042 [  1396] By: gsar                                  on 1998/07/09  08:02:52
2043         Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
2044              make all configs build on Solaris and win32
2045      Branch: perl
2046            + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2047            + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2048            + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
2049            ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
2050            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2051 ____________________________________________________________________________
2052 [  1395] By: gsar                                  on 1998/07/09  05:39:48
2053         Log: From:    Stephen McCamant <alias@mcs.com>
2054              Date:    Wed, 08 Jul 1998 23:16:49 CDT
2055              Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
2056              Subject: [PATCH] UNOP opclass test in B.xs
2057      Branch: perl
2058            ! ext/B/B.xs
2059 ____________________________________________________________________________
2060 [  1394] By: gsar                                  on 1998/07/09  05:37:48
2061         Log: get it building again on win32
2062      Branch: perl
2063            ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
2064            ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
2065            ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
2066            ! win32/makefile.mk
2067 ____________________________________________________________________________
2068 [  1393] By: gsar                                  on 1998/07/09  05:20:31
2069         Log: applied patch from Ilya, tweaked some to get clean static build of
2070              the ext/re stuff (untested on win32)
2071      Branch: perl
2072            ! regcomp.c regexec.c
2073 ____________________________________________________________________________
2074 [  1392] By: gsar                                  on 1998/07/09  03:56:45
2075         Log: fix installperl typo
2076              From:    kstar@chapin.edu
2077              Date:    Wed, 08 Jul 1998 23:51:57 EDT
2078              Message-Id: <19980708235157.D1380@O2.chapin.edu>
2079              Subject: Re: [PATCH] 5.004_70 installperl and docs
2080      Branch: perl
2081            ! installperl
2082 ____________________________________________________________________________
2083 [  1391] By: gsar                                  on 1998/07/09  01:48:16
2084         Log: From: Chip Salzenberg <chip@perl.org>
2085              Date: Wed, 8 Jul 1998 18:10:55 -0400
2086              Message-ID: <19980708181055.A8005@perlsupport.com>
2087              Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
2088      Branch: perl
2089            ! util.c
2090 ____________________________________________________________________________
2091 [  1390] By: gsar                                  on 1998/07/09  01:45:16
2092         Log: added patch, tweaked per Ilya's suggestion
2093              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2094              Date: Wed, 8 Jul 1998 13:34:42 +0100
2095              Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
2096              Subject: [PATCH] perl5db.pl complains about non-integer condition
2097      Branch: perl
2098            ! lib/perl5db.pl
2099 ____________________________________________________________________________
2100 [  1389] By: gsar                                  on 1998/07/09  01:42:13
2101         Log: reenable misaligned memory checks, cast to UV & check alignment
2102              From: Dominic Dunlop <domo@computer.org>
2103              Date: Wed, 8 Jul 1998 11:21:48 +0000
2104              Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
2105              Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
2106      Branch: perl
2107            ! malloc.c
2108 ____________________________________________________________________________
2109 [  1388] By: gsar                                  on 1998/07/09  01:36:22
2110         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2111              Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
2112              Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
2113              Subject: [PATCH 5.004_70] more on finding metaconfig units.
2114      Branch: perl
2115            ! Porting/pumpkin.pod
2116 ____________________________________________________________________________
2117 [  1387] By: gsar                                  on 1998/07/09  01:35:23
2118         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2119              Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
2120              Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
2121              Subject: Configure indentation patch
2122      Branch: perl
2123            ! Configure
2124 ____________________________________________________________________________
2125 [  1386] By: gsar                                  on 1998/07/09  01:33:31
2126         Log: don't try to hardlink perldiag.pod; that is no longer not needed
2127              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2128              Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
2129              Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
2130              Subject: Re: pelr installation attempts hard links between file systems
2131      Branch: perl
2132            ! installperl
2133 ____________________________________________________________________________
2134 [  1385] By: gsar                                  on 1998/07/09  01:28:05
2135         Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
2136      Branch: perl
2137            ! win32/makefile.mk
2138 ____________________________________________________________________________
2139 [  1384] By: gsar                                  on 1998/07/09  01:26:19
2140         Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
2141      Branch: perl
2142            ! t/TEST
2143 ____________________________________________________________________________
2144 [  1383] By: gsar                                  on 1998/07/09  01:06:47
2145         Log: manually apply patch with a dependency on unapplied patch
2146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2147              Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
2148              Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
2149              Subject: [PATCH 5.004_70] make quoted RE embeddable
2150      Branch: perl
2151            ! sv.c t/op/pat.t
2152 ____________________________________________________________________________
2153 [  1382] By: gsar                                  on 1998/07/09  01:02:23
2154         Log: change order of libs for extensions
2155              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2156              Date: Tue, 7 Jul 1998 23:48:05 +0200
2157              Message-ID: <19980707234805.C180@cdata.tvnet.hu>
2158              Subject: [PATCH _70] linking problem with modules
2159      Branch: perl
2160            ! lib/ExtUtils/MM_Unix.pm
2161 ____________________________________________________________________________
2162 [  1381] By: gsar                                  on 1998/07/09  00:56:12
2163         Log: patch for more flexible initialization of xsub parameters
2164              From: Tye McQueen <tye@metronet.com>
2165              Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
2166              Message-Id: <199807070004.AA16454@metronet.com>
2167              Subject: Enhanced arg inits for xsubpp
2168      Branch: perl
2169            ! lib/ExtUtils/xsubpp pod/perlxs.pod
2170 ____________________________________________________________________________
2171 [  1380] By: gsar                                  on 1998/07/09  00:44:01
2172         Log: From: Tye McQueen <tye@metronet.com>
2173              Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
2174              Message-Id: <16619-17073@lyris.activestate.com>
2175              Subject: New pl2bat.pl
2176      Branch: perl
2177            ! win32/bin/pl2bat.pl
2178 ____________________________________________________________________________
2179 [  1379] By: gsar                                  on 1998/07/09  00:30:58
2180         Log: remove ordering dependency in posix.t
2181      Branch: perl
2182            ! t/lib/posix.t
2183 ____________________________________________________________________________
2184 [  1378] By: gsar                                  on 1998/07/08  20:17:43
2185         Log: make -i'*suffix' work too
2186      Branch: perl
2187            ! doio.c
2188 ____________________________________________________________________________
2189 [  1377] By: gsar                                  on 1998/07/08  08:56:28
2190         Log: regen headers; result builds & tests on Solaris again (threaded)
2191      Branch: perl
2192            ! embedvar.h
2193 ____________________________________________________________________________
2194 [  1376] By: gsar                                  on 1998/07/08  08:55:03
2195         Log: change#1350 breaks things, back it out
2196      Branch: perl
2197            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2198 ____________________________________________________________________________
2199 [  1375] By: gsar                                  on 1998/07/08  07:47:00
2200         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2201              Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
2202              Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
2203              Subject: [PATCH 5.004_70] Switch modifiers in RE off
2204      Branch: perl
2205            ! pod/perlre.pod regcomp.c t/op/re_tests
2206 ____________________________________________________________________________
2207 [  1374] By: gsar                                  on 1998/07/08  07:41:06
2208         Log: From: Gisle Aas <gisle@aas.no>
2209              Date: 07 Jul 1998 23:08:59 +0200
2210              Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
2211              Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
2212      Branch: perl
2213            ! sv.c
2214 ____________________________________________________________________________
2215 [  1373] By: gsar                                  on 1998/07/08  07:36:01
2216         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2217              Date: Tue, 7 Jul 1998 23:47:50 +0200
2218              Message-ID: <19980707234750.A180@cdata.tvnet.hu>
2219              Subject: [PATCH _70] dos-djgpp update
2220      Branch: perl
2221            ! djgpp/config.over djgpp/djgppsed.sh
2222 ____________________________________________________________________________
2223 [  1372] By: gsar                                  on 1998/07/08  07:12:47
2224         Log: add extension to support SysV IPC
2225              From: Jarkko Hietaniemi <jhi@iki.fi>
2226              Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
2227              Message-Id: <199807062332.CAA25792@alpha.hut.fi>
2228              Subject: [PATCH] 5.004_70: IPC::SysV
2229      Branch: perl
2230            + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
2231            + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
2232            + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
2233            + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
2234            + ext/IPC/SysV/t/sem.t
2235            ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
2236            ! t/op/ipcmsg.t t/op/ipcsem.t
2237 ____________________________________________________________________________
2238 [  1371] By: gsar                                  on 1998/07/08  05:12:07
2239         Log: add patch for C<use re 'debug'>
2240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2241              Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
2242              Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
2243              Subject: Re: _70 and Devel::RE
2244      Branch: perl
2245            + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
2246            - lib/re.pm
2247            ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
2248            ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
2249 ____________________________________________________________________________
2250 [  1370] By: gsar                                  on 1998/07/08  04:27:27
2251         Log: added patch to generate PPDEF(pp_foo)
2252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2253              Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
2254              Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
2255              Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
2256      Branch: perl
2257            + pp_proto.h
2258            ! MANIFEST Makefile.SH opcode.pl proto.h
2259 ____________________________________________________________________________
2260 [  1369] By: gsar                                  on 1998/07/08  04:19:49
2261         Log: suggest 'make test' after make
2262      Branch: perl
2263            ! Makefile.SH
2264 ____________________________________________________________________________
2265 [  1368] By: gsar                                  on 1998/07/08  03:58:19
2266         Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
2267              From: Colin Kuskie <ckuskie@cadence.com>
2268              Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
2269              Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
2270              Subject: Corrected -i prefix patch
2271      Branch: perl
2272            + t/io/iprefix.t
2273            ! MANIFEST doio.c pod/perlrun.pod
2274 ____________________________________________________________________________
2275 [  1366] By: gsar                                  on 1998/07/08  02:28:30
2276         Log: From: Gisle Aas <gisle@aas.no>
2277              Date: 07 Jul 1998 17:48:36 +0200
2278              Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
2279              Subject: [PATCH] Remove some rendundant SvOOK_on tests
2280      Branch: perl
2281            ! sv.c sv.h
2282 ____________________________________________________________________________
2283 [  1365] By: gsar                                  on 1998/07/08  02:25:17
2284         Log: applied patch to clarify m//g
2285              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2286              Date: Tue, 7 Jul 1998 15:59:03 +0100
2287              Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
2288              Subject: [PATCH] Re: m//g in perlop.pod
2289      Branch: perl
2290            ! pod/perlop.pod
2291 ____________________________________________________________________________
2292 [  1364] By: gsar                                  on 1998/07/08  02:13:07
2293         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2294              Subject: [PATCH] 5.004_70 bug in perlfaq.pod
2295              Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
2296              Date: Tue, 7 Jul 1998 11:59:41 +0100
2297      Branch: perl
2298            ! pod/perlfaq.pod
2299 ____________________________________________________________________________
2300 [  1363] By: gsar                                  on 1998/07/08  02:11:11
2301         Log: applied tweak (via private mail)
2302              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2303              Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
2304              Message-Id: <199807071027.NAA20829@alpha.hut.fi>
2305              Subject: tiny perllocale.pod patch for 5.004_70
2306      Branch: perl
2307            ! pod/perllocale.pod
2308 ____________________________________________________________________________
2309 [  1362] By: gsar                                  on 1998/07/08  02:07:48
2310         Log: applied patch, various tweaks to pander to pod2man tantrums
2311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2312              Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
2313              Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
2314              Subject: [PATCH 5.004_70] CONFIGPM
2315      Branch: perl
2316            ! Porting/Glossary configpm
2317 ____________________________________________________________________________
2318 [  1361] By: gsar                                  on 1998/07/07  22:13:11
2319         Log: From: Stephen McCamant <alias@mcs.com>
2320              Date: Mon,  6 Jul 1998 21:22:17 -0500 (CDT)
2321              Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
2322              Subject: Re: Inconsistent arithmetics on refs
2323      Branch: perl
2324            ! sv.c
2325 ____________________________________________________________________________
2326 [  1360] By: gsar                                  on 1998/07/07  22:11:11
2327         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2328              Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
2329              Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
2330              Subject: [PATCH 5.004_70] Anohter ptags improvement
2331      Branch: perl
2332            ! emacs/ptags
2333 ____________________________________________________________________________
2334 [  1359] By: gsar                                  on 1998/07/07  22:08:48
2335         Log: fix accidental RE-de-optimization
2336              From: larry@wall.org (Larry Wall)
2337              Date: Mon, 6 Jul 1998 17:49:31 -0700
2338              Message-Id: <199807070049.RAA23475@wall.org>
2339              Subject: Re: before you deluge us with patches
2340              --
2341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2342              Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
2343              Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
2344              Subject: Re: before you deluge us with patches
2345      Branch: perl
2346            ! pp_hot.c regexec.c
2347 ____________________________________________________________________________
2348 [  1358] By: gsar                                  on 1998/07/07  21:36:29
2349         Log: From: Gisle Aas <gisle@aas.no>
2350              Subject: [PATCH] Evaluation of AVHVs in scalar context
2351              Date: 06 Jul 1998 21:41:14 +0200
2352              Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
2353      Branch: perl
2354            ! pp_hot.c t/op/avhv.t
2355 ____________________________________________________________________________
2356 [  1357] By: gsar                                  on 1998/07/07  21:29:46
2357         Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
2358      Branch: perl
2359            ! lib/Math/Trig.pm lib/fields.pm thread.sym
2360 ____________________________________________________________________________
2361 [  1356] By: TimBunce                              on 1998/07/07  17:19:42
2362         Log: Assorted patches:
2363              
2364              ------  BUILD PROCESS  ------
2365              
2366              Title:  "Add Test.pm (from perl 5.004_70)"
2367              Files:  MANIFEST lib/Test.pm
2368              
2369              ------  EXTENSIONS  ------
2370              
2371              Title:  "Add CR LF CRLF to Socket.pm"
2372              From:  Chris Nandor <pudge@pobox.com>
2373              Msg-ID:  <v04003a46b1b6067832a1@[24.48.28.52]>
2374              Files:  ext/Socket/Socket.pm
2375              
2376              ------  LIBRARY  ------
2377              
2378              Title:  "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
2379              Files:  lib/AutoSplit.pm
2380              
2381              Title:  "Upgrade base.pm (from perl 5.004_70)"
2382              Files:  lib/base.pm
2383              
2384              Title:  "Add File::Spec modules (from 5.004_70)"
2385              Files:  lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2386              lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2387              lib/File/Spec/Win32.pm
2388              
2389              ------  TESTS  ------
2390              
2391              Title:  "fixup test for method call on undefined value"
2392              Files:  t/op/misc.t
2393              
2394              ------  UTILITIES  ------
2395              
2396              Title:  "perlbug upgrade (from 5.004_70)"
2397              Files:  utils/perlbug.PL
2398              
2399              Title:  "Upgrade perldoc (from 5.004_70)"
2400              Files:  utils/perldoc.PL
2401      Branch: maint-5.004/perl
2402            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2403            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2404            + lib/File/Spec/Win32.pm lib/Test.pm
2405            ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
2406            ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
2407 ____________________________________________________________________________
2408 [  1355] By: TimBunce                              on 1998/07/07  14:39:51
2409         Log: Title:  "Fix memory leak in Safe module"
2410              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2411              Msg-ID:  <199806290544.BAA18463@aatma.engin.umich.edu>
2412              Files:  ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
2413      Branch: maint-5.004/perl
2414            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
2415 ____________________________________________________________________________
2416 [  1354] By: TimBunce                              on 1998/07/07  14:35:25
2417         Log: Title:  "Better error message for $undef->method call"
2418              From:  Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
2419              joshua.pritikin@db.com
2420              Msg-ID:  <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
2421              Files:  pod/perldiag.pod pp_hot.c
2422      Branch: maint-5.004/perl
2423            ! pod/perldiag.pod pp_hot.c
2424 ____________________________________________________________________________
2425 [  1353] By: gsar                                  on 1998/07/06  23:33:38
2426         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2427              Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
2428              Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
2429              Subject: [PATCH 5.004_70] Update metaconfig info
2430      Branch: perl
2431            ! Porting/pumpkin.pod
2432 ____________________________________________________________________________
2433 [  1352] By: gsar                                  on 1998/07/06  23:30:54
2434         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2435              Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
2436              Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
2437              Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
2438      Branch: perl
2439            ! Configure INSTALL Policy_sh.SH Porting/Glossary
2440            ! Porting/config.sh Porting/config_H
2441 ____________________________________________________________________________
2442 [  1351] By: gsar                                  on 1998/07/06  23:24:47
2443         Log: try harder to run non-executable tests
2444      Branch: perl
2445            ! t/TEST
2446 ____________________________________________________________________________
2447 [  1350] By: gsar                                  on 1998/07/06  23:12:17
2448         Log: add patch to improve method caching, regen headers
2449              From: joshua.pritikin@db.com
2450              Date: Mon, 6 Jul 1998 09:19:29 -0400
2451              Message-Id: <H00000e50008a518@MHS>
2452              Subject: [PATCH _70] cache missing methods
2453      Branch: perl
2454            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2455 ____________________________________________________________________________
2456 [  1349] By: TimBunce                              on 1998/07/06  23:03:16
2457         Log: Assorted patches:
2458              
2459              ------  BUILD PROCESS  ------
2460              
2461              Title:  "Configure: Workaround bash CDPATH oddity"
2462              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2463              Msg-ID:  <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
2464              Files:  Configure
2465              
2466              Title:  "Don't suppress display of Makefile recipes that invoke perl"
2467              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2468              Msg-ID:  <199806252213.SAA08545@aatma.engin.umich.edu>
2469              Files:  Makefile.SH
2470              
2471              ------  CORE LANGUAGE  ------
2472              
2473              Title:  "one more^Wless quad unpack bug"
2474              From:  Jarkko Hietaniemi <jhi@iki.fi>
2475              Msg-ID:  <199806301132.OAA27353@alpha.hut.fi>
2476              Files:  pp.c
2477              
2478              Title:  "minor fixups to bring maint closer to devel for patching"
2479              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2480              Msg-ID:  <199805200046.UAA19284@aatma.engin.umich.edu>
2481              Files:  pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
2482              
2483              Title:  "-Pw switches used together report bogus error"
2484              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2485              Msg-ID:  <199806252331.TAA10160@aatma.engin.umich.edu>
2486              Files:  perl.c
2487              
2488              Title:  "Add doc and perl home page info to -v output"
2489              From:  Tom Christiansen <tchrist@jhereg.perl.com>
2490              Msg-ID:  <199802172229.PAA29309@jhereg.perl.com>
2491              Files:  perl.c
2492              
2493              Title:  "Fix C<@a = (%a = 1)> bizarreness"
2494              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
2495              <tchrist@jhereg.perl.com>
2496              Msg-ID:  <199807012026.OAA31507@jhereg.perl.com>,
2497              <199807012339.TAA26024@aatma.engin.umich.edu>
2498              Files:  pp_hot.c
2499              
2500              Title:  "make find_script() return saved string, reenable missing
2501              diagnostics"
2502              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2503              Msg-ID:  <199806262224.SAA00422@aatma.engin.umich.edu>
2504              Files:  perl.c util.c
2505              
2506              Title:  "minor e_script optimization"
2507              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2508              Msg-ID:  <199807060704.DAA25988@aatma.engin.umich.edu>
2509              Files:  perl.c
2510              
2511              ------  DOCUMENTATION  ------
2512              
2513              Title:  "Insecure $ENV{} message out of step with perldiag"
2514              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2515              Msg-ID:  <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
2516              Files:  pod/perldiag.pod pod/perlsec.pod
2517              
2518              Title:  "documenting close without arguments"
2519              From:  Tom Phoenix <rootbeer@teleport.com>
2520              Msg-ID:  <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
2521              Files:  pod/perlfunc.pod
2522              
2523              Title:  "pod for scalar .. op"
2524              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2525              Msg-ID:  <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
2526              Files:  pod/perlop.pod
2527              
2528              ------  EXTENSIONS  ------
2529              
2530              Title:  "Fcntl: add few constants, enhance maintainability"
2531              From:  Jarkko Hietaniemi <jhi@iki.fi>
2532              Msg-ID:  <199806221558.SAA18626@alpha.hut.fi>
2533              Files:  ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
2534              
2535              ------  LIBRARY  ------
2536              
2537              Title:  "Fix undef warnings in Text::Parsewords"
2538              From:  Jarkko Hietaniemi <jhi@iki.fi>
2539              Msg-ID:  <199806300842.LAA26409@alpha.hut.fi>
2540              Files:  lib/Text/ParseWords.pm
2541              
2542              Title:  "Add Symbol::delete_package()"
2543              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2544              Msg-ID:  <199807060702.DAA25976@aatma.engin.umich.edu>
2545              Files:  pod/perlembed.pod lib/Symbol.pm
2546      Branch: maint-5.004/perl
2547            ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
2548            ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
2549            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2550            ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
2551            ! t/op/split.t taint.c util.c
2552 ____________________________________________________________________________
2553 [  1348] By: gsar                                  on 1998/07/06  22:55:56
2554         Log: remove #! line from Errno_pm.PL
2555      Branch: perl
2556            ! ext/Errno/Errno_pm.PL
2557 ____________________________________________________________________________
2558 [  1347] By: gsar                                  on 1998/07/06  22:51:34
2559         Log: added patch to fix Cwd.pm warnings, fixed a couple more places
2560              From: Gisle Aas <gisle@aas.no>
2561              Date: 06 Jul 1998 13:08:53 +0200
2562              Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
2563              Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
2564      Branch: perl
2565            ! lib/Cwd.pm
2566 ____________________________________________________________________________
2567 [  1346] By: gsar                                  on 1998/07/06  22:20:29
2568         Log: much simpler fix to typecheck read/sysread/recv, as suggested by
2569              Stephen McCamant
2570      Branch: perl
2571            ! op.c
2572 ____________________________________________________________________________
2573 [  1345] By: gsar                                  on 1998/07/06  21:58:52
2574         Log: undo ck_sysread() changes#1319,1337 in preparation for a much
2575              simpler fix
2576      Branch: perl
2577            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
2578            ! opcode.pl proto.h
2579 ____________________________________________________________________________
2580 [  1344] By: TimBunce                              on 1998/07/06  21:51:05
2581         Log: Title:  "Fix for broken goto &xsub"
2582              From:  Albert Dvornik <bert@genscan.com>,
2583              Msg-ID:  <tq4sxawf2h.fsf@puma.genscan.com>
2584              Files:  MANIFEST pp_ctl.c t/op/goto_xs.t
2585      Branch: maint-5.004/perl
2586            + t/op/goto_xs.t
2587            ! MANIFEST pp_ctl.c
2588 ____________________________________________________________________________
2589 [  1343] By: TimBunce                              on 1998/07/06  21:40:14
2590         Log: Title:  "Undo sub stub optimization and add comments on GV_FOO constants"
2591              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2592              Msg-ID:  <199807050841.EAA25114@aatma.engin.umich.edu>
2593              Files:  gv.h gv.c op.c toke.c
2594      Branch: maint-5.004/perl
2595            ! gv.c gv.h op.c toke.c
2596 ____________________________________________________________________________
2597 [  1342] By: gsar                                  on 1998/07/06  20:57:06
2598         Log: From:    Gisle Aas <gisle@aas.no>
2599              Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
2600              Date:    06 Jul 1998 21:52:12 +0200
2601              Subject: Keepers of the Patch Pumpkin
2602      Branch: perl
2603            ! Changes
2604 ____________________________________________________________________________
2605 [  1341] By: gsar                                  on 1998/07/06  20:43:35
2606         Log: remove dup entry in perldiag
2607      Branch: perl
2608            ! pod/perldiag.pod
2609 ____________________________________________________________________________
2610 [  1340] By: gsar                                  on 1998/07/06  20:31:44
2611         Log: more reasonable diagnostic on keyword vs. sub ambiguity
2612      Branch: perl
2613            ! pod/perldiag.pod toke.c
2614 ____________________________________________________________________________
2615 [  1339] By: gsar                                  on 1998/07/06  19:23:06
2616         Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
2617      Branch: perl
2618            ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
2619            ! sv.c toke.c util.c
2620 ____________________________________________________________________________
2621 [  1338] By: gsar                                  on 1998/07/06  18:45:35
2622         Log: per Larry suggestion, toss change#1327 and fix the documentation
2623              to match behavior instead
2624      Branch: perl
2625            ! pod/perlfunc.pod pp_sys.c
2626 ____________________________________________________________________________
2627 [  1337] By: gsar                                  on 1998/07/06  17:15:26
2628         Log: allow read(FH,threadsv,...)
2629      Branch: perl
2630            ! op.c
2631
2632 ----------------
2633 Version 5.004_70
2634 ----------------
2635
2636 ____________________________________________________________________________
2637 [  1336] By: gsar                                  on 1998/07/06  09:06:33
2638         Log: 5.004_70 tweaks
2639      Branch: perl
2640            ! Changes win32/Makefile win32/makefile.mk
2641 ____________________________________________________________________________
2642 [  1335] By: gsar                                  on 1998/07/06  07:05:37
2643         Log: update Changes
2644      Branch: perl
2645            ! Changes pod/perldiag.pod
2646 ____________________________________________________________________________
2647 [  1334] By: gsar                                  on 1998/07/06  06:41:17
2648         Log: allow eval-groups in patterns only if they C<use re 'eval';>
2649      Branch: perl
2650            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
2651            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
2652 ____________________________________________________________________________
2653 [  1333] By: gsar                                  on 1998/07/06  03:22:52
2654         Log: From: Hans Mulder <hansm@icgroup.nl>
2655              Date: Mon,  6 Jul 98 02:11:32 +0200
2656              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
2657              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
2658      Branch: perl
2659            ! malloc.c
2660 ____________________________________________________________________________
2661 [  1332] By: gsar                                  on 1998/07/06  03:18:34
2662         Log: added Errno-1.09 from CPAN
2663      Branch: perl
2664            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2665 ____________________________________________________________________________
2666 [  1331] By: gsar                                  on 1998/07/06  02:59:09
2667         Log: fix small memleak on -e, don't try to find_script() when e_script
2668      Branch: perl
2669            ! perl.c
2670 ____________________________________________________________________________
2671 [  1330] By: gsar                                  on 1998/07/06  00:40:24
2672         Log: add Symbol::delete_package()
2673      Branch: perl
2674            ! lib/Symbol.pm pod/perlembed.pod
2675 ____________________________________________________________________________
2676 [  1329] By: gsar                                  on 1998/07/05  23:05:40
2677         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
2678              From: Stephen McCamant <alias@mcs.com>
2679              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
2680              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
2681              Subject: [PATCH] alignment in X[IN]V allocation
2682      Branch: perl
2683            ! sv.c
2684 ____________________________________________________________________________
2685 [  1328] By: gsar                                  on 1998/07/05  22:47:57
2686         Log: make read() return undef on errors as documented, and clarify docs
2687      Branch: perl
2688            ! pod/perlfunc.pod pp_sys.c
2689 ____________________________________________________________________________
2690 [  1327] By: gsar                                  on 1998/07/05  22:11:21
2691         Log: fix getc() to return empty string instead of undef on eof, as it was
2692              documented to behave; still returns undef on error
2693      Branch: perl
2694            ! pp_sys.c
2695 ____________________________________________________________________________
2696 [  1326] By: gsar                                  on 1998/07/05  21:53:30
2697         Log: patch whitespace-mutiliated; applied manually
2698              From: Hans Mulder <hansm@icgroup.nl>
2699              Date: Sun,  5 Jul 98 23:23:20 +0200
2700              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
2701              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
2702      Branch: perl
2703            ! ext/Errno/Errno_pm.PL
2704 ____________________________________________________________________________
2705 [  1325] By: gsar                                  on 1998/07/05  21:38:39
2706         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
2707              From: Tom Christiansen <tchrist@jhereg.perl.com>
2708              Date: Sun, 05 Jul 1998 09:15:22 -0500
2709              Subject: Re: docpatch 
2710              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
2711      Branch: perl
2712            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2713            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2714            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2715            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
2716            ! pod/perlrun.pod
2717 ____________________________________________________________________________
2718 [  1324] By: gsar                                  on 1998/07/05  21:06:56
2719         Log: applied patch, and undid change#1302 which it made unnecessary
2720              From: Billy <wdconsta@cs.adelaide.edu.au>
2721              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
2722              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
2723              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
2724      Branch: perl
2725            ! t/lib/h2ph.t utils/h2ph.PL
2726 ____________________________________________________________________________
2727 [  1323] By: gsar                                  on 1998/07/05  20:56:39
2728         Log: fix t/lib/fields.t's @INC so make test runs
2729      Branch: perl
2730            ! t/lib/fields.t
2731 ____________________________________________________________________________
2732 [  1322] By: gsar                                  on 1998/07/05  20:26:43
2733         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
2734      Branch: perl
2735            ! gv.c gv.h toke.c
2736 ____________________________________________________________________________
2737 [  1321] By: gsar                                  on 1998/07/05  07:41:50
2738         Log: sundry win32 config tweaks
2739      Branch: perl
2740            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
2741            ! win32/config.gc win32/config.vc win32/config_H.bc
2742            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
2743            ! win32/config_sh.PL win32/makefile.mk
2744 ____________________________________________________________________________
2745 [  1320] By: gsar                                  on 1998/07/05  06:30:35
2746         Log: update Changes
2747      Branch: perl
2748            ! Changes
2749 ____________________________________________________________________________
2750 [  1319] By: gsar                                  on 1998/07/05  06:27:37
2751         Log: add ck_sysread() for better sysread/read/recv sanity
2752      Branch: perl
2753            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
2754            ! opcode.pl proto.h
2755 ____________________________________________________________________________
2756 [  1318] By: gsar                                  on 1998/07/05  04:34:05
2757         Log: From: Stephen McCamant <alias@mcs.com>
2758              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
2759              Subject: [PATCH] Document B::Deparse, add pp_threadsv
2760              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
2761      Branch: perl
2762            ! ext/B/B/Deparse.pm
2763 ____________________________________________________________________________
2764 [  1317] By: gsar                                  on 1998/07/05  04:15:25
2765         Log: added patch with tweak to doc
2766              From: Chip Salzenberg <chip@perl.org>
2767              Message-ID: <19980704205136.A16319@perlsupport.com>
2768              Date: Sat, 4 Jul 1998 20:51:36 -0400
2769              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
2770      Branch: perl
2771            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
2772 ____________________________________________________________________________
2773 [  1316] By: gsar                                  on 1998/07/05  03:56:22
2774         Log: Porting/Glossary goes podly into Config.pm
2775      Branch: perl
2776            ! Porting/Glossary configpm
2777 ____________________________________________________________________________
2778 [  1315] By: gsar                                  on 1998/07/05  02:50:18
2779         Log: add suggested tool as an example in ExtUtils::Packlist
2780              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2781              Message-Id: <199807031028.LAA10456@sale-wts>
2782              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
2783              Subject: Re: [make install] another horror story
2784      Branch: perl
2785            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
2786 ____________________________________________________________________________
2787 [  1314] By: gsar                                  on 1998/07/05  02:28:04
2788         Log: avoid race condition (storing ptr to SV before incrementing its
2789              REFCNT) and warning in newRV()
2790      Branch: perl
2791            ! sv.c
2792 ____________________________________________________________________________
2793 [  1313] By: gsar                                  on 1998/07/05  02:06:40
2794         Log: applied suggested fix for xhv_array sizing, with portability tweaks
2795              From: Gisle Aas <gisle@aas.no>
2796              Subject: Re: [PATCH] Re: perl5.004_69 core dump
2797              Date: 04 Jul 1998 10:20:35 +0200
2798              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
2799      Branch: perl
2800            ! hv.c
2801 ____________________________________________________________________________
2802 [  1312] By: gsar                                  on 1998/07/05  01:36:45
2803         Log: From: Gisle Aas <gisle@aas.no>
2804              Subject: [PATCH] hv_max may be a few too many
2805              Date: 04 Jul 1998 09:28:46 +0200
2806              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
2807      Branch: perl
2808            ! doop.c
2809 ____________________________________________________________________________
2810 [  1311] By: gsar                                  on 1998/07/05  00:35:27
2811         Log: patchlevel up to 5.004_70, various tweaks
2812              * fix taint problems due to maintbranch regression
2813              * PERL_OBJECT now builds again
2814              * deal with C++ strong-typing problems in hv.c
2815              * fix mismatch in "reserved word" diagnostic
2816      Branch: perl
2817            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
2818            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
2819 ____________________________________________________________________________
2820 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
2821         Log: Remove old RE //t flag from scan_subst().
2822      Branch: maint-5.004/perl
2823            ! toke.c
2824 ____________________________________________________________________________
2825 [  1309] By: gsar                                  on 1998/07/04  08:32:53
2826         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
2827      Branch: perl
2828            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
2829 ____________________________________________________________________________
2830 [  1307] By: gsar                                  on 1998/07/04  07:00:14
2831         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
2832      Branch: perl
2833            ! pp_hot.c t/op/local.t
2834 ____________________________________________________________________________
2835 [  1306] By: gsar                                  on 1998/07/04  05:52:34
2836         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
2837              From: joshua.pritikin@db.com
2838              Date: Wed, 1 Jul 1998 10:09:43 -0400
2839              Message-Id: <H00000e500086fb3@MHS>
2840              Subject: [PATCH _69] sv_2mortal fix
2841      Branch: perl
2842            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
2843 ____________________________________________________________________________
2844 [  1305] By: gsar                                  on 1998/07/04  05:46:42
2845         Log: add patch preextend global string table, tweak for 512 entries
2846              From: Gisle Aas <gisle@aas.no>
2847              Date: 04 Jul 1998 01:04:08 +0200
2848              Subject: Re: [PATCH] Re: perl5.004_69 core dump
2849              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
2850      Branch: perl
2851            ! perl.c
2852 ____________________________________________________________________________
2853 [  1304] By: gsar                                  on 1998/07/04  05:40:35
2854         Log: simplify xhv_array sizing
2855              From: Gisle Aas <gisle@aas.no>
2856              Date: 04 Jul 1998 00:49:42 +0200
2857              Subject: Re: [PATCH] Re: perl5.004_69 core dump
2858              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
2859      Branch: perl
2860            ! hv.c
2861 ____________________________________________________________________________
2862 [  1303] By: gsar                                  on 1998/07/04  05:37:29
2863         Log: make 4-arg win32_select() sleep more reasonably on false values
2864              From: Blair Zajac <blair@gps.caltech.edu>
2865              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
2866              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
2867              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
2868              --
2869              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
2870              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
2871              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
2872      Branch: perl
2873            ! win32/win32sck.c
2874 ____________________________________________________________________________
2875 [  1302] By: gsar                                  on 1998/07/04  05:32:50
2876         Log: adjust h2ph.t for dos-specific problem
2877              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2878              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
2879              Date: Fri, 3 Jul 1998 23:45:25 +0200
2880              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
2881      Branch: perl
2882            ! t/lib/h2ph.t
2883 ____________________________________________________________________________
2884 [  1301] By: gsar                                  on 1998/07/04  05:31:04
2885         Log: fix CPAN.pm problem, OS2 tweaks
2886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2887              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
2888              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
2889              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
2890      Branch: perl
2891            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
2892            ! lib/ExtUtils/MakeMaker.pm
2893 ____________________________________________________________________________
2894 [  1300] By: gsar                                  on 1998/07/04  05:27:20
2895         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2896              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
2897              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
2898              Subject: [PATCH 5.004_68] Add elc target to to makefile
2899      Branch: perl
2900            ! Makefile.SH
2901 ____________________________________________________________________________
2902 [  1299] By: gsar                                  on 1998/07/04  05:25:56
2903         Log: newer emacs/cperl-mode.el (via private mail)
2904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2905              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
2906              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
2907              Subject: [PATCH 5.004_68] cperl-mode
2908      Branch: perl
2909            ! emacs/cperl-mode.el
2910 ____________________________________________________________________________
2911 [  1298] By: gsar                                  on 1998/07/04  05:22:41
2912         Log: From: Dominic Dunlop <domo@computer.org>
2913              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
2914              Date: Thu, 2 Jul 1998 22:57:26 +0000
2915              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
2916      Branch: perl
2917            ! hints/machten.sh malloc.c
2918 ____________________________________________________________________________
2919 [  1297] By: gsar                                  on 1998/07/04  05:20:52
2920         Log: allow a flags args to fbm_instr() for future needs
2921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2922              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
2923              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
2924              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
2925      Branch: perl
2926            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
2927 ____________________________________________________________________________
2928 [  1296] By: gsar                                  on 1998/07/04  05:16:15
2929         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2930              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
2931              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
2932              Subject: [PATCH 5.004_69] INSTALL-1.39
2933      Branch: perl
2934            ! INSTALL
2935 ____________________________________________________________________________
2936 [  1295] By: gsar                                  on 1998/07/04  05:15:05
2937         Log: Configure update
2938              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
2939              Date: Wed, 1 Jul 98 23:07:50 EDT
2940              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
2941              Subject: [PATCH 5.004_69] Config_69-01
2942      Branch: perl
2943            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
2944            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
2945            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
2946 ____________________________________________________________________________
2947 [  1294] By: gsar                                  on 1998/07/04  05:10:25
2948         Log: add perlbug -F switch to save message to file
2949              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
2950              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
2951              Date: Wed, 1 Jul 1998 21:14:22 +0200
2952              Subject: Re: [PATCH 5.004_69] perlbug -fok
2953      Branch: perl
2954            ! Makefile.SH utils/perlbug.PL
2955 ____________________________________________________________________________
2956 [  1293] By: gsar                                  on 1998/07/04  05:06:52
2957         Log: catch nonexistent backrefs in REs
2958              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
2959              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
2960              Date: Wed, 1 Jul 1998 20:14:05 +0200
2961              Subject: Re: [PATCH _66] for bad backrefs
2962              --
2963              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
2964              Date: Wed, 1 Jul 1998 20:47:16 +0200
2965              Subject: Re: [PATCH _66] for bad backrefs
2966      Branch: perl
2967            ! regcomp.c t/op/re_tests util.c
2968 ____________________________________________________________________________
2969 [  1292] By: gsar                                  on 1998/07/04  05:02:01
2970         Log: fix perlcc to not rm output file, and other -w(arts)
2971      Branch: perl
2972            ! utils/perlcc.PL
2973 ____________________________________________________________________________
2974 [  1291] By: gsar                                  on 1998/07/04  04:30:03
2975         Log: ignore stash entries that are not GVs in dump.c
2976      Branch: perl
2977            ! dump.c
2978 ____________________________________________________________________________
2979 [  1290] By: gsar                                  on 1998/07/04  03:55:10
2980         Log: cleaner page headers from pod2man
2981      Branch: perl
2982            ! pod/pod2man.PL
2983 ____________________________________________________________________________
2984 [  1288] By: gsar                                  on 1998/07/04  03:16:39
2985         Log: tweaks to Getopt::Std
2986              From: Robin Barker <rmb1@cise.npl.co.uk>
2987              Date: Tue, 30 Jun 98 14:45:49 BST
2988              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
2989              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
2990              --
2991              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
2992              To: perl5-porters@perl.org
2993              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
2994      Branch: perl
2995            ! lib/Getopt/Std.pm
2996 ____________________________________________________________________________
2997 [  1287] By: gsar                                  on 1998/07/04  03:13:02
2998         Log: added patch, with tweaks
2999              From: Gisle Aas <gisle@aas.no>
3000              Date: 03 Jul 1998 00:50:15 +0200
3001              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
3002              Subject: [PATCH] Some AVHV documentation
3003      Branch: perl
3004            ! pod/perlref.pod
3005 ____________________________________________________________________________
3006 [  1286] By: gsar                                  on 1998/07/04  02:53:26
3007         Log: applied patch with tweaks to prose
3008              From: Gisle Aas <gisle@aas.no>
3009              Subject: [PATCH] Simplified AVHV support
3010              Date: 30 Jun 1998 13:34:07 +0200
3011              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
3012      Branch: perl
3013            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
3014            ! pp.c proto.h t/op/avhv.t
3015 ____________________________________________________________________________
3016 [  1285] By: gsar                                  on 1998/07/04  02:30:48
3017         Log: tweak doc for ".."
3018              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3019              Subject: [PATCH] pod for scalar ..
3020              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
3021              Date: Tue, 30 Jun 1998 12:14:50 +0100
3022      Branch: perl
3023            ! pod/perlop.pod
3024 ____________________________________________________________________________
3025 [  1284] By: gsar                                  on 1998/07/04  02:28:43
3026         Log: fix use of uninitialized var in pp_unpack()
3027              From: Jarkko Hietaniemi <jhi@iki.fi>
3028              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
3029              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
3030              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
3031      Branch: perl
3032            ! pp.c
3033 ____________________________________________________________________________
3034 [  1283] By: gsar                                  on 1998/07/04  02:26:37
3035         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3036              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
3037              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
3038              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
3039      Branch: perl
3040            ! lib/Text/ParseWords.pm
3041 ____________________________________________________________________________
3042 [  1282] By: gsar                                  on 1998/07/04  02:24:32
3043         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
3044              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
3045              Date: Mon, 29 Jun 1998 16:53:56 -0700
3046              Subject: [PATCH 5.004_69]README.vms doc patch
3047              --
3048              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
3049              Date: Mon, 29 Jun 1998 16:51:25 -0700
3050              --
3051              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
3052              Date: Thu, 02 Jul 1998 13:53:57 -0700
3053              Subject: [PATCH 5.004_69]VMS filetest operator fixup
3054      Branch: perl
3055            ! README.vms vms/descrip_mms.template vms/vms.c
3056 ____________________________________________________________________________
3057 [  1281] By: gsar                                  on 1998/07/04  02:17:48
3058         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3059              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
3060              Date: Mon, 29 Jun 1998 16:46:25 -0700
3061              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
3062      Branch: perl
3063            ! vms/subconfigure.com
3064 ____________________________________________________________________________
3065 [  1280] By: gsar                                  on 1998/07/04  02:16:03
3066         Log: don't attempt to copy directories on VMS
3067              From: Dan Sugalski <sugalskd@osshe.edu>
3068              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
3069              Date: Mon, 29 Jun 1998 16:31:29 -0700
3070              Subject: [PATCH 5.004_69]Tweak to installperl
3071      Branch: perl
3072            ! installperl
3073 ____________________________________________________________________________
3074 [  1279] By: gsar                                  on 1998/07/04  02:09:26
3075         Log: add 'installhtml*dir' to win32 config templates
3076              From: "Douglas Lankshear" <dougl@ActiveState.com>
3077              Subject: [PATCH 5.004_68] For Win32 config
3078              Date: Mon, 29 Jun 1998 09:00:13 -0700
3079              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
3080      Branch: perl
3081            ! win32/config.bc win32/config.gc win32/config.vc
3082 ____________________________________________________________________________
3083 [  1278] By: gsar                                  on 1998/07/04  02:06:23
3084         Log: implemented described fix for h2ph hanging on "enum"
3085              From: Billy <wdconsta@cs.adelaide.edu.au>
3086              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
3087              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
3088              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
3089      Branch: perl
3090            ! utils/h2ph.PL
3091 ____________________________________________________________________________
3092 [  1277] By: gsar                                  on 1998/07/04  01:51:47
3093         Log: merge changes#1210,1211,1270 from maintbranch
3094      Branch: perl
3095            + lib/re.pm
3096            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
3097            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
3098            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3099 ____________________________________________________________________________
3100 [  1276] By: gsar                                  on 1998/07/04  00:33:37
3101         Log: deprecate use of reserved word "our" (Larry's idea)
3102              Date: Mon, 22 Jun 1998 08:55:09 -0700
3103              From: larry@wall.org (Larry Wall)
3104              Message-Id: <199806221555.IAA07212@wall.org>
3105              Subject: Re: our
3106      Branch: perl
3107            ! pod/perldiag.pod toke.c
3108 ____________________________________________________________________________
3109 [  1275] By: nick                                  on 1998/07/02  18:36:59
3110         Log: Integrate mainline, just to keep up.
3111      Branch: ansiperl
3112           +> t/lib/fields.t
3113            - lib/Math/Trig/Radial.pm
3114           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3115           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
3116           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
3117           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
3118           !> win32/config.bc win32/config.gc win32/config.vc
3119           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
3120           !> win32/win32iop.h
3121 ____________________________________________________________________________
3122 [  1274] By: gsar                                  on 1998/07/02  16:47:20
3123         Log: tweak win32/config.* variables
3124      Branch: perl
3125            ! win32/config.bc win32/config.gc win32/config.vc
3126 ____________________________________________________________________________
3127 [  1273] By: gsar                                  on 1998/07/02  16:33:53
3128         Log: export opendir() set of functions on win32
3129      Branch: perl
3130            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
3131            ! win32/win32iop.h
3132 ____________________________________________________________________________
3133 [  1272] By: gsar                                  on 1998/07/01  23:21:49
3134         Log: fix C<@a = (%a = 1)> bizarreness
3135      Branch: perl
3136            ! pp_hot.c
3137 ____________________________________________________________________________
3138 [  1271] By: gsar                                  on 1998/06/30  22:49:39
3139         Log: document perltrap on precedence of keys/values/each
3140      Branch: perl
3141            ! pod/perltrap.pod
3142 ____________________________________________________________________________
3143 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
3144         Log: Added lib/re.pm missing from change 1210
3145      Branch: maint-5.004/perl
3146            + lib/re.pm
3147 ____________________________________________________________________________
3148 [  1269] By: gsar                                  on 1998/06/30  08:20:52
3149         Log: From:    Murray Nesbitt <murray@ActiveState.com>
3150              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
3151              Date:    Mon, 29 Jun 1998 14:30:59 PDT
3152              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
3153      Branch: perl
3154            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3155 ____________________________________________________________________________
3156 [  1268] By: gsar                                  on 1998/06/30  05:38:34
3157         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
3158              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
3159              Date:    Mon, 29 Jun 1998 15:04:57 -0000
3160              Subject: [PATCH perl5.004_69] perldoc.PL
3161      Branch: perl
3162            ! utils/perldoc.PL
3163 ____________________________________________________________________________
3164 [  1267] By: gsar                                  on 1998/06/30  05:34:06
3165         Log: add patch to integrate Math::Trig::Radial into Math::Trig
3166              From: Jarkko Hietaniemi <jhi@iki.fi>
3167              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
3168              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
3169              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
3170      Branch: perl
3171            - lib/Math/Trig/Radial.pm
3172            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
3173 ____________________________________________________________________________
3174 [  1266] By: gsar                                  on 1998/06/30  05:17:33
3175         Log: From:    Gisle Aas <gisle@aas.no>
3176              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
3177              Date:    29 Jun 1998 12:36:09 +0200
3178              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
3179      Branch: perl
3180            + t/lib/fields.t
3181            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
3182            ! t/op/array.t
3183 ____________________________________________________________________________
3184 [  1265] By: gsar                                  on 1998/06/30  05:12:57
3185         Log: tweaks to overloaded constants (change#1259)
3186      Branch: perl
3187            ! scope.c scope.h toke.c
3188 ____________________________________________________________________________
3189 [  1264] By: nick                                  on 1998/06/29  17:38:03
3190         Log: Integrate mainline c. _69 to ansiperl
3191      Branch: ansiperl
3192           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
3193           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
3194           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
3195           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
3196           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
3197           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
3198           !> (integrate 100 files)
3199
3200 ----------------
3201 Version 5.004_69
3202 ----------------
3203
3204 ____________________________________________________________________________
3205 [  1263] By: gsar                                  on 1998/06/29  09:17:28
3206         Log: update Changes and perlhist.pod
3207      Branch: perl
3208            ! Changes pod/perlhist.pod
3209 ____________________________________________________________________________
3210 [  1262] By: gsar                                  on 1998/06/29  08:26:36
3211         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
3212              under several build configurations)
3213      Branch: perl
3214            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
3215            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
3216            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3217 ____________________________________________________________________________
3218 [  1261] By: gsar                                  on 1998/06/29  06:51:10
3219         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
3220      Branch: perl
3221            ! scope.h
3222 ____________________________________________________________________________
3223 [  1260] By: gsar                                  on 1998/06/29  06:46:12
3224         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
3225              Date:    Mon, 29 Jun 1998 08:10:46 +0200
3226              From:    ts <decoux@moulon.inra.fr>
3227              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
3228      Branch: perl
3229            ! pod/perlembed.pod
3230 ____________________________________________________________________________
3231 [  1259] By: gsar                                  on 1998/06/29  06:01:35
3232         Log: added patch for overloading constants, made PERL_OBJECT-aware
3233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3234              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
3235              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
3236      Branch: perl
3237            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
3238            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
3239            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
3240            ! t/pragma/overload.t toke.c
3241 ____________________________________________________________________________
3242 [  1258] By: gsar                                  on 1998/06/29  05:32:25
3243         Log: fix Socket.pm typo from change#1240
3244      Branch: perl
3245            ! ext/Socket/Socket.pm
3246 ____________________________________________________________________________
3247 [  1257] By: gsar                                  on 1998/06/29  05:09:24
3248         Log: applied patch, tweak for threads awareness
3249              From: Albert Dvornik <bert@genscan.com>
3250              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
3251              Date: 24 Jun 1998 19:33:09 -0400
3252              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
3253      Branch: perl
3254            + t/op/goto_xs.t
3255            ! MANIFEST pp_ctl.c
3256 ____________________________________________________________________________
3257 [  1256] By: gsar                                  on 1998/06/29  03:34:18
3258         Log: applied patch, fixed one more leak, tweaked whitespace bugs
3259              From: Guy Decoux <decoux@moulon.inra.fr>
3260              (via)
3261              Date: Fri, 26 Jun 1998 09:59:32 -0400
3262              From: "Chunhui Teng" <cteng@nortel.ca>
3263              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
3264              Subject: Memory leak in Perl 5.004 and the fix
3265      Branch: perl
3266            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
3267 ____________________________________________________________________________
3268 [  1255] By: gsar                                  on 1998/06/29  02:50:37
3269         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
3270              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
3271              Date: 28 Jun 1998 23:47:07 +0200
3272              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
3273      Branch: perl
3274            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3275 ____________________________________________________________________________
3276 [  1254] By: gsar                                  on 1998/06/28  21:35:02
3277         Log: From: joshua.pritikin@db.com
3278              Date: Fri, 26 Jun 1998 09:34:34 -0400
3279              Message-Id: <H00000e500081d23@MHS>
3280              Subject: [PATCH _68] PUSHSTACK renovation
3281      Branch: perl
3282            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
3283 ____________________________________________________________________________
3284 [  1253] By: gsar                                  on 1998/06/28  21:21:22
3285         Log: From: Stephen McCamant <alias@mcs.com>
3286              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
3287              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
3288              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
3289      Branch: perl
3290            ! perlvars.h sv.c
3291 ____________________________________________________________________________
3292 [  1252] By: gsar                                  on 1998/06/28  21:16:34
3293         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3294              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
3295              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
3296              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
3297      Branch: perl
3298            ! regcomp.c
3299 ____________________________________________________________________________
3300 [  1251] By: gsar                                  on 1998/06/28  21:14:32
3301         Log: add Math/Trig/Radial.pm, update MANIFEST
3302              From: Jarkko Hietaniemi <jhi@iki.fi>
3303              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
3304              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
3305              Subject: Math::Trig::Radial ?
3306      Branch: perl
3307            + lib/Math/Trig/Radial.pm
3308            ! MANIFEST
3309 ____________________________________________________________________________
3310 [  1250] By: gsar                                  on 1998/06/28  21:09:48
3311         Log: applied patch, tweaked doc, and regen regnodes.h
3312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3313              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
3314              Subject: [PATCH 5.004_68] \z in RE
3315              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
3316      Branch: perl
3317            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
3318            ! t/op/re_tests t/op/regexp.t toke.c
3319 ____________________________________________________________________________
3320 [  1249] By: gsar                                  on 1998/06/28  20:56:38
3321         Log: From: mike@bill.iac.net
3322              Message-ID: <19980627034913.A32220@bill.minivend.com>
3323              Date: Sat, 27 Jun 1998 03:49:13 +0000
3324              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
3325      Branch: perl
3326            ! lib/Text/ParseWords.pm t/lib/parsewords.t
3327 ____________________________________________________________________________
3328 [  1248] By: gsar                                  on 1998/06/28  20:54:43
3329         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3330              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
3331              Subject: [PATCH] Fix ptags
3332              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
3333      Branch: perl
3334            ! emacs/ptags
3335 ____________________________________________________________________________
3336 [  1247] By: gsar                                  on 1998/06/28  20:42:54
3337         Log: apply patch sent via private mail
3338              From: Stephen McCamant <alias@mcs.com>
3339              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
3340              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
3341              Subject: Re: Enhanced B::Deparse 
3342      Branch: perl
3343            ! ext/B/B/Deparse.pm
3344 ____________________________________________________________________________
3345 [  1246] By: gsar                                  on 1998/06/28  20:38:24
3346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3347              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
3348              Subject: [PATCH 5.004_68] pat.t tests
3349              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
3350      Branch: perl
3351            ! t/op/pat.t
3352 ____________________________________________________________________________
3353 [  1245] By: gsar                                  on 1998/06/28  20:36:08
3354         Log: From: joshua.pritikin@db.com
3355              Date: Fri, 26 Jun 1998 10:02:32 -0400
3356              Message-Id: <H00000e500081d28@MHS>
3357              Subject: [PATCH _68] improve recursive error messages!
3358      Branch: perl
3359            ! gv.c pod/perldiag.pod universal.c
3360 ____________________________________________________________________________
3361 [  1244] By: gsar                                  on 1998/06/28  20:09:02
3362         Log: From: Dominic Dunlop <domo@vo.lu>
3363              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
3364              Date: Thu, 25 Jun 1998 17:46:55 +0000
3365              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
3366              to op/pat.t; add tests for a few  more regexp parse failures etc.
3367      Branch: perl
3368            ! t/op/pat.t t/op/re_tests t/op/regexp.t
3369 ____________________________________________________________________________
3370 [  1243] By: gsar                                  on 1998/06/28  20:06:30
3371         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
3372              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3373              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
3374              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
3375              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
3376      Branch: perl
3377            ! perl_exp.SH
3378 ____________________________________________________________________________
3379 [  1242] By: gsar                                  on 1998/06/28  20:01:28
3380         Log: 
3381              From: Gisle Aas <gisle@aas.no>
3382              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
3383              Date: 25 Jun 1998 10:32:43 +0200
3384              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
3385      Branch: perl
3386            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
3387 ____________________________________________________________________________
3388 [  1241] By: gsar                                  on 1998/06/28  19:55:11
3389         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
3390              From: Stephen McCamant <alias@mcs.com>
3391              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
3392              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
3393              Subject: [PATCH REPOST] refgen in opcode.pl
3394      Branch: perl
3395            ! opcode.h opcode.pl
3396 ____________________________________________________________________________
3397 [  1240] By: gsar                                  on 1998/06/28  19:46:29
3398         Log: From: Chris Nandor <pudge@pobox.com>
3399              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
3400              Date: Wed, 24 Jun 1998 19:58:28 -0400
3401              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
3402      Branch: perl
3403            ! ext/Socket/Socket.pm
3404 ____________________________________________________________________________
3405 [  1239] By: gsar                                  on 1998/06/28  19:44:19
3406         Log: From: Gisle Aas <gisle@aas.no>
3407              Subject: [PATCH] Optimize foreach (1..1000000)
3408              Date: 24 Jun 1998 20:26:48 +0200
3409              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
3410      Branch: perl
3411            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
3412            ! pp_hot.c t/op/range.t
3413 ____________________________________________________________________________
3414 [  1238] By: gsar                                  on 1998/06/28  19:28:13
3415         Log: avoid creation of %^R
3416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3417              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
3418              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
3419              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
3420      Branch: perl
3421            ! perl.c t/op/splice.t
3422 ____________________________________________________________________________
3423 [  1237] By: gsar                                  on 1998/06/28  19:23:40
3424         Log: From: Gisle Aas <gisle@aas.no>
3425              Subject: [PATCH] Negative LENGTH argument to splice
3426              Date: 24 Jun 1998 15:11:35 +0200
3427              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
3428      Branch: perl
3429            + t/op/splice.t
3430            ! MANIFEST pod/perlfunc.pod pp.c
3431 ____________________________________________________________________________
3432 [  1236] By: gsar                                  on 1998/06/28  19:18:29
3433         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3434              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
3435              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
3436              Date: Wed, 24 Jun 1998 13:13:02 +0100
3437      Branch: perl
3438            ! pod/perldiag.pod pod/perlsec.pod
3439 ____________________________________________________________________________
3440 [  1235] By: gsar                                  on 1998/06/28  19:16:13
3441         Log: Complex.pm update
3442              From: Jarkko Hietaniemi <jhi@iki.fi>
3443              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
3444              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
3445              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
3446      Branch: perl
3447            ! lib/Math/Complex.pm t/lib/complex.t
3448 ____________________________________________________________________________
3449 [  1234] By: gsar                                  on 1998/06/28  19:13:05
3450         Log: disable perl malloc on UNICOS for now
3451              From: Jarkko Hietaniemi <jhi@iki.fi>
3452              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
3453              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
3454              Subject: [PATCH] 5.004_68: UNICOS hints
3455      Branch: perl
3456            ! hints/unicos.sh
3457 ____________________________________________________________________________
3458 [  1233] By: gsar                                  on 1998/06/28  19:10:53
3459         Log: fixes unpack("q"...), and semctl() tests for UNICOS
3460              From: Jarkko Hietaniemi <jhi@iki.fi>
3461              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
3462              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
3463              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
3464      Branch: perl
3465            ! pp.c t/op/ipcsem.t t/op/pack.t
3466 ____________________________________________________________________________
3467 [  1232] By: gsar                                  on 1998/06/28  19:01:23
3468         Log: tweak various places for iperlsys.h awareness
3469      Branch: perl
3470            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
3471            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
3472 ____________________________________________________________________________
3473 [  1231] By: gsar                                  on 1998/06/28  18:37:07
3474         Log: add a perlio.h stub for compat (some extensions seem to #include it)
3475      Branch: perl
3476            + perlio.h
3477 ____________________________________________________________________________
3478 [  1230] By: gsar                                  on 1998/06/28  18:35:23
3479         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
3480              Date: Wed, 24 Jun 1998 00:37:01 +0200
3481              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3482              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
3483      Branch: perl
3484            ! pod/pod2text.PL
3485 ____________________________________________________________________________
3486 [  1229] By: gsar                                  on 1998/06/28  18:33:42
3487         Log: hand apply mutiliated patch
3488              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
3489              Date: Tue, 23 Jun 1998 11:41:00 -0700
3490              From: Dan Sugalski <sugalskd@osshe.edu>
3491              Subject: [PATCH 5.004_68]Configure update for VMS
3492      Branch: perl
3493            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3494 ____________________________________________________________________________
3495 [  1228] By: gsar                                  on 1998/06/28  17:17:35
3496         Log: hand apply whitespace mutiliated patch
3497              Date: Tue, 23 Jun 98 16:38:06 BST
3498              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
3499              From: Robin Barker <rmb1@cise.npl.co.uk>
3500              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
3501      Branch: perl
3502            ! utils/perlbug.PL
3503 ____________________________________________________________________________
3504 [  1227] By: gsar                                  on 1998/06/28  17:14:34
3505         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
3506              From: Tom Phoenix <rootbeer@teleport.com>
3507              Subject: [PATCH] documenting close without arguments
3508              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
3509      Branch: perl
3510            ! pod/perlfunc.pod
3511 ____________________________________________________________________________
3512 [  1226] By: gsar                                  on 1998/06/28  17:12:56
3513         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
3514              From: Tom Phoenix <rootbeer@teleport.com>
3515              Subject: Better diags for vars.pm
3516              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
3517      Branch: perl
3518            ! lib/vars.pm
3519 ____________________________________________________________________________
3520 [  1225] By: gsar                                  on 1998/06/28  17:05:59
3521         Log: hand apply whitespace mutiliated perldoc.PL patches
3522              Date: Tue, 23 Jun 98 15:49:52 BST
3523              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
3524              From: Robin Barker <rmb1@cise.npl.co.uk>
3525              Subject: PATCH [5.004_68] perldoc.PL
3526              --
3527              Date: Fri, 26 Jun 98 17:50:05 BST
3528              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
3529              From: Robin Barker <rmb1@cise.npl.co.uk>
3530              Subject: [PATCH 5.004_68] perldoc.PL
3531      Branch: perl
3532            ! utils/perldoc.PL
3533 ____________________________________________________________________________
3534 [  1224] By: gsar                                  on 1998/06/28  16:50:59
3535         Log: integrate ansiperl to get makedef.pl tweak
3536      Branch: perl
3537            ! Porting/pumpkin.pod win32/makedef.pl
3538 ____________________________________________________________________________
3539 [  1223] By: gsar                                  on 1998/06/28  16:33:32
3540         Log: add CGI-2.42, its and testsuite
3541      Branch: perl
3542            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
3543            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
3544            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
3545            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
3546            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
3547            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
3548            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
3549            ! lib/CGI/Switch.pm
3550 ____________________________________________________________________________
3551 [  1222] By: gsar                                  on 1998/06/28  15:28:29
3552         Log: enable Errno build on win32, add Errno-1.08 files to repository
3553      Branch: perl
3554            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
3555            + ext/Errno/Makefile.PL t/lib/errno.t
3556            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
3557            ! win32/config.vc win32/makefile.mk
3558 ____________________________________________________________________________
3559 [  1221] By: gsar                                  on 1998/06/28  14:34:06
3560         Log: tweak win32 config templates for cpp
3561      Branch: perl
3562            ! win32/config.bc win32/config.gc win32/config.vc
3563 ____________________________________________________________________________
3564 [  1220] By: nick                                  on 1998/06/26  16:46:13
3565         Log: Integrate mainline
3566      Branch: ansiperl
3567           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3568           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
3569           !> util.c win32/win32.h
3570 ____________________________________________________________________________
3571 [  1219] By: gsar                                  on 1998/06/26  04:33:57
3572         Log: make find_script() return saved string, reenable missing diagnostics
3573      Branch: perl
3574            ! perl.c util.c
3575 ____________________________________________________________________________
3576 [  1218] By: gsar                                  on 1998/06/25  23:24:53
3577         Log: avoid warning with -P switch
3578      Branch: perl
3579            ! perl.c
3580 ____________________________________________________________________________
3581 [  1217] By: gsar                                  on 1998/06/25  22:06:58
3582         Log: don't suppress display of Makefile recipes that invoke perl
3583      Branch: perl
3584            ! Makefile.SH
3585 ____________________________________________________________________________
3586 [  1216] By: gsar                                  on 1998/06/25  21:32:06
3587         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
3588              in RVs
3589      Branch: perl
3590            ! sv.c
3591 ____________________________________________________________________________
3592 [  1215] By: gsar                                  on 1998/06/25  18:56:59
3593         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
3594      Branch: perl
3595            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3596 ____________________________________________________________________________
3597 [  1214] By: gsar                                  on 1998/06/25  18:11:22
3598         Log: add FILE_SHARE_DELETE ifndef in win32.h
3599      Branch: perl
3600            ! win32/win32.h
3601 ____________________________________________________________________________
3602 [  1213] By: nick                                  on 1998/06/24  17:18:59
3603         Log: Correct perl malloc tweak to .def generation
3604      Branch: ansiperl
3605            ! win32/makedef.pl
3606 ____________________________________________________________________________
3607 [  1212] By: gsar                                  on 1998/06/24  12:40:13
3608         Log: check in what change#1182 didn't, and Changes
3609      Branch: perl
3610            ! Changes pod/perlre.pod pod/perlvar.pod
3611 ____________________________________________________________________________
3612 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
3613         Log: Update test count in t/lib/basename.t (see change 1210)
3614      Branch: maint-5.004/perl
3615            ! t/lib/basename.t
3616 ____________________________________________________________________________
3617 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
3618         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
3619              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
3620              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
3621              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
3622              <199805261143.MAA04260@toad.ig.co.uk>,
3623              <199805261235.IAA10371@aatma.engin.umich.edu>,
3624              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
3625              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
3626              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3627      Branch: maint-5.004/perl
3628            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
3629            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
3630            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3631 ____________________________________________________________________________
3632 [  1209] By: nick                                  on 1998/06/23  21:33:34
3633         Log: Perl_malloced_size() only available with perl's malloc
3634      Branch: ansiperl
3635            ! win32/makefile.mk
3636 ____________________________________________________________________________
3637 [  1208] By: nick                                  on 1998/06/23  18:15:23
3638         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
3639              so see what has changed...
3640      Branch: ansiperl
3641           +> Porting/genlog iperlsys.h lib/File/Spec.pm
3642           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3643           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3644           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
3645           +> t/lib/filespec.t win32/perlhost.h
3646            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
3647            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
3648            - perlproc.h perlsock.h
3649           !> (integrate 96 files)
3650
3651 ----------------
3652 Version 5.004_68
3653 ----------------
3654
3655 ____________________________________________________________________________
3656 [  1207] By: gsar                                  on 1998/06/23  10:55:05
3657         Log: final touches to 5.004_68
3658      Branch: perl
3659            ! perl.c
3660 ____________________________________________________________________________
3661 [  1206] By: gsar                                  on 1998/06/23  10:50:10
3662         Log: more MULTIPLICITY tweaks
3663      Branch: perl
3664            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
3665            ! win32/config.gc win32/config.vc win32/config_H.bc
3666            ! win32/config_H.gc win32/config_H.vc
3667 ____________________________________________________________________________
3668 [  1205] By: gsar                                  on 1998/06/23  09:03:46
3669         Log: partial MULTIPLICITY cleanup
3670      Branch: perl
3671            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
3672            ! thrdvar.h
3673 ____________________________________________________________________________
3674 [  1204] By: gsar                                  on 1998/06/23  09:00:48
3675         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
3676      Branch: perl
3677            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
3678 ____________________________________________________________________________
3679 [  1203] By: gsar                                  on 1998/06/23  07:08:02
3680         Log: bump patchlevel to 68, Porting/makerel tweaks
3681      Branch: perl
3682            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
3683            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3684 ____________________________________________________________________________
3685 [  1202] By: gsar                                  on 1998/06/23  06:16:19
3686         Log: remove atomic.h pending resolution of licensing issues,
3687              EMULATE_ATOMIC_REFCOUNTS everywhere
3688      Branch: perl
3689            - atomic.h
3690            ! MANIFEST perl.h sv.h
3691 ____________________________________________________________________________
3692 [  1201] By: gsar                                  on 1998/06/23  06:06:23
3693         Log: applied patch, regen headers
3694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3695              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
3696              Subject: [PATCH 5.004_67] Malloc size feedback
3697              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
3698      Branch: perl
3699            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
3700            ! pp_sys.c proto.h sv.c toke.c
3701 ____________________________________________________________________________
3702 [  1200] By: gsar                                  on 1998/06/23  05:59:09
3703         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
3704              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
3705              From: Stephen McCamant <alias@mcs.com>
3706              Subject: [PATCH] Inheritance of B:: classes
3707      Branch: perl
3708            ! ext/B/B.pm
3709 ____________________________________________________________________________
3710 [  1199] By: gsar                                  on 1998/06/23  05:57:58
3711         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
3712              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
3713              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
3714              Subject: [PATCH] _67: somebody said POSIX::mknod?
3715              From: Jarkko Hietaniemi <jhi@iki.fi>
3716      Branch: perl
3717            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3718            ! ext/POSIX/POSIX.xs perl.h
3719 ____________________________________________________________________________
3720 [  1198] By: gsar                                  on 1998/06/23  05:48:56
3721         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
3722              From: Daniel Grisinger <dgris@perrin.dimensional.com>
3723              Subject: PATCH [5.004_67] perldoc.PL
3724              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
3725      Branch: perl
3726            ! utils/perldoc.PL
3727 ____________________________________________________________________________
3728 [  1197] By: gsar                                  on 1998/06/23  05:47:24
3729         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
3730              Date: Mon, 22 Jun 1998 09:29:18 -0700
3731              From: Dan Sugalski <sugalskd@ous.edu>
3732              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
3733      Branch: perl
3734            ! lib/AutoSplit.pm
3735 ____________________________________________________________________________
3736 [  1196] By: gsar                                  on 1998/06/23  05:45:19
3737         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
3738              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
3739              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
3740              From: Jarkko Hietaniemi <jhi@iki.fi>
3741      Branch: perl
3742            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
3743 ____________________________________________________________________________
3744 [  1195] By: gsar                                  on 1998/06/23  05:43:32
3745         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
3746              Date: Mon, 22 Jun 1998 15:22:24 +0000
3747              From: Dominic Dunlop <domo@vo.lu>
3748              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
3749              update machten.sh to vary REG_INFTY
3750      Branch: perl
3751            ! hints/machten.sh t/op/re_tests t/op/regexp.t
3752 ____________________________________________________________________________
3753 [  1194] By: gsar                                  on 1998/06/23  05:38:36
3754         Log: filter out array subscripts when generating symbols for AIX
3755              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
3756              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
3757              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
3758              From: Jarkko Hietaniemi <jhi@iki.fi>
3759      Branch: perl
3760            ! perl_exp.SH
3761 ____________________________________________________________________________
3762 [  1193] By: gsar                                  on 1998/06/23  05:32:52
3763         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
3764              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
3765              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
3766              From: Lupe Christoph <lupe@alanya.m.isar.de>
3767              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
3768      Branch: perl
3769            ! hints/solaris_2.sh
3770 ____________________________________________________________________________
3771 [  1192] By: gsar                                  on 1998/06/23  05:27:13
3772         Log: add detailed changelogs and 'genlog'--the script which generates them
3773      Branch: perl
3774            + Porting/genlog
3775            ! Changes INSTALL
3776 ____________________________________________________________________________
3777 [  1191] By: gsar                                  on 1998/06/22  15:56:27
3778         Log: tweak win32 makefiles for PERL_OBJECT build
3779      Branch: perl
3780            ! win32/Makefile win32/makefile.mk
3781 ____________________________________________________________________________
3782 [  1190] By: gsar                                  on 1998/06/22  04:06:02
3783         Log: backout change#1178 as it was dependent on an unapplied patch,
3784              fix filespec.t to know its @INC
3785      Branch: perl
3786            ! sv.c t/lib/filespec.t
3787 ____________________________________________________________________________
3788 [  1189] By: gsar                                  on 1998/06/22  03:47:43
3789         Log: eliminate use of tokenbuf in util.c
3790      Branch: perl
3791            ! util.c
3792 ____________________________________________________________________________
3793 [  1188] By: gsar                                  on 1998/06/22  01:53:59
3794         Log: add patch that generates regnodes.h via regcomp.pl
3795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3796              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
3797              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
3798              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
3799      Branch: perl
3800            + regcomp.pl regcomp.sym regnodes.h
3801            ! MANIFEST Makefile.SH regcomp.h
3802 ____________________________________________________________________________
3803 [  1187] By: gsar                                  on 1998/06/22  01:42:21
3804         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3805              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
3806              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
3807              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
3808      Branch: perl
3809            ! pp_ctl.c pp_hot.c
3810 ____________________________________________________________________________
3811 [  1186] By: gsar                                  on 1998/06/22  01:14:14
3812         Log: merge relevant portions from maintbranch change#1155
3813      Branch: perl
3814            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
3815            ! pod/perlrun.pod pp_hot.c
3816 ____________________________________________________________________________
3817 [  1185] By: gsar                                  on 1998/06/22  00:59:28
3818         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3819              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
3820              Subject: [PATCH 5.004_67] Zero-length matching bug
3821              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
3822      Branch: perl
3823            ! regexec.c t/op/pat.t
3824 ____________________________________________________________________________
3825 [  1184] By: gsar                                  on 1998/06/22  00:57:27
3826         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
3827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3828              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
3829              Subject: Re: _67 not okay
3830              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
3831      Branch: perl
3832            ! malloc.c
3833 ____________________________________________________________________________
3834 [  1183] By: gsar                                  on 1998/06/22  00:53:37
3835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3836              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
3837              Subject: [PATCH 5.004_67] Test study/re/
3838              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
3839      Branch: perl
3840            ! t/op/pat.t
3841 ____________________________________________________________________________
3842 [  1182] By: gsar                                  on 1998/06/21  21:25:07
3843         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3844              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
3845              Subject: [PATCH 5.004_67] $^R documented
3846              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
3847      Branch: perl
3848            ! pod/perlre.pod pod/perlvar.pod
3849 ____________________________________________________________________________
3850 [  1181] By: gsar                                  on 1998/06/21  21:23:41
3851         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3852              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
3853              Subject: [PATCH 5.004_67] Re docs
3854              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
3855      Branch: perl
3856            ! pod/perlop.pod pod/perlre.pod
3857 ____________________________________________________________________________
3858 [  1180] By: gsar                                  on 1998/06/21  21:22:16
3859         Log: adapted contents of message into comments in malloc.c and INSTALL
3860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3861              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
3862              Subject: [5.004_67] malloc.c -Defines
3863              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
3864      Branch: perl
3865            ! INSTALL malloc.c
3866 ____________________________________________________________________________
3867 [  1179] By: gsar                                  on 1998/06/21  07:26:35
3868         Log: applied patch, with edits to the prose
3869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3870              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
3871              Subject: [PATCH 5.004_67] Error variables compared
3872              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
3873      Branch: perl
3874            ! pod/perlvar.pod
3875 ____________________________________________________________________________
3876 [  1178] By: gsar                                  on 1998/06/21  07:07:16
3877         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3878              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
3879              Subject: [PATCH 5.004_67] print study /re/ broken
3880              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
3881      Branch: perl
3882            ! sv.c
3883 ____________________________________________________________________________
3884 [  1177] By: gsar                                  on 1998/06/21  07:06:10
3885         Log: applied patch, tweaked wording
3886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3887              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
3888              Subject: [PATCH 5.004_67] Documentation patch for malloc
3889              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
3890      Branch: perl
3891            ! malloc.c pod/perldiag.pod
3892 ____________________________________________________________________________
3893 [  1176] By: gsar                                  on 1998/06/21  07:00:30
3894         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3895              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
3896              Subject: [PATCH 5.004_67] Cosmetic malloc patch
3897              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
3898      Branch: perl
3899            ! malloc.c
3900 ____________________________________________________________________________
3901 [  1175] By: gsar                                  on 1998/06/21  06:58:37
3902         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
3903              Date: Fri, 19 Jun 1998 16:00:57 -0700
3904              From: Dan Sugalski <sugalskd@osshe.edu>
3905              Subject: [PATCH 5.004_67] fixup patches for VMS
3906      Branch: perl
3907            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
3908            ! t/op/taint.t vms/test.com vms/vms.c
3909 ____________________________________________________________________________
3910 [  1174] By: gsar                                  on 1998/06/21  06:55:18
3911         Log: applied VMS patch from Dan Sugalski
3912              Date: Fri, 19 Jun 1998 15:36:34 -0700
3913              From: SYSTEM@cedar.osshe.edu
3914              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
3915              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
3916      Branch: perl
3917            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
3918            ! vms/descrip_mms.template vms/gen_shrfls.pl
3919            ! vms/subconfigure.com
3920 ____________________________________________________________________________
3921 [  1173] By: gsar                                  on 1998/06/21  06:51:38
3922         Log: applied patch, modified logic to avoid reentering lexer at compile-time
3923              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
3924              Date: Fri, 19 Jun 1998 11:31:04 -0500
3925              From: Graham Barr <gbarr@ti.com>
3926              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
3927      Branch: perl
3928            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
3929            ! lib/English.pm
3930 ____________________________________________________________________________
3931 [  1172] By: gsar                                  on 1998/06/21  06:27:57
3932         Log: applied patch, along with many changes:
3933              - ipfoo.h headers have been coalesced along with perlfoo.h into
3934              iperlsys.h
3935              - win32/cp*.h have been combined in perlhost.h
3936              - CPerlObj::PerlParse() takes an extra xsinit arg
3937              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
3938              From: "Douglas Lankshear" <dougl@ActiveState.com>
3939              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
3940              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
3941              Date: Fri, 19 Jun 1998 10:59:50 -0700
3942      Branch: perl
3943            + iperlsys.h win32/perlhost.h
3944            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
3945            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
3946            - perlsock.h
3947            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
3948            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
3949            ! win32/runperl.c win32/win32.h
3950 ____________________________________________________________________________
3951 [  1171] By: gsar                                  on 1998/06/21  00:44:42
3952         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
3953              From: Daniel Grisinger <dgris@perrin.dimensional.com>
3954              Subject: Re: PATCH _67 (Doc) perlop.pod 
3955              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
3956      Branch: perl
3957            ! pod/perlop.pod
3958 ____________________________________________________________________________
3959 [  1170] By: gsar                                  on 1998/06/21  00:43:06
3960         Log: a tweaked version of:
3961              From: "Douglas Lankshear" <dougl@ActiveState.com>
3962              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
3963              Date: Wed, 17 Jun 1998 20:25:51 -0700
3964              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
3965      Branch: perl
3966            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
3967 ____________________________________________________________________________
3968 [  1169] By: gsar                                  on 1998/06/21  00:10:18
3969         Log: added patch, regen headers
3970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3971              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
3972              Subject: Re: Ilya's patches
3973              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
3974      Branch: perl
3975            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
3976 ____________________________________________________________________________
3977 [  1168] By: gsar                                  on 1998/06/21  00:05:01
3978         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
3979              From: Tom Phoenix <rootbeer@teleport.com>
3980              Subject: [PATCH] docs creating files via open
3981              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
3982      Branch: perl
3983            ! pod/perlfunc.pod
3984 ____________________________________________________________________________
3985 [  1167] By: gsar                                  on 1998/06/21  00:03:34
3986         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3987              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
3988              Subject: [PATCH 5.004_67] Better version of malloc improver
3989              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
3990      Branch: perl
3991            ! malloc.c
3992 ____________________________________________________________________________
3993 [  1166] By: gsar                                  on 1998/06/20  23:59:23
3994         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
3995      Branch: perl
3996            ! pod/perlre.pod
3997 ____________________________________________________________________________
3998 [  1165] By: gsar                                  on 1998/06/20  23:47:09
3999         Log: added patch, tweaked missed files, excised comment that doesn't really
4000              belong in the sources
4001              From: joshua.pritikin@db.com
4002              Date: Mon, 15 Jun 1998 10:03:37 -0400
4003              Message-Id: <H00000e500072c63@MHS>
4004              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
4005      Branch: perl
4006            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
4007            ! t/op/avhv.t
4008 ____________________________________________________________________________
4009 [  1164] By: gsar                                  on 1998/06/20  23:29:09
4010         Log: add File-Spec-0.6 from CPAN
4011      Branch: perl
4012            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4013            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4014            + lib/File/Spec/Win32.pm t/lib/filespec.t
4015            ! MANIFEST
4016 ____________________________________________________________________________
4017 [  1163] By: gsar                                  on 1998/06/20  23:15:41
4018         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
4019      Branch: perl
4020            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
4021 ____________________________________________________________________________
4022 [  1162] By: gsar                                  on 1998/06/20  21:48:32
4023         Log: manual integration of all outstanding ansi branch stuff into mainline
4024      Branch: perl
4025            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
4026            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
4027            ! win32/win32.h
4028 ____________________________________________________________________________
4029 [  1161] By: gsar                                  on 1998/06/20  21:12:01
4030         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
4031      Branch: perl
4032            ! utils/perldoc.PL
4033 ____________________________________________________________________________
4034 [  1160] By: nick                                  on 1998/06/20  21:05:51
4035         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
4036      Branch: ansiperl
4037            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
4038            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
4039 ____________________________________________________________________________
4040 [  1159] By: gsar                                  on 1998/06/20  02:51:35
4041         Log: cleanup installation of utilities on win32
4042      Branch: perl
4043            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
4044            ! win32/pod.mak
4045 ____________________________________________________________________________
4046 [  1158] By: gsar                                  on 1998/06/20  02:50:35
4047         Log: intuit @INC pathnames from exe location only if dll location
4048              is unknown (ensures that multiple executables will coexist)
4049      Branch: perl
4050            ! win32/win32.c
4051 ____________________________________________________________________________
4052 [  1157] By: gsar                                  on 1998/06/20  02:48:34
4053         Log: make perldoc ignore null files (it tried to open() them)
4054      Branch: perl
4055            ! utils/perldoc.PL
4056 ____________________________________________________________________________
4057 [  1156] By: gsar                                  on 1998/06/19  21:18:47
4058         Log: fix perldoc to ignore unfound null filenames
4059      Branch: perl
4060            ! utils/perldoc.PL
4061 ____________________________________________________________________________
4062 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
4063         Log: Assorted patches:
4064              
4065              ------  BUILD PROCESS  ------
4066              
4067              Title:  "Clarify varargs issues in INSTALL docs"
4068              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4069              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
4070              Files:  INSTALL
4071              
4072              ------  CORE LANGUAGE  ------
4073              
4074              Title:  "Further fixes for updated SysV IPC support"
4075              From:  Jarkko Hietaniemi <jhi@iki.fi>
4076              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
4077              Files:  Configure perl.h doio.c
4078              
4079              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
4080              From:  Andrew Bettison <andrewb@zip.com.au>
4081              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
4082              Files:  pp_hot.c
4083              
4084              Title:  "Invalidate method cache on C<local *subname>"
4085              From:  Chip Salzenberg <chip@perl.org>
4086              Msg-ID:  <19980604134731.D24343@perlsupport.com>
4087              Files:  scope.c t/op/method.t
4088              
4089              Title:  "fix uninitialized cv variable in op.c"
4090              From:  joshua.pritikin@db.com
4091              Msg-ID:  <H00000e50005af05@MHS>
4092              Files:  op.c
4093              
4094              Title:  "fix for undef as last arg to setsockopt"
4095              From:  Graham Barr <gbarr@ti.com>
4096              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
4097              Files:  pp_sys.c
4098              
4099              Title:  "Fix -i when @ARGV is empty"
4100              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
4101              <gsar@engin.umich.edu>, Ilya Zakharevich
4102              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
4103              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
4104              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
4105              <199806071817.OAA28141@aatma.engin.umich.edu>,
4106              <199806191549.QAA16376@toad.ig.co.uk>
4107              Files:  pp_hot.c
4108              
4109              ------  DOCUMENTATION  ------
4110              
4111              Title:  "Discrepancy between perlop.pod and m// operator docs"
4112              From:  Tom Phoenix <rootbeer@teleport.com>
4113              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
4114              Files:  pod/perlop.pod
4115              
4116              Title:  "Doc addition for perlfunc entry for system()"
4117              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
4118              <fletch@phydeaux.org>
4119              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
4120              <199806012057.QAA26830@monk.mps.ohio-state.edu>
4121              Files:  pod/perlfunc.pod
4122              
4123              Title:  "Clarify effects of using quotes with m operator"
4124              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
4125              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
4126              Files:  pod/perlop.pod
4127              
4128              Title:  "Document -i with STDIN"
4129              From:  joshua.pritikin@db.com
4130              Msg-ID:  <H00000e50006a84a@MHS>
4131              Files:  pod/perlrun.pod
4132              
4133              ------  EXTENSIONS  ------
4134              
4135              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
4136              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4137              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
4138              Files:  lib/ExtUtils/Liblist.pm
4139              
4140              ------  LIBRARY  ------
4141              
4142              Title:  "Typo fix for Math::BogFloat"
4143              From:  Mike Stok <mike@stok.co.uk>
4144              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
4145              Files:  lib/Math/BigFloat.pm
4146              
4147              ------  PORTABILITY - GENERAL  ------
4148              
4149              Title:  "Add docs about types of diff to Porting/patching.pod"
4150              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4151              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
4152              Files:  Porting/patching.pod
4153              
4154              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
4155              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
4156              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
4157              Files:  hints/powerux.sh
4158              
4159              Title:  "Assorted improvements to hints/solaris_2.sh"
4160              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4161              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
4162              Files:  hints/solaris_2.sh
4163      Branch: maint-5.004/perl
4164            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
4165            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
4166            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
4167            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
4168            ! t/op/method.t
4169 ____________________________________________________________________________
4170 [  1154] By: gsar                                  on 1998/06/19  17:22:23
4171         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
4172      Branch: perl
4173            ! ext/B/B/Asmdata.pm regcomp.c
4174 ____________________________________________________________________________
4175 [  1153] By: nick                                  on 1998/06/19  17:21:21
4176         Log: Use libxxx.a for -lxxx with GCC
4177      Branch: ansiperl
4178            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
4179            ! win32/makefile.mk
4180 ____________________________________________________________________________
4181 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
4182         Log: Title:  Tom's jumbo doc patch
4183              From:   Tom Christiansen <tchrist@chthon.perl.com>
4184              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
4185              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4186              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4187              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4188              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4189              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4190              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4191              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4192              pod/perlop.pod pod/perlre.pod pod/perlref.pod
4193              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
4194              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
4195              pod/perlvar.pod
4196      Branch: maint-5.004/perl
4197            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4198            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4199            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4200            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4201            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4202            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4203            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4204            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4205            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
4206            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
4207 ____________________________________________________________________________
4208 [  1151] By: nick                                  on 1998/06/19  15:38:28
4209         Log: Resolve latest
4210      Branch: ansiperl
4211           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
4212           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
4213           !> sv.c t/TEST
4214 ____________________________________________________________________________
4215 [  1150] By: gsar                                  on 1998/06/18  20:43:07
4216         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
4217              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
4218              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4219              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
4220      Branch: perl
4221            ! hints/powerux.sh
4222 ____________________________________________________________________________
4223 [  1149] By: gsar                                  on 1998/06/18  20:41:30
4224         Log: hand apply whitespace-mutiliated patch
4225              From: joshua.pritikin@db.com
4226              Date: Mon, 15 Jun 1998 09:21:36 -0400
4227              Message-Id: <H00000e50007289b@MHS>
4228              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
4229      Branch: perl
4230            ! av.c
4231 ____________________________________________________________________________
4232 [  1148] By: gsar                                  on 1998/06/18  20:33:59
4233         Log: hand apply whitespace-mutiliated and reversed patch
4234              Date: Tue, 16 Jun 1998 16:31:40 -0400
4235              From: Les Peters <lpeters@aol.net>
4236              Message-Id: <199806162031.QAA08202@ds9>
4237              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
4238      Branch: perl
4239            ! ext/Socket/Socket.xs
4240 ____________________________________________________________________________
4241 [  1147] By: gsar                                  on 1998/06/18  20:26:59
4242         Log: close child pipe in t/TEST, other cosmetic tweaks
4243      Branch: perl
4244            ! t/TEST
4245 ____________________________________________________________________________
4246 [  1146] By: gsar                                  on 1998/06/18  19:37:41
4247         Log: back out problematic change#1105, tweak perlsub.pod
4248      Branch: perl
4249            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
4250            ! pp_ctl.c proto.h sv.c
4251 ____________________________________________________________________________
4252 [  1145] By: nick                                  on 1998/06/18  19:31:07
4253         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
4254      Branch: ansiperl
4255           +> configure.com ext/DB_File/dbinfo
4256           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
4257           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
4258           +> vms/subconfigure.com
4259            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
4260            - vms/fndvers.com
4261           !> (integrate 499 files)
4262 ____________________________________________________________________________
4263 [  1144] By: gsar                                  on 1998/06/18  16:35:11
4264         Log: fix spurious cxstack_max init that trampled memory
4265      Branch: perl
4266            ! perl.c
4267 ____________________________________________________________________________
4268 [  1143] By: gsar                                  on 1998/06/18  16:33:01
4269         Log: fix memory leaks and uninitialized memory accesses found by Purify
4270      Branch: perl
4271            ! doio.c perl.c regexec.c sv.c
4272 ____________________________________________________________________________
4273 [  1142] By: gsar                                  on 1998/06/18  16:28:48
4274         Log: fix off-by-one that trampled memory in re_croak2()
4275      Branch: perl
4276            ! regcomp.c
4277 ____________________________________________________________________________
4278 [  1141] By: gsar                                  on 1998/06/18  16:26:59
4279         Log: fix AutoLoader to do the right thing when there are relative paths
4280              in @INC
4281      Branch: perl
4282            ! lib/AutoLoader.pm
4283 ____________________________________________________________________________
4284 [  1140] By: gsar                                  on 1998/06/18  16:22:47
4285         Log: fix Makefile.SH typo
4286      Branch: perl
4287            ! Makefile.SH
4288 ____________________________________________________________________________
4289 [  1139] By: gsar                                  on 1998/06/17  18:06:16
4290         Log: 5.004_67 niggles
4291      Branch: perl
4292            ! Makefile.SH op.c
4293
4294 ----------------
4295 Version 5.004_67
4296 ----------------
4297
4298 ____________________________________________________________________________
4299 [  1138] By: gsar                                  on 1998/06/15  10:09:27
4300         Log: up patchlevel.h to 67, other small tweaks
4301      Branch: perl
4302            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
4303            ! win32/Makefile win32/config_H.bc win32/config_H.gc
4304            ! win32/config_H.vc win32/makefile.mk
4305 ____________________________________________________________________________
4306 [  1137] By: gsar                                  on 1998/06/15  09:08:57
4307         Log: tweaks to get PERL_OBJECT building again; passes tests
4308      Branch: perl
4309            ! ObjXSub.h objpp.h proto.h
4310 ____________________________________________________________________________
4311 [  1136] By: gsar                                  on 1998/06/15  08:51:54
4312         Log: back out previous change (it breaks PERL_OBJECT)
4313      Branch: perl
4314            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
4315            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
4316            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
4317 ____________________________________________________________________________
4318 [  1135] By: gsar                                  on 1998/06/15  05:32:01
4319         Log: added patch, fixed typo, reworked documentation
4320              Message-Id: <H00000e500071aa3@MHS>
4321              Date:    Sun, 14 Jun 1998 14:03:15 EDT
4322              From:    joshua.pritikin@db.com
4323              Subject: [PATCH 5.004_66] JMPENV!
4324      Branch: perl
4325            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
4326            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
4327            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
4328 ____________________________________________________________________________
4329 [  1134] By: gsar                                  on 1998/06/15  04:07:18
4330         Log: various win32 odds and ends
4331              - added support for waitpid(), open2/open3, and a bugfix for kill()
4332              from Ronald Schmidt <RonaldWS@aol.com>
4333              - tweak testsuite mods of above
4334              - regenerate win32/config_H.?c
4335              - change kill() to win32_kill() and export it
4336              - coalesce common code in win32.c
4337              - add PerlProc_waitpid() and export win32_waitpid()
4338              result builds and passes on the three win32 compilers
4339      Branch: perl
4340            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
4341            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
4342            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4343            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
4344            ! win32/win32.c win32/win32iop.h
4345 ____________________________________________________________________________
4346 [  1133] By: gsar                                  on 1998/06/15  01:39:13
4347         Log: newer Getopt/Long.pm from public distribution cited in:
4348              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
4349              Date:    14 Jun 1998 15:15:28 +0200
4350              From:    Johan Vromans <jvromans@squirrel.nl>
4351              Subject: Getopt::Long version 2.17 released
4352      Branch: perl
4353            ! lib/Getopt/Long.pm
4354 ____________________________________________________________________________
4355 [  1132] By: gsar                                  on 1998/06/15  01:37:12
4356         Log: documentation update from tchrist
4357              Message-Id: <199806140419.WAA20549@chthon.perl.com>
4358              Date:    Sat, 13 Jun 1998 22:19:32 MDT
4359              From:    Tom Christiansen <tchrist@chthon.perl.com>
4360              Subject: doc patches
4361      Branch: perl
4362            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4363            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4364            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4365            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4366            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4367            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4368            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4369            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4370            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
4371            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
4372 ____________________________________________________________________________
4373 [  1131] By: gsar                                  on 1998/06/14  19:33:36
4374         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
4375              From: Roderick Schertler <roderick@argon.org>
4376              Subject: [PATCH] Re: Exceptions in IPC::Open2
4377              Date: 12 Jun 1998 13:24:15 -0400
4378      Branch: perl
4379            ! lib/IPC/Open3.pm
4380 ____________________________________________________________________________
4381 [  1130] By: gsar                                  on 1998/06/14  19:32:25
4382         Log: fixup MANIFEST
4383      Branch: perl
4384            ! MANIFEST
4385 ____________________________________________________________________________
4386 [  1129] By: gsar                                  on 1998/06/14  18:51:53
4387         Log: various win32 fixes
4388              - fixes that silence VC noises about dup exports, non-default libs, and
4389              unsupported *.def file directives
4390              - s/inplace/inplace_label/ malloc.c
4391              - update Config{usemymalloc} based on d_mymalloc
4392              - export Perl_*Vars
4393              - fix makefiles to not build miniperl.exe twice, and to make it properly
4394              when defaults are changed
4395      Branch: perl
4396            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
4397            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
4398            ! win32/makefile.mk win32/perllib.c win32/win32.h
4399 ____________________________________________________________________________
4400 [  1128] By: gsar                                  on 1998/06/14  01:38:39
4401         Log: remove unused global `scrgv'
4402      Branch: perl
4403            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
4404 ____________________________________________________________________________
4405 [  1127] By: nick                                  on 1998/06/13  08:39:07
4406         Log: Move specialsv_list to embed.sym, regen embed*.h
4407      Branch: win32/perl
4408            ! embed.h embedvar.h global.sym interp.sym
4409 ____________________________________________________________________________
4410 [  1126] By: gsar                                  on 1998/06/12  07:23:06
4411         Log: From: jan.dubois@ibm.net (Jan Dubois)
4412              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
4413              Date: Thu, 11 Jun 1998 21:13:31 +0200
4414              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
4415      Branch: perl
4416            ! win32/makedef.pl win32/win32.c win32/win32iop.h
4417 ____________________________________________________________________________
4418 [  1125] By: gsar                                  on 1998/06/12  07:21:29
4419         Log: added patch, undo earlier workaround
4420              From: jan.dubois@ibm.net (Jan Dubois)
4421              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
4422              Date: Thu, 11 Jun 1998 20:28:36 +0200
4423              Message-ID: <35831f69.4975644@smtp1.ibm.net>
4424      Branch: perl
4425            ! perl.c util.c
4426 ____________________________________________________________________________
4427 [  1124] By: gsar                                  on 1998/06/12  07:16:12
4428         Log: hand-applied patch with wrapped lines
4429              From: "Douglas Lankshear" <dougl@ActiveState.com>
4430              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
4431              Date: Thu, 11 Jun 1998 11:06:33 -0700
4432              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
4433      Branch: perl
4434            ! win32/win32.c
4435 ____________________________________________________________________________
4436 [  1123] By: gsar                                  on 1998/06/12  07:07:25
4437         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
4438              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4439              Subject: [PATCH 5.004_66] Config_66-01-02.diff
4440              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
4441      Branch: perl
4442            ! Configure
4443 ____________________________________________________________________________
4444 [  1122] By: gsar                                  on 1998/06/12  07:06:02
4445         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
4446              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
4447              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4448              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
4449      Branch: perl
4450            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
4451            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
4452            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
4453            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
4454 ____________________________________________________________________________
4455 [  1121] By: gsar                                  on 1998/06/12  07:01:20
4456         Log: a tweaked version of:
4457              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
4458              Date: Fri, 12 Jun 1998 01:26:53 +0200
4459              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
4460              Subject: Re: Misparsing s///x
4461      Branch: perl
4462            ! pod/perlre.pod
4463 ____________________________________________________________________________
4464 [  1120] By: gsar                                  on 1998/06/12  06:51:08
4465         Log: applied patch, with indentation tweaks
4466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4467              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
4468              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
4469              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
4470      Branch: perl
4471            ! regcomp.c regcomp.h regexec.c
4472 ____________________________________________________________________________
4473 [  1119] By: gsar                                  on 1998/06/11  17:42:07
4474         Log: make REG_INFTY default to something saner when sizeof(short) > 2
4475              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
4476              Date:    Thu, 11 Jun 1998 11:50:07 EDT
4477              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
4478              Subject: Re: [PATCH for tests] Regexp fails on long string 
4479      Branch: perl
4480            ! regcomp.h
4481 ____________________________________________________________________________
4482 [  1118] By: gsar                                  on 1998/06/11  07:09:06
4483         Log: regen embedvar.h
4484      Branch: perl
4485            ! embedvar.h
4486 ____________________________________________________________________________
4487 [  1117] By: gsar                                  on 1998/06/11  06:45:52
4488         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4489              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
4490              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
4491              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
4492      Branch: perl
4493            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
4494            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
4495 ____________________________________________________________________________
4496 [  1116] By: gsar                                  on 1998/06/11  06:35:54
4497         Log: misc win32 fixes
4498              From: "Douglas Lankshear" <dougl@ActiveState.com>
4499              Subject: [PATCH 5.004_66]
4500              Date: Wed, 10 Jun 1998 11:28:27 -0700
4501              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
4502      Branch: perl
4503            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
4504 ____________________________________________________________________________
4505 [  1115] By: gsar                                  on 1998/06/11  06:33:21
4506         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
4507              Date: Wed, 10 Jun 1998 00:53:25 +0200
4508              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4509              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
4510      Branch: perl
4511            ! Makefile.SH
4512 ____________________________________________________________________________
4513 [  1114] By: gsar                                  on 1998/06/11  06:31:34
4514         Log: back out change#1111 and add alternative patch:
4515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4516              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
4517              Subject: Re: PATCH for study/foo/
4518              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
4519      Branch: perl
4520            ! pp.c sv.c
4521 ____________________________________________________________________________
4522 [  1113] By: gsar                                  on 1998/06/11  02:59:23
4523         Log: fix outdated bytecode.pl
4524      Branch: perl
4525            ! bytecode.h bytecode.pl byterun.c byterun.h
4526 ____________________________________________________________________________
4527 [  1112] By: gsar                                  on 1998/06/10  07:56:06
4528         Log: Added patch, regenerated perly.c and perly.c.diff
4529              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
4530              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
4531              From: Stephen McCamant <alias@mcs.com>
4532              Subject: [PATCH] too many RV2GVs in *foo{THING}
4533      Branch: perl
4534            ! perly.c perly.c.diff perly.y t/op/gv.t
4535 ____________________________________________________________________________
4536 [  1111] By: gsar                                  on 1998/06/10  07:40:30
4537         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4538              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
4539              Subject: Re: PATCH for study/foo/
4540              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
4541      Branch: perl
4542            ! pp.c
4543 ____________________________________________________________________________
4544 [  1110] By: gsar                                  on 1998/06/10  07:37:04
4545         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4546              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
4547              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
4548              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
4549      Branch: perl
4550            ! pod/perldebug.pod
4551 ____________________________________________________________________________
4552 [  1109] By: gsar                                  on 1998/06/10  07:35:29
4553         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4554              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
4555              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
4556              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
4557      Branch: perl
4558            ! regcomp.h
4559 ____________________________________________________________________________
4560 [  1108] By: gsar                                  on 1998/06/10  07:31:25
4561         Log: Added patch, tweaked other places affected by name change
4562              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
4563              Date: Wed, 10 Jun 1998 00:54:17 +0200
4564              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4565              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
4566      Branch: perl
4567           +> ext/DynaLoader/DynaLoader_pm.PL
4568            - ext/DynaLoader/DynaLoader.pm.PL
4569            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
4570            ! win32/makefile.mk
4571 ____________________________________________________________________________
4572 [  1107] By: gsar                                  on 1998/06/10  07:24:20
4573         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
4574              Date: Wed, 10 Jun 1998 00:53:42 +0200
4575              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4576              Subject: [PATCH for _66] new version of README.dos
4577      Branch: perl
4578            ! README.dos
4579 ____________________________________________________________________________
4580 [  1106] By: gsar                                  on 1998/06/10  07:22:31
4581         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
4582              Date: Wed, 10 Jun 1998 00:54:04 +0200
4583              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4584              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
4585      Branch: perl
4586            ! t/op/taint.t
4587 ____________________________________________________________________________
4588 [  1105] By: gsar                                  on 1998/06/10  07:21:21
4589         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
4590              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4591              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
4592              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
4593              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
4594      Branch: perl
4595            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
4596            ! perlvars.h pp_ctl.c proto.h sv.c
4597 ____________________________________________________________________________
4598 [  1104] By: gsar                                  on 1998/06/10  07:06:01
4599         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4600              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
4601              Subject: Lost chunk of RE jumbo patch
4602              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
4603      Branch: perl
4604            + t/op/regexp_noamp.t
4605 ____________________________________________________________________________
4606 [  1103] By: gsar                                  on 1998/06/10  07:04:20
4607         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4608              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
4609              Subject: [PATCH 5.004_66] Combined OS/2 support
4610              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
4611      Branch: perl
4612            ! os2/Changes os2/diff.configure os2/os2.c
4613 ____________________________________________________________________________
4614 [  1102] By: gsar                                  on 1998/06/10  07:00:08
4615         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
4616              Date:    Fri, 13 Mar 1998 20:03:52 EST
4617              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4618              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
4619      Branch: perl
4620            ! lib/Pod/Html.pm
4621 ____________________________________________________________________________
4622 [  1101] By: gsar                                  on 1998/06/10  06:55:20
4623         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4624              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
4625              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
4626      Branch: perl
4627            ! regexec.c
4628 ____________________________________________________________________________
4629 [  1100] By: gsar                                  on 1998/06/10  06:52:50
4630         Log: updated MANIFEST for previous change
4631      Branch: perl
4632            ! MANIFEST
4633 ____________________________________________________________________________
4634 [  1099] By: gsar                                  on 1998/06/10  06:51:08
4635         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
4636              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
4637              Date: Fri, 05 Jun 1998 11:08:40 -0700
4638              From: Dan Sugalski <sugalskd@osshe.edu>
4639              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
4640      Branch: perl
4641            + t/base/rs.t
4642            ! perl.h pod/perlvar.pod sv.c
4643 ____________________________________________________________________________
4644 [  1098] By: gsar                                  on 1998/06/10  06:36:59
4645         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4646              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
4647              Subject: [PATCH fror 5.004_66] DB_File-1.60
4648              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
4649      Branch: perl
4650            + ext/DB_File/dbinfo
4651            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4652            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
4653            ! t/lib/db-hash.t t/lib/db-recno.t
4654 ____________________________________________________________________________
4655 [  1097] By: gsar                                  on 1998/06/10  06:33:16
4656         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
4657              Date: Thu, 4 Jun 1998 13:47:31 -0400
4658              From: Chip Salzenberg <chip@perl.org>
4659              Subject: [PATCH] Invalidate method cache on C<local *subname>
4660      Branch: perl
4661            ! scope.c t/op/method.t
4662 ____________________________________________________________________________
4663 [  1096] By: gsar                                  on 1998/06/10  06:30:51
4664         Log: From: Norton Allen <allen@huarp.harvard.edu>
4665              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
4666              Subject: [PATCH] _66 MM_Unix.pm for QNX
4667              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
4668      Branch: perl
4669            ! lib/ExtUtils/MM_Unix.pm
4670 ____________________________________________________________________________
4671 [  1095] By: gsar                                  on 1998/06/10  06:29:21
4672         Log: From: Norton Allen <allen@huarp.harvard.edu>
4673              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
4674              Subject: [PATCH] _66 proto.h
4675              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
4676      Branch: perl
4677            ! proto.h
4678 ____________________________________________________________________________
4679 [  1094] By: gsar                                  on 1998/06/10  06:26:39
4680         Log: Applied relevant parts of:
4681              From: Paul Johnson <pjcj@transeda.com>
4682              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
4683              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
4684              Subject: [PATCH] Enhancing xsubpp's support for C++
4685      Branch: perl
4686            ! lib/ExtUtils/xsubpp
4687 ____________________________________________________________________________
4688 [  1093] By: gsar                                  on 1998/06/10  06:22:54
4689         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
4690              Date: Wed, 3 Jun 1998 11:22:19 -0500
4691              From: Graham Barr <gbarr@ti.com>
4692              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
4693      Branch: perl
4694            ! pp_sys.c
4695 ____________________________________________________________________________
4696 [  1092] By: gsar                                  on 1998/06/10  06:20:44
4697         Log: Message-Id: <199806030919.KAA03527@sale-wts>
4698              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
4699              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
4700              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
4701      Branch: perl
4702            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4703 ____________________________________________________________________________
4704 [  1091] By: gsar                                  on 1998/06/10  06:18:42
4705         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
4706              Date: Mon, 01 Jun 1998 12:22:29 -0700
4707              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4708              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
4709      Branch: perl
4710            ! proto.h
4711 ____________________________________________________________________________
4712 [  1090] By: gsar                                  on 1998/06/10  06:14:24
4713         Log: A tweaked version of:
4714              Date: Mon, 1 Jun 1998 12:05:47 -0700
4715              From: SYSTEM@cedar.osshe.edu
4716              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
4717              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
4718      Branch: perl
4719            ! ext/SDBM_File/sdbm/Makefile.PL
4720 ____________________________________________________________________________
4721 [  1089] By: gsar                                  on 1998/06/10  05:58:00
4722         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
4723              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
4724              From: Stephen McCamant <alias@mcs.com>
4725              Subject: [PATCH] Re: Uninitialised error from -M()
4726      Branch: perl
4727            ! op.c t/op/stat.t
4728 ____________________________________________________________________________
4729 [  1088] By: gsar                                  on 1998/06/10  05:55:24
4730         Log: Date: Sat, 30 May 1998 08:07:01 -0400
4731              From: lvirden@cas.org (Larry Virden)
4732              Message-Id: <199805301207.IAA08856@cas.org>
4733              Subject: PATCH for pod and warning notice
4734      Branch: perl
4735            ! pod/perlguts.pod
4736 ____________________________________________________________________________
4737 [  1087] By: gsar                                  on 1998/06/10  05:52:05
4738         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4739              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
4740              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
4741              Subject: [PATCH 5.004_66] Config_66-01
4742      Branch: perl
4743            ! Configure MANIFEST Porting/Glossary Porting/config.sh
4744            ! Porting/config_H config_h.SH
4745 ____________________________________________________________________________
4746 [  1086] By: gsar                                  on 1998/06/10  05:46:38
4747         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
4748              Date: Mon, 08 Jun 1998 16:13:14 -0700
4749              From: Dan Sugalski <sugalskd@osshe.edu>
4750              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
4751      Branch: perl
4752            ! ext/Thread/Thread/Semaphore.pm
4753 ____________________________________________________________________________
4754 [  1085] By: gsar                                  on 1998/06/10  05:44:44
4755         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
4756              Date: Mon, 08 Jun 1998 16:10:02 -0700
4757              From: Dan Sugalski <sugalskd@osshe.edu>
4758              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
4759      Branch: perl
4760            - vms/descrip.mms
4761            ! ext/Thread/Thread/Queue.pm
4762 ____________________________________________________________________________
4763 [  1084] By: gsar                                  on 1998/06/10  05:38:11
4764         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
4765              Date: Mon, 08 Jun 1998 15:38:28 -0700
4766              From: Dan Sugalski <sugalskd@osshe.edu>
4767              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
4768      Branch: perl
4769            + configure.com vms/descrip_mms.template vms/munchconfig.c
4770            + vms/subconfigure.com
4771            - vms/config.vms vms/fndvers.com
4772            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
4773 ____________________________________________________________________________
4774 [  1083] By: gsar                                  on 1998/06/10  05:07:04
4775         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
4776              variant of:
4777              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
4778              Date:    Sat, 13 Dec 1997 07:31:02 EST
4779              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4780              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
4781      Branch: perl
4782            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
4783 ____________________________________________________________________________
4784 [  1082] By: gsar                                  on 1998/06/10  04:52:26
4785         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
4786              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
4787      Branch: perl
4788            ! malloc.c
4789 ____________________________________________________________________________
4790 [  1081] By: gsar                                  on 1998/06/10  03:45:10
4791         Log: reverse integrate contents of win32 branch into mainline
4792      Branch: perl
4793           !> (integrate 44 files)
4794 ____________________________________________________________________________
4795 [  1080] By: gsar                                  on 1998/06/09  17:37:55
4796         Log: `p4 integrate -b ASPerl && p4 resolve -at`
4797      Branch: asperl
4798           !> (integrate 43 files)
4799 ____________________________________________________________________________
4800 [  1079] By: gsar                                  on 1998/06/09  00:59:06
4801         Log: add examples of diff(1) usage
4802      Branch: win32/perl
4803            ! Porting/patching.pod
4804 ____________________________________________________________________________
4805 [  1078] By: gsar                                  on 1998/06/09  00:52:23
4806         Log: undo change#1077
4807      Branch: win32/perl
4808            ! sv.c
4809 ____________________________________________________________________________
4810 [  1077] By: gsar                                  on 1998/06/06  16:47:32
4811         Log: make sv_setsv() treat freed SVs like SVt_NULL
4812      Branch: win32/perl
4813            ! sv.c
4814 ____________________________________________________________________________
4815 [  1076] By: gsar                                  on 1998/06/05  19:03:14
4816         Log: delete undiscussed AS changes for PPD (broke .packlist
4817              mechanism)
4818      Branch: win32/perl
4819            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4820 ____________________________________________________________________________
4821 [  1075] By: gsar                                  on 1998/06/05  18:18:44
4822         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
4823              with the xsubpp-generated symbol)
4824      Branch: win32/perl
4825            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
4826            ! win32/dl_win32.xs
4827 ____________________________________________________________________________
4828 [  1074] By: gsar                                  on 1998/06/04  22:45:18
4829         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
4830      Branch: win32/perl
4831            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
4832            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
4833 ____________________________________________________________________________
4834 [  1073] By: nick                                  on 1998/06/04  17:18:14
4835         Log: resolve -at win32 branch into ansiperl
4836      Branch: ansiperl
4837           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
4838           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
4839           +> t/lib/h2ph.t win32/GenCAPI.pl
4840           !> (integrate 127 files)
4841 ____________________________________________________________________________
4842 [  1072] By: gsar                                  on 1998/06/04  01:49:24
4843         Log: document CORE::GLOBAL:: and global overriding, fix up
4844              File::DosGlob, testsuited and all
4845      Branch: win32/perl
4846            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
4847 ____________________________________________________________________________
4848 [  1071] By: gsar                                  on 1998/06/03  22:12:55
4849         Log: add AS patch#24, remove one other instance of error_no
4850              that was missed (patch#23 was intentionally skipped)
4851      Branch: win32/perl
4852            ! embedvar.h globals.c perlvars.h win32/makedef.pl
4853            ! win32/runperl.c
4854 ____________________________________________________________________________
4855 [  1070] By: gsar                                  on 1998/06/01  19:42:06
4856         Log: fix Liblist.pm to tolerate backslashen in paths
4857      Branch: win32/perl
4858            ! lib/ExtUtils/Liblist.pm
4859 ____________________________________________________________________________
4860 [  1069] By: gsar                                  on 1998/06/01  07:43:02
4861         Log: @INC construction on win32 cleaned up
4862              - perl.dll location based paths should be much more reliable now
4863              - registry stuff unchanged
4864              - Config.pm now has all the installfoolib entries for MakeMaker et al
4865      Branch: win32/perl
4866            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4867            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4868            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
4869            ! win32/runperl.c win32/win32.c win32/win32.h
4870 ____________________________________________________________________________
4871 [  1068] By: gsar                                  on 1998/05/31  21:52:18
4872         Log: semctl tweak
4873              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
4874              Date:    Sun, 31 May 1998 16:27:33 CDT
4875              From:    Graham Barr <gbarr@pobox.com>
4876              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
4877      Branch: win32/perl
4878            ! doio.c
4879 ____________________________________________________________________________
4880 [  1067] By: gsar                                  on 1998/05/31  21:07:44
4881         Log: minimal fix to enable compiling with -DMULTIPLICITY
4882              (non-threadsafe regcomp.c globals need revisiting)
4883      Branch: win32/perl
4884            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
4885            ! win32/GenCAPI.pl win32/makedef.pl
4886 ____________________________________________________________________________
4887 [  1066] By: gsar                                  on 1998/05/30  21:35:37
4888         Log: integrate mainline changes (ASPerl branch is identical to
4889              win32 branch as of this change)
4890      Branch: asperl
4891           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
4892           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
4893           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
4894           !> win32/config.gc win32/config.vc win32/config_H.bc
4895           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4896 ____________________________________________________________________________
4897 [  1065] By: gsar                                  on 1998/05/30  21:13:06
4898         Log: change#1060 was inexplicably missing some of the "ensure
4899              AS stuff does no harm" fixes
4900      Branch: win32/perl
4901            ! embed.h global.sym win32/Makefile win32/makefile.mk
4902 ____________________________________________________________________________
4903 [  1064] By: gsar                                  on 1998/05/30  21:10:27
4904         Log: integrate mainline to pick up trivial changes
4905      Branch: win32/perl
4906           !> MANIFEST pp_sys.c
4907
4908 ----------------
4909 Version 5.004_66
4910 ----------------
4911
4912 ____________________________________________________________________________
4913 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
4914         Log: Remove duplicate win32/TEST line from MANIFEST.
4915      Branch: perl
4916            ! MANIFEST
4917 ____________________________________________________________________________
4918 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
4919         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
4920      Branch: perl
4921            ! pp_sys.c
4922 ____________________________________________________________________________
4923 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
4924         Log: Integrate from win32 branch into mainline (this now pulls in the
4925              asperl stuff).
4926      Branch: perl
4927           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
4928           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
4929           +> t/lib/h2ph.t win32/GenCAPI.pl
4930           !> (integrate 104 files)
4931 ____________________________________________________________________________
4932 [  1060] By: gsar                                  on 1998/05/29  11:05:50
4933         Log: reverse integrate asperl branch contents (phew!)
4934              - various fixups to ensure AS stuff does no harm
4935              - adjust win32/makefiles for the new directory layout (new layout
4936              looks rather a muddle--needs rework)
4937              - verified build & test on NT and Solaris/gcc
4938      Branch: win32/perl
4939           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
4940           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
4941            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
4942            ! win32/config.bc win32/config.gc win32/config.vc
4943            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4944            ! win32/makefile.mk
4945           !> (integrate 77 files)
4946 ____________________________________________________________________________
4947 [  1059] By: gsar                                  on 1998/05/29  08:33:56
4948         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
4949      Branch: asperl
4950            ! util.c
4951 ____________________________________________________________________________
4952 [  1058] By: gsar                                  on 1998/05/29  08:31:09
4953         Log: type xtext for *.t that were missing it
4954      Branch: asperl
4955            ! t/lib/thread.t t/op/nothread.t
4956 ____________________________________________________________________________
4957 [  1057] By: gsar                                  on 1998/05/29  08:28:46
4958         Log: stray t/op/ipc*.t fixups
4959      Branch: win32/perl
4960            ! t/op/ipcmsg.t t/op/ipcsem.t
4961 ____________________________________________________________________________
4962 [  1056] By: gsar                                  on 1998/05/29  07:41:49
4963         Log: fixups to make it build and pass tests under both compilers
4964      Branch: asperl
4965            ! ObjXSub.h objpp.h proto.h
4966 ____________________________________________________________________________
4967 [  1055] By: gsar                                  on 1998/05/29  07:22:51
4968         Log: integrate mainline changes
4969      Branch: asperl
4970           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
4971           !> (integrate 69 files)
4972      Branch: win32/perl
4973            ! Todo.5.005 pod/perldelta.pod
4974 ____________________________________________________________________________
4975 [  1054] By: gsar                                  on 1998/05/29  05:04:03
4976         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
4977      Branch: win32/perl
4978            ! t/lib/h2ph.t
4979 ____________________________________________________________________________
4980 [  1053] By: gsar                                  on 1998/05/29  05:01:54
4981         Log: misc changes
4982              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
4983              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
4984      Branch: win32/perl
4985            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
4986            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
4987            ! x2p/util.c x2p/util.h
4988 ____________________________________________________________________________
4989 [  1052] By: gsar                                  on 1998/05/29  02:31:44
4990         Log: merge changes#1014,1038 from maintbranch
4991      Branch: win32/perl
4992            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
4993            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
4994            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
4995            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
4996            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
4997            ! t/io/pipe.t utils/h2ph.PL
4998 ____________________________________________________________________________
4999 [  1051] By: gsar                                  on 1998/05/29  01:38:51
5000         Log: regenerate win32/config_H.?c
5001      Branch: win32/perl
5002            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5003 ____________________________________________________________________________
5004 [  1050] By: gsar                                  on 1998/05/29  01:32:41
5005         Log: integrate mainline
5006      Branch: win32/perl
5007            ! win32/Makefile win32/makefile.mk
5008           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
5009           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
5010           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
5011           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
5012           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
5013           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5014 ____________________________________________________________________________
5015 [  1049] By: gsar                                  on 1998/05/29  00:57:05
5016         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
5017              all tests
5018      Branch: asperl
5019            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
5020            ! win32/win32.h win32/win32iop.h
5021 ____________________________________________________________________________
5022 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
5023         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
5024              in change 1043 clashed badly with changes made in the win32
5025              branch. I did an accept on the win32 branch version for now.
5026      Branch: perl
5027           +> t/op/die.t
5028           !> (integrate 52 files)
5029 ____________________________________________________________________________
5030 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
5031         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5032              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
5033              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
5034              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
5035              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
5036      Branch: perl
5037            ! Configure MANIFEST Porting/Glossary Porting/config.sh
5038            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
5039            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
5040            ! win32/config.bc win32/config.gc win32/config.vc
5041 ____________________________________________________________________________
5042 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
5043         Log: Back out change 1043 since Andy's forthcoming Config patch
5044              includes a modified version.
5045      Branch: perl
5046            ! Configure config_h.SH doio.c perl.h
5047 ____________________________________________________________________________
5048 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
5049         Log: Bump patchlevel.h to 66.
5050      Branch: perl
5051            ! patchlevel.h
5052 ____________________________________________________________________________
5053 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
5054         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
5055              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
5056              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
5057              (above minus the t/system.t test pending checking)
5058              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
5059              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
5060              Subject: [PATCH] _65 and _04 <DOC> patching.pod
5061              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
5062      Branch: perl
5063            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
5064 ____________________________________________________________________________
5065 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
5066         Log: This change really is:
5067              Subject: [PATCH] 5.004_65: the infamous semctl()
5068              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5069              From: Jarkko Hietaniemi <jhi@iki.fi>
5070              
5071              Change 1041 claimed to be this patch but was really:
5072              Subject: [PATCH] 5.004_65: t/op/ipc*.t
5073              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
5074              From: Jarkko Hietaniemi <jhi@iki.fi>
5075      Branch: perl
5076            ! Configure config_h.SH doio.c perl.h
5077 ____________________________________________________________________________
5078 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
5079         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5080              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
5081              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
5082              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
5083              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
5084      Branch: perl
5085            ! Configure INSTALL Porting/Glossary Porting/config.sh
5086            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
5087            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
5088            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5089 ____________________________________________________________________________
5090 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
5091         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
5092              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5093              From: Jarkko Hietaniemi <jhi@iki.fi>
5094      Branch: perl
5095            ! t/op/ipcmsg.t t/op/ipcsem.t
5096 ____________________________________________________________________________
5097 [  1040] By: gsar                                  on 1998/05/28  02:06:47
5098         Log: tweaks to enable Borland build
5099      Branch: asperl
5100            ! win32/makefile.mk win32/win32.c
5101 ____________________________________________________________________________
5102 [  1039] By: gsar                                  on 1998/05/27  23:29:22
5103         Log: remove C<#define index strchr> from win32.h (unused, and the
5104              pollution causes spurious variable name changes in extensions)
5105      Branch: win32/perl
5106            ! win32/win32.h
5107 ____________________________________________________________________________
5108 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
5109         Log: Assorted patches:
5110              
5111              ------  BUILD PROCESS  ------
5112              
5113              Title:  "add utilities to make test dependencies"
5114              From:  Robin Barker <rmb1@cise.npl.co.uk>
5115              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
5116              Files:  Makefile.SH
5117              
5118              Title:  "Add 'make nok' complement to 'make ok'"
5119              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5120              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
5121              Files:  Makefile.SH
5122              
5123              Title:  "further h2ph patches (add enum support)"
5124              From:  Billy <wdconsta@cs.adelaide.edu.au>
5125              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
5126              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5127              
5128              ------  CORE LANGUAGE  ------
5129              
5130              Title:  "Fix %! error spelling and add perldiag.pod entry"
5131              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
5132              Msg-ID:  <19980524193101.A573@pobox.com>
5133              Files:  pod/perldiag.pod gv.c
5134              
5135              Title:  "Remove obsolete Win32 uppercasing ENV code"
5136              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5137              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
5138              Files:  perl.c
5139              
5140              Title:  "Don't mung $! on implicit close"
5141              From:  Chip Salzenberg <chip@perl.org>
5142              Msg-ID:  <19980525113309.A15845@perlsupport.com>
5143              Files:  doio.c
5144              
5145              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
5146              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5147              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
5148              Files:  doio.c
5149              
5150              ------  DOCUMENTATION  ------
5151              
5152              Title:  "doc patch: you canna return an array ( list context: || vs or)"
5153              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
5154              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
5155              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
5156              
5157              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
5158              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5159              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
5160              Files:  pod/perlop.pod pod/perlre.pod
5161              
5162              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
5163              with /g does list context get matches without parens"
5164              From:  Greg Chapman <glc@well.com>, Tom Christiansen
5165              <tchrist@jhereg.perl.com>, Tom Phoenix
5166              <rootbeer@teleport.com>
5167              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
5168              <199805231559.JAA21316@jhereg.perl.com>,
5169              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
5170              Files:  pod/perlop.pod
5171              
5172              Title:  "Documenting last/next/redo even further"
5173              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
5174              <rootbeer@teleport.com>
5175              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
5176              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
5177              Files:  pod/perlfunc.pod
5178              
5179              Title:  "Documenting last/next/redo within continue block"
5180              From:  Tom Phoenix <rootbeer@teleport.com>
5181              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
5182              Files:  pod/perlfunc.pod
5183              
5184              Title:  "Document stat return in scalar context"
5185              From:  Mark-Jason Dominus <mjd@plover.com>
5186              Files:  pod/perlfunc.pod
5187              
5188              ------  EXTENSIONS  ------
5189              
5190              Title:  "Better LD_RUN_PATH handling on IRIX"
5191              From:  "W. Phillip Moore" <wpm@ms.com>
5192              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
5193              Files:  lib/ExtUtils/MM_Unix.pm
5194              
5195              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
5196              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5197              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
5198              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
5199              
5200              ------  LIBRARY  ------
5201              
5202              Title:  "Fix FileHandle.pm example bug"
5203              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
5204              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
5205              Files:  lib/FileHandle.pm
5206              
5207              Title:  "Add zero/negative $count docs for Benchmark.pm"
5208              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5209              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
5210              Files:  lib/Benchmark.pm
5211              
5212              ------  PORTABILITY - GENERAL  ------
5213              
5214              Title:  "Add test suite recommendations to Porting/patching.pod"
5215              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
5216              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
5217              Files:  Porting/patching.pod
5218              
5219              ------  TESTS  ------
5220              
5221              Title:  "Fix looping bug in t/io/pipe.t"
5222              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5223              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
5224              Files:  t/io/pipe.t
5225      Branch: maint-5.004/perl
5226            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
5227            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
5228            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
5229            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
5230            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
5231            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
5232            ! utils/h2ph.PL
5233 ____________________________________________________________________________
5234 [  1037] By: gsar                                  on 1998/05/27  16:18:30
5235         Log: add AS patch#22 (fix to make die_exit.t pass)
5236      Branch: asperl
5237            ! win32/runperl.c
5238 ____________________________________________________________________________
5239 [  1036] By: gsar                                  on 1998/05/27  12:50:34
5240         Log: add AS patch#21 (misc. fixes)
5241      Branch: asperl
5242            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
5243            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5244            ! win32/win32.c win32/win32sck.c
5245 ____________________________________________________________________________
5246 [  1035] By: gsar                                  on 1998/05/26  17:26:17
5247         Log: more changes to satisfy non-debug VC build (C-API doesn't
5248              build, and the testsuite still won't run)
5249      Branch: asperl
5250            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
5251            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
5252 ____________________________________________________________________________
5253 [  1034] By: gsar                                  on 1998/05/26  17:20:22
5254         Log: remove doubled hunk (perforce auto-integrate oddity)
5255      Branch: win32/perl
5256            ! pod/perldiag.pod
5257 ____________________________________________________________________________
5258 [  1033] By: gsar                                  on 1998/05/26  13:39:14
5259         Log: tweaks to make it build with the Borland compiler.  Won't run
5260              testsuite because @INC intuition from location of perlcore.dll seems
5261              to be broken.  Also, system() and qx// seem broken as well.
5262      Branch: asperl
5263            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
5264            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
5265            ! regexec.c toke.c
5266 ____________________________________________________________________________
5267 [  1032] By: gsar                                  on 1998/05/24  23:13:05
5268         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
5269      Branch: win32/perl
5270            ! lib/Benchmark.pm
5271 ____________________________________________________________________________
5272 [  1031] By: gsar                                  on 1998/05/24  05:36:44
5273         Log: tweak makefiles
5274      Branch: asperl
5275            ! win32/Makefile win32/makefile.mk
5276 ____________________________________________________________________________
5277 [  1030] By: gsar                                  on 1998/05/23  18:58:23
5278         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
5279      Branch: win32/perl
5280            ! pp_sys.c t/op/die.t
5281 ____________________________________________________________________________
5282 [  1029] By: gsar                                  on 1998/05/23  18:55:13
5283         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
5284              incomplete)
5285      Branch: win32/perl
5286            ! embed.h global.sym op.c pp.c proto.h sv.c
5287 ____________________________________________________________________________
5288 [  1028] By: gsar                                  on 1998/05/23  18:25:14
5289         Log: merge change#1013 from maintbranch (1012 is n/a)
5290      Branch: win32/perl
5291            ! toke.c
5292 ____________________________________________________________________________
5293 [  1027] By: gsar                                  on 1998/05/23  18:02:21
5294         Log: merge change#1011 from maintbranch
5295      Branch: win32/perl
5296            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
5297            ! utils/perlbug.PL
5298 ____________________________________________________________________________
5299 [  1026] By: nick                                  on 1998/05/23  08:45:04
5300         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
5301      Branch: win32/perl
5302            ! t/op/ipcmsg.t t/op/ipcsem.t
5303 ____________________________________________________________________________
5304 [  1025] By: nick                                  on 1998/05/23  08:36:36
5305         Log: Resolve win32 into ansiperl
5306      Branch: ansiperl
5307           +> t/op/die.t
5308           !> (integrate 42 files)
5309 ____________________________________________________________________________
5310 [  1024] By: gsar                                  on 1998/05/21  21:11:12
5311         Log: more mingw32 tweaks
5312      Branch: win32/perl
5313            ! ext/POSIX/POSIX.xs t/pragma/locale.t
5314 ____________________________________________________________________________
5315 [  1023] By: gsar                                  on 1998/05/21  19:15:02
5316         Log: fix problematic change#965 from maintbranch
5317              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
5318              Date:    Sat, 16 May 1998 17:45:22 EDT
5319              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5320              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
5321      Branch: win32/perl
5322            ! gv.c op.c t/comp/proto.t
5323 ____________________________________________________________________________
5324 [  1022] By: gsar                                  on 1998/05/21  01:37:04
5325         Log: fix POSIX for mingw32
5326      Branch: win32/perl
5327            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
5328 ____________________________________________________________________________
5329 [  1021] By: gsar                                  on 1998/05/20  15:02:21
5330         Log: remove strupr() from perl.c
5331      Branch: win32/perl
5332            ! perl.c
5333 ____________________________________________________________________________
5334 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
5335         Log: Title:  "fix up descrepancy in h2ph test"
5336              From:  Tim Bunce
5337              Files:  t/lib/h2ph.pht
5338      Branch: maint-5.004/perl
5339            ! t/lib/h2ph.pht
5340 ____________________________________________________________________________
5341 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
5342         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
5343              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5344              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
5345              Files:  t/op/subst.t
5346              
5347              Title:  "fix up descrepancy in h2ph test"
5348              From:  Tim Bunce
5349              Files:  t/lib/h2ph.t
5350      Branch: maint-5.004/perl
5351            ! t/lib/h2ph.t t/op/subst.t
5352 ____________________________________________________________________________
5353 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
5354         Log: Title:  "fix mem leak and core dump from change 1016"
5355              From:  Tim Bunce
5356              Files:  pp_sys.c
5357      Branch: maint-5.004/perl
5358            ! pp_sys.c
5359 ____________________________________________________________________________
5360 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
5361         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
5362              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5363              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
5364              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
5365              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
5366              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
5367              doio.c doop.c ext/ODBM_File/ODBM_File.xs
5368              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5369              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
5370              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
5371              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5372              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
5373              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
5374              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
5375              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
5376              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
5377              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
5378              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
5379              universal.c util.c win32/Makefile win32/config_H.bc
5380              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
5381              win32/makefile.mk win32/perlglob.c win32/runperl.c
5382              win32/win32.c win32/win32sck.c x2p/s2p.PL
5383      Branch: maint-5.004/perl
5384            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
5385            ! cygwin32/perlld deb.c doio.c doop.c embed.h
5386            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
5387            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
5388            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
5389            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5390            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
5391            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
5392            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
5393            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
5394            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
5395            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
5396            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
5397            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
5398            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
5399            ! universal.c util.c utils/perldoc.PL win32/Makefile
5400            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
5401            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
5402            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
5403            ! x2p/s2p.PL
5404 ____________________________________________________________________________
5405 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
5406         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
5407              From:  Graham Barr <gbarr@ti.com>
5408              Msg-ID:  <3561D147.7F3E0C88@ti.com>
5409              Files:  pp_sys.c t/op/die.t
5410      Branch: maint-5.004/perl
5411            ! pp_sys.c t/op/die.t
5412 ____________________________________________________________________________
5413 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
5414         Log: Title:  "loosen const sub re-defined warnings"
5415              From:  Doug MacEachern <dougm@pobox.com>
5416              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
5417              Files:  proto.h global.sym op.c pp.c sv.c
5418      Branch: maint-5.004/perl
5419            ! global.sym op.c pp.c proto.h sv.c
5420 ____________________________________________________________________________
5421 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
5422         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
5423              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
5424              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
5425              Files:  sv.c
5426              
5427              Title:  "Further h2ph patches (including a test suite)"
5428              From:  Billy <wdconsta@cs.adelaide.edu.au>
5429              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
5430              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5431      Branch: maint-5.004/perl
5432            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5433            ! MANIFEST sv.c utils/h2ph.PL
5434 ____________________________________________________________________________
5435 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
5436         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
5437              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
5438              <ilya@math.ohio-state.edu>
5439              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
5440              <199805151931.PAA23086@aatma.engin.umich.edu>,
5441              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
5442              Files:  toke.c
5443      Branch: maint-5.004/perl
5444            ! toke.c
5445 ____________________________________________________________________________
5446 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
5447         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
5448              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
5449              <jhi@iki.fi>
5450              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
5451              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
5452              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
5453              t/op/ipcsem.t
5454      Branch: maint-5.004/perl
5455            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
5456            ! t/op/ipcsem.t
5457 ____________________________________________________________________________
5458 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
5459         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
5460              From:  jan.dubois@ibm.net (Jan Dubois)
5461              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
5462              Files:  embed.h interp.sym
5463              
5464              Title:  "Undo changed error message which breaks Tk"
5465              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5466              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
5467              Files:  pp_ctl.c
5468              
5469              Title:  "Minor fixups to new -e script code"
5470              From:  Tim Bunce
5471              Files:  perl.c
5472              
5473              Title:  "Remove old diags not relevant after -e fix"
5474              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
5475              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
5476              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
5477              <199805181335.OAA07008@toad.ig.co.uk>,
5478              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
5479              Files:  pod/perldiag.pod
5480              
5481              Title:  "more examples for vec()"
5482              From:  Tom Phoenix <rootbeer@teleport.com>
5483              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
5484              Files:  pod/perlfunc.pod
5485              
5486              Title:  ""make ok" (perlbug -ok) should not be interactive"
5487              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
5488              <jhi@iki.fi>
5489              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
5490              <l03130300b1834f9732a0@[194.222.64.89]>
5491              Files:  utils/perlbug.PL
5492      Branch: maint-5.004/perl
5493            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
5494            ! pp_ctl.c utils/perlbug.PL
5495 ____________________________________________________________________________
5496 [  1010] By: gsar                                  on 1998/05/18  09:40:58
5497         Log: integrate mainline changes (untested)
5498      Branch: asperl
5499           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
5500           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
5501           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5502           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
5503           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
5504           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
5505            - ext/DynaLoader/DynaLoader.pm
5506            ! win32/win32.c
5507           !> (integrate 234 files)
5508 ____________________________________________________________________________
5509 [  1009] By: gsar                                  on 1998/05/18  07:51:19
5510         Log: more whitespace tweaks from maintbranch
5511      Branch: win32/perl
5512            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
5513 ____________________________________________________________________________
5514 [  1008] By: gsar                                  on 1998/05/17  22:37:20
5515         Log: sundry whitespace cleanups from maintbranch
5516      Branch: win32/perl
5517            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
5518 ____________________________________________________________________________
5519 [  1007] By: gsar                                  on 1998/05/16  21:59:46
5520         Log: integrate mainline
5521      Branch: win32/perl
5522           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
5523           !> t/op/ipcmsg.t t/op/ipcsem.t
5524 ____________________________________________________________________________
5525 [  1006] By: gsar                                  on 1998/05/16  21:54:23
5526         Log: merge changes#996,998,999 from maintbranch
5527      Branch: win32/perl
5528            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
5529 ____________________________________________________________________________
5530 [  1005] By: gsar                                  on 1998/05/16  21:49:47
5531         Log: merge change#995 from maintbranch, tweak interp.sym and
5532              run embed.pl
5533      Branch: win32/perl
5534            ! embedvar.h interp.sym intrpvar.h perl.c
5535 ____________________________________________________________________________
5536 [  1004] By: gsar                                  on 1998/05/16  21:27:18
5537         Log: merge changes#989,990,992 from maintbranch
5538      Branch: win32/perl
5539            + t/op/die.t
5540            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
5541 ____________________________________________________________________________
5542 [  1003] By: gsar                                  on 1998/05/16  21:16:47
5543         Log: sync config*.gc with others, and verify that nothing from
5544              change#986 needs to be merged
5545      Branch: win32/perl
5546            ! win32/config.gc win32/config_H.gc
5547 ____________________________________________________________________________
5548 [  1002] By: gsar                                  on 1998/05/16  21:04:04
5549         Log: merge change#985 from maintbranch
5550      Branch: win32/perl
5551            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
5552            ! util.c
5553 ____________________________________________________________________________
5554 [  1001] By: gsar                                  on 1998/05/16  17:53:16
5555         Log: add a test to check return value from successful s/// (there was none!)
5556      Branch: win32/perl
5557            ! t/op/subst.t
5558 ____________________________________________________________________________
5559 [  1000] By: gsar                                  on 1998/05/16  17:42:34
5560         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
5561              return a value on the stack
5562      Branch: win32/perl
5563            ! pp_hot.c
5564 ____________________________________________________________________________
5565 [   999] By: TimBunce                              on 1998/05/15  23:04:30
5566         Log: Title:  "Update Porting/makerel script for perforce dir structure"
5567              From:  Tim Bunce
5568              Files:  Porting/makerel
5569      Branch: maint-5.004/perl
5570            ! Porting/makerel
5571 ____________________________________________________________________________
5572 [   998] By: TimBunce                              on 1998/05/15  22:49:55
5573         Log: Title:  "Updated Changes file for trial 3"
5574              From:  Tim Bunce
5575              Files:  Changes
5576      Branch: maint-5.004/perl
5577            ! Changes
5578 ____________________________________________________________________________
5579 [   997] By: gsar                                  on 1998/05/15  22:21:41
5580         Log: merge changes#982,984 from maintbranch
5581      Branch: win32/perl
5582            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
5583            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
5584 ____________________________________________________________________________
5585 [   996] By: TimBunce                              on 1998/05/15  22:19:32
5586         Log: Title:  "Negative array subscript unrecognized in regex"
5587              From:  Mark-Jason Dominus <mjd@plover.com>,
5588              h.sanden@elsevier.nl (Hugo van der Sanden)
5589              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
5590              <199805151514.RAA04121@dorlas.elsevier.nl>
5591              Files:  t/base/lex.t toke.c
5592              
5593              Title:  "Remove e_fp from toke.c after change 955"
5594              From:  Tim Bunce
5595              Files:  toke.c
5596      Branch: maint-5.004/perl
5597            ! t/base/lex.t toke.c
5598 ____________________________________________________________________________
5599 [   995] By: TimBunce                              on 1998/05/15  22:08:32
5600         Log: Title:  "Fix -e security hole (no longer uses temp file)"
5601              From:  Tim Bunce
5602              Files:  embed.h perl.h perl.c
5603      Branch: maint-5.004/perl
5604            ! embed.h perl.c perl.h
5605 ____________________________________________________________________________
5606 [   994] By: gsar                                  on 1998/05/15  22:08:17
5607         Log: merge change#981 from maintbranch, add XXX comment about
5608              supporting %! for usethreads case
5609      Branch: win32/perl
5610            ! gv.c op.c
5611 ____________________________________________________________________________
5612 [   992] By: TimBunce                              on 1998/05/15  22:01:32
5613         Log: Title:  "install non-backwards compatible .pm files into archlib"
5614              From:  Tim Bunce
5615              Files:  installperl
5616              
5617              Title:  "revert "Can't locate" message to original for maintenance"
5618              From:  Tim Bunce
5619              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
5620              Files:  pod/perldiag.pod pp_ctl.c
5621      Branch: maint-5.004/perl
5622            ! installperl pod/perldiag.pod pp_ctl.c
5623 ____________________________________________________________________________
5624 [   991] By: gsar                                  on 1998/05/15  21:35:00
5625         Log: reverse integrate ansiperl (all except the
5626              C<attrs qw(package locked)> stuff, and the duplicate hunks)
5627              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
5628      Branch: win32/perl
5629           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
5630           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
5631           !> utils/perldoc.PL
5632 ____________________________________________________________________________
5633 [   990] By: TimBunce                              on 1998/05/15  16:54:18
5634         Log: Title:  "Add tests for die $ref"
5635              From:  Graham Barr <gbarr@ti.com>
5636              Msg-ID:  <355C6297.121B576B@ti.com>
5637              Files:  MANIFEST t/op/die.t
5638      Branch: maint-5.004/perl
5639            + t/op/die.t
5640            ! MANIFEST
5641 ____________________________________________________________________________
5642 [   989] By: TimBunce                              on 1998/05/15  16:38:19
5643         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
5644              From:  Jarkko Hietaniemi <jhi@iki.fi>
5645              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
5646              Files:  t/op/ipcmsg.t
5647      Branch: maint-5.004/perl
5648            ! t/op/ipcmsg.t
5649 ____________________________________________________________________________
5650 [   988] By: mbeattie                              on 1998/05/15  16:28:08
5651         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
5652              (manually applied and tweaked) to fix up SysV IPC semaphores for
5653              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
5654              t/op/ipcsem.t for platforms which wanted to skip test. Completely
5655              disable ipcsem.t since it doesn't seem to work properly even when
5656              not skipped. This is _65.
5657      Branch: perl
5658            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
5659            ! t/op/ipcmsg.t t/op/ipcsem.t
5660 ____________________________________________________________________________
5661 [   987] By: nick                                  on 1998/05/15  16:03:35
5662         Log: Integrate win32
5663      Branch: ansiperl
5664           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
5665           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
5666           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5667           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
5668           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
5669           +> t/op/pos.t utils/perlcc.PL
5670            - ext/DynaLoader/DynaLoader.pm
5671           !> (integrate 208 files)
5672 ____________________________________________________________________________
5673 [   986] By: TimBunce                              on 1998/05/15  15:28:45
5674         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
5675              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
5676              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
5677              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
5678              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
5679              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
5680              win32/config.bc win32/config.vc win32/config_H.bc
5681              win32/config_H.vc
5682      Branch: maint-5.004/perl
5683            + README.beos beos/nm.c hints/beos.sh
5684            ! Configure MANIFEST Porting/Glossary config_h.SH
5685            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
5686            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
5687            ! win32/config.vc win32/config_H.bc win32/config_H.vc
5688 ____________________________________________________________________________
5689 [   985] By: TimBunce                              on 1998/05/15  15:02:43
5690         Log: Title:  "allow die $ref"
5691              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
5692              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
5693              Files:  pp_ctl.c pp_sys.c util.c
5694              
5695              Title:  "ExtUtils::Manifest could truncate files during "make dist""
5696              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
5697              koenig@kulturbox.de (Andreas J. Koenig)
5698              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
5699              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
5700              Files:  lib/ExtUtils/Manifest.pm
5701              
5702              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
5703              From:  Dan Sugalski <sugalskd@osshe.edu>
5704              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
5705              Files:  lib/AutoSplit.pm
5706              
5707              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
5708              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
5709              J. Koenig), larry@wall.org (Larry Wall)
5710              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
5711              <sfc202c9jsb.fsf@anna.in-berlin.de>,
5712              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
5713              Files:  lib/AutoSplit.pm
5714      Branch: maint-5.004/perl
5715            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
5716            ! util.c
5717 ____________________________________________________________________________
5718 [   984] By: TimBunce                              on 1998/05/15  14:18:52
5719         Log: ------  CORE LANGUAGE  ------
5720              
5721              Title:  "Fix close pipe returning status from wrong child"
5722              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
5723              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
5724              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
5725              Files:  t/io/pipe.t util.c
5726              
5727              Title:  "Avoid English.pm triggering load of Errno.pm"
5728              From:  Tim Bunce
5729              Files:  gv.c lib/English.pm
5730              
5731              ------  DOCUMENTATION  ------
5732              
5733              Title:  "Document child exit cause a parent sleep to end early"
5734              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5735              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
5736              Files:  pod/perlfunc.pod
5737              
5738              ------  EXTENSIONS  ------
5739              
5740              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
5741              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5742              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
5743              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
5744              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
5745              
5746              Title:  "MM_VMS.pm fixes for building external library"
5747              From:  Dan Sugalski <sugalskd@ous.edu>
5748              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
5749              Files:  lib/ExtUtils/MM_VMS.pm
5750              
5751              Title:  "Appease picky DEC compiler in POSIX.xs"
5752              From:  Dan Sugalski <sugalskd@ous.edu>
5753              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
5754              Files:  ext/POSIX/POSIX.xs
5755              
5756              ------  TESTS  ------
5757              
5758              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
5759              From:  Jarkko Hietaniemi <jhi@iki.fi>
5760              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
5761              Files:  t/op/ipcsem.t
5762              
5763              Title:  "Fix doc bug for system() return value"
5764              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
5765              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
5766              Files:  pod/perlfunc.pod t/op/exec.t
5767              
5768              ------  UTILITIES  ------
5769              
5770              Title:  "Avoid possible constant autoload loop"
5771              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
5772              Zakharevich <ilya@math.ohio-state.edu>
5773              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
5774              <355B475A.C5AD4B90@ti.com>,
5775              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
5776              Files:  utils/h2xs.PL
5777              
5778              Title:  "Further improvements to h2ph.PL"
5779              From:  kstar@chapin.edu
5780              Msg-ID:  <199805130241.WAA25459@chapin.edu>
5781              Files:  utils/h2ph.PL
5782      Branch: maint-5.004/perl
5783            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
5784            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
5785            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
5786            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
5787            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
5788
5789 ----------------
5790 Version 5.004_64
5791 ----------------
5792
5793 ____________________________________________________________________________
5794 [   983] By: mbeattie                              on 1998/05/15  14:04:17
5795         Log: Integrate win32 branch into mainline.
5796      Branch: perl
5797           +> Porting/patching.pod t/op/defins.t
5798           !> (integrate 107 files)
5799 ____________________________________________________________________________
5800 [   982] By: TimBunce                              on 1998/05/15  12:33:26
5801         Log: Title:  "comment init_postdump_symbols issues"
5802              From:  Tim Bunce
5803              Files:  perl.c
5804              
5805              Title:  "Improve sort docs re SUBNAME"
5806              From:  circle@azstarnet.com
5807              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
5808              Files:  pod/perlfunc.pod
5809      Branch: maint-5.004/perl
5810            ! perl.c pod/perlfunc.pod
5811 ____________________________________________________________________________
5812 [   981] By: TimBunce                              on 1998/05/15  11:47:28
5813         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
5814              From:  Graham Barr <gbarr@ti.com>
5815              Msg-ID:  <355080CD.1111BC81@ti.com>
5816              Files:  gv.c
5817      Branch: maint-5.004/perl
5818            ! gv.c
5819 ____________________________________________________________________________
5820 [   980] By: gsar                                  on 1998/05/15  06:16:13
5821         Log: add doc for C<+{}> vs. C<{;}> disambiguation
5822      Branch: win32/perl
5823            ! pod/perlref.pod
5824 ____________________________________________________________________________
5825 [   979] By: gsar                                  on 1998/05/15  04:59:47
5826         Log: tweaks to win32 makefiles.  This version builds and passes all
5827              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
5828      Branch: win32/perl
5829            ! win32/Makefile win32/makefile.mk
5830 ____________________________________________________________________________
5831 [   978] By: gsar                                  on 1998/05/15  02:41:58
5832         Log: merge changes#922,944,949,965,970 from maintbranch
5833      Branch: win32/perl
5834            + Porting/patching.pod t/op/defins.t
5835            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
5836            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
5837            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
5838            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
5839            ! utils/perlbug.PL
5840 ____________________________________________________________________________
5841 [   977] By: gsar                                  on 1998/05/15  02:15:25
5842         Log: merge changes#906,907,909,910 from maintbranch
5843      Branch: win32/perl
5844            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
5845            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
5846            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
5847            ! util.c
5848 ____________________________________________________________________________
5849 [   976] By: gsar                                  on 1998/05/15  01:34:53
5850         Log: merge change#905 from maintbranch, minor fixes to get
5851              clean build+test on Solaris
5852      Branch: win32/perl
5853            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
5854            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
5855            ! regcomp.c sv.c t/op/taint.t toke.c
5856 ____________________________________________________________________________
5857 [   975] By: gsar                                  on 1998/05/14  23:34:26
5858         Log: merge change#904 from maintbranch
5859      Branch: win32/perl
5860            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
5861            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
5862            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
5863            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
5864            ! vms/descrip.mms
5865 ____________________________________________________________________________
5866 [   974] By: gsar                                  on 1998/05/14  23:11:05
5867         Log: merge change#897 from maintbranch
5868      Branch: win32/perl
5869            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
5870            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
5871            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
5872            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
5873            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
5874            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
5875            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5876            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
5877            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
5878            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
5879            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5880            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
5881            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
5882            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
5883            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
5884            ! win32/config_H.bc win32/config_H.vc win32/win32.c
5885            ! x2p/find2perl.PL
5886 ____________________________________________________________________________
5887 [   973] By: gsar                                  on 1998/05/14  22:24:26
5888         Log: integrate mainline
5889      Branch: win32/perl
5890            + Porting/Contract
5891           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
5892           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5893           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
5894           +> utils/perlcc.PL
5895            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
5896            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
5897            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
5898            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
5899            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
5900            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
5901            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
5902            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
5903            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
5904            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
5905            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
5906            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
5907            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5908            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
5909            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
5910            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
5911            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
5912            ! win32/config.vc win32/config_H.bc win32/config_H.vc
5913            ! win32/win32.c x2p/find2perl.PL
5914           !> (integrate 59 files)
5915 ____________________________________________________________________________
5916 [   972] By: nick                                  on 1998/05/14  18:09:01
5917         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
5918              Remove K&R style functions, avoid struct/typedef clash. 
5919      Branch: ansiperl
5920            ! bytecode.h byterun.c sv.c toke.c
5921 ____________________________________________________________________________
5922 [   971] By: TimBunce                              on 1998/05/14  16:52:19
5923         Log: 
5924              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
5925              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5926              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
5927              Files:  pp.c
5928      Branch: maint-5.004/perl
5929            ! pp.c
5930 ____________________________________________________________________________
5931 [   970] By: TimBunce                              on 1998/05/14  16:18:06
5932         Log: 
5933              Title:  "perlbug reformatted"
5934              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
5935              <hv@crypt0.demon.co.uk>
5936              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
5937              <l03130300b17cebcb6d33@[194.222.64.89]>,
5938              <v03110702b17ccbab6824@[195.95.102.67]>
5939              Files:  utils/perlbug.PL
5940      Branch: maint-5.004/perl
5941            ! utils/perlbug.PL
5942 ____________________________________________________________________________
5943 [   969] By: mbeattie                              on 1998/05/14  16:15:09
5944         Log: Integrate win32 branch into mainline
5945      Branch: perl
5946           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
5947           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
5948            - ext/DynaLoader/DynaLoader.pm
5949           !> (integrate 118 files)
5950 ____________________________________________________________________________
5951 [   968] By: mbeattie                              on 1998/05/14  16:05:57
5952         Log: Bump patchlevel to 65
5953      Branch: perl
5954            ! patchlevel.h
5955 ____________________________________________________________________________
5956 [   967] By: mbeattie                              on 1998/05/14  16:05:19
5957         Log: Another fixup of MANIFEST
5958      Branch: perl
5959            ! MANIFEST
5960 ____________________________________________________________________________
5961 [   966] By: mbeattie                              on 1998/05/14  16:02:20
5962         Log: Add missing files to MANIFEST
5963      Branch: perl
5964            ! MANIFEST
5965 ____________________________________________________________________________
5966 [   965] By: TimBunce                              on 1998/05/14  16:00:11
5967         Log: 
5968              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
5969              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5970              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
5971              Files:  gv.h gv.c op.c
5972      Branch: maint-5.004/perl
5973            ! gv.c gv.h op.c
5974 ____________________________________________________________________________
5975 [   964] By: mbeattie                              on 1998/05/14  15:58:01
5976         Log: Subject: [PATCH] Using Getopts::* with strict vars
5977              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
5978              From: Tom Phoenix <rootbeer@teleport.com>
5979      Branch: perl
5980            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
5981 ____________________________________________________________________________
5982 [   963] By: mbeattie                              on 1998/05/14  15:56:53
5983         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
5984              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
5985              From: epeschko@den-mdev1 (Ed Peschko)
5986      Branch: perl
5987            + utils/perlcc.PL
5988            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
5989            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
5990 ____________________________________________________________________________
5991 [   962] By: mbeattie                              on 1998/05/14  15:45:28
5992         Log: From: Dan Sugalski <sugalskd@ous.edu>
5993              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
5994              Date: Wed, 08 Apr 1998 17:08:48 -0700
5995              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
5996              Date: Fri, 08 May 1998 10:49:16 -0700
5997      Branch: perl
5998            ! ext/Thread/Thread.pm
5999 ____________________________________________________________________________
6000 [   961] By: mbeattie                              on 1998/05/14  15:43:39
6001         Log: Subject: Consolidated patch to 5.004_64
6002              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
6003              From: Charles Bailey <BAILEY@newman.upenn.edu>
6004      Branch: perl
6005            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
6006            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
6007            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
6008            ! vms/perlvms.pod
6009 ____________________________________________________________________________
6010 [   960] By: mbeattie                              on 1998/05/14  15:41:41
6011         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
6012              Date: 07 Apr 1998 18:31:21 +0200
6013              From: JVromans@Squirrel.nl (Johan Vromans)
6014      Branch: perl
6015            ! lib/Getopt/Long.pm
6016 ____________________________________________________________________________
6017 [   959] By: mbeattie                              on 1998/05/14  15:39:29
6018         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6019              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
6020              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
6021              Subject: [PATCH] perl 5.004_64+Config_04
6022              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
6023      Branch: perl
6024            ! lib/Benchmark.pm pod/perlfunc.pod
6025 ____________________________________________________________________________
6026 [   958] By: mbeattie                              on 1998/05/14  15:36:30
6027         Log: From: kstar@chapin.edu
6028              Subject: [PATCH] hints for Irix 6
6029              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
6030              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
6031              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
6032      Branch: perl
6033            ! INSTALL hints/irix_6.sh installperl
6034 ____________________________________________________________________________
6035 [   957] By: mbeattie                              on 1998/05/14  15:33:48
6036         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
6037              Date: Mon, 06 Apr 1998 21:09:24 +0200
6038              From: Achim Bohnet <ach@mpe.mpg.de>
6039      Branch: perl
6040            ! lib/ExtUtils/Install.pm
6041 ____________________________________________________________________________
6042 [   956] By: mbeattie                              on 1998/05/14  15:32:39
6043         Log: Subject: [PATCH] Config: Irix 5 hints
6044              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
6045              From: kstar@O2.chapin.edu
6046      Branch: perl
6047            ! hints/irix_5.sh
6048 ____________________________________________________________________________
6049 [   955] By: mbeattie                              on 1998/05/14  15:31:12
6050         Log: Subject: PATCH: h2ph produces incorrect code
6051              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
6052              From: Billy <wdconsta@cs.adelaide.edu.au>
6053      Branch: perl
6054            ! utils/h2ph.PL
6055 ____________________________________________________________________________
6056 [   954] By: mbeattie                              on 1998/05/14  15:29:27
6057         Log: Subject: [PATCH] perldebug.pod
6058              Date: Mon, 6 Apr 1998 00:36:57 -0600
6059              From: jason stewart <jasons@sandy-home.arc.unm.edu>
6060      Branch: perl
6061            ! pod/perldebug.pod
6062 ____________________________________________________________________________
6063 [   953] By: mbeattie                              on 1998/05/14  15:28:00
6064         Log: From: Dominic Dunlop <domo@vo.lu>
6065              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
6066              Date: Wed, 6 May 1998 14:39:32 +0000
6067              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
6068              Date: Sat, 4 Apr 1998 19:44:34 +0000
6069      Branch: perl
6070            ! hints/machten.sh t/op/hashwarn.t
6071 ____________________________________________________________________________
6072 [   952] By: mbeattie                              on 1998/05/14  15:23:19
6073         Log: New pod/perldelta.pod (previous one branched in last change):
6074              Subject: [PATCH 5.004_64] Start new perldelta
6075              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6076              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6077      Branch: perl
6078            + pod/perldelta.pod
6079 ____________________________________________________________________________
6080 [   951] By: mbeattie                              on 1998/05/14  15:20:43
6081         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6082              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
6083              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
6084              Subject: [PATCH 5.004_64] Start new perldelta
6085              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6086              (above branched perldelta -> perldelta4, new perldelta will be
6087              created/added next change)
6088              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
6089              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
6090      Branch: perl
6091            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6092            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6093           +> pod/perldelta4.pod
6094            - pod/perldelta.pod
6095            ! MANIFEST hints/svr4.sh
6096 ____________________________________________________________________________
6097 [   949] By: TimBunce                              on 1998/05/14  15:11:30
6098         Log: 
6099              Title:  "while($x=<>) no longer warns (implicit defined added)"
6100              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
6101              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
6102              Files:  MANIFEST op.c t/op/defins.t
6103      Branch: maint-5.004/perl
6104            + t/op/defins.t
6105            ! MANIFEST op.c
6106 ____________________________________________________________________________
6107 [   948] By: mbeattie                              on 1998/05/14  15:09:51
6108         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6109              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
6110              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
6111              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
6112              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
6113              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
6114              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
6115              Subject: [PATCH 5.004_64] Config_64-03-04.diff
6116              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
6117      Branch: perl
6118            + README.beos beos/nm.c hints/beos.sh
6119            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
6120            ! Porting/Glossary Porting/config.sh Porting/config_H
6121            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
6122            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
6123            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
6124            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
6125            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
6126            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
6127            ! win32/config.vc win32/config_H.bc win32/config_H.vc
6128 ____________________________________________________________________________
6129 [   946] By: TimBunce                              on 1998/05/14  15:07:06
6130         Log: 
6131              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
6132              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6133              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
6134              Files:  perl.c sv.c t/op/misc.t
6135      Branch: maint-5.004/perl
6136            ! perl.c sv.c t/op/misc.t
6137 ____________________________________________________________________________
6138 [   945] By: mbeattie                              on 1998/05/14  15:00:31
6139         Log: Subject: Perl Social Contract
6140              Date: 13 Apr 1998 06:16:59 -0700
6141              From: Russ Allbery <rra@stanford.edu>
6142      Branch: perl
6143            + Porting/Contract
6144 ____________________________________________________________________________
6145 [   944] By: TimBunce                              on 1998/05/14  14:59:37
6146         Log: 
6147              Title:  "5.004_04-m2 Cleanup of test failures"
6148              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6149              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
6150              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6151              win32/config.bc win32/config.vc
6152      Branch: maint-5.004/perl
6153            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6154            ! win32/config.bc win32/config.vc
6155 ____________________________________________________________________________
6156 [   943] By: mbeattie                              on 1998/05/14  14:58:13
6157         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
6158              Subject: [PATCH 5.004_64] Test.pm update
6159              Date: Sat, 4 Apr 1998 08:33:50 -0500
6160              Subject: [PATCH 5.004_64] modcount + comments
6161              Date: Fri, 17 Apr 1998 16:07:35 -0400
6162      Branch: perl
6163            ! lib/Test.pm op.c thrdvar.h
6164 ____________________________________________________________________________
6165 [   942] By: mbeattie                              on 1998/05/14  14:49:43
6166         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6167              Subject: [PATCH 5.004_64] newSV
6168              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
6169              Subject: [PATCH 5.004_64] Cryptic error from B::CC
6170              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
6171      Branch: perl
6172            ! ext/B/B/CC.pm handy.h proto.h sv.c
6173 ____________________________________________________________________________
6174 [   941] By: mbeattie                              on 1998/05/14  14:47:29
6175         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6176              Subject: [PATCH 5.004_64] anydbm.t
6177              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
6178              Subject: [PATCH 5.004_64] threads on OS/2
6179              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
6180              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
6181              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
6182              Subject: [PATCH 5.004_64] Immediate stop in debugger
6183              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
6184              Subject: [PATCH 5.005_64] ptags broken
6185              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
6186              Subject: [PATCH 5.004_64] Document switch syntax via RE
6187              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
6188      Branch: perl
6189            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6190            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
6191            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
6192 ____________________________________________________________________________
6193 [   940] By: mbeattie                              on 1998/05/14  14:38:44
6194         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
6195              Date: Fri, 03 Apr 1998 16:01:57 -0800
6196              From: Dan Sugalski <sugalskd@osshe.edu>
6197      Branch: perl
6198            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
6199            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
6200 ____________________________________________________________________________
6201 [   939] By: mbeattie                              on 1998/05/14  14:35:42
6202         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
6203              Date: Fri, 03 Apr 1998 13:58:15 -0800
6204              From: Dan Sugalski <sugalskd@osshe.edu>
6205      Branch: perl
6206            ! perl.c
6207 ____________________________________________________________________________
6208 [   938] By: gsar                                  on 1998/05/14  10:53:55
6209         Log: merge change#896 from maintbranch
6210      Branch: win32/perl
6211            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
6212            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
6213            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
6214            ! t/op/gv.t t/op/misc.t t/op/pack.t
6215 ____________________________________________________________________________
6216 [   937] By: gsar                                  on 1998/05/14  09:31:34
6217         Log: merge change#887 from maintbranch
6218      Branch: win32/perl
6219            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
6220            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
6221            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
6222            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
6223            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
6224            ! t/op/stat.t toke.c utils/h2xs.PL
6225 ____________________________________________________________________________
6226 [   936] By: gsar                                  on 1998/05/14  09:06:18
6227         Log: merge change#886 from maintbranch
6228      Branch: win32/perl
6229            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
6230            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
6231            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
6232            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
6233            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6234            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
6235            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
6236            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
6237            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
6238            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
6239            ! vms/test.com
6240 ____________________________________________________________________________
6241 [   935] By: gsar                                  on 1998/05/14  07:00:02
6242         Log: merge changes#872,873 from maintbranch
6243      Branch: win32/perl
6244            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
6245            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
6246            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
6247            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
6248            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
6249            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
6250            ! utils/perldoc.PL
6251 ____________________________________________________________________________
6252 [   934] By: gsar                                  on 1998/05/14  06:24:38
6253         Log: merge changes#755..759,763,764 from maintbranch
6254      Branch: win32/perl
6255            + hints/openbsd.sh
6256            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
6257            ! t/op/pos.t utils/perldoc.PL
6258 ____________________________________________________________________________
6259 [   933] By: gsar                                  on 1998/05/14  06:07:31
6260         Log: merge change#754 from maintbranch
6261      Branch: win32/perl
6262            ! perl.c
6263 ____________________________________________________________________________
6264 [   932] By: gsar                                  on 1998/05/14  06:03:50
6265         Log: merge changes#752,753 from maintbranch
6266      Branch: win32/perl
6267            + t/op/pos.t
6268            ! README ext/GDBM_File/GDBM_File.pm
6269            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
6270 ____________________________________________________________________________
6271 [   931] By: gsar                                  on 1998/05/14  05:51:19
6272         Log: merge change#745 from maintbranch
6273      Branch: win32/perl
6274            + ext/DynaLoader/DynaLoader.pm.PL
6275            - ext/DynaLoader/DynaLoader.pm
6276            ! MANIFEST ext/DynaLoader/Makefile.PL
6277 ____________________________________________________________________________
6278 [   930] By: nick                                  on 1998/05/13  20:39:59
6279         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
6280      Branch: ansiperl
6281            ! utils/perldoc.PL
6282           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
6283           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
6284           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
6285           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6286           !> win32/makedef.pl win32/makefile.mk
6287 ____________________________________________________________________________
6288 [   929] By: gsar                                  on 1998/05/13  10:13:36
6289         Log: merge change#687 from maintbranch
6290      Branch: win32/perl
6291            ! pod/perlfunc.pod
6292 ____________________________________________________________________________
6293 [   928] By: gsar                                  on 1998/05/13  10:08:13
6294         Log: merge change#683 from maintbranch
6295      Branch: win32/perl
6296            ! pod/perlguts.pod
6297 ____________________________________________________________________________
6298 [   927] By: gsar                                  on 1998/05/13  09:51:43
6299         Log: merge change#681 from maintbranch
6300      Branch: win32/perl
6301            ! ext/Fcntl/Fcntl.pm
6302 ____________________________________________________________________________
6303 [   926] By: gsar                                  on 1998/05/13  09:47:11
6304         Log: merge change#664 from maint branch
6305      Branch: win32/perl
6306            ! regcomp.c regcomp.h regexec.c
6307 ____________________________________________________________________________
6308 [   925] By: gsar                                  on 1998/05/13  08:55:28
6309         Log: merge missing part of change#663 from maint branch
6310      Branch: win32/perl
6311            ! op.c
6312 ____________________________________________________________________________
6313 [   924] By: gsar                                  on 1998/05/12  18:50:04
6314         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
6315              and seems to generate problematic code for PII.
6316      Branch: win32/perl
6317            ! win32/makefile.mk
6318 ____________________________________________________________________________
6319 [   923] By: gsar                                  on 1998/05/12  16:24:02
6320         Log: fix test failure
6321              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
6322              Date:    Tue, 12 May 1998 10:40:57 BST
6323              From:    Nick.Ing-Simmons@tiuk.ti.com
6324              Subject: test buglet
6325      Branch: win32/perl
6326            ! t/op/hashwarn.t
6327 ____________________________________________________________________________
6328 [   922] By: TimBunce                              on 1998/05/11  20:58:58
6329         Log: Assorted patches:
6330              
6331              ------  CORE LANGUAGE  ------
6332              
6333              Title:  "incorrect return value for hv_iterinit"
6334              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6335              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
6336              Files:  pod/perlguts.pod hv.c
6337              
6338              ------  DOCUMENTATION  ------
6339              
6340              Title:  "perlvar.pod buglet E<EVMSERR>"
6341              From:  Achim Bohnet <ach@mpe.mpg.de>
6342              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
6343              Files:  pod/perlvar.pod
6344              
6345              Title:  "Improve docs for warning about code after an exec()"
6346              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
6347              <chaimf@concentric.net>
6348              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
6349              <m3ra22qn1z.fsf@chany-p100.emwp.com>
6350              Files:  pod/perlfunc.pod
6351              
6352              Title:  "Remove dead code from pod2man"
6353              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6354              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
6355              Files:  pod/pod2man.PL
6356              
6357              Title:  "tweak doc for C<do FILENAME>"
6358              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6359              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
6360              Files:  pod/perlfunc.pod
6361              
6362              Title:  "Document integer pragma effect on % operator"
6363              From:  Gisle Aas <gisle@aas.no>
6364              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
6365              Files:  pod/perlop.pod
6366              
6367              Title:  "Reduce rm command line length in pod/Makefile"
6368              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
6369              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
6370              Files:  pod/Makefile
6371              
6372              ------  EXTENSIONS  ------
6373              
6374              Title:  "Clarify Termios usage in POSIX.pod"
6375              From:  Rocco Caputo <troc@netrus.net>
6376              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
6377              Files:  ext/POSIX/POSIX.pod
6378              
6379              ------  LIBRARY  ------
6380              
6381              Title:  "Fix File::Find::finddepth typo in trial 2 release"
6382              From:  koenig@kulturbox.de (Andreas J. Koenig)
6383              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
6384              Files:  lib/File/Find.pm t/lib/filefind.t
6385              
6386              ------  PORTABILITY - GENERAL  ------
6387              
6388              Title:  "Add Porting/patching.pod document"
6389              From:  Daniel Grisinger <dgris@tdrenterprises.com>
6390              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
6391              Files:  MANIFEST Porting/patching.pod
6392              
6393              Title:  "hints/machten.sh: disable semctl(), align with devel version"
6394              From:  Dominic Dunlop <domo@vo.lu>
6395              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
6396              Files:  hints/machten.sh
6397              
6398              Title:  "Add VMS specifics to Porting/makerel"
6399              From:  Charles Bailey <BAILEY@newman.upenn.edu>
6400              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
6401              <199804271732.SAA13762@toad.ig.co.uk>,
6402              <9804250212.AA27695@forte.com>
6403              Files:  Porting/makerel
6404      Branch: maint-5.004/perl
6405            + Porting/patching.pod
6406            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
6407            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
6408            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
6409            ! t/lib/filefind.t
6410 ____________________________________________________________________________
6411 [   921] By: gsar                                  on 1998/05/10  02:28:03
6412         Log: various tweaks to makefiles
6413      Branch: win32/perl
6414            ! win32/Makefile win32/makedef.pl win32/makefile.mk
6415 ____________________________________________________________________________
6416 [   920] By: gsar                                  on 1998/05/10  02:27:19
6417         Log: fix ExtUtils::Liblist mishandling paths with spaces
6418      Branch: win32/perl
6419            ! lib/ExtUtils/Liblist.pm
6420 ____________________________________________________________________________
6421 [   919] By: gsar                                  on 1998/05/09  17:10:15
6422         Log: minor cleanup
6423      Branch: win32/perl
6424            ! MANIFEST perl.c
6425 ____________________________________________________________________________
6426 [   918] By: gsar                                  on 1998/05/09  17:09:09
6427         Log: protect sortcop from C<sort { sort { ... } ... } ...>
6428              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
6429              Date:    Fri, 08 May 1998 19:33:44 EDT
6430              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
6431              Subject: [PATCH] Re: double recursion in sort 
6432      Branch: win32/perl
6433            ! pp_ctl.c t/op/runlevel.t
6434 ____________________________________________________________________________
6435 [   917] By: gsar                                  on 1998/05/09  17:05:55
6436         Log: c
6437      Branch: win32/perl
6438            ! win32/config.bc win32/config.gc win32/config.vc
6439 ____________________________________________________________________________
6440 [   916] By: gsar                                  on 1998/05/07  03:40:15
6441         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
6442      Branch: win32/perl
6443            ! pp.c
6444 ____________________________________________________________________________
6445 [   915] By: mbeattie                              on 1998/05/06  13:08:29
6446         Log: Speed up pp_entersub for usethreads with only 1 thread running.
6447      Branch: perl
6448            ! pp_hot.c
6449 ____________________________________________________________________________
6450 [   914] By: gsar                                  on 1998/05/03  18:44:38
6451         Log: make hv_iterinit() return HvKEYS()
6452              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
6453              Date:    Sat, 02 May 1998 16:29:22 EDT
6454              From:    "SynaptiCAD, Inc." <sales@syncad.com>
6455              Subject: incorrect return value for hv_iterinit
6456      Branch: win32/perl
6457            ! hv.c pod/perlguts.pod
6458 ____________________________________________________________________________
6459 [   913] By: TimBunce                              on 1998/05/01  22:38:38
6460         Log: Update MANIFEST for trial 2.
6461              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
6462      Branch: maint-5.004/perl
6463            ! MANIFEST
6464 ____________________________________________________________________________
6465 [   912] By: TimBunce                              on 1998/05/01  22:30:29
6466         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
6467      Branch: maint-5.004/perl
6468            + t/op/tiehandle.t
6469 ____________________________________________________________________________
6470 [   911] By: TimBunce                              on 1998/05/01  21:35:03
6471         Log: 
6472              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
6473              From:  timbo@ig.co.uk (Tim Bunce)
6474              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
6475              Files:  perl.h
6476              
6477              Title:  "Add WRITE & CLOSE to TIEHANDLE"
6478              From:  Graham Barr <gbarr@pobox.com>
6479              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
6480              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
6481      Branch: maint-5.004/perl
6482            + lib/Tie/Handle.pm
6483            ! perl.h pod/perltie.pod pp_sys.c
6484 ____________________________________________________________________________
6485 [   910] By: TimBunce                              on 1998/05/01  20:47:47
6486         Log: 
6487              Title:  "Add warning for Illegal hex digit"
6488              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
6489              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
6490              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
6491              <199804271409.PAA12819@toad.ig.co.uk>,
6492              <199804280307.WAA12332@psasolar.psa.pencom.com>
6493              Files:  pod/perldiag.pod util.c
6494              
6495              Title:  "perl_call_method() bug fix (corrupt op pointer)"
6496              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
6497              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
6498              Files:  perl.c
6499              
6500              Title:  "Fix printf segmentation fault"
6501              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
6502              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
6503              Files:  pp_hot.c
6504              
6505              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
6506              From:  Charles Bailey <BAILEY@newman.upenn.edu>
6507              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
6508              Files:  pod/perlsub.pod
6509      Branch: maint-5.004/perl
6510            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
6511 ____________________________________________________________________________
6512 [   909] By: TimBunce                              on 1998/05/01  19:44:47
6513         Log: 
6514              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
6515              Files:  doio.c util.c
6516      Branch: maint-5.004/perl
6517            ! doio.c util.c
6518 ____________________________________________________________________________
6519 [   908] By: gsar                                  on 1998/05/01  19:21:02
6520         Log: add AS patch#20 (exposes more global constants)
6521      Branch: asperl
6522            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
6523            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
6524            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
6525 ____________________________________________________________________________
6526 [   907] By: TimBunce                              on 1998/05/01  17:50:46
6527         Log: 
6528              Title:  "Runtime Carp verbosity without aliasing"
6529              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
6530              Msg-ID:  <H00000e50003936c@MHS>
6531              Files:  lib/Carp.pm
6532              
6533              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
6534              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
6535              <rootbeer@teleport.com>
6536              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
6537              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
6538              Files:  lib/File/Basename.pm
6539      Branch: maint-5.004/perl
6540            ! lib/Carp.pm lib/File/Basename.pm
6541 ____________________________________________________________________________
6542 [   906] By: TimBunce                              on 1998/04/28  11:04:49
6543         Log: 
6544              ------  CORE LANGUAGE  ------
6545              
6546              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
6547              references in LVs"
6548              From:  Spider Boardman <spider@orb.nashua.nh.us>
6549              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
6550              <19980422164037.D29222@perl.org>
6551              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
6552              pp.c sv.c
6553              
6554              Title:  "Fix SvGMAGIC typo in change 904"
6555              Files:  doop.c
6556      Branch: maint-5.004/perl
6557            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
6558            ! proto.h sv.c
6559 ____________________________________________________________________________
6560 [   905] By: TimBunce                              on 1998/04/28  10:32:20
6561         Log: Regexp patches
6562              
6563              Title:  "New regex flag //t to leave $1 etc. tainted"
6564              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
6565              Msg-ID:  <19980310192640.37826@cyprus>
6566              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
6567              t/op/taint.t toke.c
6568              
6569              Title:  "Don't accidentally untaint target of s///"
6570              From:  Chip Salzenberg <chip@pobox.com>
6571              Msg-ID:  <19980310151756.24767@cyprus>
6572              Files:  pp_ctl.c pp_hot.c t/op/taint.t
6573              
6574              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
6575              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
6576              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
6577              Files:  regcomp.c
6578      Branch: maint-5.004/perl
6579            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
6580            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
6581 ____________________________________________________________________________
6582 [   904] By: TimBunce                              on 1998/04/27  20:20:21
6583         Log: Assorted patches:
6584              
6585              ------  CORE LANGUAGE  ------
6586              
6587              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
6588              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
6589              <Tim.Bunce@ig.co.uk>
6590              Msg-ID:  <19980424080630.D13985@perl.org>
6591              Files:  doop.c
6592              
6593              Title:  "Better error message for require failure"
6594              From:  epeschko@den-mdev1 (Ed Peschko)
6595              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
6596              Files:  pod/perldiag.pod pp_ctl.c
6597              
6598              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
6599              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6600              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
6601              Files:  perl.c
6602              
6603              Title:  "Fix nice_chunk memory leak"
6604              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6605              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
6606              Files:  sv.c
6607              
6608              Title:  "-2.0 vs. -2 (was Number representations)"
6609              From:  Chip Salzenberg <chip@pobox.com>
6610              Msg-ID:  <19980309185652.11231@cyprus>
6611              Files:  op.c
6612              
6613              Title:  "perl.c fixes for -DUNEXEC"
6614              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
6615              <mwette@mr-ed.jpl.nasa.gov>
6616              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
6617              Files:  perl.c
6618              
6619              ------  DOCUMENTATION  ------
6620              
6621              Title:  "perlcall is Perl from C, not C from Perl"
6622              From:  Steve A Fink <sfink@cs.berkeley.edu>
6623              Files:  pod/perlembed.pod
6624              
6625              Title:  "Clarify require "Foo::Bar" non-bareword issue"
6626              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
6627              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
6628              Files:  pod/perlfunc.pod
6629              
6630              Title:  "(repost) new text for perlsec", "new text for perlsec"
6631              From:  Tom Phoenix <rootbeer@teleport.com>
6632              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
6633              Files:  pod/perlsec.pod
6634              
6635              ------  EXTENSIONS  ------
6636              
6637              Title:  "IO::Socket->socketpair broken (typo)"
6638              From:  Olaf Titz <olaf@bigred.inka.de>
6639              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
6640              Files:  ext/IO/lib/IO/Socket.pm
6641              
6642              Title:  "NDBM_File man page needs Fcntl"
6643              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
6644              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
6645              Files:  ext/NDBM_File/NDBM_File.pm
6646              
6647              ------  LIBRARY  ------
6648              
6649              Title:  "Documentation discrepancy: pragmatic modules"
6650              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
6651              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
6652              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
6653              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
6654              
6655              ------  PORTABILITY - GENERAL  ------
6656              
6657              Title:  "Updated hints file for svr4"
6658              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6659              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
6660              Files:  hints/svr4.sh
6661              
6662              Title:  "Pumpkin update -- shared libperl.so location"
6663              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6664              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
6665              Files:  Porting/pumpkin.pod
6666              
6667              Title:  "perl compile fix for AIX 4.3"
6668              From:  Jens-Uwe Mager <jum@helios.de>
6669              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
6670              Files:  ext/DynaLoader/dl_aix.xs
6671              
6672              Title:  "Dynaloader build on VMS",
6673              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
6674              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
6675              Files:  vms/descrip.mms
6676              
6677              ------  UTILITIES  ------
6678              
6679              Title:  "Major update to h2ph.PL"
6680              From:  Billy <wdconsta@cs.adelaide.edu.au>
6681              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
6682              Files:  utils/h2ph.PL
6683      Branch: maint-5.004/perl
6684            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
6685            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
6686            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
6687            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
6688            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
6689 ____________________________________________________________________________
6690 [   903] By: gsar                                  on 1998/04/25  22:27:19
6691         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
6692      Branch: asperl
6693            ! win32/GenCAPI.pl
6694 ____________________________________________________________________________
6695 [   902] By: nick                                  on 1998/04/25  16:35:08
6696         Log: Case sensitive tweak to perldoc.PL
6697      Branch: ansiperl
6698            ! utils/perldoc.PL
6699 ____________________________________________________________________________
6700 [   901] By: nick                                  on 1998/04/25  15:16:54
6701         Log: Implement use attrs qw(locked package);
6702              Passes all tests except posix (hangs/dies) in sigaction test after 
6703              printing "ok 9".
6704      Branch: ansiperl
6705            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
6706 ____________________________________________________________________________
6707 [   900] By: nick                                  on 1998/04/25  13:58:17
6708         Log: Auto-insert defined() test in while when test expression is 
6709              readline (i.e. <>), glob, readdir, or each.
6710      Branch: ansiperl
6711            + t/op/defins.t
6712            ! op.c pod/perlop.pod
6713 ____________________________________________________________________________
6714 [   899] By: nick                                  on 1998/04/25  13:14:52
6715         Log: Resolve ansiperl against win32 branch
6716      Branch: ansiperl
6717           +> (branch 53 files)
6718            - config_H
6719           !> (integrate 227 files)
6720 ____________________________________________________________________________
6721 [   898] By: gsar                                  on 1998/04/24  17:01:05
6722         Log: add AS patch#18
6723      Branch: asperl
6724            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
6725 ____________________________________________________________________________
6726 [   897] By: TimBunce                              on 1998/04/23  19:49:22
6727         Log: Assorted patches:
6728              
6729              ------  CORE LANGUAGE  ------
6730              
6731              Title:  "fix for "Unbalanced string table refcount""
6732              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6733              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
6734              Files:  sv.c
6735              
6736              Title:  "Allow more lenient switch processing"
6737              From:  "John L. Allen" <allen@grumman.com>
6738              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
6739              Files:  perl.c
6740              
6741              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
6742              From:  Gisle Aas <gisle@aas.no>
6743              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
6744              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
6745              
6746              Title:  "Odd number of elements in hash list."
6747              From:  Tom Phoenix <rootbeer@teleport.com>
6748              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
6749              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
6750              
6751              Title:  "another destruct_level fix"
6752              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6753              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
6754              Files:  hv.c
6755              
6756              Title:  "bidirectional pipe warning blues"
6757              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
6758              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
6759              Files:  doio.c
6760              
6761              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
6762              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
6763              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
6764              Files:  pp_hot.c pp_sys.c
6765              
6766              Title:  "unimplemented umask() should return undef not die"
6767              From:  kstar@chapin.edu (Kurt D. Starsinic)
6768              Msg-ID:  <199803120515.VAA08660@chapin.edu>
6769              Files:  pod/perlfunc.pod pp_sys.c
6770              
6771              Title:  "warning for: bless $foo, """
6772              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
6773              Msg-ID:  <H00000e5000378a0@MHS>
6774              Files:  pod/perldiag.pod pp.c
6775              
6776              ------  DOCUMENTATION  ------
6777              
6778              Title:  "Mention SWIG in perlxs.pod"
6779              From:  Steve A Fink <sfink@cs.berkeley.edu>
6780              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
6781              Files:  pod/perlxs.pod
6782              
6783              Title:  "fix-up of previous perlre.pod patch"
6784              From:  Ted Ashton <ashted@southern.edu>
6785              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
6786              Files:  pod/perlre.pod
6787              
6788              Title:  "long list of man page nitpicks"
6789              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
6790              <tchrist@jhereg.perl.com>
6791              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
6792              <199804222204.QAA20805@jhereg.perl.com>
6793              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
6794              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
6795              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6796              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
6797              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
6798              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
6799              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6800              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6801              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
6802              pod/pod2man.PL
6803              
6804              Title:  "document that system() does not set $! when it fails"
6805              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
6806              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
6807              Files:  pod/perlfunc.pod
6808              
6809              Title:  "Fix pod/roffitall execute permission"
6810              From:  lvirden@cas.org
6811              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
6812              Files:  pod/roffitall
6813              
6814              Title:  "document when split ignores trailing empty fields"
6815              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
6816              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
6817              Files:  pod/perlfunc.pod
6818              
6819              ------  EXTENSIONS  ------
6820              
6821              Title:  "Buglet in Opcode.pm documentation"
6822              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
6823              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
6824              Files:  ext/Opcode/Opcode.pm
6825              
6826              Title:  "Failure to append to perllocal.pod should not be fatal"
6827              From:  koenig@kulturbox.de (Andreas J. Koenig)
6828              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
6829              Files:  lib/ExtUtils/MM_Unix.pm
6830              
6831              Title:  "Document that IO.pm does not load IO::Select etc"
6832              From:  Graham Barr <gbarr@ti.com>
6833              Msg-ID:  <353B48F1.64E35A63@ti.com>
6834              Files:  ext/IO/IO.pm
6835              
6836              Title:  "Install extensions with bootstrap (again) in $archlib"
6837              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
6838              Koenig)
6839              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
6840              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
6841              Files:  lib/ExtUtils/Install.pm
6842              
6843              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
6844              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6845              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
6846              Files:  ext/Socket/Socket.xs
6847              
6848              ------  LIBRARY  ------
6849              
6850              Title:  "Benchmark.pm: add run-for-some-time mode"
6851              From:  Jarkko Hietaniemi <jhi@iki.fi>
6852              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
6853              Files:  lib/Benchmark.pm
6854              
6855              Title:  "Comments added to Carp.pm"
6856              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
6857              <chip@perlsupport.com>, Tom Christiansen
6858              <tchrist@jhereg.perl.com>
6859              Msg-ID:  <19980422164242.E29222@perl.org>,
6860              <199804222033.OAA17959@jhereg.perl.com>,
6861              <980409182357.ZM21638@bandanna>
6862              Files:  lib/Carp.pm
6863              
6864              Title:  "chat2.pl fix"
6865              From:  Charles Bailey <BAILEY@newman.upenn.edu>
6866              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
6867              Files:  lib/chat2.pl
6868              
6869              Title:  "lib/Pod/Html.pm"
6870              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
6871              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
6872              <199710180417.AAA19778@staff2.cso.uiuc.edu>
6873              Files:  lib/Pod/Html.pm
6874              
6875              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
6876              arg."
6877              From:  hiroo.hayashi@computer.org
6878              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
6879              Files:  lib/Term/ReadLine.pm
6880              
6881              ------  OTHER CHANGES  ------
6882              
6883              Title:  "ptags broken"
6884              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6885              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
6886              Files:  emacs/ptags
6887              
6888              ------  PORTABILITY - WIN32  ------
6889              
6890              Title:  "win32 tweaks (signals and crypt support)"
6891              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6892              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
6893              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
6894              win32/config_H.vc win32/win32.c
6895              
6896              ------  PORTABILITY - GENERAL  ------
6897              
6898              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
6899              From:  Russ Allbery <rra@stanford.edu>
6900              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
6901              Files:  Porting/Contract
6902              
6903              Title:  "Config: Irix 5 hints"
6904              From:  kstar@O2.chapin.edu
6905              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
6906              Files:  hints/irix_5.sh
6907              
6908              Title:  "VMS patches to 5.004_03"
6909              From:  Charles Bailey <BAILEY@newman.upenn.edu>
6910              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
6911              Files:  vms/vms.c
6912              
6913              Title:  "hints/netbsd.sh - enable vfork"
6914              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6915              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
6916              Files:  hints/netbsd.sh
6917              
6918              ------  UTILITIES  ------
6919              
6920              Title:  "support find2perl -follow"
6921              From:  Billy <wdconsta@cs.adelaide.edu.au>
6922              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
6923              Files:  x2p/find2perl.PL
6924      Branch: maint-5.004/perl
6925            + Porting/Contract t/op/hashwarn.t
6926            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
6927            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
6928            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
6929            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6930            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
6931            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
6932            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
6933            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
6934            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
6935            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
6936            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
6937            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
6938            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6939            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6940            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
6941            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
6942            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
6943            ! win32/config_H.bc win32/config_H.vc win32/win32.c
6944            ! x2p/find2perl.PL
6945 ____________________________________________________________________________
6946 [   896] By: TimBunce                              on 1998/04/22  11:49:24
6947         Log: Assorted patches:
6948              
6949              ------  CORE LANGUAGE  ------
6950              
6951              Title:  "Additional regex-cache patch"
6952              From:  Chip Salzenberg <chip@atlantic.net>
6953              Msg-ID:  <19980305104831.38100@cyprus>
6954              Files:  pp_ctl.c
6955              
6956              Title:  "Conservative C<*x = undef> patch"
6957              From:  Chip Salzenberg <chip@atlantic.net>
6958              Msg-ID:  <19980310163310.48509@cyprus>
6959              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
6960              
6961              Title:  "Consider @ARGV to be plain files if inplace (-i)"
6962              From:  Chip Salzenberg <salzench@nielsenmedia.com>
6963              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
6964              Files:  doio.c
6965              
6966              Title:  "Fix semctl for Linux, Sun and SVR4"
6967              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
6968              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
6969              Files:  doio.c
6970              
6971              Title:  "C<dSP> entails using C<SP>, not C<sp>"
6972              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6973              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
6974              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
6975              doio.c doop.c ext/DB_File/DB_File.xs
6976              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
6977              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
6978              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
6979              win32/win32.c
6980              
6981              Title:  "Make autouse -w-safe"
6982              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6983              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
6984              Files:  lib/autouse.pm op.c sv.c
6985              
6986              Title:  "Misleading error on close of unopened handle"
6987              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6988              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
6989              Files:  doio.c
6990              
6991              Title:  "Confusing error from perl -e "x'""
6992              From:  Hans Mulder <hansmu@xs4all.nl>
6993              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
6994              Files:  toke.c
6995              
6996              Title:  "Add HAS_GNULIBC define"
6997              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6998              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
6999              Files:  config_H config_h.SH
7000              
7001              Title:  "h_errno might not be an int"
7002              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7003              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
7004              Files:  pp_sys.c
7005              
7006              Title:  "Revised taint hole closer", "Revised taint hole closer"
7007              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
7008              <ilya@math.ohio-state.edu>
7009              Msg-ID:  <19980310222127.09350@cyprus>,
7010              <199803110554.AAA29157@monk.mps.ohio-state.edu>
7011              Files:  doio.c
7012              
7013              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
7014              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
7015              van der Sanden)
7016              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
7017              <199803171727.MAA05234@aatma.engin.umich.edu>
7018              Files:  op.c t/op/misc.t
7019              
7020              Title:  "Stale SP in pp_substr"
7021              From:  Stephen McCamant <alias@mcs.com>
7022              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
7023              Files:  pp.c
7024              
7025              Title:  "Statement unlikely to be reached warning"
7026              From:  Hans Mulder <hansm@icgned.nl>
7027              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
7028              Files:  op.c
7029              
7030              Title:  "Tainting propagates from nowhere"
7031              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7032              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
7033              Files:  pp.c
7034              
7035              Title:  "two trivial tweaks to 5.004m5t1"
7036              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7037              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
7038              Files:  proto.h win32/Makefile
7039              
7040              Title:  "unpacking negatives on Alpha"
7041              From:  Achim Bohnet <ach@mpe.mpg.de>
7042              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
7043              Files:  pp.c t/op/pack.t
7044              
7045              ------  LIBRARY AND EXTENSIONS  ------
7046              
7047              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
7048              From:  Graham Barr <gbarr@ti.com>
7049              Msg-ID:  <3482F365.4A0486BA@ti.com>
7050              Files:  lib/Cwd.pm
7051              
7052              Title:  "Math/BigInt.pm, fixed use of undefined value."
7053              From:  abigail@fnx.com
7054              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
7055              Files:  lib/Math/BigInt.pm
7056              
7057              Title:  "File::Find rewrite"
7058              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7059              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
7060              Files:  lib/File/Find.pm
7061              
7062              Title:  "efficient version of strict.pm"
7063              From:  koenig@anna.mind.de (Andreas J. Koenig)
7064              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
7065              Files:  lib/strict.pm
7066              
7067              Title:  "Socket occasional SEGV in pack_sockaddr_un"
7068              From:  Trevor Blackwell <tlb@viaweb.com>
7069              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
7070              Files:  ext/Socket/Socket.xs
7071              
7072              Title:  "Warning on mis-use of 'use lib'"
7073              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
7074              <rootbeer@teleport.com>, chip@atlantic.net
7075              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
7076              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
7077              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
7078              Files:  lib/lib.pm
7079              
7080              Title:  "bug in Class::Struct"
7081              From:  Tom Christiansen <tchrist@toy.perl.com>
7082              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
7083              Files:  lib/Class/Struct.pm
7084              
7085              Title:  "Allow POSIX to export nice()"
7086              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
7087              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
7088              Files:  ext/POSIX/POSIX.pm
7089              
7090              Title:  "'use Env' on WinNT/95 fails"
7091              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7092              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
7093              Files:  lib/Env.pm
7094              
7095              ------  OTHER CHANGES  ------
7096              
7097              Title:  "mv-if-diff"
7098              From:  Robin Barker <rmb1@cise.npl.co.uk>
7099              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
7100              Files:  mv-if-diff
7101              
7102              ------  PORTABILITY - WIN32  ------
7103              
7104              Title:  "fix various problems with backticks on win32"
7105              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7106              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
7107              Files:  win32/config_h.PL win32/win32.c
7108              
7109              ------  TESTS  ------
7110              
7111              Title:  "Fix bug in locale.t"
7112              From:  Jarkko Hietaniemi <jhi@iki.fi>
7113              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
7114              Files:  t/pragma/locale.t
7115      Branch: maint-5.004/perl
7116            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
7117            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
7118            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
7119            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
7120            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
7121            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
7122            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
7123            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
7124            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
7125            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
7126            ! win32/Makefile win32/config_h.PL win32/win32.c
7127 ____________________________________________________________________________
7128 [   895] By: gsar                                  on 1998/04/22  03:13:19
7129         Log: intern -> sys_intern
7130      Branch: win32/perl
7131            ! embedvar.h interp.sym intrpvar.h win32/win32.h
7132 ____________________________________________________________________________
7133 [   894] By: gsar                                  on 1998/04/22  02:42:20
7134         Log: hand-applied patch along with small tweaks
7135              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
7136              Date:    Tue, 21 Apr 1998 23:31:06 +0200
7137              From:    jan.dubois@ibm.net (Jan Dubois)
7138              Subject: Re: Per-Interpreter variables for win32.c 
7139      Branch: win32/perl
7140            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
7141            ! win32/makedef.pl win32/win32.c win32/win32.h
7142 ____________________________________________________________________________
7143 [   893] By: gsar                                  on 1998/04/21  03:42:21
7144         Log: add AS patch#17
7145      Branch: asperl
7146            + win32/GenCAPI.pl
7147            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
7148            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7149            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
7150            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
7151            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
7152            ! win32/win32.c
7153 ____________________________________________________________________________
7154 [   892] By: gsar                                  on 1998/04/20  20:51:50
7155         Log: add AS patch#16
7156      Branch: asperl
7157            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
7158            ! win32/makefile.mk
7159 ____________________________________________________________________________
7160 [   891] By: gsar                                  on 1998/04/19  23:50:34
7161         Log: tweak doc for C<do FILENAME>
7162      Branch: win32/perl
7163            ! pod/perlfunc.pod
7164 ____________________________________________________________________________
7165 [   890] By: gsar                                  on 1998/04/19  01:08:11
7166         Log: use a pidtable that grows dynamically for popen()
7167              Message-Id: <3539f434.44835409@smtp1.ibm.net>
7168              Date:    Sat, 18 Apr 1998 21:01:27 +0200
7169              From:    jan.dubois@ibm.net (Jan Dubois)
7170              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
7171      Branch: win32/perl
7172            ! win32/win32.c
7173 ____________________________________________________________________________
7174 [   889] By: gsar                                  on 1998/04/17  02:13:58
7175         Log: support POSIX, enable more locale tests
7176      Branch: win32/perl
7177            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7178            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
7179            ! win32/makedef.pl win32/makefile.mk
7180 ____________________________________________________________________________
7181 [   888] By: mbeattie                              on 1998/04/14  16:22:51
7182         Log: CC did "<<" instead of ">>" for right-shift on ints.
7183      Branch: perl
7184            ! ext/B/B/CC.pm
7185 ____________________________________________________________________________
7186 [   887] By: TimBunce                              on 1998/04/10  17:44:55
7187         Log: Assorted patches:
7188              
7189              ------  CORE LANGUAGE  ------
7190              
7191              Title:  "Re: die exits with 0"
7192              From:  Robin Barker <rmb1@cise.npl.co.uk>
7193              Files:  perl.c t/op/die_exit.t
7194              
7195              Title:  "More toke.c commentary; fix oddity"
7196              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
7197              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
7198              Files:  toke.c
7199              
7200              Title:  "for semctl on solaris"
7201              From:  Graham Barr <gbarr@ti.com>
7202              Msg-ID:  <34624B80.C014E841@ti.com>
7203              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
7204              
7205              ------  DOCUMENTATION  ------
7206              
7207              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
7208              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
7209              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
7210              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
7211              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
7212              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
7213              Files:  pod/perlre.pod
7214              
7215              ------  LIBRARY AND EXTENSIONS  ------
7216              
7217              Title:  "BigFloat - small neagtive numbers cause panic"
7218              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7219              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
7220              Files:  lib/Math/BigFloat.pm
7221              
7222              Title:  "Update Getopt::Long to 2.16"
7223              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
7224              <jvromans@squirrel.nl>
7225              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
7226              <13572.6847.863219.973795@phoenix.squirrel.nl>
7227              Files:  lib/Getopt/Long.pm
7228              
7229              Title:  "New Text::ParseWords"
7230              From:  pomeranz@netcom.com (Hal Pomeranz)
7231              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
7232              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
7233              
7234              Title:  "Fixed Text/Wrap.pm bugs (2)"
7235              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
7236              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
7237              Files:  lib/Text/Wrap.pm
7238              
7239              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
7240              print/exit)"
7241              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
7242              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
7243              Files:  lib/File/CheckTree.pm
7244              
7245              ------  OTHER CHANGES  ------
7246              
7247              Title:  "Add ./emacs/ptags"
7248              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7249              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
7250              Files:  emacs/ptags
7251              
7252              ------  TESTS  ------
7253              
7254              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
7255              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
7256              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
7257              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
7258              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
7259              <v02130515b06be80f1486@[205.228.240.16]>
7260              Files:  t/op/stat.t
7261              
7262              Title:  "for failure with lib/timelocal"
7263              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
7264              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
7265              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
7266              Files:  t/lib/timelocal.t
7267              
7268              Title:  "Make "localhost" related failures more clear"
7269              From:  Paul Hoffman <phoffman@proper.com>
7270              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
7271              Files:  t/lib/io_sock.t t/lib/io_udp.t
7272              
7273              ------  UTILITIES  ------
7274              
7275              Title:  "Let h2xs read multiple header files"
7276              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
7277              <bsugars@canoe.ca>
7278              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
7279              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
7280              Files:  utils/h2xs.PL
7281      Branch: maint-5.004/perl
7282            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
7283            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
7284            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
7285            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
7286            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
7287            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
7288 ____________________________________________________________________________
7289 [   886] By: TimBunce                              on 1998/04/10  14:35:34
7290         Log: Changes relating primarily to portability.
7291              
7292              ------  CORE LANGUAGE  ------
7293              
7294              Title:  "5.004_55: Another round of OS/2 patches"
7295              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7296              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
7297              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
7298              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
7299              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
7300              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
7301              t/lib/filecopy.t util.c utils/perldoc.PL
7302              
7303              Title:  "VMS: chdir() with empty arg list"
7304              From:  lane@duphy4.drexel.edu (Charles Lane)
7305              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
7306              Files:  pp_sys.c
7307              
7308              ------  LIBRARY AND EXTENSIONS  ------
7309              
7310              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
7311              From:  "W. Phillip Moore" <wpm@ms.com>
7312              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
7313              Files:  lib/ExtUtils/MM_Unix.pm
7314              
7315              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
7316              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
7317              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
7318              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
7319              
7320              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
7321              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7322              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
7323              Files:  ext/POSIX/POSIX.xs
7324              
7325              Title:  ""ODBM_File.c", line 275: NULL undefined"
7326              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
7327              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
7328              Files:  ext/ODBM_File/ODBM_File.xs
7329              
7330              ------  OTHER CHANGES  ------
7331              Files:  
7332              
7333              ------  PORTABILITY - GENERAL  ------
7334              
7335              Title:  "5.004_04 QNX getcwd"
7336              From:  Norton Allen <allen@huarp.harvard.edu>
7337              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
7338              <199803061511.KAA22346@bottesini.harvard.edu>
7339              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
7340              
7341              Title:  "hints/netbsd.sh d_setrgid d_setruid"
7342              From:  Jarkko Hietaniemi <jhi@iki.fi>
7343              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
7344              Files:  hints/netbsd.sh
7345              
7346              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
7347              d_casti32=undef"
7348              From:  Tom Hughes <tom@compton.demon.co.uk>
7349              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
7350              Files:  hints/svr4.sh
7351              
7352              Title:  "hints/bsdos.sh patch for BSDI 3.1"
7353              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
7354              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
7355              Files:  hints/bsdos.sh
7356              
7357              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
7358              From:  Keong Lim <Keong.Lim@sr.com.au>
7359              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
7360              Files:  ext/DynaLoader/dl_hpux.xs
7361              
7362              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
7363              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
7364              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
7365              Files:  hints/aix.sh
7366              
7367              Title:  "alpha-dec_osf 5.0"
7368              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
7369              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
7370              Files:  hints/dec_osf.sh
7371              
7372              Title:  "Off-by-one error with OS2::PrfDB"
7373              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7374              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
7375              Files:  os2/OS2/PrfDB/PrfDB.xs
7376              
7377              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
7378              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7379              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
7380              Files:  hints/openbsd.sh
7381              
7382              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
7383              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7384              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
7385              Files:  hints/linux.sh
7386              
7387              Title:  "5.004_(04|63)] Close VMS security hole"
7388              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7389              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
7390              Files:  vms/vms.c
7391              
7392              Title:  "Re: Perl online documentation on OpenVMS"
7393              From:  pvhp@forte.com (Peter Prymmer)
7394              Msg-ID:  <9803192143.AA28120@forte.com>
7395              Files:  README.vms
7396              
7397              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
7398              vms/perly_c.vms and vms/perly_h.vms"
7399              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
7400              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
7401              Msg-ID:  <199710151650.JAA29185@wall.org>,
7402              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
7403              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
7404              Files:  vms/perly_c.vms
7405              
7406              Title:  "Updated, non-wordwrapped, patch to README.VMS"
7407              From:  Dan Sugalski <sugalskd@osshe.edu>
7408              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
7409              Files:  README.vms
7410              
7411              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
7412              From:  Charles Bailey <BAILEY@newman.upenn.edu>
7413              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
7414              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
7415              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
7416              vms/ext/filespec.t
7417              
7418              Title:  "Re: VMSperl crashes on -Mblib argument"
7419              From:  bailey@newman.upenn.edu (Charles Bailey)
7420              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
7421              Files:  lib/blib.pm vms/vms.c
7422              
7423              Title:  "hints/linux.sh (MkLinux / PPC)"
7424              From:  pudge@pobox.com (Chris Nandor)
7425              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
7426              Files:  hints/linux.sh
7427              
7428              Title:  "hpux.sh hints file clarification suggestion"
7429              From:  root@qad.com
7430              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
7431              Files:  hints/hpux.sh
7432              
7433              Title:  "new hints/solaris_2.sh"
7434              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7435              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
7436              Files:  hints/solaris_2.sh
7437      Branch: maint-5.004/perl
7438            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
7439            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
7440            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
7441            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
7442            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
7443            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
7444            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7445            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
7446            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
7447            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
7448            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
7449            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
7450            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
7451            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
7452            ! vms/vms.c
7453 ____________________________________________________________________________
7454 [   885] By: gsar                                  on 1998/04/08  01:14:29
7455         Log: small tweaks to make it compile (doesn't run)
7456      Branch: asperl
7457            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
7458            ! win32/config.vc win32/makefile.mk
7459 ____________________________________________________________________________
7460 [   884] By: gsar                                  on 1998/04/08  00:14:13
7461         Log: integrate mainline changes
7462      Branch: asperl
7463           +> Changes5.004 ext/Thread/Thread/Signal.pm
7464           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
7465           +> lib/ExtUtils/inst t/op/hashwarn.t
7466            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
7467           !> (integrate 127 files)
7468 ____________________________________________________________________________
7469 [   883] By: gsar                                  on 1998/04/06  20:21:20
7470         Log: make old DomainName() implementation the default (so Win95
7471              is happy)
7472      Branch: win32/perl
7473            ! win32/win32.c
7474 ____________________________________________________________________________
7475 [   882] By: gsar                                  on 1998/04/05  23:32:33
7476         Log: fix memory leaks in offer_nice_chunk()
7477      Branch: win32/perl
7478            ! perl.h sv.c
7479 ____________________________________________________________________________
7480 [   881] By: gsar                                  on 1998/04/04  23:11:52
7481         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
7482      Branch: win32/perl
7483            ! cop.h util.c
7484 ____________________________________________________________________________
7485 [   880] By: gsar                                  on 1998/04/04  22:35:54
7486         Log: fix refcounting of GvSTASH() when glob becomes nought
7487              (this takes care of the "unbalanced strtab refcount" problem)
7488      Branch: win32/perl
7489            ! sv.c
7490 ____________________________________________________________________________
7491 [   879] By: gsar                                  on 1998/04/04  21:16:17
7492         Log: change 866 was incomplete
7493      Branch: win32/perl
7494            ! hv.c
7495 ____________________________________________________________________________
7496 [   878] By: gsar                                  on 1998/04/04  20:31:56
7497         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
7498      Branch: win32/perl
7499            ! cop.h perl.c pp_ctl.c
7500 ____________________________________________________________________________
7501 [   877] By: gsar                                  on 1998/04/04  17:55:30
7502         Log: integrate mainline
7503      Branch: win32/perl
7504           +> Changes5.004
7505           !> Changes MANIFEST sv.c t/op/misc.t
7506 ____________________________________________________________________________
7507 [   876] By: gsar                                  on 1998/04/04  17:26:32
7508         Log: remove __declspec kludge in sdbm.h in favor of setting a
7509              flag for static symbols
7510      Branch: win32/perl
7511            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
7512            ! ext/SDBM_File/sdbm/sdbm.h
7513 ____________________________________________________________________________
7514 [   875] By: gsar                                  on 1998/04/04  01:11:57
7515         Log: fix order of init
7516              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
7517              Date:    Fri, 03 Apr 1998 13:58:15 PST
7518              From:    Dan Sugalski <sugalskd@osshe.edu>
7519              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
7520              with MULTIPLICITY
7521      Branch: win32/perl
7522            ! perl.c
7523 ____________________________________________________________________________
7524 [   874] By: gsar                                  on 1998/04/04  00:34:59
7525         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
7526              the declared symbol is not in a DLL (so kludge it)
7527      Branch: win32/perl
7528            ! ext/SDBM_File/sdbm/sdbm.h
7529 ____________________________________________________________________________
7530 [   873] By: TimBunce                              on 1998/04/03  22:17:40
7531         Log: Title:  "FileHandle Documentation patch"
7532              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
7533              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
7534              Files:  lib/FileHandle.pm
7535      Branch: maint-5.004/perl
7536            ! lib/FileHandle.pm
7537 ____________________________________________________________________________
7538 [   872] By: TimBunce                              on 1998/04/03  22:01:03
7539         Log: Documentation and documentation related patches:
7540              
7541              ------  BUILD PROCESS  ------
7542              
7543              Title:  "Docs re /usr/bin/perl quasi-standard location"
7544              From:  Tom Phoenix <rootbeer@teleport.com>
7545              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
7546              Files:  INSTALL pod/perlrun.pod
7547              
7548              ------  DOCUMENTATION  ------
7549              
7550              Title:  "/RFC|RFC-1305/ non-greedy"
7551              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
7552              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
7553              Files:  pod/perlre.pod
7554              
7555              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
7556              From:  Jarkko Hietaniemi <jhi@iki.fi>
7557              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
7558              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
7559              
7560              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
7561              From:  Jarkko Hietaniemi <jhi@iki.fi>
7562              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
7563              Files:  pod/perlfunc.pod
7564              
7565              Title:  "typo-fix and suggestion for perlguts.pod"
7566              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
7567              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
7568              Files:  pod/perlguts.pod
7569              
7570              Title:  "perlfunc/syscall curiosity"
7571              From:  Roderick Schertler <roderick@argon.org>, Tkil
7572              <tkil@reptile.scrye.com>
7573              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
7574              <pziut8snva.fsf@eeyore.ibcinc.com>
7575              Files:  pod/perlfunc.pod
7576              
7577              Title:  "Document sprintf %#x behaviour for zero value"
7578              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
7579              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
7580              Files:  pod/perlfunc.pod
7581              
7582              Title:  "NUL termination (was Re: STOP THE PRESSES)"
7583              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7584              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
7585              Files:  pod/perlguts.pod
7586              
7587              Title:  "Typo fix."
7588              From:  abigail@fnx.com
7589              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
7590              Files:  pod/perlop.pod pod/perlvar.pod
7591              
7592              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
7593              From:  Achim Bohnet <ach@mpe.mpg.de>
7594              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
7595              Files:  pod/perlrun.pod
7596              
7597              Title:  "Re: Conservative C<*x = undef> patch"
7598              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7599              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
7600              Files:  pod/perltrap.pod
7601              
7602              Title:  "perlfunc.pod for flock()"
7603              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
7604              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
7605              Files:  pod/perlfunc.pod
7606              
7607              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
7608              From:  Tkil <tkil@scrye.com>
7609              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
7610              Files:  pod/perl.pod
7611              
7612              Title:  "for() and map() peculiarity"
7613              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7614              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
7615              Files:  pod/perlsyn.pod
7616              
7617              Title:  "Re: new text for perlsec"
7618              From:  Tom Phoenix <rootbeer@teleport.com>
7619              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
7620              Files:  pod/perlsec.pod
7621              
7622              Title:  "perldsc's debugger x command"
7623              From:  Roderick Schertler <roderick@argon.org>
7624              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
7625              Files:  pod/perldsc.pod
7626              
7627              Title:  "perlre.pod"
7628              From:  Ted Ashton <ashted@southern.edu>
7629              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
7630              Files:  pod/perlre.pod
7631              
7632              Title:  "Re: printf and $\", "printf and $\"
7633              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
7634              <rootbeer@teleport.com>, nag <nick@flirble.org>
7635              Msg-ID:  <199711141918.TAA08096@flirble.org>,
7636              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
7637              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
7638              Files:  pod/perlfunc.pod
7639              
7640              Title:  "recv() typo"
7641              From:  Roderick Schertler <roderick@argon.org>
7642              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
7643              Files:  pod/perlfunc.pod
7644              
7645              Title:  "truncate return value"
7646              From:  Roderick Schertler <roderick@argon.org>
7647              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
7648              Files:  pod/perlfunc.pod
7649              
7650              Title:  "update to perlbook.pod"
7651              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
7652              <merlyn@stonehenge.com>, Stephen Potter
7653              <spp@psasolar.colltech.com>, Tom Phoenix
7654              <rootbeer@teleport.com>
7655              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
7656              <199803241441.OAA01261@mediaone.net>,
7657              <8clnu0i05k.fsf@gadget.cscaper.com>,
7658              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
7659              Files:  pod/perlbook.pod
7660              
7661              Title:  "utime documentation"
7662              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
7663              <mjtg@cus.cam.ac.uk>
7664              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
7665              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
7666              Files:  pod/perlfunc.pod
7667              
7668              Title:  "(well, doc patch) use of // requires successful match"
7669              From:  Roderick Schertler <roderick@argon.org>
7670              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
7671              Files:  pod/perlop.pod
7672              
7673              ------  LIBRARY AND EXTENSIONS  ------
7674              
7675              Title:  "MakeMaker PM doc patch and a DIR buglet"
7676              From:  Achim Bohnet <ach@mpe.mpg.de>
7677              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
7678              Files:  lib/ExtUtils/MakeMaker.pm
7679              
7680              Title:  "bareword clarification for constant.pm"
7681              From:  Roderick Schertler <roderick@argon.org>
7682              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
7683              Files:  lib/constant.pm
7684              
7685              Title:  "integer rand - bug or feature?"
7686              From:  Roderick Schertler <roderick@argon.org>
7687              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
7688              Files:  lib/integer.pm
7689              
7690              ------  OTHER CHANGES  ------
7691              
7692              Title:  "FileHandle Documentation patch"
7693              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
7694              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
7695              
7696              Title:  "perl5.004_61 myconfig updates"
7697              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
7698              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
7699              Files:  myconfig
7700              
7701              Title:  "small fixups in pod2latex.PL"
7702              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
7703              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
7704              
7705              ------  PORTABILITY - GENERAL  ------
7706              
7707              Title:  "Misc doc fixes for README.VMS"
7708              From:  Dan Sugalski <sugalskd@osshe.edu>
7709              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
7710              Files:  README.vms
7711              
7712              Title:  "moved DynaLib"
7713              From:  John Tobey <jtobey@channel1.com>
7714              Msg-ID:  <199710182332.XAA21630@remote212>
7715              Files:  ext/DynaLoader/DynaLoader.pm.PL
7716              
7717              ------  UTILITIES  ------
7718              
7719              Title:  "Searching for FAQs (patch to perldoc)"
7720              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
7721              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
7722              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
7723              Files:  utils/perldoc.PL
7724              
7725              Title:  "perldoc"
7726              From:  Ted Ashton <ashted@southern.edu>
7727              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
7728              Files:  utils/perldoc.PL
7729              
7730              Title:  "perldoc -f not using pod2man"
7731              From:  Russ Allbery <rra@stanford.edu>
7732              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
7733              Files:  utils/perldoc.PL
7734              
7735              Title:  "perldoc -m should not require pod"
7736              From:  Robin Houston <robin@nml.guardian.co.uk>
7737              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
7738              Files:  utils/perldoc.PL
7739              
7740              Title:  "small fix for perldoc in perl 5.004_04"
7741              From:  Julian Yip <julian@imoney.com>
7742              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
7743              Files:  utils/perldoc.PL
7744      Branch: maint-5.004/perl
7745            - ext/DynaLoader/DynaLoader.pm
7746            ! Changes Configure INSTALL README.vms
7747            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
7748            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
7749            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
7750            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
7751            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
7752            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
7753            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
7754            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
7755            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
7756            ! pod/pod2latex.PL toke.c utils/perldoc.PL
7757
7758 ----------------
7759 Version 5.004_64
7760 ----------------
7761
7762 ____________________________________________________________________________
7763 [   871] By: mbeattie                              on 1998/04/03  13:38:59
7764         Log: Update Changes5.004 and Changes, fix MANIFEST
7765      Branch: perl
7766            + Changes
7767            ! Changes5.004 MANIFEST
7768 ____________________________________________________________________________
7769 [   870] By: mbeattie                              on 1998/04/03  13:36:29
7770         Log: Rename Changes to Changes5.004 (via an integrate)
7771      Branch: perl
7772           +> Changes5.004
7773            - Changes
7774 ____________________________________________________________________________
7775 [   869] By: mbeattie                              on 1998/04/03  11:53:00
7776         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
7777              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
7778              From: Jan-Pieter Cornet <johnpc@xs4all.net>
7779      Branch: perl
7780            ! sv.c t/op/misc.t
7781 ____________________________________________________________________________
7782 [   868] By: mbeattie                              on 1998/04/03  11:16:26
7783         Log: Integrate win32 branch into mainline
7784      Branch: perl
7785           !> (integrate 31 files)
7786 ____________________________________________________________________________
7787 [   867] By: gsar                                  on 1998/04/03  08:47:55
7788         Log: config.* fixes
7789      Branch: win32/perl
7790            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7791            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7792            ! win32/makefile.mk
7793 ____________________________________________________________________________
7794 [   866] By: gsar                                  on 1998/04/03  07:22:50
7795         Log: fixup hv_free_ent() to not fail on null HeVAL()
7796      Branch: win32/perl
7797            ! hv.c perl.c
7798 ____________________________________________________________________________
7799 [   865] By: gsar                                  on 1998/04/03  07:06:12
7800         Log: integrate mainline
7801      Branch: win32/perl
7802           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
7803           !> (integrate 71 files)
7804 ____________________________________________________________________________
7805 [   864] By: gsar                                  on 1998/04/03  06:59:37
7806         Log: implement stack-of-stacks so that magic invocations don't
7807              invalidate local stack pointer
7808      Branch: win32/perl
7809            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
7810            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
7811            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
7812 ____________________________________________________________________________
7813 [   863] By: gsar                                  on 1998/04/03  01:26:09
7814         Log: add AS patch#15
7815      Branch: asperl
7816            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
7817            ! win32/config.bc win32/config.gc win32/config.vc
7818            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7819            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
7820            ! win32/win32.c win32/win32.h
7821 ____________________________________________________________________________
7822 [   862] By: mbeattie                              on 1998/04/02  17:08:43
7823         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
7824              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
7825              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7826      Branch: perl
7827            ! Configure ext/Socket/Socket.xs myconfig
7828 ____________________________________________________________________________
7829 [   861] By: mbeattie                              on 1998/04/02  16:32:53
7830         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
7831              since appropriate headers aren't included.
7832      Branch: perl
7833            ! ext/SDBM_File/sdbm/sdbm.h
7834 ____________________________________________________________________________
7835 [   860] By: mbeattie                              on 1998/04/02  16:17:11
7836         Log: Bumped patchlevel.h to 64
7837      Branch: perl
7838            ! patchlevel.h
7839 ____________________________________________________________________________
7840 [   859] By: mbeattie                              on 1998/04/02  16:16:26
7841         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
7842              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
7843              From: Jarkko Hietaniemi <jhi@iki.fi>
7844      Branch: perl
7845            ! hints/unicos.sh regcomp.h
7846 ____________________________________________________________________________
7847 [   858] By: mbeattie                              on 1998/04/02  16:13:24
7848         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
7849              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
7850              From: Tom Phoenix <rootbeer@teleport.com>
7851      Branch: perl
7852            + t/op/hashwarn.t
7853            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
7854 ____________________________________________________________________________
7855 [   857] By: mbeattie                              on 1998/04/02  16:08:43
7856         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
7857              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
7858              From: Charles Bailey <BAILEY@newman.upenn.edu>
7859      Branch: perl
7860            ! vms/vms.c
7861 ____________________________________________________________________________
7862 [   856] By: mbeattie                              on 1998/04/02  16:07:44
7863         Log: Subject: [PATCH] mv-if-diff
7864              Date: Fri, 27 Mar 98 18:06:11 GMT
7865              From: Robin Barker <rmb1@cise.npl.co.uk>
7866      Branch: perl
7867            ! mv-if-diff
7868 ____________________________________________________________________________
7869 [   855] By: mbeattie                              on 1998/04/02  16:06:54
7870         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
7871              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
7872              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
7873              Subject: [PATCH] another destruct_level fix
7874              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
7875      Branch: perl
7876            ! perl.c sv.c
7877 ____________________________________________________________________________
7878 [   854] By: mbeattie                              on 1998/04/02  16:03:37
7879         Log: Subject: Next wave of _63 VMS patches
7880              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
7881              From: Charles Bailey <BAILEY@newman.upenn.edu>
7882      Branch: perl
7883            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
7884            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
7885            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
7886            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
7887            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
7888            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
7889            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
7890            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
7891            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
7892            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
7893            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
7894            ! vms/vmsish.h
7895 ____________________________________________________________________________
7896 [   853] By: mbeattie                              on 1998/04/02  15:55:46
7897         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
7898              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
7899              From: Hans Mulder <hansmu@xs4all.nl>
7900      Branch: perl
7901            ! toke.c
7902 ____________________________________________________________________________
7903 [   852] By: mbeattie                              on 1998/04/02  15:54:24
7904         Log: Subject: [PATCH] small fixups in pod2latex.PL
7905              Date: 25 Mar 1998 13:30:25 -0800
7906              From: "Darren/Torin/Who Ever..." <torin@daft.com>
7907      Branch: perl
7908            ! pod/pod2latex.PL
7909 ____________________________________________________________________________
7910 [   851] By: mbeattie                              on 1998/04/02  15:50:58
7911         Log: Subject: [PATCH] hints/irix_6.sh with GCC
7912              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
7913              From: kstar@chapin.edu (Kurt D. Starsinic)
7914      Branch: perl
7915            ! hints/irix_6.sh
7916 ____________________________________________________________________________
7917 [   850] By: mbeattie                              on 1998/04/02  15:45:33
7918         Log: Subject: [PATCH] perldoc -m
7919              Date: Tue, 24 Mar 1998 13:19:38 GMT
7920              From: Robin Houston <robin@nml.guardian.co.uk>
7921      Branch: perl
7922            ! utils/perldoc.PL
7923 ____________________________________________________________________________
7924 [   849] By: mbeattie                              on 1998/04/02  15:42:52
7925         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
7926              Date: Mon, 23 Mar 1998 14:13:46 +0100
7927              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7928      Branch: perl
7929            ! djgpp/config.over hints/dos_djgpp.sh
7930 ____________________________________________________________________________
7931 [   848] By: mbeattie                              on 1998/04/02  15:38:19
7932         Log: Subject: [PATCH] Stale SP in pp_substr
7933              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
7934              From: Stephen McCamant <alias@mcs.com>
7935      Branch: perl
7936            ! pp.c
7937 ____________________________________________________________________________
7938 [   847] By: mbeattie                              on 1998/04/02  15:36:33
7939         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
7940      Branch: perl
7941            ! ext/POSIX/POSIX.pm
7942 ____________________________________________________________________________
7943 [   846] By: mbeattie                              on 1998/04/02  15:34:36
7944         Log: Subject: [PATCH] 5.004_63: further -e patching
7945              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
7946              From: Jarkko Hietaniemi <jhi@iki.fi>
7947      Branch: perl
7948            ! perl.c pod/perldiag.pod
7949 ____________________________________________________________________________
7950 [   845] By: mbeattie                              on 1998/04/02  15:25:18
7951         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
7952      Branch: perl
7953            ! Configure INSTALL Policy_sh.SH Porting/Glossary
7954            ! Porting/config.sh Porting/config_H config_h.SH
7955            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
7956            ! pp.c pp_sys.c regexec.c
7957 ____________________________________________________________________________
7958 [   844] By: mbeattie                              on 1998/04/02  14:28:17
7959         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
7960              Date: Wed, 18 Mar 1998 20:40:19 +0100
7961              From: Achim Bohnet <ach@mpe.mpg.de>
7962      Branch: perl
7963            ! pod/perlrun.pod
7964 ____________________________________________________________________________
7965 [   843] By: mbeattie                              on 1998/04/02  14:26:52
7966         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7967              Subject: 5.004_63 picky compiler fixes [PATCH]
7968              Date: Wed, 18 Mar 1998 09:36:32 -0800
7969              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
7970              Date: Wed, 18 Mar 1998 14:48:19 -0800
7971      Branch: perl
7972            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
7973 ____________________________________________________________________________
7974 [   842] By: mbeattie                              on 1998/04/02  14:22:41
7975         Log: From: Stephen Potter <spp@psasolar.colltech.com>
7976              Subject: Re: doc: perlrun typo 
7977              Date: Wed, 18 Mar 1998 10:06:55 -0600
7978              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
7979              Date: Tue, 24 Mar 1998 21:20:51 -0600
7980      Branch: perl
7981            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
7982 ____________________________________________________________________________
7983 [   841] By: mbeattie                              on 1998/04/02  14:17:31
7984         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
7985              Date: Wed, 18 Mar 1998 12:44:58 +0100
7986              From: Dominic Dunlop <domo@vo.lu>
7987      Branch: perl
7988            ! Porting/pumpkin.pod Todo
7989 ____________________________________________________________________________
7990 [   840] By: mbeattie                              on 1998/04/02  14:14:22
7991         Log: Subject: [PATCH] Configure hints/ patches
7992              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
7993              From: Jan-Pieter Cornet <johnpc@xs4all.net>
7994      Branch: perl
7995            ! hints/linux.sh hints/qnx.sh
7996 ____________________________________________________________________________
7997 [   839] By: mbeattie                              on 1998/04/02  14:13:13
7998         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
7999      Branch: perl
8000            ! cygwin32/perlgcc
8001 ____________________________________________________________________________
8002 [   838] By: gsar                                  on 1998/03/28  05:01:57
8003         Log: fix Env.pm to weed out illegal names
8004      Branch: win32/perl
8005            ! lib/Env.pm
8006 ____________________________________________________________________________
8007 [   837] By: gsar                                  on 1998/03/28  04:39:43
8008         Log: fix typo in makefile.mk
8009      Branch: win32/perl
8010            ! win32/makefile.mk
8011 ____________________________________________________________________________
8012 [   836] By: gsar                                  on 1998/03/23  17:40:15
8013         Log: add file: to installhtml URLs
8014      Branch: win32/perl
8015            ! win32/Makefile win32/makefile.mk
8016 ____________________________________________________________________________
8017 [   835] By: mbeattie                              on 1998/03/18  11:03:11
8018         Log: Add Thread::Signal to run signal handlers reliably in a new thread
8019      Branch: perl
8020            + ext/Thread/Thread/Signal.pm
8021            ! MANIFEST ext/Thread/Thread.xs
8022
8023 ----------------
8024 Version 5.004_63
8025 ----------------
8026
8027 ____________________________________________________________________________
8028 [   834] By: mbeattie                              on 1998/03/17  16:19:10
8029         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
8030      Branch: perl
8031            ! Policy_sh.SH
8032 ____________________________________________________________________________
8033 [   833] By: mbeattie                              on 1998/03/17  16:11:02
8034         Log: Integrate win32 branch into mainline.
8035      Branch: perl
8036           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
8037           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8038           !> win32/win32.c
8039 ____________________________________________________________________________
8040 [   832] By: gsar                                  on 1998/03/17  14:32:39
8041         Log: propagate bugfix @ change831 from asperl
8042      Branch: win32/perl
8043            ! regcomp.c
8044 ____________________________________________________________________________
8045 [   831] By: gsar                                  on 1998/03/17  14:02:51
8046         Log: fix buggy order of free() in regcomp.c (from AS)
8047      Branch: asperl
8048            ! regcomp.c
8049 ____________________________________________________________________________
8050 [   830] By: gsar                                  on 1998/03/17  01:10:54
8051         Log: add a part of AS patch#14, backout incomplete variable
8052              name changes for gcc. Builds and tests under VC/BC once again.
8053      Branch: asperl
8054            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
8055 ____________________________________________________________________________
8056 [   829] By: gsar                                  on 1998/03/16  23:49:18
8057         Log: stray tweak to win32.c
8058      Branch: win32/perl
8059            ! win32/win32.c
8060 ____________________________________________________________________________
8061 [   828] By: gsar                                  on 1998/03/16  22:06:03
8062         Log: update win32/config* files
8063      Branch: win32/perl
8064            ! win32/config.bc win32/config.gc win32/config.vc
8065            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8066 ____________________________________________________________________________
8067 [   827] By: gsar                                  on 1998/03/16  19:09:30
8068         Log: trivial integrate of mainline
8069      Branch: win32/perl
8070           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
8071           +> lib/ExtUtils/inst
8072           !> (integrate 61 files)
8073 ____________________________________________________________________________
8074 [   826] By: mbeattie                              on 1998/03/16  16:39:23
8075         Log: newCONSTSUB had private MY_start_subparse.
8076      Branch: perl
8077            ! op.c
8078 ____________________________________________________________________________
8079 [   825] By: mbeattie                              on 1998/03/16  16:36:55
8080         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
8081      Branch: perl
8082            ! hv.c
8083 ____________________________________________________________________________
8084 [   824] By: mbeattie                              on 1998/03/16  16:27:43
8085         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
8086      Branch: perl
8087            ! MANIFEST
8088 ____________________________________________________________________________
8089 [   823] By: mbeattie                              on 1998/03/16  16:26:02
8090         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
8091      Branch: perl
8092            + lib/ExtUtils/Packlist.pm
8093 ____________________________________________________________________________
8094 [   822] By: mbeattie                              on 1998/03/16  16:22:58
8095         Log: Bump patchlevel.h to 63.
8096      Branch: perl
8097            ! ext/IO/IO.xs patchlevel.h
8098           !> (integrate 41 files)
8099 ____________________________________________________________________________
8100 [   821] By: mbeattie                              on 1998/03/16  16:18:35
8101         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
8102              Subject: Bundling builtin.pm and newCONSTSUB with the core?
8103              From: jan.dubois@ibm.net (Jan Dubois)
8104              Date: Sun, 15 Mar 1998 19:09:05 +0100
8105      Branch: perl
8106            ! embed.h global.sym op.c pod/perlguts.pod proto.h
8107 ____________________________________________________________________________
8108 [   820] By: mbeattie                              on 1998/03/16  16:02:50
8109         Log: Subject: [PATCH] STRESS_REALLOC
8110              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
8111              From: Stephen McCamant <alias@mcs.com>
8112      Branch: perl
8113            ! malloc.c perl.c scope.c
8114 ____________________________________________________________________________
8115 [   819] By: mbeattie                              on 1998/03/16  16:01:06
8116         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
8117              Date: Fri, 13 Mar 1998 23:21:25 +0100
8118              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
8119      Branch: perl
8120            ! perly.c
8121 ____________________________________________________________________________
8122 [   818] By: mbeattie                              on 1998/03/16  15:59:16
8123         Log: Subject: [Configure PATCH] for OS/2
8124              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
8125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8126              [Two hunks to Configure failed to apply due to clashes]
8127      Branch: perl
8128            ! Configure hints/os2.sh
8129 ____________________________________________________________________________
8130 [   817] By: mbeattie                              on 1998/03/16  15:55:28
8131         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
8132              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
8133              From: Charles Bailey <BAILEY@newman.upenn.edu>
8134              [Needed manual tweaks on vms/config.vms since it clashed with other
8135              patches. I may have got it wrong.]
8136      Branch: perl
8137            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8138            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
8139            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
8140            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
8141            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
8142            ! vms/test.com vms/vms.c vms/vmsish.h
8143 ____________________________________________________________________________
8144 [   816] By: mbeattie                              on 1998/03/16  15:26:04
8145         Log: Subject: [PATCH] Let h2xs read multiple header files
8146              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
8147              From: Benjamin Sugars <bsugars@canoe.ca>
8148      Branch: perl
8149            ! utils/h2xs.PL
8150 ____________________________________________________________________________
8151 [   815] By: mbeattie                              on 1998/03/16  15:24:12
8152         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
8153              Date: Mon, 09 Mar 1998 09:18:56 -0800
8154              From: Dan Sugalski <sugalskd@osshe.edu>
8155      Branch: perl
8156            ! vms/config.vms
8157 ____________________________________________________________________________
8158 [   814] By: mbeattie                              on 1998/03/16  13:17:14
8159         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
8160              Date: Sun, 08 Mar 1998 12:50:23 +0000
8161              From: Alan Burlison <alan.burlison@UK.Sun.COM>
8162              plus manual update of MANIFEST
8163      Branch: perl
8164            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
8165            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
8166            ! lib/ExtUtils/MM_Unix.pm
8167 ____________________________________________________________________________
8168 [   813] By: mbeattie                              on 1998/03/16  13:08:55
8169         Log: From: Blair Zajac <blair@gps.caltech.edu>
8170              Subject: PATCH: util.c and util.h function declarations do not match
8171              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
8172              Subject: PATCH: cgywin32 patch for perlgcc
8173              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
8174              Subject: PATCH: perl5.004_62 on cygwin32
8175              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
8176      Branch: perl
8177            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
8178 ____________________________________________________________________________
8179 [   812] By: mbeattie                              on 1998/03/16  12:55:39
8180         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8181              Subject: [PATCH 5.004_62} Config_62-01 patch available.
8182              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
8183              Subject: [PATCH 5.004_62] Tiny hint file updates
8184              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
8185      Branch: perl
8186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8187            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
8188            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
8189            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8190            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
8191            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
8192 ____________________________________________________________________________
8193 [   811] By: mbeattie                              on 1998/03/16  12:13:55
8194         Log: DOS djgpp updates:
8195              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8196              Subject: [PATCH for 5.004_61] dos-djgpp update
8197              Date: Fri, 6 Mar 1998 10:41:01 +0100
8198              Subject: [PATCH 5.004_62] dos-djgpp update
8199              Date: Thu, 12 Mar 1998 13:34:51 +0100
8200      Branch: perl
8201            ! djgpp/config.over hints/dos_djgpp.sh
8202 ____________________________________________________________________________
8203 [   810] By: gsar                                  on 1998/03/16  08:48:17
8204         Log: integrate mainline
8205      Branch: win32/perl
8206           !> pp_sys.c
8207 ____________________________________________________________________________
8208 [   809] By: gsar                                  on 1998/03/16  08:44:37
8209         Log: various changes to get asperl working under Borland
8210              (passes all tests when built under PERL_OBJECT)
8211      Branch: asperl
8212            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
8213            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
8214            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
8215            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
8216            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
8217            ! win32/win32sck.c
8218 ____________________________________________________________________________
8219 [   808] By: gsar                                  on 1998/03/12  19:50:20
8220         Log: set sockets to nonoverlapped mode for every thread
8221              Message-Id: <35081FE4.965A484D@enteract.com>
8222              Date:    Thu, 12 Mar 1998 11:48:20 CST
8223              From:    Steve Nielsen <spn@enteract.com>
8224              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
8225      Branch: win32/perl
8226            ! win32/win32.h win32/win32sck.c
8227 ____________________________________________________________________________
8228 [   807] By: gsar                                  on 1998/03/12  19:26:54
8229         Log: add AS patch#13
8230      Branch: asperl
8231            ! win32/Makefile
8232 ____________________________________________________________________________
8233 [   806] By: gsar                                  on 1998/03/12  00:51:08
8234         Log: added AS patch#12 with minor changes
8235      Branch: asperl
8236            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
8237            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8238            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
8239            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
8240            ! win32/runperl.c
8241 ____________________________________________________________________________
8242 [   805] By: gsar                                  on 1998/03/10  20:35:10
8243         Log: reinstate some standard sig_names to avoid noise from
8244              modules (and in hopes of making them _do_ something in future)
8245      Branch: win32/perl
8246            ! win32/config.bc win32/config.gc win32/config.vc
8247            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8248 ____________________________________________________________________________
8249 [   804] By: gsar                                  on 1998/03/10  20:33:05
8250         Log: mingw32 tweaks
8251      Branch: win32/perl
8252            ! win32/makefile.mk win32/win32.c win32/win32.h
8253 ____________________________________________________________________________
8254 [   803] By: gsar                                  on 1998/03/09  20:56:07
8255         Log: tweak Win32::DomainName() implementation
8256      Branch: win32/perl
8257            ! win32/Makefile win32/win32.c
8258 ____________________________________________________________________________
8259 [   802] By: gsar                                  on 1998/03/09  03:51:01
8260         Log: merge C<local $tied{foo}> patch, also moved statics in
8261              [ah]v.c to thrdvar.h
8262      Branch: win32/perl
8263            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
8264 ____________________________________________________________________________
8265 [   801] By: gsar                                  on 1998/03/09  02:38:35
8266         Log: minor win32 support fixes
8267              - add a better implementation of Win32::DomainName() (as
8268              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
8269              - fix opendir() emulation was unsafe what given long paths
8270      Branch: win32/perl
8271            ! win32/win32.c
8272 ____________________________________________________________________________
8273 [   800] By: nick                                  on 1998/03/07  09:36:41
8274         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
8275              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
8276              exist. (Breaks libnet).
8277      Branch: perl
8278            ! pp_sys.c
8279 ____________________________________________________________________________
8280 [   799] By: gsar                                  on 1998/03/07  07:51:28
8281         Log: integrate mainline changes
8282      Branch: asperl
8283           !> (integrate 111 files)
8284 ____________________________________________________________________________
8285 [   798] By: gsar                                  on 1998/03/07  07:01:55
8286         Log: integrate mainline
8287      Branch: win32/perl
8288           !> myconfig patchlevel.h
8289 ____________________________________________________________________________
8290 [   797] By: gsar                                  on 1998/03/07  06:49:49
8291         Log: provide our own popen()/pclose() to fix problems with qx//:
8292              - qx// used to always invoke the shell, now does so only when needed
8293              - qx// didn't respect PERL5SHELL, now does
8294      Branch: win32/perl
8295            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
8296 ____________________________________________________________________________
8297 [   796] By: gsar                                  on 1998/03/07  01:37:10
8298         Log: a missed s/sp/SP/
8299      Branch: win32/perl
8300            ! lib/ExtUtils/typemap pod/perlcall.pod
8301 ____________________________________________________________________________
8302 [   795] By: gsar                                  on 1998/03/07  01:05:21
8303         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
8304              mention that local stack pointer should be called SP.  This makes the
8305              API safer from source incompatibilities down the line.
8306      Branch: win32/perl
8307            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
8308            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
8309            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
8310            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
8311            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
8312            ! pp_ctl.c pp_hot.c pp_sys.c util.c
8313
8314 ----------------
8315 Version 5.004_62
8316 ----------------
8317
8318 ____________________________________________________________________________
8319 [   794] By: mbeattie                              on 1998/03/06  09:38:08
8320         Log: Subject: [PATCH] perl5.004_61 myconfig updates
8321              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
8322              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8323      Branch: perl
8324            ! myconfig
8325 ____________________________________________________________________________
8326 [   793] By: mbeattie                              on 1998/03/06  09:36:37
8327         Log: Bump patchlevel.h to 62.
8328      Branch: perl
8329            ! patchlevel.h
8330 ____________________________________________________________________________
8331 [   792] By: mbeattie                              on 1998/03/06  09:35:57
8332         Log: Integrate win32 branch into mainline.
8333      Branch: perl
8334           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
8335           !> win32/config.gc win32/config.vc win32/config_H.bc
8336           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8337 ____________________________________________________________________________
8338 [   791] By: gsar                                  on 1998/03/06  06:00:08
8339         Log: various
8340              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
8341              - add missing prototypes
8342              - regenerate win32/config*.?c
8343      Branch: win32/perl
8344            ! bytecode.h proto.h win32/config.bc win32/config.gc
8345            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8346            ! win32/config_H.vc win32/makefile.mk
8347 ____________________________________________________________________________
8348 [   790] By: gsar                                  on 1998/03/06  03:19:23
8349         Log: fix typo in Makefile
8350      Branch: win32/perl
8351            ! win32/Makefile
8352 ____________________________________________________________________________
8353 [   789] By: gsar                                  on 1998/03/05  22:55:53
8354         Log: integrate mainline
8355      Branch: win32/perl
8356           !> (integrate 47 files)
8357 ____________________________________________________________________________
8358 [   788] By: gsar                                  on 1998/03/05  20:02:09
8359         Log: added AS patch#11
8360              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
8361              Date:    Thu, 05 Mar 1998 10:23:04 PST
8362              From:    Douglas Lankshear <dougl@ActiveState.com>
8363              
8364              This patch fixes a bug I introduced removing duplicate code.
8365              -- Doug
8366      Branch: asperl
8367            ! ObjXSub.h objpp.h win32/runperl.c
8368 ____________________________________________________________________________
8369 [   787] By: gsar                                  on 1998/03/05  19:56:17
8370         Log: add Nick's dTHR fixes
8371      Branch: win32/perl
8372            ! op.c scope.c
8373 ____________________________________________________________________________
8374 [   786] By: gsar                                  on 1998/03/05  19:54:49
8375         Log: maintpatch
8376              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
8377              Date:    Thu, 05 Mar 1998 02:49:46 EST
8378              From:    Spider Boardman <spider@orb.nashua.nh.us>
8379              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
8380      Branch: win32/perl
8381            ! scope.c
8382 ____________________________________________________________________________
8383 [   785] By: mbeattie                              on 1998/03/05  19:12:14
8384         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
8385              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
8386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8387      Branch: perl
8388            ! op.c proto.h regcomp.c regexp.h util.c
8389 ____________________________________________________________________________
8390 [   784] By: mbeattie                              on 1998/03/05  19:11:09
8391         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
8392              Date: Wed, 4 Mar 1998 10:18:03 GMT
8393              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8394      Branch: perl
8395            ! atomic.h
8396 ____________________________________________________________________________
8397 [   783] By: mbeattie                              on 1998/03/05  19:09:16
8398         Log: Subject: Configure patches -01 and -02 for 5.004_61.
8399              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
8400              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8401      Branch: perl
8402            ! Configure INSTALL Policy_sh.SH Porting/Glossary
8403            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
8404            ! config_h.SH handy.h hints/README.hints hints/aix.sh
8405            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
8406            ! makedepend.SH myconfig pp_sys.c
8407 ____________________________________________________________________________
8408 [   782] By: mbeattie                              on 1998/03/05  19:05:23
8409         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
8410              Date: 03 Mar 1998 18:05:07 +0100
8411              From: Gisle Aas <gisle@aas.no>
8412      Branch: perl
8413            ! perl.h pp_ctl.c
8414 ____________________________________________________________________________
8415 [   781] By: mbeattie                              on 1998/03/05  19:04:34
8416         Log: Subject: [PATCH] Make autouse -w-safe
8417              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
8418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8419      Branch: perl
8420            ! lib/autouse.pm op.c sv.c
8421 ____________________________________________________________________________
8422 [   780] By: mbeattie                              on 1998/03/05  19:02:50
8423         Log: Subject: [PATCH] External symbol re_croak2
8424              Date: 02 Mar 1998 13:00:45 +0100
8425              From: Gisle Aas <gisle@aas.no>
8426      Branch: perl
8427            ! regcomp.c regcomp.h
8428 ____________________________________________________________________________
8429 [   779] By: mbeattie                              on 1998/03/05  19:01:25
8430         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
8431              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
8432              From: bailey@newman.upenn.edu (Charles Bailey)
8433      Branch: perl
8434            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
8435            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
8436            ! sv.h
8437 ____________________________________________________________________________
8438 [   778] By: mbeattie                              on 1998/03/05  18:53:13
8439         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
8440              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
8441              From: bailey@newman.upenn.edu (Charles Bailey)
8442      Branch: perl
8443            ! perl.h
8444 ____________________________________________________________________________
8445 [   777] By: mbeattie                              on 1998/03/05  18:50:25
8446         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
8447              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
8448              From: bailey@newman.upenn.edu (Charles Bailey)
8449      Branch: perl
8450            ! lib/File/Basename.pm
8451 ____________________________________________________________________________
8452 [   776] By: mbeattie                              on 1998/03/05  18:49:15
8453         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
8454              Date: 01 Mar 1998 15:16:03 +0100
8455              From: Gisle Aas <gisle@aas.no>
8456      Branch: perl
8457            ! pod/perlguts.pod
8458 ____________________________________________________________________________
8459 [   775] By: mbeattie                              on 1998/03/05  18:48:05
8460         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
8461              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
8462              From: Jarkko Hietaniemi <jhi@iki.fi>
8463      Branch: perl
8464            ! Makefile.SH perl_exp.SH
8465 ____________________________________________________________________________
8466 [   774] By: mbeattie                              on 1998/03/05  18:46:32
8467         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
8468              Date: Sun, 1 Mar 1998 02:02:47 -0500
8469              From: Spider Boardman <spider@orb.nashua.nh.us>
8470      Branch: perl
8471            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
8472 ____________________________________________________________________________
8473 [   773] By: mbeattie                              on 1998/03/05  18:43:57
8474         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
8475              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
8476              From: Hans Mulder <hansmu@xs4all.nl>
8477      Branch: perl
8478            ! pp_ctl.c
8479 ____________________________________________________________________________
8480 [   772] By: mbeattie                              on 1998/03/05  18:39:25
8481         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
8482              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
8483              From: Jarkko Hietaniemi <jhi@iki.fi>
8484      Branch: perl
8485            ! Makefile.SH
8486 ____________________________________________________________________________
8487 [   771] By: mbeattie                              on 1998/03/05  18:38:32
8488         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
8489              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
8490              From: Jarkko Hietaniemi <jhi@iki.fi>
8491      Branch: perl
8492            ! hints/netbsd.sh
8493 ____________________________________________________________________________
8494 [   770] By: mbeattie                              on 1998/03/05  18:36:50
8495         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
8496      Branch: perl
8497            ! cflags.SH
8498 ____________________________________________________________________________
8499 [   769] By: mbeattie                              on 1998/03/05  18:34:35
8500         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
8501              Subject: [PATCH 5.004_61] bunch of small patches
8502              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
8503              From: Andrew Cohen <cohen@andy.bu.edu>
8504      Branch: perl
8505            ! bytecode.h
8506 ____________________________________________________________________________
8507 [   768] By: mbeattie                              on 1998/03/05  18:13:06
8508         Log: Integrate win32 branch into mainline.
8509      Branch: perl
8510           !> (integrate 53 files)
8511 ____________________________________________________________________________
8512 [   767] By: TimBunce                              on 1998/03/05  11:48:09
8513         Log: Update to change 744.
8514      Branch: maint-5.004/perl
8515            ! lib/ExtUtils/Install.pm
8516 ____________________________________________________________________________
8517 [   765] By: TimBunce                              on 1998/03/05  11:24:24
8518         Log: Update embed.h after make regen_headers.
8519      Branch: maint-5.004/perl
8520            ! embed.h
8521 ____________________________________________________________________________
8522 [   764] By: TimBunce                              on 1998/03/05  11:05:13
8523         Log: APPLLIB_EXP now has arch and version dirs added to @INC
8524      Branch: maint-5.004/perl
8525            ! perl.c
8526 ____________________________________________________________________________
8527 [   763] By: TimBunce                              on 1998/03/05  11:01:38
8528         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
8529              Added MAINT_TRIAL_1 local patch label to patchlevel.h
8530              Removed win32/win32io.c and win32/win32io.h from repository
8531      Branch: maint-5.004/perl
8532            - win32/win32io.c win32/win32io.h
8533            ! MANIFEST patchlevel.h
8534 ____________________________________________________________________________
8535 [   762] By: TimBunce                              on 1998/03/05  10:05:34
8536         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
8537              From:  Spider Boardman <spider@orb.nashua.nh.us>
8538              Files:  scope.c
8539      Branch: maint-5.004/perl
8540            ! scope.c
8541 ____________________________________________________________________________
8542 [   761] By: TimBunce                              on 1998/03/05  10:03:10
8543         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
8544              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8545              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
8546              Files:  av.c hv.c scope.c t/op/local.t
8547      Branch: maint-5.004/perl
8548            ! av.c hv.c scope.c t/op/local.t
8549 ____________________________________________________________________________
8550 [   760] By: gsar                                  on 1998/03/04  20:58:21
8551         Log: added AS patch#10
8552              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
8553              Date:    Tue, 03 Mar 1998 10:46:13 PST
8554              From:    Douglas Lankshear <dougl@ActiveState.com>
8555              Subject: [PATCH]
8556              
8557              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
8558              linked modules.
8559              
8560              -- Doug
8561      Branch: asperl
8562            ! win32/dl_win32.xs
8563 ____________________________________________________________________________
8564 [   759] By: TimBunce                              on 1998/03/04  18:46:41
8565         Log: Update patchls utility
8566      Branch: maint-5.004/perl
8567            ! Porting/patchls
8568 ____________________________________________________________________________
8569 [   758] By: TimBunce                              on 1998/03/04  17:07:06
8570         Log: perldoc -f now uses pager if text is too long for screen
8571      Branch: maint-5.004/perl
8572            ! utils/perldoc.PL
8573 ____________________________________________________________________________
8574 [   757] By: TimBunce                              on 1998/03/04  16:57:04
8575         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
8576              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
8577      Branch: maint-5.004/perl
8578            + hints/openbsd.sh
8579            ! pod/perlfunc.pod
8580 ____________________________________________________________________________
8581 [   756] By: TimBunce                              on 1998/03/04  16:48:40
8582         Log: Fix for new gnulibc stdio.h when using sfio+perlio
8583      Branch: maint-5.004/perl
8584            ! perlsdio.h
8585 ____________________________________________________________________________
8586 [   755] By: TimBunce                              on 1998/03/04  16:47:08
8587         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
8588              Added details of split in scalar context to perlfunc.pod
8589      Branch: maint-5.004/perl
8590            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
8591 ____________________________________________________________________________
8592 [   754] By: TimBunce                              on 1998/03/04  16:35:58
8593         Log: Updated perl -v info to include reference to docs and home page.
8594      Branch: maint-5.004/perl
8595            ! perl.c
8596 ____________________________________________________________________________
8597 [   753] By: TimBunce                              on 1998/03/04  16:31:29
8598         Log: Updated hints/bsdos.sh for BSD/OS 3.1
8599              Fixed typo in pod/perlsyn.pod
8600              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
8601              Fixed typo in ext/GDBM_File/GDBM_File.pm
8602      Branch: maint-5.004/perl
8603            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
8604            ! hints/bsdos.sh pod/perlsyn.pod
8605 ____________________________________________________________________________
8606 [   752] By: TimBunce                              on 1998/03/04  15:49:19
8607         Log: Changed bug address in README to perlbug@perl.com
8608              Changed Copyright in perl.c to 1998
8609              Added op/pos.t test from Robin Houston <robin@oneworld.org>
8610      Branch: maint-5.004/perl
8611            + t/op/pos.t
8612            ! README perl.c
8613 ____________________________________________________________________________
8614 [   751] By: TimBunce                              on 1998/03/04  14:47:15
8615         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
8616      Branch: maint-5.004/perl
8617            ! t/comp/require.t t/lib/ph.t
8618 ____________________________________________________________________________
8619 [   750] By: TimBunce                              on 1998/03/04  13:29:58
8620         Log: Added dTHR definition to ease backwards compatibility for XS
8621              source code from 5.005.
8622      Branch: maint-5.004/perl
8623            ! perl.h
8624 ____________________________________________________________________________
8625 [   749] By: TimBunce                              on 1998/03/04  12:19:19
8626         Log: Title:  "rename local 'op' variables to 'o'", #F114
8627              From:  Gurusamy Sarathy
8628              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
8629              toke.c
8630      Branch: maint-5.004/perl
8631            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
8632            ! scope.c toke.c
8633 ____________________________________________________________________________
8634 [   748] By: TimBunce                              on 1998/03/04  12:12:27
8635         Log: Title:  "consolidated win32 patch", #F112
8636              From:  Gurusamy Sarathy
8637              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
8638              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
8639              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
8640              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
8641              t/harness win32/win32.h win32/win32iop.h README.win32
8642              doio.c installhtml installperl pp_sys.c win32/Makefile
8643              win32/config.bc win32/config.vc win32/config_H.bc
8644              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
8645              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
8646              win32/perllib.c win32/runperl.c win32/win32.c
8647              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
8648              x2p/a2py.c
8649      Branch: maint-5.004/perl
8650            + win32/bin/perlglob.pl
8651            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
8652            ! installhtml installperl lib/ExtUtils/Command.pm
8653            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
8654            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
8655            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
8656            ! win32/Makefile win32/config.bc win32/config.vc
8657            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
8658            ! win32/config_sh.PL win32/dl_win32.xs
8659            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8660            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8661            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
8662            ! x2p/a2py.c
8663 ____________________________________________________________________________
8664 [   747] By: TimBunce                              on 1998/03/04  11:59:57
8665         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
8666              From:  Gurusamy Sarathy
8667              Files:  MANIFEST t/lib/ph.t
8668      Branch: maint-5.004/perl
8669            ! MANIFEST t/lib/ph.t
8670 ____________________________________________________________________________
8671 [   746] By: TimBunce                              on 1998/03/04  11:47:43
8672         Log: Title:  "properly save STDOUT during system() in debugger", #F110
8673              From:  Jason Smith <smithj4@rpi.edu>
8674              Files:  lib/perl5db.pl
8675      Branch: maint-5.004/perl
8676            ! lib/perl5db.pl
8677 ____________________________________________________________________________
8678 [   745] By: TimBunce                              on 1998/03/04  11:40:19
8679         Log: Title:  "generate DynaLoader.pm at build time", #F109
8680              From:  Achim Bohnet <ach@mpe.mpg.de>
8681              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
8682              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
8683      Branch: maint-5.004/perl
8684            + ext/DynaLoader/DynaLoader.pm.PL
8685            ! MANIFEST ext/DynaLoader/Makefile.PL
8686 ____________________________________________________________________________
8687 [   744] By: TimBunce                              on 1998/03/04  11:34:09
8688         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
8689              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
8690              J. Koenig)
8691              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
8692              Files:  lib/ExtUtils/Install.pm
8693      Branch: maint-5.004/perl
8694            ! lib/ExtUtils/Install.pm
8695 ____________________________________________________________________________
8696 [   743] By: TimBunce                              on 1998/03/04  10:45:05
8697         Log: Title:  "Pod::Html trips over "C<0>"", #F107
8698              From:  Chip Salzenberg
8699              Files:  lib/Pod/Html.pm
8700      Branch: maint-5.004/perl
8701            ! lib/Pod/Html.pm
8702 ____________________________________________________________________________
8703 [   742] By: TimBunce                              on 1998/03/04  10:12:54
8704         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
8705              From:  Achim Bohnet <ach@mpe.mpg.de>
8706              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
8707              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
8708      Branch: maint-5.004/perl
8709            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
8710 ____________________________________________________________________________
8711 [   741] By: TimBunce                              on 1998/03/04  10:08:31
8712         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
8713              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
8714              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
8715              Zakharevich)
8716              Msg-ID:  <199801040630.AA29298@metronet.com>,
8717              <199801041826.NAA11568@aatma.engin.umich.edu>,
8718              <1998Jan4.130412.2719461@cor.newman>
8719              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
8720              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
8721      Branch: maint-5.004/perl
8722            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
8723            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
8724            ! win32/win32.h
8725 ____________________________________________________________________________
8726 [   740] By: TimBunce                              on 1998/03/04  09:55:57
8727         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
8728              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
8729              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
8730              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
8731      Branch: maint-5.004/perl
8732            ! lib/Tie/Hash.pm pod/perlfunc.pod
8733 ____________________________________________________________________________
8734 [   739] By: TimBunce                              on 1998/03/04  09:26:01
8735         Log: Title:  "more doc for perldoc", #F103
8736              From:  Gurusamy Sarathy
8737              Files:  utils/perldoc.PL
8738      Branch: maint-5.004/perl
8739            ! utils/perldoc.PL
8740 ____________________________________________________________________________
8741 [   738] By: TimBunce                              on 1998/03/04  09:23:16
8742         Log: Title:  "Make perldoc look for an index file ", #F102
8743              From:  Gisle Aas <gisle@aas.no>
8744              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
8745              Files:  utils/perldoc.PL
8746      Branch: maint-5.004/perl
8747            ! utils/perldoc.PL
8748 ____________________________________________________________________________
8749 [   737] By: TimBunce                              on 1998/03/04  09:21:15
8750         Log: Title:  "perldoc -F filename", #F101
8751              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
8752              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
8753              Files:  utils/perldoc.PL
8754      Branch: maint-5.004/perl
8755            ! utils/perldoc.PL
8756 ____________________________________________________________________________
8757 [   736] By: TimBunce                              on 1998/03/04  09:16:20
8758         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
8759              From:  Gisle Aas <gisle@aas.no>
8760              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
8761              Files:  sv.c
8762      Branch: maint-5.004/perl
8763            ! sv.c
8764 ____________________________________________________________________________
8765 [   735] By: TimBunce                              on 1998/03/04  09:08:51
8766         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
8767              From:  abigail@fnx.com
8768              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
8769              Files:  lib/Benchmark.pm
8770      Branch: maint-5.004/perl
8771            ! lib/Benchmark.pm
8772 ____________________________________________________________________________
8773 [   734] By: TimBunce                              on 1998/03/04  08:59:58
8774         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
8775              From:  Gisle Aas <gisle@aas.no>
8776              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
8777              Files:  hv.c
8778      Branch: maint-5.004/perl
8779            ! hv.c
8780 ____________________________________________________________________________
8781 [   733] By: TimBunce                              on 1998/03/04  08:35:19
8782         Log: Title:  "support caseless %ENV", #F097
8783              From:  Gurusamy Sarathy
8784              Files:  hv.c t/op/magic.t win32/win32.h
8785      Branch: maint-5.004/perl
8786            ! hv.c t/op/magic.t win32/win32.h
8787 ____________________________________________________________________________
8788 [   732] By: TimBunce                              on 1998/03/04  08:33:58
8789         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
8790              From:  Ilya Zakharevich
8791              Files:  emacs/cperl-mode.el
8792      Branch: maint-5.004/perl
8793            ! emacs/cperl-mode.el
8794 ____________________________________________________________________________
8795 [   731] By: TimBunce                              on 1998/03/04  08:26:23
8796         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
8797              magic", #F095
8798              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8799              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
8800              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
8801              lib/ExtUtils/xsubpp sv.c
8802      Branch: maint-5.004/perl
8803            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
8804            ! pod/perlxs.pod proto.h sv.c sv.h
8805 ____________________________________________________________________________
8806 [   730] By: TimBunce                              on 1998/03/04  08:20:52
8807         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
8808              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8809              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
8810              Files:  mg.c
8811      Branch: maint-5.004/perl
8812            ! mg.c
8813 ____________________________________________________________________________
8814 [   729] By: TimBunce                              on 1998/03/04  08:18:02
8815         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
8816              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
8817              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
8818              Files:  t/op/sort.t
8819      Branch: maint-5.004/perl
8820            ! t/op/sort.t
8821 ____________________________________________________________________________
8822 [   728] By: TimBunce                              on 1998/03/04  08:17:07
8823         Log: Title:  "Make search.pl work on win32", #F092
8824              From:  Gurusamy Sarathy
8825              Files:  win32/bin/search.pl
8826      Branch: maint-5.004/perl
8827            ! win32/bin/search.pl
8828 ____________________________________________________________________________
8829 [   727] By: gsar                                  on 1998/03/04  04:13:23
8830         Log: missing s/op/o/ from one of the mainpatches
8831      Branch: win32/perl
8832            ! op.c
8833 ____________________________________________________________________________
8834 [   726] By: gsar                                  on 1998/03/04  02:12:13
8835         Log: maintpatches #102 and #103 to perldoc.PL
8836      Branch: win32/perl
8837            ! utils/perldoc.PL
8838 ____________________________________________________________________________
8839 [   725] By: gsar                                  on 1998/03/04  02:00:15
8840         Log: renumber some tests to match maint branch
8841      Branch: win32/perl
8842            ! t/op/local.t
8843 ____________________________________________________________________________
8844 [   724] By: gsar                                  on 1998/03/04  01:25:50
8845         Log: maintpatch
8846              #70:  "Fix random whitespace errors in docs"
8847              From:  Roderick Schertler <roderick@argon.org>
8848              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
8849              Date:  Fri, 24 Oct 1997 11:20:44 -0400
8850              Files:  pod/checkpods.PL pod/perlfunc.pod
8851      Branch: win32/perl
8852            ! pod/checkpods.PL
8853 ____________________________________________________________________________
8854 [   723] By: gsar                                  on 1998/03/04  01:04:37
8855         Log: sync maintpatch
8856              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
8857              From:  Chip Salzenberg
8858              Files:  lib/File/Path.pm
8859      Branch: win32/perl
8860            ! lib/File/Path.pm
8861 ____________________________________________________________________________
8862 [   722] By: gsar                                  on 1998/03/04  00:46:46
8863         Log: remove redundancy in File::Find
8864      Branch: win32/perl
8865            ! lib/File/Find.pm
8866 ____________________________________________________________________________
8867 [   721] By: TimBunce                              on 1998/03/03  20:06:41
8868         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
8869              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
8870              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
8871              Files:  utils/perldoc.PL
8872      Branch: maint-5.004/perl
8873            ! utils/perldoc.PL
8874 ____________________________________________________________________________
8875 [   720] By: TimBunce                              on 1998/03/03  20:03:59
8876         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
8877              #F090
8878              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8879              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
8880              Files:  lib/ExtUtils/MM_Unix.pm
8881      Branch: maint-5.004/perl
8882            ! lib/ExtUtils/MM_Unix.pm
8883 ____________________________________________________________________________
8884 [   719] By: TimBunce                              on 1998/03/03  20:02:06
8885         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
8886              From:  Gurusamy Sarathy
8887              Files:  lib/FindBin.pm
8888      Branch: maint-5.004/perl
8889            ! lib/FindBin.pm
8890 ____________________________________________________________________________
8891 [   718] By: TimBunce                              on 1998/03/03  20:00:26
8892         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
8893              #F088
8894              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8895              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
8896              Files:  lib/File/Find.pm
8897      Branch: maint-5.004/perl
8898            ! lib/File/Find.pm
8899 ____________________________________________________________________________
8900 [   717] By: TimBunce                              on 1998/03/03  19:59:38
8901         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
8902              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8903              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
8904              Files:  op.c
8905      Branch: maint-5.004/perl
8906            ! op.c
8907 ____________________________________________________________________________
8908 [   716] By: TimBunce                              on 1998/03/03  19:57:17
8909         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
8910              #F086
8911              From:  Gurusamy Sarathy
8912              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
8913      Branch: maint-5.004/perl
8914            ! pod/perldelta.pod pod/perldiag.pod toke.c
8915 ____________________________________________________________________________
8916 [   715] By: TimBunce                              on 1998/03/03  19:51:33
8917         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
8918              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8919              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
8920              Files:  lib/Pod/Html.pm
8921      Branch: maint-5.004/perl
8922            ! lib/Pod/Html.pm
8923 ____________________________________________________________________________
8924 [   714] By: TimBunce                              on 1998/03/03  19:50:28
8925         Log: Title:  "New pod: perlhist", #F084
8926              From:  Jarkko Hietaniemi <jhi@iki.fi>
8927              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
8928              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
8929      Branch: maint-5.004/perl
8930            + pod/perlhist.pod
8931            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
8932 ____________________________________________________________________________
8933 [   713] By: TimBunce                              on 1998/03/03  19:47:13
8934         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
8935              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8936              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
8937              Files:  pp_ctl.c t/op/local.t
8938      Branch: maint-5.004/perl
8939            ! pp_ctl.c t/op/local.t
8940 ____________________________________________________________________________
8941 [   712] By: TimBunce                              on 1998/03/03  19:45:56
8942         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
8943              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8944              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
8945              Files:  pp_ctl.c
8946      Branch: maint-5.004/perl
8947            ! pp_ctl.c
8948 ____________________________________________________________________________
8949 [   711] By: TimBunce                              on 1998/03/03  19:44:41
8950         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
8951              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8952              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
8953              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
8954      Branch: maint-5.004/perl
8955            + t/comp/require.t
8956            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
8957 ____________________________________________________________________________
8958 [   710] By: TimBunce                              on 1998/03/03  19:36:34
8959         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
8960              From:  Jarkko Hietaniemi <jhi@iki.fi>
8961              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
8962              Files:  t/pragma/locale.t
8963      Branch: maint-5.004/perl
8964            ! t/pragma/locale.t
8965 ____________________________________________________________________________
8966 [   709] By: TimBunce                              on 1998/03/03  19:32:30
8967         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
8968              From:  Gisle Aas <gisle@aas.no>
8969              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
8970              Files:  sv.c
8971      Branch: maint-5.004/perl
8972            ! sv.c
8973 ____________________________________________________________________________
8974 [   708] By: TimBunce                              on 1998/03/03  19:28:06
8975         Log: Title:  "Eliminate double warnings under C<package;>", #F077
8976              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8977              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
8978              Files:  gv.c op.c toke.c
8979      Branch: maint-5.004/perl
8980            ! gv.c op.c toke.c
8981 ____________________________________________________________________________
8982 [   707] By: TimBunce                              on 1998/03/03  19:13:17
8983         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
8984              #F076
8985              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
8986              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
8987              Files:  lib/File/Path.pm
8988      Branch: maint-5.004/perl
8989            ! lib/File/Path.pm
8990 ____________________________________________________________________________
8991 [   706] By: TimBunce                              on 1998/03/03  19:08:45
8992         Log: Title:  "Update of h2ph", #F075
8993              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
8994              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
8995              Files:  t/lib/ph.t utils/h2ph.PL
8996      Branch: maint-5.004/perl
8997            + t/lib/ph.t
8998            ! utils/h2ph.PL
8999 ____________________________________________________________________________
9000 [   705] By: TimBunce                              on 1998/03/03  18:56:59
9001         Log: Title:  "Fix AutoLoader for deep packages", #F074
9002              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
9003              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
9004              Files:  lib/AutoLoader.pm
9005      Branch: maint-5.004/perl
9006            ! lib/AutoLoader.pm
9007 ____________________________________________________________________________
9008 [   704] By: TimBunce                              on 1998/03/03  18:35:36
9009         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
9010              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9011              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
9012              Files:  op.c
9013      Branch: maint-5.004/perl
9014            ! op.c
9015 ____________________________________________________________________________
9016 [   703] By: TimBunce                              on 1998/03/03  18:32:28
9017         Log: Title:  "Make recursive lexical analysis more robust", #F072
9018              From:  Ilya Zakharevich and Chip Salzenberg
9019              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
9020              Files:  toke.c
9021      Branch: maint-5.004/perl
9022            ! toke.c
9023 ____________________________________________________________________________
9024 [   702] By: TimBunce                              on 1998/03/03  18:18:10
9025         Log: Title:  "Fix random whitespace errors in docs", #F070
9026              From:  Roderick Schertler <roderick@argon.org>
9027              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
9028              Files:  pod/perlfunc.pod pod/checkpods.PL
9029      Branch: maint-5.004/perl
9030            ! pod/checkpods.PL pod/perlfunc.pod
9031 ____________________________________________________________________________
9032 [   701] By: TimBunce                              on 1998/03/03  18:13:54
9033         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
9034              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9035              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
9036              Files:  toke.c
9037      Branch: maint-5.004/perl
9038            ! toke.c
9039 ____________________________________________________________________________
9040 [   700] By: TimBunce                              on 1998/03/03  18:11:20
9041         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
9042              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
9043              <nick@flirble.org>
9044              Msg-ID:  <199710241248.NAA00163@flirble.org>,
9045              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
9046              net>
9047              Files:  pp_ctl.c sv.c
9048      Branch: maint-5.004/perl
9049            ! pp_ctl.c sv.c
9050 ____________________________________________________________________________
9051 [   699] By: TimBunce                              on 1998/03/03  18:06:59
9052         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
9053              From:  Jarkko Hietaniemi <jhi@iki.fi>
9054              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
9055              Files:  op.c
9056      Branch: maint-5.004/perl
9057            ! op.c
9058 ____________________________________________________________________________
9059 [   698] By: TimBunce                              on 1998/03/03  18:04:51
9060         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
9061              From:  Administration <fadmin@informatics.muni.cz>
9062              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
9063              Files:  op.c
9064      Branch: maint-5.004/perl
9065            ! op.c
9066 ____________________________________________________________________________
9067 [   697] By: TimBunce                              on 1998/03/03  18:02:54
9068         Log: Title:  "Allow C<last()> to mean C<last>", #F065
9069              From:  Chip Salzenberg
9070              Files:  op.c
9071      Branch: maint-5.004/perl
9072            ! op.c
9073 ____________________________________________________________________________
9074 [   696] By: TimBunce                              on 1998/03/03  17:58:12
9075         Log: Title:  "Fix extension version mismatch message", #F064
9076              From:  Chip Salzenberg
9077              Files:  XSUB.h
9078      Branch: maint-5.004/perl
9079            ! XSUB.h
9080 ____________________________________________________________________________
9081 [   695] By: TimBunce                              on 1998/03/03  17:53:04
9082         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
9083              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
9084              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
9085              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9086              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9087      Branch: maint-5.004/perl
9088            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9089            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9090 ____________________________________________________________________________
9091 [   694] By: TimBunce                              on 1998/03/03  17:40:47
9092         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
9093              From:  Tom Christiansen
9094              Files:  ext/Socket/Socket.pm
9095      Branch: maint-5.004/perl
9096            ! ext/Socket/Socket.pm
9097 ____________________________________________________________________________
9098 [   693] By: TimBunce                              on 1998/03/03  17:32:57
9099         Log: Title:  "Kill warning about parameter type", #F061
9100              From:  Chip Salzenberg
9101              Files:  op.c
9102      Branch: maint-5.004/perl
9103            ! op.c
9104 ____________________________________________________________________________
9105 [   692] By: TimBunce                              on 1998/03/03  17:11:07
9106         Log: Title:  "Socket occasional SEGV", #F060
9107              From:  Trevor Blackwell <tlb@viaweb.com>
9108              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
9109              Files:  ext/Socket/Socket.xs
9110      Branch: maint-5.004/perl
9111            ! ext/Socket/Socket.xs
9112 ____________________________________________________________________________
9113 [   691] By: TimBunce                              on 1998/03/03  17:09:51
9114         Log: Title:  "Avoid SEGV from local($@)", #F059
9115              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9116              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
9117              Files:  pp_ctl.c
9118      Branch: maint-5.004/perl
9119            ! pp_ctl.c
9120 ____________________________________________________________________________
9121 [   690] By: TimBunce                              on 1998/03/03  17:08:21
9122         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
9123              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9124              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
9125              Files:  op.c
9126      Branch: maint-5.004/perl
9127            ! op.c
9128 ____________________________________________________________________________
9129 [   689] By: TimBunce                              on 1998/03/03  17:05:57
9130         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
9131              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9132              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
9133              Files:  XSUB.h
9134      Branch: maint-5.004/perl
9135            ! XSUB.h
9136 ____________________________________________________________________________
9137 [   688] By: TimBunce                              on 1998/03/03  17:04:15
9138         Log: Title:  "Re: Sort grammar bug", #F056
9139              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9140              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
9141              Files:  toke.c
9142      Branch: maint-5.004/perl
9143            ! toke.c
9144 ____________________________________________________________________________
9145 [   687] By: TimBunce                              on 1998/03/03  17:01:32
9146         Log: Title:  "Document indirect object cases for exec(), system()", #F055
9147              From:  Dominic Dunlop <domo@slipper.ip.lu>
9148              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
9149              Files:  pod/perlfunc.pod
9150      Branch: maint-5.004/perl
9151            ! pod/perlfunc.pod
9152 ____________________________________________________________________________
9153 [   686] By: TimBunce                              on 1998/03/03  16:56:44
9154         Log: Title:  "Update docs on tr///", #F054
9155              From:  Tom Phoenix <rootbeer@teleport.com>
9156              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
9157              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9158              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9159              pod/perlstyle.pod toke.c
9160      Branch: maint-5.004/perl
9161            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9162            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9163            ! pod/perlstyle.pod toke.c
9164 ____________________________________________________________________________
9165 [   685] By: TimBunce                              on 1998/03/03  16:38:50
9166         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
9167              From:  Tom Phoenix <rootbeer@teleport.com>
9168              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
9169              Files:  pod/perlop.pod
9170      Branch: maint-5.004/perl
9171            ! pod/perlop.pod
9172 ____________________________________________________________________________
9173 [   684] By: TimBunce                              on 1998/03/03  16:37:00
9174         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
9175              From:  "Joseph N. Hall" <joseph@cscaper.com>
9176              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
9177              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
9178      Branch: maint-5.004/perl
9179            ! perly.c perly.c.diff perly.y vms/perly_c.vms
9180 ____________________________________________________________________________
9181 [   683] By: TimBunce                              on 1998/03/03  16:31:15
9182         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
9183              sv_vsetpfn", #F051
9184              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
9185              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
9186              Files:  pod/perlguts.pod
9187      Branch: maint-5.004/perl
9188            ! pod/perlguts.pod
9189 ____________________________________________________________________________
9190 [   682] By: TimBunce                              on 1998/03/03  16:28:30
9191         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
9192              From:  Jarkko Hietaniemi <jhi@iki.fi>
9193              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
9194              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
9195      Branch: maint-5.004/perl
9196            ! INSTALL pod/perldiag.pod pod/perllocale.pod
9197 ____________________________________________________________________________
9198 [   681] By: TimBunce                              on 1998/03/03  16:24:12
9199         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
9200              From:  Jerome Abela <abela@hsc.fr>
9201              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
9202              Files:  ext/Fcntl/Fcntl.pm
9203      Branch: maint-5.004/perl
9204            ! ext/Fcntl/Fcntl.pm
9205 ____________________________________________________________________________
9206 [   680] By: TimBunce                              on 1998/03/03  16:23:20
9207         Log: Title:  "Commenting toke.c", #F048
9208              From:  gnat@frii.com
9209              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
9210              Files:  toke.c
9211      Branch: maint-5.004/perl
9212            ! toke.c
9213 ____________________________________________________________________________
9214 [   679] By: TimBunce                              on 1998/03/03  16:18:32
9215         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
9216              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9217              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
9218              Files:  pod/perlguts.pod pp.c t/op/vec.t
9219      Branch: maint-5.004/perl
9220            ! pod/perlguts.pod pp.c t/op/vec.t
9221 ____________________________________________________________________________
9222 [   678] By: TimBunce                              on 1998/03/03  16:15:44
9223         Log: Title:  "A few perl5.004_03 bugs", #F046
9224              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9225              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
9226              Files:  mg.c t/op/magic.t
9227      Branch: maint-5.004/perl
9228            ! mg.c t/op/magic.t
9229 ____________________________________________________________________________
9230 [   677] By: TimBunce                              on 1998/03/03  16:13:11
9231         Log: Title:  "Faster, cleaner av_unshift() ", #F045
9232              From:  Gisle Aas <gisle@aas.no>
9233              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
9234              Files:  av.c
9235      Branch: maint-5.004/perl
9236            ! av.c
9237 ____________________________________________________________________________
9238 [   676] By: TimBunce                              on 1998/03/03  16:04:30
9239         Log: Title:  "New hints/solaris2.sh", #F044
9240              From:  Stephen Zander <srz@mckesson.com>
9241              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
9242              Files:  hints/solaris_2.sh
9243      Branch: maint-5.004/perl
9244            ! hints/solaris_2.sh
9245 ____________________________________________________________________________
9246 [   675] By: TimBunce                              on 1998/03/03  15:33:07
9247         Log: Title:  "Refresh Complex.pm and test", #F043
9248              From:  Jarkko Hietaniemi <jhi@iki.fi>
9249              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
9250              Files:  lib/Math/Complex.pm t/lib/complex.t
9251      Branch: maint-5.004/perl
9252            ! lib/Math/Complex.pm t/lib/complex.t
9253 ____________________________________________________________________________
9254 [   674] By: TimBunce                              on 1998/03/03  15:29:16
9255         Log: Title:  "Fix (\@@) proto", #F042
9256              From:  "Joseph N. Hall" <joseph@cscaper.com>
9257              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
9258              Files:  op.c t/comp/proto.t
9259      Branch: maint-5.004/perl
9260            ! op.c t/comp/proto.t
9261 ____________________________________________________________________________
9262 [   673] By: TimBunce                              on 1998/03/03  15:26:31
9263         Log: Title:  "Allow empty BLOCK in code", #F041
9264              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
9265              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
9266              Files:  toke.c
9267      Branch: maint-5.004/perl
9268            ! toke.c
9269 ____________________________________________________________________________
9270 [   672] By: TimBunce                              on 1998/03/03  15:23:55
9271         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
9272              From:  Chip Salzenberg
9273              Files:  gv.c t/op/gv.t
9274      Branch: maint-5.004/perl
9275            ! gv.c t/op/gv.t
9276 ____________________________________________________________________________
9277 [   671] By: TimBunce                              on 1998/03/03  10:02:32
9278         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
9279              From:  Gisle Aas <gisle@aas.no>
9280              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
9281              Files:  gv.c sv.c
9282      Branch: maint-5.004/perl
9283            ! gv.c sv.c
9284 ____________________________________________________________________________
9285 [   670] By: TimBunce                              on 1998/03/03  09:59:48
9286         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
9287              From:  Chip Salzenberg
9288              Files:  gv.c
9289      Branch: maint-5.004/perl
9290            ! gv.c
9291 ____________________________________________________________________________
9292 [   669] By: TimBunce                              on 1998/03/03  09:58:58
9293         Log: Title:  "Make Configure less negative about PerlIO", #F036
9294              From:  chip@atlantic.net
9295              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
9296              Files:  Configure
9297      Branch: maint-5.004/perl
9298            ! Configure
9299 ____________________________________________________________________________
9300 [   668] By: TimBunce                              on 1998/03/03  09:55:51
9301         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
9302              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
9303              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
9304              Files:  pp_ctl.c
9305      Branch: maint-5.004/perl
9306            ! pp_ctl.c
9307 ____________________________________________________________________________
9308 [   667] By: TimBunce                              on 1998/03/03  09:52:59
9309         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
9310              From:  Irving Reid <irving@tor.securecomputing.com>
9311              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
9312              Files:  lib/Getopt/Long.pm
9313      Branch: maint-5.004/perl
9314            ! lib/Getopt/Long.pm
9315 ____________________________________________________________________________
9316 [   666] By: TimBunce                              on 1998/03/03  09:51:27
9317         Log: Title:  "adding the newSVpvn API function", #F033
9318              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
9319              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
9320              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
9321      Branch: maint-5.004/perl
9322            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
9323 ____________________________________________________________________________
9324 [   665] By: TimBunce                              on 1998/03/03  09:43:30
9325         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
9326              From:  Chip Salzenberg
9327              Files:  toke.c
9328      Branch: maint-5.004/perl
9329            ! toke.c
9330 ____________________________________________________________________________
9331 [   664] By: TimBunce                              on 1998/03/03  09:41:40
9332         Log: Title:  "Re-optimize character classes", #F031
9333              From:  Chip Salzenberg
9334              Files:  regcomp.h regcomp.c regexec.c
9335      Branch: maint-5.004/perl
9336            ! regcomp.c regcomp.h regexec.c
9337 ____________________________________________________________________________
9338 [   663] By: TimBunce                              on 1998/03/03  09:39:55
9339         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
9340              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
9341              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
9342              Files:  op.c t/op/local.t
9343      Branch: maint-5.004/perl
9344            ! op.c t/op/local.t
9345 ____________________________________________________________________________
9346 [   662] By: TimBunce                              on 1998/03/03  09:37:51
9347         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
9348              From:  Chip Salzenberg
9349              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
9350              pp_hot.c regexec.c scope.c
9351      Branch: maint-5.004/perl
9352            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
9353            ! proto.h regexec.c regexp.h scope.c
9354 ____________________________________________________________________________
9355 [   661] By: TimBunce                              on 1998/03/03  09:27:04
9356         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
9357              From:  Chip Salzenberg
9358              Files:  toke.c
9359      Branch: maint-5.004/perl
9360            ! toke.c
9361 ____________________________________________________________________________
9362 [   660] By: TimBunce                              on 1998/03/03  09:24:41
9363         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
9364              From:  Chip Salzenberg
9365              Files:  scope.c
9366      Branch: maint-5.004/perl
9367            ! scope.c
9368 ____________________________________________________________________________
9369 [   659] By: TimBunce                              on 1998/03/03  09:24:00
9370         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
9371              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9372              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
9373              Files:  sv.c t/op/sprintf.t
9374      Branch: maint-5.004/perl
9375            ! sv.c t/op/sprintf.t
9376 ____________________________________________________________________________
9377 [   658] By: TimBunce                              on 1998/03/03  09:22:13
9378         Log: Title:  "Tiny core patch for source filters", #F025
9379              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
9380              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
9381              Files:  toke.c
9382      Branch: maint-5.004/perl
9383            ! toke.c
9384 ____________________________________________________________________________
9385 [   657] By: TimBunce                              on 1998/03/03  09:20:00
9386         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
9387              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9388              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
9389              Files:  t/base/lex.t toke.c
9390      Branch: maint-5.004/perl
9391            ! t/base/lex.t toke.c
9392 ____________________________________________________________________________
9393 [   656] By: TimBunce                              on 1998/03/03  09:17:56
9394         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
9395              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9396              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
9397              Files:  doio.c t/pragma/warn-1global
9398      Branch: maint-5.004/perl
9399            ! doio.c t/pragma/warn-1global
9400 ____________________________________________________________________________
9401 [   655] By: TimBunce                              on 1998/03/03  09:16:56
9402         Log: Title:  "Fix '*' prototype", #F022
9403              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9404              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
9405              Files:  toke.c
9406      Branch: maint-5.004/perl
9407            ! toke.c
9408 ____________________________________________________________________________
9409 [   654] By: TimBunce                              on 1998/03/03  09:15:04
9410         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
9411              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
9412              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
9413              Files:  lib/File/Find.pm
9414      Branch: maint-5.004/perl
9415            ! lib/File/Find.pm
9416 ____________________________________________________________________________
9417 [   653] By: TimBunce                              on 1998/03/03  09:11:55
9418         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
9419              From:  Chip Salzenberg
9420              Files:  sv.c
9421      Branch: maint-5.004/perl
9422            ! sv.c
9423 ____________________________________________________________________________
9424 [   652] By: TimBunce                              on 1998/03/03  09:07:50
9425         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
9426              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9427              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
9428              Files:  scope.c
9429      Branch: maint-5.004/perl
9430            ! scope.c
9431 ____________________________________________________________________________
9432 [   651] By: TimBunce                              on 1998/03/03  09:07:10
9433         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
9434              From:  Stephane Payrard <stef@francenet.fr>
9435              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
9436              Files:  op.c t/op/my.t
9437      Branch: maint-5.004/perl
9438            ! op.c t/op/my.t
9439 ____________________________________________________________________________
9440 [   650] By: TimBunce                              on 1998/03/03  09:04:04
9441         Log: Title:  "enhanced "use strict" warning", #F017
9442              From:  Tkil <tkil@reptile.scrye.com>
9443              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
9444              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
9445      Branch: maint-5.004/perl
9446            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
9447 ____________________________________________________________________________
9448 [   649] By: TimBunce                              on 1998/03/03  09:02:55
9449         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
9450              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9451              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
9452              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
9453      Branch: maint-5.004/perl
9454            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
9455 ____________________________________________________________________________
9456 [   648] By: TimBunce                              on 1998/03/03  08:58:00
9457         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
9458              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9459              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
9460              Files:  sv.c
9461      Branch: maint-5.004/perl
9462            ! sv.c
9463 ____________________________________________________________________________
9464 [   647] By: TimBunce                              on 1998/03/03  08:53:35
9465         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
9466              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
9467              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
9468              Files:  os2/os2.c util.c
9469      Branch: maint-5.004/perl
9470            ! os2/os2.c util.c
9471 ____________________________________________________________________________
9472 [   646] By: TimBunce                              on 1998/03/03  08:51:04
9473         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
9474              From:  Roderick Schertler <roderick@argon.org>
9475              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
9476              Files:  doio.c t/op/misc.t
9477      Branch: maint-5.004/perl
9478            ! doio.c t/op/misc.t
9479 ____________________________________________________________________________
9480 [   645] By: TimBunce                              on 1998/03/03  08:49:34
9481         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
9482              From:  Stephen McCamant <alias@mcs.com>
9483              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
9484              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
9485      Branch: maint-5.004/perl
9486            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
9487 ____________________________________________________________________________
9488 [   644] By: TimBunce                              on 1998/03/03  08:43:06
9489         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
9490              From:  Spider Boardman <spider@orb.nashua.nh.us>
9491              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
9492              Files:  sv.c
9493      Branch: maint-5.004/perl
9494            ! sv.c
9495 ____________________________________________________________________________
9496 [   643] By: TimBunce                              on 1998/03/03  08:41:07
9497         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
9498              From:  Chip Salzenberg
9499              Files:  op.c t/op/my.t
9500      Branch: maint-5.004/perl
9501            ! op.c t/op/my.t
9502 ____________________________________________________________________________
9503 [   642] By: TimBunce                              on 1998/03/03  08:39:11
9504         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
9505              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9506              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
9507              Files:  pod/perlobj.pod sv.c t/op/ref.t
9508      Branch: maint-5.004/perl
9509            ! pod/perlobj.pod sv.c t/op/ref.t
9510 ____________________________________________________________________________
9511 [   641] By: gsar                                  on 1998/03/03  04:39:49
9512         Log: merge problematic maintpatch to op.c
9513              #77:  "Eliminate double warnings under C<package;>"
9514              From:  Chip Salzenberg
9515              Files:  gv.c op.c toke.c
9516      Branch: win32/perl
9517            ! gv.c op.c toke.c
9518 ____________________________________________________________________________
9519 [   640] By: gsar                                  on 1998/03/03  04:30:22
9520         Log: merge another conflicting maintpatch to op.c
9521              #17:  "Enhanced "use strict" warning"
9522              From:  Tkil <tkil@reptile.scrye.com>
9523              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
9524              Date:  Thu, 4 Dec 1997 02:38:26 -0700
9525              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
9526      Branch: win32/perl
9527            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
9528 ____________________________________________________________________________
9529 [   639] By: gsar                                  on 1998/03/03  04:09:11
9530         Log: maintpatch
9531              #73:  "Fix order of warnings for misplaced subscripts"
9532              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
9533              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
9534              Date:  Mon, 13 Oct 1997 11:23:56 +0100
9535              Files:  op.c
9536      Branch: win32/perl
9537            ! op.c
9538 ____________________________________________________________________________
9539 [   638] By: gsar                                  on 1998/03/03  04:02:16
9540         Log: manually apply another conflicting maintpatch
9541              #64:  "Fix extension version mismatch message"
9542              From:  Chip Salzenberg
9543              Files:  XSUB.h
9544      Branch: win32/perl
9545            ! XSUB.h
9546 ____________________________________________________________________________
9547 [   637] By: gsar                                  on 1998/03/03  03:57:08
9548         Log: maintpatch
9549              #62:  "Fix doc bug in getservbyname() examples"
9550              From:  Tom Christiansen
9551              Files:  ext/Socket/Socket.pm
9552      Branch: win32/perl
9553            ! ext/Socket/Socket.pm
9554 ____________________________________________________________________________
9555 [   636] By: gsar                                  on 1998/03/03  03:55:13
9556         Log: maintpatch
9557              #60:  "Socket occasional SEGV"
9558              From:  Trevor Blackwell <tlb@viaweb.com>
9559              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
9560              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
9561              Files:  ext/Socket/Socket.xs
9562      Branch: win32/perl
9563            ! ext/Socket/Socket.xs
9564 ____________________________________________________________________________
9565 [   635] By: gsar                                  on 1998/03/03  03:51:01
9566         Log: maintpatches for docs
9567              #53:  "Perlop bitwise & | ^ documentation"
9568              From:  Tom Phoenix <rootbeer@teleport.com>
9569              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
9570              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
9571              Files:  pod/perlfunc.pod
9572              -------- 
9573              #54:  "Update docs on tr///"
9574              From:  Tom Phoenix <rootbeer@teleport.com>
9575              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
9576              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
9577              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9578              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9579              pod/perlstyle.pod toke.c
9580      Branch: win32/perl
9581            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9582            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9583            ! pod/perlstyle.pod toke.c
9584 ____________________________________________________________________________
9585 [   634] By: gsar                                  on 1998/03/03  03:43:42
9586         Log: another maintpatch (this one needed adjust of test nos.)
9587              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9588              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
9589              Date: Thu, 22 Jan 1998 12:11:49 +0000
9590              Subject: Re: [PERL] A few perl5.004_03 bugs 
9591      Branch: win32/perl
9592            ! mg.c t/op/magic.t
9593 ____________________________________________________________________________
9594 [   633] By: gsar                                  on 1998/03/03  03:36:40
9595         Log: merge another toke.c patch and its dependent (very carefully)
9596              #32:  "Support C<Package::> as function-blind bearword"
9597              From:  Chip Salzenberg
9598              Files:  toke.c
9599              --------
9600              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
9601              From:  Gurusamy Sarathy
9602              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
9603      Branch: win32/perl
9604            ! pod/perldelta.pod pod/perldiag.pod toke.c
9605 ____________________________________________________________________________
9606 [   632] By: gsar                                  on 1998/03/03  03:12:16
9607         Log: another toke.c maintpatch
9608              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
9609              From:  Chip Salzenberg
9610              Files:  toke.c
9611      Branch: win32/perl
9612            ! toke.c
9613 ____________________________________________________________________________
9614 [   631] By: gsar                                  on 1998/03/03  03:06:59
9615         Log: still another maintpatch
9616              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9617              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
9618              Date: Sun, 02 Nov 1997 13:31:54 +0000
9619              Subject: [PATCH] assorted sprintf bugs
9620      Branch: win32/perl
9621            ! sv.c t/op/sprintf.t
9622 ____________________________________________________________________________
9623 [   630] By: gsar                                  on 1998/03/03  03:03:55
9624         Log: yet another maintpatch
9625              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9626              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
9627              Date: Sat, 22 Nov 1997 12:52:16 +0000
9628              Subject: Re: [PERL] Unexpected output 
9629      Branch: win32/perl
9630            ! doio.c t/pragma/warn-1global
9631 ____________________________________________________________________________
9632 [   629] By: gsar                                  on 1998/03/03  02:57:33
9633         Log: merge another maintpatch to toke.c
9634              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9635              Date: Sat, 22 Nov 1997 14:45:23 GMT
9636              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
9637              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
9638      Branch: win32/perl
9639            ! t/base/lex.t toke.c
9640 ____________________________________________________________________________
9641 [   628] By: gsar                                  on 1998/03/03  02:50:20
9642         Log: manually merge a maintpatch
9643              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
9644              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
9645              From: gnat@frii.com
9646              Subject: [PERL] Commenting toke.c
9647      Branch: win32/perl
9648            ! toke.c
9649 ____________________________________________________________________________
9650 [   627] By: TimBunce                              on 1998/03/02  22:34:47
9651         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
9652              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9653              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
9654              Files:  pp_hot.c pp_sys.c
9655      Branch: maint-5.004/perl
9656            ! pp_hot.c pp_sys.c
9657 ____________________________________________________________________________
9658 [   626] By: TimBunce                              on 1998/03/02  22:31:13
9659         Log: This is the change description for change 625
9660              Title:  "Fix tr///s option", #F007
9661              From:  Inaba Hiroto <inaba@st.rim.or.jp>
9662              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
9663              Files:  doop.c
9664      Branch: maint-5.004/perl
9665            ! doop.c
9666 ____________________________________________________________________________
9667 [   625] By: TimBunce                              on 1998/03/02  22:23:48
9668         Log:      Branch: maint-5.004/perl
9669            ! doop.c
9670 ____________________________________________________________________________
9671 [   623] By: TimBunce                              on 1998/03/02  21:51:53
9672         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
9673              From:  Chip Salzenberg
9674              Files:  pp_ctl.c
9675      Branch: maint-5.004/perl
9676            ! pp_ctl.c
9677 ____________________________________________________________________________
9678 [   622] By: TimBunce                              on 1998/03/02  21:43:29
9679         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
9680              From:  Chip Salzenberg
9681              Files:  sv.c
9682      Branch: maint-5.004/perl
9683            ! sv.c
9684 ____________________________________________________________________________
9685 [   621] By: TimBunce                              on 1998/03/02  21:29:59
9686         Log: Title:  "Fix compile-time warning line in while ()", #F004
9687              From:  Chip Salzenberg
9688              Files:  op.c
9689      Branch: maint-5.004/perl
9690            ! op.c
9691 ____________________________________________________________________________
9692 [   620] By: TimBunce                              on 1998/03/02  21:25:27
9693         Log: Title:  "STMT foreach LIST;", #F002
9694              From:  Chip Salzenberg
9695              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
9696              vms/perly_c.vms
9697      Branch: maint-5.004/perl
9698            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
9699            ! toke.c vms/perly_c.vms
9700 ____________________________________________________________________________
9701 [   619] By: TimBunce                              on 1998/03/02  21:12:58
9702         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
9703              From:  Chip Salzenberg
9704              Files:  op.c
9705      Branch: maint-5.004/perl
9706            ! op.c
9707 ____________________________________________________________________________
9708 [   618] By: gsar                                  on 1998/03/02  04:40:16
9709         Log: make t/lib/nothread.t type xtext also
9710      Branch: win32/perl
9711            ! t/op/nothread.t
9712 ____________________________________________________________________________
9713 [   617] By: gsar                                  on 1998/03/02  04:35:15
9714         Log: make t/lib/thread.t type xtext
9715      Branch: win32/perl
9716            ! t/lib/thread.t
9717 ____________________________________________________________________________
9718 [   616] By: gsar                                  on 1998/03/02  04:17:40
9719         Log: fix misapplied hunks in change#614
9720      Branch: win32/perl
9721            ! scope.c scope.h
9722 ____________________________________________________________________________
9723 [   615] By: gsar                                  on 1998/03/02  03:39:16
9724         Log: another one down
9725              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
9726              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
9727              Date: Tue, 25 Nov 1997 23:03:48 -0800
9728              Subject: [PERL] File::Find bugs & patches
9729      Branch: win32/perl
9730            ! lib/File/Find.pm
9731 ____________________________________________________________________________
9732 [   614] By: gsar                                  on 1998/03/02  03:28:28
9733         Log: this one with adjusted test numbers
9734              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
9735              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
9736              From: Stephen McCamant <alias@mcs.com>
9737              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
9738      Branch: win32/perl
9739            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
9740 ____________________________________________________________________________
9741 [   613] By: gsar                                  on 1998/03/02  03:13:32
9742         Log: still another
9743              From: Inaba Hiroto <inaba@st.rim.or.jp>
9744              Subject: [PERL] tr///s bug
9745              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
9746              Date: Sat, 10 Jan 1998 15:53:33 +0900
9747      Branch: win32/perl
9748            ! doop.c t/op/subst.t
9749 ____________________________________________________________________________
9750 [   612] By: gsar                                  on 1998/03/02  03:01:27
9751         Log: yet another patch
9752              From: Chip Salzenberg <salzench@nielsenmedia.com>
9753              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
9754              Subject: Tiny but massively cool:  C<statement foreach @list>
9755              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
9756      Branch: win32/perl
9757            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
9758            ! toke.c vms/perly_c.vms
9759 ____________________________________________________________________________
9760 [   611] By: gsar                                  on 1998/03/02  01:52:46
9761         Log: yet another 'old' patch
9762              From: Stephane Payrard <stef@francenet.fr>
9763              Message-Id: <199712040054.BAA04612@www.zweig.com>
9764              To: perl5-porters@perl.org
9765              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
9766              between `my' and `local' (Patch included)
9767      Branch: win32/perl
9768            ! op.c t/op/my.t
9769 ____________________________________________________________________________
9770 [   610] By: gsar                                  on 1998/03/02  01:45:55
9771         Log: another 'old' patch
9772              From: Roderick Schertler <roderick@argon.org>
9773              Date: 19 Dec 1997 12:52:36 -0500
9774              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
9775              Subject: [PERL] [PATCH] Re: Problem with open >&=
9776      Branch: win32/perl
9777            ! doio.c t/op/misc.t
9778 ____________________________________________________________________________
9779 [   609] By: gsar                                  on 1998/03/02  01:23:56
9780         Log: apply missing pieces from:
9781              From: Chip Salzenberg <salzench@nielsenmedia.com>
9782              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
9783              Subject: [PATCH] Improved LVALUE patch
9784              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
9785      Branch: win32/perl
9786            ! sv.c
9787 ____________________________________________________________________________
9788 [   608] By: gsar                                  on 1998/03/02  01:13:01
9789         Log: merge two important 'old' patches
9790              From: Chip Salzenberg <salzench@nielsenmedia.com>
9791              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
9792              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
9793              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
9794              ------
9795              From: Chip Salzenberg <salzench@nielsenmedia.com>
9796              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
9797              Subject: [PATCH] Fix for compile-time while() warnings
9798              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
9799      Branch: win32/perl
9800            ! op.c
9801 ____________________________________________________________________________
9802 [   607] By: gsar                                  on 1998/03/01  06:52:26
9803         Log: integrate mainline changes
9804      Branch: asperl
9805           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
9806           +> lib/Tie/Handle.pm t/op/tiehandle.t
9807            - config_H
9808           !> (integrate 89 files)
9809 ____________________________________________________________________________
9810 [   606] By: gsar                                  on 1998/02/28  23:11:00
9811         Log: misc small tweaks
9812              - AutoLoader fix for long::pack::names
9813              - d_mymalloc can be set from makefiles now
9814              - make search.pl actually work on win32
9815              - revert podoc about $^E on OS/2 (per Ilya's wishes)
9816      Branch: win32/perl
9817            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
9818            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
9819 ____________________________________________________________________________
9820 [   605] By: gsar                                  on 1998/02/28  22:16:45
9821         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
9822      Branch: win32/perl
9823            ! embedvar.h sv.h
9824 ____________________________________________________________________________
9825 [   604] By: gsar                                  on 1998/02/28  21:08:58
9826         Log: integrate mainline
9827      Branch: win32/perl
9828           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
9829           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
9830           !> byterun.c ext/SDBM_File/Makefile.PL
9831           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
9832           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
9833           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
9834           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
9835           !> vms/test.com win32/makedef.pl
9836 ____________________________________________________________________________
9837 [   603] By: nick                                  on 1998/02/28  11:31:15
9838         Log: Missed FREAD in bytecode.h
9839              Cannot export svref_mutex in non-threaded perl
9840      Branch: perl
9841            ! bytecode.h win32/makedef.pl
9842
9843 ----------------
9844 Version 5.004_61
9845 ----------------
9846
9847 ____________________________________________________________________________
9848 [   602] By: mbeattie                              on 1998/02/27  18:35:27
9849         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
9850              preprocessor symbol on Digital UNIX.
9851      Branch: perl
9852            ! bytecode.h bytecode.pl byterun.c
9853 ____________________________________________________________________________
9854 [   601] By: mbeattie                              on 1998/02/27  18:27:00
9855         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
9856      Branch: perl
9857            ! sv.h
9858 ____________________________________________________________________________
9859 [   600] By: mbeattie                              on 1998/02/27  18:15:07
9860         Log: Add atomic.h to MANIFEST
9861      Branch: perl
9862            ! MANIFEST
9863 ____________________________________________________________________________
9864 [   599] By: mbeattie                              on 1998/02/27  18:13:52
9865         Log: Integrate win32 branch into mainline.
9866      Branch: perl
9867            ! bytecode.pl
9868           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
9869           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
9870           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
9871           !> win32/config.gc win32/config.vc win32/config_H.bc
9872           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
9873           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
9874           !> win32/win32thread.h
9875 ____________________________________________________________________________
9876 [   598] By: mbeattie                              on 1998/02/27  18:06:41
9877         Log: Make refcounts atomic for threading (dependent on appropriate
9878              arch-dependent and compiler-dependent definitions in atomic.h
9879              or else falls back to a global mutex to protect refcounts).
9880      Branch: perl
9881            + atomic.h
9882            ! global.sym perl.c perlvars.h sv.c sv.h
9883 ____________________________________________________________________________
9884 [   597] By: mbeattie                              on 1998/02/27  15:37:22
9885         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
9886      Branch: perl
9887            ! MANIFEST
9888 ____________________________________________________________________________
9889 [   596] By: mbeattie                              on 1998/02/27  15:34:55
9890         Log: Missed adding new file Policy_sh.SH in change 592.
9891      Branch: perl
9892            + Policy_sh.SH
9893 ____________________________________________________________________________
9894 [   595] By: mbeattie                              on 1998/02/27  15:34:06
9895         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
9896              Date: Fri, 27 Feb 1998 04:15:04 +0000
9897              From: Graham Barr <gbarr@pobox.com>
9898      Branch: perl
9899            + lib/Tie/Handle.pm t/op/tiehandle.t
9900            ! pod/perltie.pod pp_sys.c
9901 ____________________________________________________________________________
9902 [   594] By: mbeattie                              on 1998/02/27  15:31:12
9903         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9904              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
9905              Date: Thu, 26 Feb 1998 11:09:55 -0800
9906              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
9907              Date: Thu, 26 Feb 1998 11:15:24 -0800
9908      Branch: perl
9909            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
9910            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
9911            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
9912            ! vms/test.com
9913 ____________________________________________________________________________
9914 [   593] By: mbeattie                              on 1998/02/27  15:26:45
9915         Log: Fix file-descriptor leak when pipes fail via taint checks:
9916              Subject: [PATCH] Some patches went through cracks
9917              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
9918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9919      Branch: perl
9920            ! os2/os2.c util.c
9921 ____________________________________________________________________________
9922 [   592] By: mbeattie                              on 1998/02/27  15:15:12
9923         Log: Subject: Config_60-03-04.diff patch for 5.004_60
9924              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
9925              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9926      Branch: perl
9927            ! Configure MANIFEST Makefile.SH os2/diff.configure
9928 ____________________________________________________________________________
9929 [   591] By: gsar                                  on 1998/02/26  19:34:50
9930         Log: added AS patch#9
9931      Branch: asperl
9932            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
9933            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
9934            - win32/ipstdiowin.h win32/perlobj.def
9935            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
9936            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
9937            ! win32/win32sck.c win32/win32thread.c
9938 ____________________________________________________________________________
9939 [   590] By: gsar                                  on 1998/02/26  04:25:40
9940         Log: various changes to make win32 build under the new Configure & co.
9941              - added byterun.c to core C build
9942              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
9943              after adding new variables to config.[bgv]c
9944              - sig_name_init now has only the valid signals
9945              - we now have $Config{usethreads}
9946              - tested under the two commercial compilers w/ and w/o usethreads
9947      Branch: win32/perl
9948            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9949            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9950            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
9951 ____________________________________________________________________________
9952 [   589] By: gsar                                  on 1998/02/26  03:56:19
9953         Log: various cleanups so that B can be built as "just another extension"
9954              - export symbols needed for building B
9955              - bset_obj_store() is needed by byterun(), so define it there instead
9956              of at B.xs, and export it
9957              - freadpv() is only used in B.xs, so move it there
9958              - byte*.h are now included by perl.h
9959              - regenerate embed*.h
9960      Branch: win32/perl
9961            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
9962            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
9963 ____________________________________________________________________________
9964 [   588] By: gsar                                  on 1998/02/25  21:46:35
9965         Log: integrate mainline
9966      Branch: win32/perl
9967           +> Porting/config.sh Porting/config_H
9968            - config_H
9969           !> (integrate 54 files)
9970 ____________________________________________________________________________
9971 [   587] By: gsar                                  on 1998/02/25  19:20:26
9972         Log: added AS patch#8
9973      Branch: asperl
9974            ! sv.c x2p/a2py.c x2p/util.c
9975 ____________________________________________________________________________
9976 [   586] By: gsar                                  on 1998/02/25  19:08:06
9977         Log: added AS patch#7
9978              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
9979              Date:    Tue, 24 Feb 1998 07:57:07 PST
9980              From:    Douglas Lankshear <dougl@ActiveState.com>
9981              Subject: [PATCH] 
9982              
9983              Here's an attempt at
9984              6. MANIFEST must be updated with new file names
9985              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
9986              And some changes to move toward
9987              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
9988              
9989              -- Doug
9990      Branch: asperl
9991            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
9992            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
9993            ! perlenv.h perlio.h perllio.h win32/Makefile
9994 ____________________________________________________________________________
9995 [   585] By: mbeattie                              on 1998/02/25  17:44:34
9996         Log: More compiler tweaks.
9997      Branch: perl
9998            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
9999 ____________________________________________________________________________
10000 [   584] By: mbeattie                              on 1998/02/25  15:36:38
10001         Log: Subject: [PATCH 5.004_60] dos-djgpp update
10002              Date: Wed, 25 Feb 1998 11:17:07 +0100
10003              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10004      Branch: perl
10005            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
10006 ____________________________________________________________________________
10007 [   583] By: mbeattie                              on 1998/02/25  15:34:48
10008         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
10009      Branch: perl
10010            ! global.sym patchlevel.h
10011 ____________________________________________________________________________
10012 [   582] By: mbeattie                              on 1998/02/25  15:28:08
10013         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
10014              Date: Tue, 24 Feb 1998 11:15:57 +0000
10015              From: Robin Houston <robin@oneworld.org>
10016      Branch: perl
10017            ! pod/perldiag.pod pp_ctl.c
10018 ____________________________________________________________________________
10019 [   581] By: mbeattie                              on 1998/02/25  15:27:06
10020         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
10021              Date: 23 Feb 1998 23:36:09 +0100
10022              From: Gisle Aas <gisle@aas.no>
10023      Branch: perl
10024            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
10025 ____________________________________________________________________________
10026 [   580] By: mbeattie                              on 1998/02/25  15:25:29
10027         Log: Subject: [PATCH 5.004_60] improved Test.pm
10028              Date: Sat, 21 Feb 1998 14:17:09 -0500
10029              From: Joshua Pritikin <pritikin@mindspring.com>
10030      Branch: perl
10031            ! lib/Test.pm
10032 ____________________________________________________________________________
10033 [   579] By: mbeattie                              on 1998/02/25  15:23:24
10034         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
10035              From: Jarkko Hietaniemi <jhi@iki.fi>
10036              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
10037              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
10038              Subject: Re: your HP-UX perl patch
10039              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
10040      Branch: perl
10041            ! Makefile.SH embed.h global.sym hints/hpux.sh
10042 ____________________________________________________________________________
10043 [   578] By: mbeattie                              on 1998/02/25  15:18:06
10044         Log: Back out DB_File patch (change _553) and tweak Configure.
10045              Subject: ANNOUNCE: perl5.004_60 is available
10046              Date: Mon, 23 Feb 1998 10:47:26 -0000
10047              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
10048      Branch: perl
10049            ! Configure ext/DB_File/DB_File.xs
10050 ____________________________________________________________________________
10051 [   577] By: mbeattie                              on 1998/02/25  15:04:00
10052         Log: Subject: [PATCH] Cwd.pm
10053              Date: Fri, 20 Feb 1998 10:27:54 -0600
10054              From: Graham Barr <gbarr@ti.com>
10055      Branch: perl
10056            ! lib/Cwd.pm
10057 ____________________________________________________________________________
10058 [   576] By: mbeattie                              on 1998/02/25  15:02:57
10059         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
10060              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
10061              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
10062              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
10063              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
10064              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
10065              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
10066      Branch: perl
10067            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
10068 ____________________________________________________________________________
10069 [   575] By: mbeattie                              on 1998/02/25  14:58:00
10070         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
10071              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
10072              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10073      Branch: perl
10074            + Porting/config.sh Porting/config_H
10075            - config_H
10076            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
10077            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
10078            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
10079            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
10080            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
10081            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
10082            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
10083 ____________________________________________________________________________
10084 [   574] By: gsar                                  on 1998/02/24  02:21:14
10085         Log: fix typos in sv.c
10086      Branch: win32/perl
10087            ! sv.c
10088 ____________________________________________________________________________
10089 [   573] By: mbeattie                              on 1998/02/23  10:03:39
10090         Log: Remove old Linux+threads segfault degugging kludge.
10091      Branch: perl
10092            ! perl.c
10093 ____________________________________________________________________________
10094 [   572] By: gsar                                  on 1998/02/23  09:45:26
10095         Log: undo previous change (no added value!)
10096      Branch: win32/perl
10097            ! win32/bin/pl2bat.pl
10098 ____________________________________________________________________________
10099 [   571] By: gsar                                  on 1998/02/23  09:18:32
10100         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
10101              John Cavanaugh <cavanaug@sdd.hp.com>)
10102      Branch: win32/perl
10103            ! win32/bin/pl2bat.pl
10104 ____________________________________________________________________________
10105 [   570] By: gsar                                  on 1998/02/22  04:02:15
10106         Log: support chown() (just a noop for now)
10107      Branch: win32/perl
10108            ! dosish.h win32/win32.c win32/win32.h
10109 ____________________________________________________________________________
10110 [   569] By: gsar                                  on 1998/02/22  03:09:55
10111         Log: integrate latest win32 branch
10112      Branch: asperl
10113           +> (branch 41 files)
10114           !> (integrate 59 files)
10115 ____________________________________________________________________________
10116 [   568] By: gsar                                  on 1998/02/22  02:40:56
10117         Log: get compiler building under win32 (needed Makefile.PL
10118              hacks that could be applicable to other platforms)
10119      Branch: win32/perl
10120            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
10121 ____________________________________________________________________________
10122 [   567] By: gsar                                  on 1998/02/22  01:30:19
10123         Log: integrate mainline
10124      Branch: win32/perl
10125           +> (branch 41 files)
10126           !> (integrate 46 files)
10127 ____________________________________________________________________________
10128 [   566] By: gsar                                  on 1998/02/20  22:31:56
10129         Log: fix handle leak in join()
10130      Branch: win32/perl
10131            ! win32/win32thread.h
10132
10133 ----------------
10134 Version 5.004_60
10135 ----------------
10136
10137 ____________________________________________________________________________
10138 [   565] By: mbeattie                              on 1998/02/20  18:23:47
10139         Log: Remove compiler files from their old lib/B locations. The compiler
10140              now builds by default (without the byteperl executable so far) and
10141              seems to work at least minimally.
10142      Branch: perl
10143            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
10144            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
10145            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
10146            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
10147            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
10148            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
10149            ! MANIFEST bytecode.pl
10150 ____________________________________________________________________________
10151 [   564] By: mbeattie                              on 1998/02/20  18:05:33
10152         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
10153              under ext/B.
10154      Branch: perl
10155           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
10156           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
10157           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
10158           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
10159           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
10160           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
10161           +> ext/B/B/makeliblinks ext/B/O.pm
10162 ____________________________________________________________________________
10163 [   563] By: mbeattie                              on 1998/02/20  17:54:58
10164         Log: Start getting compiler to work when built with the core.
10165              [Still won't work as of this change.]
10166      Branch: perl
10167           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
10168           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
10169           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
10170           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
10171           +> lib/B/Terse.pm lib/B/Xref.pm
10172            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
10173 ____________________________________________________________________________
10174 [   562] By: mbeattie                              on 1998/02/20  16:42:13
10175         Log: Merge perlext/Compiler/... into mainline. Some files move to
10176              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
10177              move to the base perl directory (e.g. headers). Will need some
10178              cleaning up before it builds properly, I would guess.
10179      Branch: perl
10180           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
10181           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
10182           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
10183           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
10184           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
10185           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
10186           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
10187           +> lib/B/makeliblinks lib/O.pm
10188 ____________________________________________________________________________
10189 [   561] By: mbeattie                              on 1998/02/20  16:39:38
10190         Log: Win32 changes from Sarathy, tweaked slightly by me.
10191      Branch: perlext
10192            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
10193            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
10194            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
10195            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
10196 ____________________________________________________________________________
10197 [   560] By: mbeattie                              on 1998/02/20  15:46:15
10198         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
10199      Branch: perl
10200            ! perl.c
10201 ____________________________________________________________________________
10202 [   559] By: mbeattie                              on 1998/02/20  12:56:10
10203         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
10204      Branch: perl
10205            ! MANIFEST patchlevel.h
10206 ____________________________________________________________________________
10207 [   558] By: mbeattie                              on 1998/02/20  12:53:26
10208         Log: Integrate win32 branch into mainline.
10209      Branch: perl
10210           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
10211           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10212           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10213           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
10214           !> win32/win32iop.h x2p/a2p.h
10215 ____________________________________________________________________________
10216 [   557] By: mbeattie                              on 1998/02/20  12:51:42
10217         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
10218              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
10219              From: Jarkko Hietaniemi <jhi@iki.fi>
10220      Branch: perl
10221            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
10222            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
10223            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
10224            ! pod/perltoc.pod pod/perlvar.pod
10225 ____________________________________________________________________________
10226 [   556] By: mbeattie                              on 1998/02/20  12:49:54
10227         Log: Subject: [PATCH] installperl
10228              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
10229              From: Norton Allen <allen@huarp.harvard.edu>
10230      Branch: perl
10231            ! installperl
10232 ____________________________________________________________________________
10233 [   555] By: mbeattie                              on 1998/02/20  12:49:09
10234         Log: Subject: [PATCH:_59] t/op/wantarray.t
10235              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
10236              From: Norton Allen <allen@huarp.harvard.edu>
10237      Branch: perl
10238            + t/op/wantarray.t
10239 ____________________________________________________________________________
10240 [   554] By: mbeattie                              on 1998/02/20  12:47:44
10241         Log: Subject: Misprint in regcomp.c [PATCH]
10242              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
10243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10244      Branch: perl
10245            ! regcomp.c
10246 ____________________________________________________________________________
10247 [   553] By: mbeattie                              on 1998/02/20  12:45:08
10248         Log: Subject: DB_File ->length does not work just after tie.
10249              Date: Tue, 17 Feb 1998 13:19:18 GMT
10250              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10251      Branch: perl
10252            ! ext/DB_File/DB_File.xs
10253 ____________________________________________________________________________
10254 [   552] By: mbeattie                              on 1998/02/20  12:43:32
10255         Log: Subject: [PATCH] - perl5.005_59, update Copyright
10256              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
10257              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
10258      Branch: perl
10259            ! perl.c
10260 ____________________________________________________________________________
10261 [   551] By: mbeattie                              on 1998/02/20  12:42:41
10262         Log: Subject: Re: for() and map() peculiarity
10263              Date: Mon, 16 Feb 1998 21:33:44 +0000
10264              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10265      Branch: perl
10266            ! pod/perlsyn.pod
10267 ____________________________________________________________________________
10268 [   550] By: mbeattie                              on 1998/02/20  12:41:53
10269         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
10270              Date: Mon, 16 Feb 1998 11:46:29 -0800
10271              From: Dan Sugalski <sugalskd@osshe.edu>
10272      Branch: perl
10273            ! vms/config.vms
10274 ____________________________________________________________________________
10275 [   549] By: mbeattie                              on 1998/02/20  12:40:55
10276         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
10277              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
10278              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
10279      Branch: perl
10280            ! global.sym
10281 ____________________________________________________________________________
10282 [   548] By: mbeattie                              on 1998/02/20  12:39:56
10283         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
10284              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
10285              From: Jarkko Hietaniemi <jhi@iki.fi>
10286      Branch: perl
10287            ! hints/irix_6.sh
10288 ____________________________________________________________________________
10289 [   547] By: mbeattie                              on 1998/02/20  12:38:58
10290         Log: Subject: [PATCH] perlguts update
10291              Date: 16 Feb 1998 11:23:53 +0100
10292              From: Gisle Aas <gisle@aas.no>
10293      Branch: perl
10294            ! pod/perlguts.pod
10295 ____________________________________________________________________________
10296 [   546] By: mbeattie                              on 1998/02/20  12:38:01
10297         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
10298              Date: Sun, 15 Feb 1998 23:56:05 -0500
10299              From: Irving Reid <irving@tor.securecomputing.com>
10300      Branch: perl
10301            ! hints/bsdos.sh
10302 ____________________________________________________________________________
10303 [   545] By: mbeattie                              on 1998/02/20  12:37:11
10304         Log: Subject: [PATCH] 5% speedup in an empty loop
10305              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
10306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10307      Branch: perl
10308            ! op.c
10309 ____________________________________________________________________________
10310 [   544] By: mbeattie                              on 1998/02/20  12:36:26
10311         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
10312              Date: Sun, 15 Feb 98 23:06:16 +0100
10313              From: Hans Mulder <hansm@icgroup.nl>
10314      Branch: perl
10315            ! hints/next_3.sh hints/next_4.sh
10316 ____________________________________________________________________________
10317 [   543] By: mbeattie                              on 1998/02/20  12:35:39
10318         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
10319              Date: Sun, 15 Feb 98 23:05:20 +0100
10320              From: Hans Mulder <hansm@icgroup.nl>
10321      Branch: perl
10322            ! malloc.c
10323 ____________________________________________________________________________
10324 [   542] By: mbeattie                              on 1998/02/20  12:35:03
10325         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
10326              From: Hans Mulder <hansm@icgroup.nl>
10327              Date: Sun, 15 Feb 98 23:04:29 +0100
10328      Branch: perl
10329            ! Configure
10330 ____________________________________________________________________________
10331 [   541] By: mbeattie                              on 1998/02/20  12:33:56
10332         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
10333              NeXT   needs DONT_DECLARE_STD)
10334              Date: Sun, 15 Feb 98 23:04:19 +0100
10335              From: Hans Mulder <hansm@icgroup.nl>
10336      Branch: perl
10337            ! perl.h
10338 ____________________________________________________________________________
10339 [   540] By: mbeattie                              on 1998/02/20  12:32:25
10340         Log: Subject: [PATCH] sv_check_thinkfirst macroized
10341              Date: 15 Feb 1998 22:00:38 +0100
10342              From: Gisle Aas <gisle@aas.no>
10343      Branch: perl
10344            ! sv.c
10345 ____________________________________________________________________________
10346 [   539] By: mbeattie                              on 1998/02/20  12:31:07
10347         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
10348              Date: Sat, 14 Feb 1998 17:58:01 -0500
10349              From: Joshua Pritikin <pritikin@mindspring.com>
10350      Branch: perl
10351            + lib/Test.pm
10352            ! MANIFEST lib/Test/Harness.pm
10353 ____________________________________________________________________________
10354 [   538] By: mbeattie                              on 1998/02/20  12:24:31
10355         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
10356              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
10357              From: Jarkko Hietaniemi <jhi@iki.fi>
10358      Branch: perl
10359            ! INSTALL pod/perldiag.pod pod/perllocale.pod
10360 ____________________________________________________________________________
10361 [   537] By: mbeattie                              on 1998/02/20  12:23:04
10362         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
10363              Date: Fri, 13 Feb 1998 13:38:28 -0800
10364              From: Dan Sugalski <sugalskd@osshe.edu>
10365      Branch: perl
10366            ! README.vms
10367 ____________________________________________________________________________
10368 [   536] By: mbeattie                              on 1998/02/20  12:20:29
10369         Log: Subject: [PATCH] 5.004_58, move intuition tests
10370              Date: Thu, 12 Feb 1998 17:11:05 -0600
10371              From: Stephen Potter <spp@psa.pencom.com>
10372      Branch: perl
10373            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10374            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
10375            ! t/op/flip.t t/op/pat.t t/op/push.t
10376 ____________________________________________________________________________
10377 [   535] By: gsar                                  on 1998/02/19  23:07:24
10378         Log: applied a version of this with tabs intact
10379              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
10380              Date:    19 Feb 1998 15:06:38 EST
10381              From:    dfan@harmonixmusic.com (Dan Schmidt)
10382              Subject: Pod::Html bug and fix: missing </UL> in index
10383      Branch: win32/perl
10384            ! lib/Pod/Html.pm
10385 ____________________________________________________________________________
10386 [   534] By: gsar                                  on 1998/02/19  19:40:27
10387         Log: Fix C<0> problem in Pod::Html
10388      Branch: win32/perl
10389            ! lib/Pod/Html.pm
10390 ____________________________________________________________________________
10391 [   533] By: gsar                                  on 1998/02/18  18:11:08
10392         Log: non-debug VC builds are -O1 now (they say it works, and is
10393              faster)
10394      Branch: win32/perl
10395            ! win32/Makefile win32/makefile.mk
10396 ____________________________________________________________________________
10397 [   532] By: gsar                                  on 1998/02/18  04:11:03
10398         Log: integrate nick's patch to mainline
10399      Branch: win32/perl
10400           !> pp.c
10401 ____________________________________________________________________________
10402 [   531] By: mbeattie                              on 1998/02/17  17:50:50
10403         Log: Assorted changes to the compiler
10404      Branch: perlext
10405            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
10406            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
10407            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
10408            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
10409 ____________________________________________________________________________
10410 [   530] By: gsar                                  on 1998/02/17  01:47:35
10411         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
10412              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
10413              build passes all tests except t/lib/io_xs.t (seems to be due to
10414              broken tmpfile() in the CRT or import lib)
10415      Branch: win32/perl
10416            ! XSUB.h win32/makefile.mk win32/win32.h
10417 ____________________________________________________________________________
10418 [   529] By: gsar                                  on 1998/02/16  23:03:31
10419         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
10420              in this version of gcc!)
10421      Branch: win32/perl
10422            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
10423            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
10424 ____________________________________________________________________________
10425 [   528] By: nick                                  on 1998/02/16  22:13:04
10426         Log: Missing PUSHMARK in unshift TIEARRAY hook
10427      Branch: perl
10428            ! pp.c
10429 ____________________________________________________________________________
10430 [   527] By: gsar                                  on 1998/02/15  20:59:07
10431         Log: integrate win32 branch
10432      Branch: asperl
10433           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
10434           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10435           !> win32/makedef.pl
10436 ____________________________________________________________________________
10437 [   526] By: gsar                                  on 1998/02/15  20:02:11
10438         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
10439      Branch: win32/perl
10440            ! config_h.SH win32/config_H.bc win32/config_H.gc
10441            ! win32/config_H.vc
10442 ____________________________________________________________________________
10443 [   525] By: gsar                                  on 1998/02/15  03:26:45
10444         Log: fix build problems due to renamed Config variables
10445      Branch: win32/perl
10446            ! win32/config.bc win32/config.gc win32/config.vc
10447            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10448            ! win32/makedef.pl
10449 ____________________________________________________________________________
10450 [   524] By: gsar                                  on 1998/02/14  01:00:15
10451         Log: bring ASPerl uptodate with mainline changes
10452      Branch: asperl
10453           +> ext/DB_File/Changes t/comp/require.t
10454           !> (integrate 41 files)
10455 ____________________________________________________________________________
10456 [   523] By: gsar                                  on 1998/02/14  00:52:17
10457         Log: integrate mainline
10458      Branch: win32/perl
10459           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
10460           !> pp_hot.c t/op/magic.t
10461 ____________________________________________________________________________
10462 [   522] By: gsar                                  on 1998/02/14  00:42:37
10463         Log: added AS patch#6
10464              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
10465              Date:    Fri, 13 Feb 1998 06:14:51 PST
10466              From:    Douglas Lankshear <dougl@ActiveState.com>
10467              Subject: [PATCH] command line build
10468              
10469              This patch is for the command line build of perl object.
10470              I'll merge the ipfoo.c function with win32_xxx functions next.
10471              
10472              -- Doug
10473      Branch: asperl
10474            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
10475            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
10476            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
10477 ____________________________________________________________________________
10478 [   521] By: gsar                                  on 1998/02/14  00:14:04
10479         Log: added AS patch#5 (patch #4 was intentionally skipped after
10480              discussion)
10481      Branch: asperl
10482            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
10483            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
10484            ! regexec.c sv.c toke.c
10485 ____________________________________________________________________________
10486 [   520] By: nick                                  on 1998/02/13  18:15:46
10487         Log: Resolve ansiperl against win32
10488      Branch: ansiperl
10489           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
10490           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
10491           +> t/lib/ph.t
10492           !> (integrate 898 files)
10493
10494 ----------------
10495 Version 5.004_59
10496 ----------------
10497
10498 ____________________________________________________________________________
10499 [   519] By: mbeattie                              on 1998/02/13  17:05:37
10500         Log: Integrate win32 into mainline.
10501      Branch: perl
10502            ! lib/ExtUtils/xsubpp
10503           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10504           !> win32/makefile.mk
10505 ____________________________________________________________________________
10506 [   518] By: mbeattie                              on 1998/02/13  17:01:16
10507         Log: Bump patchlevel.h to 59.
10508      Branch: perl
10509            ! patchlevel.h
10510 ____________________________________________________________________________
10511 [   517] By: mbeattie                              on 1998/02/13  16:57:59
10512         Log: Subject: [PATCH] _58: wantarray in void context broken
10513              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
10514              From: Norton Allen <allen@huarp.harvard.edu>
10515      Branch: perl
10516            ! pp_hot.c
10517 ____________________________________________________________________________
10518 [   516] By: mbeattie                              on 1998/02/13  16:55:33
10519         Log: Subject: [PATCH] 5.004_58 QNX getcwd
10520              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
10521              From: Norton Allen <allen@huarp.harvard.edu>
10522      Branch: perl
10523            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
10524 ____________________________________________________________________________
10525 [   515] By: gsar                                  on 1998/02/12  18:29:52
10526         Log: pickup lddlflags properly for Config.pm
10527      Branch: win32/perl
10528            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10529            ! win32/makefile.mk
10530 ____________________________________________________________________________
10531 [   514] By: gsar                                  on 1998/02/12  18:16:09
10532         Log: fix xsubpp bug in SETMAGIC code
10533      Branch: win32/perl
10534            ! lib/ExtUtils/xsubpp
10535 ____________________________________________________________________________
10536 [   513] By: gsar                                  on 1998/02/12  18:06:30
10537         Log: integrate mainline
10538      Branch: win32/perl
10539           +> ext/DB_File/Changes
10540           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
10541           !> ext/DB_File/DB_File.xs hints/machten.sh
10542           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
10543           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
10544           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
10545           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
10546           !> t/op/re_tests t/pragma/locale.t
10547 ____________________________________________________________________________
10548 [   512] By: mbeattie                              on 1998/02/12  17:34:02
10549         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
10550              with -DUSE_THREADS -DDEBUGGING to fail.
10551      Branch: perl
10552            ! scope.h
10553 ____________________________________________________________________________
10554 [   511] By: mbeattie                              on 1998/02/12  16:44:03
10555         Log: Integrate win32 into mainline
10556      Branch: perl
10557           +> t/comp/require.t
10558           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
10559 ____________________________________________________________________________
10560 [   510] By: mbeattie                              on 1998/02/12  16:42:26
10561         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
10562              Date: 12 Feb 1998 14:25:55 +0100
10563              From: koenig@kulturbox.de (Andreas J. Koenig)
10564      Branch: perl
10565            ! lib/ExtUtils/Install.pm
10566 ____________________________________________________________________________
10567 [   509] By: mbeattie                              on 1998/02/12  16:40:34
10568         Log: Subject: Re: wrong prototype for sbrk [PATCH]
10569              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
10570              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
10571      Branch: perl
10572            ! malloc.c
10573 ____________________________________________________________________________
10574 [   508] By: mbeattie                              on 1998/02/12  16:36:53
10575         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
10576              Date: Wed, 11 Feb 1998 17:29:20 +0100
10577              From: Achim Bohnet <ach@mpe.mpg.de>
10578      Branch: perl
10579            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
10580 ____________________________________________________________________________
10581 [   507] By: mbeattie                              on 1998/02/12  16:35:26
10582         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
10583              Date: Wed, 11 Feb 1998 14:59:46 +0100
10584              From: Dominic Dunlop <domo@vo.lu>
10585      Branch: perl
10586            ! hints/machten.sh
10587 ____________________________________________________________________________
10588 [   506] By: mbeattie                              on 1998/02/12  16:28:40
10589         Log: Subject: DB_File 1.58 patch
10590              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
10591              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10592      Branch: perl
10593            + ext/DB_File/Changes
10594            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10595            ! t/lib/db-recno.t
10596 ____________________________________________________________________________
10597 [   505] By: mbeattie                              on 1998/02/12  16:24:26
10598         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
10599              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
10600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10601      Branch: perl
10602            ! regexec.c t/op/re_tests
10603 ____________________________________________________________________________
10604 [   504] By: mbeattie                              on 1998/02/12  16:22:46
10605         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10606              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
10607              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
10608              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
10609              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
10610              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
10611              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
10612      Branch: perl
10613            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
10614            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
10615 ____________________________________________________________________________
10616 [   503] By: mbeattie                              on 1998/02/12  16:15:43
10617         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
10618              Date: Mon, 9 Feb 1998 13:19:45 +0100
10619              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10620      Branch: perl
10621            ! t/lib/filecopy.t
10622 ____________________________________________________________________________
10623 [   502] By: mbeattie                              on 1998/02/12  16:14:27
10624         Log: Assorted patches to sv.c:
10625              From: Gisle Aas <gisle@aas.no>
10626              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
10627              Date: 07 Feb 1998 00:21:57 +0100
10628              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
10629              Date: 07 Feb 1998 00:29:45 +0100
10630              Subject: [PATCH] sv_upgrade() always returns TRUE
10631              Date: 09 Feb 1998 15:44:01 +0100
10632      Branch: perl
10633            ! sv.c
10634 ____________________________________________________________________________
10635 [   501] By: mbeattie                              on 1998/02/12  16:09:26
10636         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
10637              Subject: Perl debugger.
10638              Date: Fri, 6 Feb 1998 17:47:08 -0500
10639              From: "Jason A. Smith" <smithj4@rpi.edu>
10640      Branch: perl
10641            ! lib/perl5db.pl
10642 ____________________________________________________________________________
10643 [   500] By: gsar                                  on 1998/02/12  03:20:55
10644         Log: merge another maint patch
10645              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
10646              Date:    Tue, 10 Feb 1998 18:49:00 EST
10647              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10648              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
10649      Branch: win32/perl
10650            ! pp_ctl.c
10651 ____________________________________________________________________________
10652 [   499] By: gsar                                  on 1998/02/12  03:14:39
10653         Log: make t/comp/require.t type xtext
10654      Branch: win32/perl
10655            ! t/comp/require.t
10656 ____________________________________________________________________________
10657 [   498] By: gsar                                  on 1998/02/12  03:09:58
10658         Log: fix extra LEAVE when require fails
10659              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
10660              Date:    Tue, 10 Feb 1998 18:21:37 EST
10661              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10662              Subject: Re: evals and requires make seg-fault with bad require file 
10663      Branch: win32/perl
10664            + t/comp/require.t
10665            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
10666 ____________________________________________________________________________
10667 [   497] By: gsar                                  on 1998/02/12  02:47:29
10668         Log: merge a maint patch
10669              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
10670              Date:    Wed, 11 Feb 1998 00:15:51 EST
10671              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10672              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
10673      Branch: win32/perl
10674            ! pp_ctl.c t/op/local.t
10675 ____________________________________________________________________________
10676 [   496] By: mbeattie                              on 1998/02/11  13:04:50
10677         Log: Integrate win32 into mainline.
10678      Branch: perl
10679           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
10680           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
10681           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
10682           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
10683           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
10684           !> win32/makedef.pl win32/win32.c win32/win32iop.h
10685 ____________________________________________________________________________
10686 [   495] By: mbeattie                              on 1998/02/11  13:03:59
10687         Log: Fix special constants in Xref.pm
10688      Branch: perlext
10689            ! Compiler/B/Xref.pm
10690 ____________________________________________________________________________
10691 [   494] By: gsar                                  on 1998/02/10  18:26:28
10692         Log: fix opendir() problem on share names
10693              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
10694              Date:    Tue, 10 Feb 1998 13:28:53 EST
10695              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10696              Subject: Re: BUG: opendir and UNC names on NT 
10697      Branch: win32/perl
10698            ! win32/win32.c
10699 ____________________________________________________________________________
10700 [   493] By: gsar                                  on 1998/02/09  23:09:40
10701         Log: integrate win32 branch contents
10702      Branch: asperl
10703           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
10704           +> lib/Fatal.pm t/lib/ph.t
10705            ! hv.c
10706           !> (integrate 895 files)
10707 ____________________________________________________________________________
10708 [   492] By: gsar                                  on 1998/02/09  07:30:19
10709         Log: enhancements to previous patch for XSUB OUTPUT args
10710              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
10711              Date:    Mon, 09 Feb 1998 02:31:55 EST
10712              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10713              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
10714      Branch: win32/perl
10715            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
10716            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
10717            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
10718            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
10719            ! sv.h
10720 ____________________________________________________________________________
10721 [   491] By: gsar                                  on 1998/02/09  03:00:52
10722         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
10723              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
10724              Date:    Wed, 29 Oct 1997 19:36:25 EST
10725              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10726              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
10727      Branch: win32/perl
10728            ! op.c
10729 ____________________________________________________________________________
10730 [   490] By: gsar                                  on 1998/02/09  02:30:43
10731         Log: fix for bugs in handling DESTROY (adjusted test numbers)
10732              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
10733              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
10734              Date: Wed, 31 Dec 1997 19:30:46 -0500
10735              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10736      Branch: win32/perl
10737            ! pod/perlobj.pod sv.c t/op/ref.t
10738 ____________________________________________________________________________
10739 [   489] By: gsar                                  on 1998/02/09  00:30:35
10740         Log: ansify prototype for my_safemalloc(), avoid warnings
10741      Branch: win32/perl
10742            ! sv.c
10743 ____________________________________________________________________________
10744 [   488] By: gsar                                  on 1998/02/09  00:29:08
10745         Log: fix misapplied hunks in 5.004_58
10746              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
10747              Date:    Sun, 08 Feb 1998 02:18:12 EST
10748              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10749              Subject: [PATCH] fixes for test failures in 5.004_58
10750      Branch: win32/perl
10751            ! gv.c op.c
10752 ____________________________________________________________________________
10753 [   487] By: gsar                                  on 1998/02/09  00:27:16
10754         Log: win32_utime() tweaks to avoid warnings
10755      Branch: win32/perl
10756            ! win32/win32.c win32/win32iop.h
10757 ____________________________________________________________________________
10758 [   486] By: gsar                                  on 1998/02/07  23:45:22
10759         Log: integrate mainline, plus a few small win32 enhancements
10760              - remove Win32::GetCurrentDirectory()
10761              - add Win32::Sleep() for compat
10762              - add smarter utime() from Jan Dubois, and export it as win32_utime()
10763      Branch: win32/perl
10764           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
10765           +> lib/Fatal.pm t/lib/ph.t
10766            ! win32/makedef.pl win32/win32.c win32/win32iop.h
10767           !> (integrate 61 files)
10768
10769 ----------------
10770 Version 5.004_58
10771 ----------------
10772
10773 ____________________________________________________________________________
10774 [   485] By: mbeattie                              on 1998/02/06  18:11:47
10775         Log: Bump patchlevel to 58.
10776      Branch: perl
10777            ! patchlevel.h
10778 ____________________________________________________________________________
10779 [   484] By: mbeattie                              on 1998/02/06  18:08:28
10780         Log: Fix up problem with gv.c from change 477.
10781              Fix up Config.pm use in t/lib/ph.t from change 478.
10782      Branch: perl
10783            ! gv.c t/lib/ph.t
10784 ____________________________________________________________________________
10785 [   483] By: mbeattie                              on 1998/02/06  17:34:34
10786         Log: Integrate win32 branch into mainline
10787      Branch: perl
10788           !> win32/win32sck.c
10789 ____________________________________________________________________________
10790 [   482] By: mbeattie                              on 1998/02/06  17:26:41
10791         Log: lib/Fatal.pm missing from repository
10792      Branch: perl
10793            + lib/Fatal.pm
10794 ____________________________________________________________________________
10795 [   481] By: mbeattie                              on 1998/02/06  17:24:57
10796         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
10797              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
10798              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
10799      Branch: perl
10800            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
10801            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
10802 ____________________________________________________________________________
10803 [   480] By: mbeattie                              on 1998/02/06  17:19:52
10804         Log: x2p/str.c was missing from list of changed files in change 466
10805      Branch: perl
10806            ! x2p/str.c
10807 ____________________________________________________________________________
10808 [   479] By: mbeattie                              on 1998/02/06  17:16:54
10809         Log: Added t/lib/ph.t to MANIFEST
10810      Branch: perl
10811            ! MANIFEST
10812 ____________________________________________________________________________
10813 [   478] By: mbeattie                              on 1998/02/06  17:15:38
10814         Log: Subject: [PATCH] h2ph.PL
10815              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
10816              From: kstar@www.chapin.edu (Kurt D. Starsinic)
10817      Branch: perl
10818            + t/lib/ph.t
10819            ! utils/h2ph.PL
10820 ____________________________________________________________________________
10821 [   477] By: mbeattie                              on 1998/02/06  17:10:46
10822         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
10823              Date: 04 Feb 1998 14:49:46 +0100
10824              From: Gisle Aas <gisle@aas.no>
10825              as modified by
10826              From: chip@atlantic.net
10827              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
10828      Branch: perl
10829            ! gv.c
10830 ____________________________________________________________________________
10831 [   476] By: mbeattie                              on 1998/02/06  16:47:03
10832         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10833              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
10834              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
10835              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
10836              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
10837      Branch: perl
10838            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
10839 ____________________________________________________________________________
10840 [   475] By: mbeattie                              on 1998/02/06  16:44:57
10841         Log: Subject: [PATCH] nomemok
10842              Date: Mon, 2 Feb 1998 15:06:50 +0100
10843              From: Gisle Aas <gisle@aas.no>
10844      Branch: perl
10845            ! hv.c
10846 ____________________________________________________________________________
10847 [   474] By: mbeattie                              on 1998/02/06  16:43:46
10848         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
10849              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
10850              From: abigail@fnx.com
10851      Branch: perl
10852            ! lib/Benchmark.pm
10853 ____________________________________________________________________________
10854 [   473] By: mbeattie                              on 1998/02/06  16:42:53
10855         Log: Subject: [PATCH] adding the newSVpvn API function
10856              Date: Sat, 31 Jan 1998 06:32:42 +0100
10857              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
10858      Branch: perl
10859            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
10860            ! proto.h sv.c
10861 ____________________________________________________________________________
10862 [   472] By: mbeattie                              on 1998/02/06  16:35:41
10863         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
10864              Date: 28 Jan 1998 17:40:37 -0800
10865              From: Stephen Zander <srz@mckesson.com>
10866      Branch: perl
10867            ! hints/solaris_2.sh
10868 ____________________________________________________________________________
10869 [   471] By: mbeattie                              on 1998/02/06  16:02:57
10870         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
10871              Date: Thu, 15 Jan 1998 11:53:06 +0000
10872              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10873      Branch: perl
10874            ! pod/perlguts.pod pp.c t/op/vec.t
10875 ____________________________________________________________________________
10876 [   470] By: mbeattie                              on 1998/02/06  16:01:36
10877         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10878              Subject: 5.004_56: Patch to Tie::Hash and docs
10879              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
10880              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
10881              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
10882      Branch: perl
10883            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
10884            ! t/op/misc.t t/op/pat.t toke.c
10885 ____________________________________________________________________________
10886 [   469] By: mbeattie                              on 1998/02/06  15:58:31
10887         Log: Subject: Another Array.pm patch
10888              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
10889              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10890      Branch: perl
10891            ! lib/Tie/Array.pm
10892 ____________________________________________________________________________
10893 [   468] By: mbeattie                              on 1998/02/06  15:56:28
10894         Log: Subject: documentation patch for 5.004_57
10895              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
10896              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10897      Branch: perl
10898            ! lib/Tie/Array.pm
10899 ____________________________________________________________________________
10900 [   467] By: mbeattie                              on 1998/02/06  15:55:34
10901         Log: Subject: 5.004_56: patch for `use Fatal' again
10902              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
10903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10904      Branch: perl
10905            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
10906            ! pp.c t/comp/proto.t toke.c
10907 ____________________________________________________________________________
10908 [   466] By: mbeattie                              on 1998/02/06  15:53:53
10909         Log: Subject: Newer -DLEAKTEST patch
10910              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
10911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10912      Branch: perl
10913            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
10914            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
10915            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
10916            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
10917            ! toke.c util.c vms/perly_c.vms x2p/hash.c
10918 ____________________________________________________________________________
10919 [   465] By: mbeattie                              on 1998/02/06  15:46:35
10920         Log: More Chip patches (tweaked for _5x). The final one mentioned here
10921              (@ARGV with -i) actually went in at change 462 but I failed to
10922              add it to the change description:
10923              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
10924              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
10925              Subject: [PATCH] Fix for C<@x = my @y>
10926              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
10927              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
10928              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
10929              Subject: [PATCH] Allow last() to mean last
10930              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
10931              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
10932              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
10933      Branch: perl
10934            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
10935            ! vms/perly_h.vms
10936 ____________________________________________________________________________
10937 [   464] By: mbeattie                              on 1998/02/06  15:06:18
10938         Log: More Chip patches:
10939              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
10940              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
10941              Subject: [PATCH] Fix line numbers after here documents in eval STRING
10942              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
10943              Subject: [PATCH] Make recursive lexical analysis more robust
10944              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
10945      Branch: perl
10946            ! pp_ctl.c sv.c toke.c
10947 ____________________________________________________________________________
10948 [   463] By: mbeattie                              on 1998/02/06  15:04:17
10949         Log: Some more Chip patches (tweaked to match _5x):
10950              Subject: [PATCH] Fix empty BLOCK
10951              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
10952              Subject: [PATCH] fix (\@@) proto
10953              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
10954              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
10955              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
10956              Subject: [PATCH] Don't fold string comparison under  C<use locale>
10957              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
10958      Branch: perl
10959            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
10960 ____________________________________________________________________________
10961 [   462] By: mbeattie                              on 1998/02/06  14:56:30
10962         Log: Some Chip patches (some tweaked to match _5x source):
10963              From: Chip Salzenberg <salzench@nielsenmedia.com>
10964              Subject: [PATCH] local leakage
10965              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
10966              Subject: [PATCH] NULs in patterns
10967              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
10968              Subject: [PATCH] Configure on PerlIO
10969              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
10970              Subject: [PATCH] Avoid core dump on package alias
10971              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
10972              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
10973              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
10974      Branch: perl
10975            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
10976            ! t/op/local.t
10977 ____________________________________________________________________________
10978 [   461] By: gsar                                  on 1998/02/04  03:34:36
10979         Log: support win32_select(0,0,0,msec) (winsock doesn't)
10980      Branch: win32/perl
10981            ! win32/win32sck.c
10982 ____________________________________________________________________________
10983 [   460] By: gsar                                  on 1998/02/04  00:44:47
10984         Log: bug: win32_select() must StartSockets()
10985      Branch: win32/perl
10986            ! win32/win32sck.c
10987
10988 ----------------
10989 Version 5.004_57
10990 ----------------
10991
10992 ____________________________________________________________________________
10993 [   459] By: mbeattie                              on 1998/02/03  16:00:07
10994         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
10995              of execution causes core dump if threadsvp is moved). Replaced
10996              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
10997      Branch: perl
10998            ! av.c perl.c
10999 ____________________________________________________________________________
11000 [   458] By: mbeattie                              on 1998/02/03  14:40:02
11001         Log: Fix up MANIFEST.
11002      Branch: perl
11003            ! MANIFEST
11004 ____________________________________________________________________________
11005 [   457] By: mbeattie                              on 1998/02/03  13:50:23
11006         Log: Integrate win32 into mainline. My last integration from ansiperl
11007              to the mainline was a dismal failure: I did -ay but meant -at.
11008              This should fix things now since win32 has already integrated
11009              all the necessary changes from ansiperl.
11010      Branch: perl
11011           !> (integrate 111 files)
11012 ____________________________________________________________________________
11013 [   456] By: gsar                                  on 1998/02/03  04:48:08
11014         Log: Fix minor problems with non USE_THREADS build. win32 branch
11015              now looks 5.004_57-ready.
11016      Branch: win32/perl
11017            ! thread.h win32/makedef.pl
11018 ____________________________________________________________________________
11019 [   455] By: gsar                                  on 1998/02/03  03:45:09
11020         Log: integrate mainline
11021      Branch: win32/perl
11022           !> (integrate 887 files)
11023 ____________________________________________________________________________
11024 [   454] By: mbeattie                              on 1998/02/02  16:44:24
11025         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
11026              defaults have been commented out for now. 
11027      Branch: perl
11028            ! hints/dec_osf.sh
11029 ____________________________________________________________________________
11030 [   453] By: mbeattie                              on 1998/02/02  15:51:39
11031         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
11032              variables. Moved threadnum to a per-interpreter variable and
11033              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
11034              more than one thread may be running. Minor tweaks to Thread.xs.
11035      Branch: perl
11036            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
11037            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
11038            ! thread.h util.c
11039 ____________________________________________________________________________
11040 [   452] By: gsar                                  on 1998/02/02  04:56:50
11041         Log: remove totally egregious s/\\dir// in File::Find
11042      Branch: win32/perl
11043            ! lib/File/Find.pm
11044 ____________________________________________________________________________
11045 [   451] By: gsar                                  on 1998/02/01  22:20:20
11046         Log: added AS patch#3
11047              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
11048              Date:    Sun, 01 Feb 1998 09:18:13 PST
11049              From:    Douglas Lankshear <dougl@ActiveState.com>
11050              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
11051              
11052              Here's an additional diff against //depot/asperl
11053              
11054              The field name mg_length was changed back to mg_len
11055              The function name mg_len was change to mg_length
11056              
11057              The need for sort_mutex removed thanks to the code derived
11058              from Tom Horsley's work.
11059              
11060              -- Doug
11061      Branch: asperl
11062            + XSLock.h
11063            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
11064            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
11065            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
11066            ! scope.c scope.h sv.c toke.c universal.c util.c
11067            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
11068            ! win32/perlobj.def win32/runperl.c
11069 ____________________________________________________________________________
11070 [   450] By: gsar                                  on 1998/01/30  23:43:57
11071         Log: various tweaks
11072              - add new functions to proto.h
11073              - fix up makefile.mk for $(OBJECT)
11074      Branch: asperl
11075            ! pp_ctl.c proto.h win32/makefile.mk
11076 ____________________________________________________________________________
11077 [   449] By: gsar                                  on 1998/01/30  21:23:15
11078         Log: fix up missing patches from AS patch#2
11079      Branch: asperl
11080            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11081            ! pp_ctl.c proto.h
11082 ____________________________________________________________________________
11083 [   448] By: gsar                                  on 1998/01/30  18:23:17
11084         Log: fix htonlx typo
11085      Branch: win32/perl
11086            ! perlsock.h
11087 ____________________________________________________________________________
11088 [   447] By: mbeattie                              on 1998/01/30  16:03:49
11089         Log: Fix up MANIFEST to add missing files
11090      Branch: perl
11091            ! MANIFEST
11092 ____________________________________________________________________________
11093 [   446] By: mbeattie                              on 1998/01/30  12:34:55
11094         Log: Bump patchlevel to 57.
11095      Branch: perl
11096            ! patchlevel.h
11097 ____________________________________________________________________________
11098 [   445] By: gsar                                  on 1998/01/30  10:44:38
11099         Log: initial merge of latest win32 branch into ASPerl
11100      Branch: asperl
11101           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
11102           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11103           +> win32/bin/perlglob.pl
11104           !> (integrate 141 files)
11105 ____________________________________________________________________________
11106 [   444] By: gsar                                  on 1998/01/30  09:25:58
11107         Log: goofed branching, redo asperl branch
11108      Branch: asperl
11109            ! perl.h
11110 ____________________________________________________________________________
11111 [   443] By: gsar                                  on 1998/01/30  09:23:36
11112         Log: added AS patch#2
11113      Branch: asperl
11114            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
11115            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
11116            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
11117            + win32/ipstdiowin.h win32/perlobj.def
11118            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
11119            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
11120            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
11121            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
11122            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11123            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
11124            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
11125            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
11126            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
11127 ____________________________________________________________________________
11128 [   441] By: gsar                                  on 1998/01/30  08:54:19
11129         Log: Created new branch from win32@396, added AS patch#1
11130      Branch: asperl
11131            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
11132            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
11133            + regcomp.c scope.h sv.c toke.c util.c
11134           +> (branch 915 files)
11135 ____________________________________________________________________________
11136 [   440] By: gsar                                  on 1998/01/30  04:43:23
11137         Log: integrate winansi
11138      Branch: win32/perl
11139           +> pod/perlhist.pod
11140           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
11141           !> util.c
11142 ____________________________________________________________________________
11143 [   439] By: mbeattie                              on 1998/01/27  15:31:53
11144         Log: Integrate ansi branch into mainline (resolve -ay).
11145      Branch: perl
11146           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
11147           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
11148           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11149           +> win32/bin/perlglob.pl
11150            ! op.c
11151           !> (integrate 868 files)
11152 ____________________________________________________________________________
11153 [   438] By: nick                                  on 1998/01/24  12:02:34
11154         Log: Gisle's av_unshift tweak, two small patches from chip
11155              and check for NULL in hv_delete in case '~' and tie magic
11156              are present
11157      Branch: ansiperl
11158            ! av.c hv.c op.c pp_ctl.c scope.c
11159 ____________________________________________________________________________
11160 [   437] By: nick                                  on 1998/01/24  10:37:56
11161         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
11162              Ugh! ...
11163              Macros were unsuitable for declaring the functions, extra () round
11164              parameters removed - non-function forms of PerlXxx_yyyy() need to 
11165              add () themselves.
11166              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
11167      Branch: ansiperl
11168            ! perlsock.h pp_sys.c util.c
11169 ____________________________________________________________________________
11170 [   436] By: nick                                  on 1998/01/24  10:03:03
11171         Log: Integrate win32 into ansiperl
11172      Branch: ansiperl
11173           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11174           +> win32/bin/perlglob.pl
11175           !> (integrate 38 files)
11176 ____________________________________________________________________________
11177 [   435] By: nick                                  on 1998/01/24  09:47:49
11178         Log: Add perlhist.pod
11179      Branch: ansiperl
11180            + pod/perlhist.pod
11181            ! MANIFEST
11182 ____________________________________________________________________________
11183 [   434] By: gsar                                  on 1998/01/19  05:01:47
11184         Log: s/PerlENV/PerlEnv/ just to be consistent
11185      Branch: win32/perl
11186            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
11187 ____________________________________________________________________________
11188 [   433] By: gsar                                  on 1998/01/19  04:52:18
11189         Log: foo() -> PerlGroup_foo() patch from ActiveState
11190      Branch: win32/perl
11191            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11192            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
11193            ! scope.h sv.c toke.c util.c
11194 ____________________________________________________________________________
11195 [   432] By: gsar                                  on 1998/01/19  04:42:26
11196         Log: integrate mainline
11197      Branch: win32/perl
11198           !> pod/perlfunc.pod
11199 ____________________________________________________________________________
11200 [   431] By: gsar                                  on 1998/01/19  04:40:04
11201         Log: integrate changes in winansi
11202      Branch: win32/perl
11203           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
11204           +> t/lib/tie-stdpush.t t/op/tiearray.t
11205           !> (integrate 98 files)
11206 ____________________________________________________________________________
11207 [   430] By: gsar                                  on 1998/01/19  04:10:43
11208         Log: Fix autovivification problems with XSUB OUTPUT args
11209              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
11210              Date:    Sun, 18 Jan 1998 23:09:07 EST
11211              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
11212              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
11213      Branch: win32/perl
11214            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
11215            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
11216            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
11217            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
11218 ____________________________________________________________________________
11219 [   429] By: nick                                  on 1998/01/17  21:01:50
11220         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
11221              Date: Thu, 25 Dec 1997 13:39:15 -0500
11222              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11223              To: perl5-porters@perl.org
11224              
11225              It turns out that the potential for the "CONFIG key 'exe_ext'
11226              does not exist in Config.pm" problem has been around for a while,
11227              in the definition of SvTRUE().  It's just that non-gcc compilers
11228              are more or less being built as CRIPPLED_CC when USE_THREADS is
11229              defined (even if they can inline things).  The inline macro for
11230              SvTRUE works with tied hashes and the EXISTS method, and the
11231              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
11232              does not, because it adds an excess mg_get() which replaces the
11233              EXISTS result with a FETCH result.
11234      Branch: ansiperl
11235            ! sv.c
11236 ____________________________________________________________________________
11237 [   428] By: nick                                  on 1998/01/17  20:59:11
11238         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11239              Date: Fri, 19 Dec 97 17:19:09 GMT
11240              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
11241      Branch: ansiperl
11242            ! doio.c sv.c toke.c util.c
11243 ____________________________________________________________________________
11244 [   427] By: nick                                  on 1998/01/17  12:01:53
11245         Log: Permit tie ?foo,$object 
11246              tidy up dead #ifdef ORIGINAL_TIE)
11247              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
11248      Branch: ansiperl
11249            ! pp_sys.c
11250 ____________________________________________________________________________
11251 [   426] By: nick                                  on 1998/01/15  18:06:36
11252         Log: First working TIEARRAY and other misc tie fixes
11253      Branch: ansiperl
11254            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
11255 ____________________________________________________________________________
11256 [   425] By: nick                                  on 1998/01/14  21:56:40
11257         Log: Not working yet - split problems ...
11258      Branch: ansiperl
11259            ! pp.c t/lib/thread.t t/op/tiearray.t
11260 ____________________________________________________________________________
11261 [   424] By: nick                                  on 1998/01/14  18:49:25
11262         Log: TIEARRAY updates - almost works ...
11263      Branch: ansiperl
11264            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
11265            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
11266            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
11267            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
11268 ____________________________________________________________________________
11269 [   423] By: gsar                                  on 1998/01/14  00:13:16
11270         Log: fix MakeMaker installbin problem
11271              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
11272              Subject: Re: can't modify message with HTML-Stream, v.1.42 
11273              Date: Tue, 06 Jan 1998 19:16:35 -0500
11274              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11275      Branch: win32/perl
11276            ! lib/ExtUtils/MM_Unix.pm
11277 ____________________________________________________________________________
11278 [   422] By: gsar                                  on 1998/01/13  23:53:02
11279         Log: add archname to *sitearch in config.{b,g,v}c
11280      Branch: win32/perl
11281            ! win32/config.bc win32/config.gc win32/config.vc
11282 ____________________________________________________________________________
11283 [   421] By: gsar                                  on 1998/01/13  23:15:14
11284         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
11285      Branch: win32/perl
11286            ! t/harness
11287 ____________________________________________________________________________
11288 [   420] By: nick                                  on 1998/01/13  22:55:02
11289         Log: tiearray tweaks
11290      Branch: ansiperl
11291            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
11292 ____________________________________________________________________________
11293 [   419] By: nick                                  on 1998/01/13  21:27:33
11294         Log: Skeleton Tie::Array
11295      Branch: ansiperl
11296            + lib/Tie/Array.pm
11297 ____________________________________________________________________________
11298 [   418] By: nick                                  on 1998/01/13  20:52:38
11299         Log: tie array changes to core and tests
11300      Branch: ansiperl
11301            + t/op/tiearray.t
11302            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
11303            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
11304            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
11305 ____________________________________________________________________________
11306 [   417] By: gsar                                  on 1998/01/13  20:49:52
11307         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
11308      Branch: win32/perl
11309            + win32/bin/perlglob.pl
11310            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
11311            ! win32/makefile.mk
11312 ____________________________________________________________________________
11313 [   416] By: gsar                                  on 1998/01/13  02:46:53
11314         Log: various tweaks to build support (NOTE: meant for 5.004_57)
11315              - build and install x2p
11316              - fix installperl warnings on win32
11317              - `make install` now does puts the archlibs in right places
11318              - makefiles don't default to USE_THREADS anymore
11319              - sync config.{b,g,v}c
11320              - sync makefile.mk -> Makefile
11321      Branch: win32/perl
11322            ! installperl win32/Makefile win32/config.bc win32/config.gc
11323            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
11324            ! x2p/a2py.c
11325 ____________________________________________________________________________
11326 [   415] By: nick                                  on 1998/01/11  16:54:26
11327         Log: Integrate win32 into ansiperl
11328      Branch: ansiperl
11329           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
11330           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
11331           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
11332           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
11333           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11334           !> vms/vmsish.h x2p/s2p.PL
11335 ____________________________________________________________________________
11336 [   414] By: nick                                  on 1998/01/11  15:13:49
11337         Log: Integratye mainline -> ansiperl
11338      Branch: ansiperl
11339           !> (integrate 64 files)
11340 ____________________________________________________________________________
11341 [   413] By: mbeattie                              on 1998/01/09  12:57:58
11342         Log: Add missing blank line in pod/perlfunc.pod.
11343      Branch: perl
11344            ! pod/perlfunc.pod
11345 ____________________________________________________________________________
11346 [   412] By: gsar                                  on 1998/01/08  20:54:31
11347         Log: change#398 breaks ENV_IS_CASELESS, fix it
11348      Branch: win32/perl
11349            ! hv.c
11350 ____________________________________________________________________________
11351 [   411] By: gsar                                  on 1998/01/08  18:33:58
11352         Log: Integrate mainline
11353      Branch: win32/perl
11354           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
11355           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
11356           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
11357           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
11358           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11359           !> vms/vmsish.h x2p/s2p.PL
11360 ____________________________________________________________________________
11361 [   410] By: mbeattie                              on 1998/01/08  16:06:22
11362         Log: Fix thinko in t/pragma/locale.t:
11363              Subject: [PATCH] _04 or _56: locale.t
11364              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
11365              From: Jarkko Hietaniemi <jhi@iki.fi>
11366      Branch: perl
11367            ! t/pragma/locale.t
11368 ____________________________________________________________________________
11369 [   409] By: mbeattie                              on 1998/01/08  16:05:09
11370         Log: Use Tom Horley's qsort for sorting:
11371              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
11372              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
11373              From: Hans Mulder <hansm@icgned.nl>
11374      Branch: perl
11375            ! pp_ctl.c
11376 ____________________________________________________________________________
11377 [   408] By: mbeattie                              on 1998/01/08  16:01:57
11378         Log: Make s2p not use cpp:
11379              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
11380              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
11381              From: Hans Mulder <hansm@icgned.nl>
11382      Branch: perl
11383            ! x2p/s2p.PL
11384 ____________________________________________________________________________
11385 [   407] By: mbeattie                              on 1998/01/08  15:57:31
11386         Log: DG/UX tweaks to perl.h:
11387              Subject: [PATCH] _56 on dgux without threads
11388              Date: Sat, 20 Dec 1997 23:01:40 -0500
11389              From: Roderick Schertler <roderick@argon.org>
11390      Branch: perl
11391            ! perl.h
11392 ____________________________________________________________________________
11393 [   406] By: mbeattie                              on 1998/01/08  15:56:02
11394         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
11395              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
11396              Date: Sat, 20 Dec 1997 02:30:01 -0500
11397              From: Spider Boardman <spider@web.zk3.dec.com>
11398      Branch: perl
11399            ! Configure hints/dec_osf.sh
11400 ____________________________________________________________________________
11401 [   405] By: mbeattie                              on 1998/01/08  15:53:40
11402         Log: Missing "" in Configure echo for gethbadd_addr_type.
11403      Branch: perl
11404            ! Configure
11405 ____________________________________________________________________________
11406 [   404] By: mbeattie                              on 1998/01/08  13:04:48
11407         Log: print/printf/... over-eager mg_find for glob magic:
11408              Subject: [PATCH] fix inefficient checks for TIEHANDLE
11409              Date: Wed, 07 Jan 1998 20:06:05 -0500
11410              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11411      Branch: perl
11412            ! pp_hot.c pp_sys.c
11413 ____________________________________________________________________________
11414 [   403] By: mbeattie                              on 1998/01/08  12:56:31
11415         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
11416              Subject: [PATCH] VMS update for 5.004_56
11417              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
11418              From: Charles Bailey <bailey@newman.upenn.edu>
11419      Branch: perl
11420            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
11421            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11422            ! vms/vmsish.h
11423 ____________________________________________________________________________
11424 [   402] By: mbeattie                              on 1998/01/08  12:46:15
11425         Log: Fix utils/perldoc.PL for dos-djgpp:
11426              Subject: 5.004_56: perldoc.PL dos-djgpp patches
11427              Date: Tue, 6 Jan 1998 18:14:59 +0100
11428              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
11429      Branch: perl
11430            ! utils/perldoc.PL
11431 ____________________________________________________________________________
11432 [   401] By: mbeattie                              on 1998/01/08  12:40:14
11433         Log: Version 2.13 of GetoptLong:
11434              Subject: Re: ANNOUNCE: perl 5.004_56 is available
11435              Date: 06 Jan 1998 16:21:45 +0100
11436              From: JVromans@Squirrel.nl (Johan Vromans)
11437      Branch: perl
11438            ! lib/Getopt/Long.pm lib/newgetopt.pl
11439 ____________________________________________________________________________
11440 [   400] By: mbeattie                              on 1998/01/08  12:28:08
11441         Log: Fix variable export and threading configuration for AIX:
11442              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
11443              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
11444              From: Jarkko Hietaniemi <jhi@iki.fi>
11445      Branch: perl
11446            ! Configure perl_exp.SH
11447 ____________________________________________________________________________
11448 [   399] By: mbeattie                              on 1998/01/08  12:25:38
11449         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
11450              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
11451              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
11452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11453      Branch: perl
11454            ! regexec.c t/op/re_tests
11455 ____________________________________________________________________________
11456 [   398] By: mbeattie                              on 1998/01/08  12:23:41
11457         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
11458              to cope with ENV_IS_CASELESS:
11459              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
11460              Date: Fri, 19 Dec 1997 11:31:36 -0500
11461              From: Owen Taylor <owt1@cornell.edu>
11462      Branch: perl
11463            ! hv.c
11464 ____________________________________________________________________________
11465 [   397] By: mbeattie                              on 1998/01/08  12:10:29
11466         Log: Integrate win32 branch into mainline.
11467      Branch: perl
11468           !> (integrate 41 files)
11469 ____________________________________________________________________________
11470 [   396] By: gsar                                  on 1998/01/07  19:12:27
11471         Log: tweak case-insensitive ENV implementation
11472      Branch: win32/perl
11473            ! hv.c
11474 ____________________________________________________________________________
11475 [   395] By: nick                                  on 1998/01/07  18:40:55
11476         Log: Integrate win32 branch
11477      Branch: ansiperl
11478           !> (integrate 31 files)
11479 ____________________________________________________________________________
11480 [   394] By: gsar                                  on 1998/01/05  19:17:40
11481         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
11482              the fact
11483      Branch: win32/perl
11484            ! pod/perlrun.pod win32/win32.c
11485 ____________________________________________________________________________
11486 [   393] By: gsar                                  on 1998/01/05  05:43:33
11487         Log: Support case-tolerant %ENV
11488              - underlying system calls see the case-as-supplied by user
11489              - added tests to verify addition/deletion/enumeration case-tolerance
11490              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
11491              which is default on win32 now
11492      Branch: win32/perl
11493            ! hv.c t/op/magic.t win32/win32.h
11494 ____________________________________________________________________________
11495 [   392] By: gsar                                  on 1998/01/04  17:55:19
11496         Log: Add a tweaked version of:
11497              Message-Id: <199801040630.AA29298@metronet.com>
11498              Date:    Sun, 04 Jan 1998 00:30:57 CST
11499              From:    Tye McQueen <tye@metronet.com>
11500              Subject: New patch for $^E==GetLastError() under Win32
11501      Branch: win32/perl
11502            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
11503            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
11504            ! win32/win32.c win32/win32.h
11505 ____________________________________________________________________________
11506 [   391] By: gsar                                  on 1998/01/04  07:59:44
11507         Log: Various win32 fixes
11508              - support spawn via system(&P_NOWAIT,...) like OS2
11509              - support wait() and waitpid()
11510              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
11511              - support -lfoo properly in ExtUtils::Liblist
11512              - fix outdated info about Win32 support in perlfaq2
11513              - fix win32 bug in perldoc that causes spurious warnings
11514              - regularize global function/variable names yet more
11515              - fix bug in do_aspawn() (it was always invoking shell, instead of
11516              almost never)
11517              - implement and export win32_wait()
11518              - stub version of USE_RTL_THREAD_API
11519      Branch: win32/perl
11520            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
11521            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
11522            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11523            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
11524            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
11525            ! win32/win32thread.h
11526 ____________________________________________________________________________
11527 [   390] By: gsar                                  on 1997/12/30  21:00:28
11528         Log: Fix $ENV{Path} in FindBin.pm
11529      Branch: win32/perl
11530            ! lib/FindBin.pm
11531 ____________________________________________________________________________
11532 [   389] By: nick                                  on 1997/12/29  10:33:23
11533         Log: Resolve ansiperl against win32
11534      Branch: ansiperl
11535           !> (integrate 105 files)
11536 ____________________________________________________________________________
11537 [   388] By: gsar                                  on 1997/12/24  04:59:28
11538         Log: make $? Unix (and ActiveWare) compatible
11539      Branch: win32/perl
11540            ! README.win32 win32/win32.c
11541 ____________________________________________________________________________
11542 [   387] By: gsar                                  on 1997/12/24  04:21:30
11543         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
11544              non-blocking IO on sockets possible
11545      Branch: win32/perl
11546            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
11547            ! win32/win32iop.h win32/win32sck.c
11548 ____________________________________________________________________________
11549 [   386] By: gsar                                  on 1997/12/24  03:10:55
11550         Log: support getlogin()
11551      Branch: win32/perl
11552            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
11553            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11554            ! win32/win32.c win32/win32.h
11555 ____________________________________________________________________________
11556 [   385] By: gsar                                  on 1997/12/24  02:24:59
11557         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
11558              Update README.win32.
11559      Branch: win32/perl
11560            ! README.win32 perl.h win32/Makefile win32/makedef.pl
11561            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
11562 ____________________________________________________________________________
11563 [   384] By: gsar                                  on 1997/12/24  02:22:42
11564         Log: tweak op.c to avoid warning
11565      Branch: win32/perl
11566            ! op.c
11567 ____________________________________________________________________________
11568 [   383] By: gsar                                  on 1997/12/23  21:12:42
11569         Log: Trivial bugfix#3 from local repository
11570              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
11571              Subject: Re: Assigning result of pop scrambles unrelated reference 
11572              Date: Sat, 06 Dec 1997 06:00:45 -0500
11573              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11574      Branch: win32/perl
11575            ! sv.c
11576 ____________________________________________________________________________
11577 [   382] By: gsar                                  on 1997/12/23  21:09:32
11578         Log: Trivial bugfix#2 from local repository
11579              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
11580              Subject: Re: eval of sub gives spurious "uninitialised" warning 
11581              Date: Sat, 06 Dec 1997 05:25:07 -0500
11582              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11583      Branch: win32/perl
11584            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
11585 ____________________________________________________________________________
11586 [   381] By: gsar                                  on 1997/12/23  21:01:04
11587         Log: Trivial bugfix#1 from local repository
11588              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
11589              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
11590              Date: Fri, 28 Nov 1997 18:26:52 -0500
11591              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11592      Branch: win32/perl
11593            ! scope.c
11594 ____________________________________________________________________________
11595 [   380] By: gsar                                  on 1997/12/18  15:10:23
11596         Log: Integrate mainline
11597      Branch: win32/perl
11598           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11599           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11600           +> os2/os2.sym os2/os2thread.h
11601           !> (integrate 77 files)
11602
11603 ----------------
11604 Version 5.004_56
11605 ----------------
11606
11607 ____________________________________________________________________________
11608 [   379] By: mbeattie                              on 1997/12/18  13:28:35
11609         Log: Integrate ansi @364,@366 into mainline.
11610      Branch: perl
11611           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
11612 ____________________________________________________________________________
11613 [   378] By: mbeattie                              on 1997/12/18  13:20:15
11614         Log: Add a few missing files to MANIFEST
11615      Branch: perl
11616            ! MANIFEST
11617 ____________________________________________________________________________
11618 [   377] By: mbeattie                              on 1997/12/18  13:00:16
11619         Log: Bump patchlevel to 56.
11620      Branch: perl
11621            ! patchlevel.h
11622 ____________________________________________________________________________
11623 [   376] By: nick                                  on 1997/12/18  01:32:12
11624         Log: Resolve against mainline
11625      Branch: ansiperl
11626           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11627           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11628           +> os2/os2.sym os2/os2thread.h
11629           !> (integrate 74 files)
11630 ____________________________________________________________________________
11631 [   375] By: nick                                  on 1997/12/18  01:06:15
11632         Log: Resolve against Win32
11633      Branch: ansiperl
11634           !> Configure README.threads config_h.SH doop.c embed.h
11635           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11636           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
11637           !> sv.c sv.h thread.h util.c
11638 ____________________________________________________________________________
11639 [   374] By: mbeattie                              on 1997/12/17  14:44:26
11640         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
11641              needs rewriting now that we use perlvars.h and foovar.h:
11642              Subject: [PATCH] 5.004_54 under VMS (fwd)
11643              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
11644              From: Charles Bailey <BAILEY@newman.upenn.edu>
11645      Branch: perl
11646            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
11647            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
11648            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
11649            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
11650            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
11651            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
11652 ____________________________________________________________________________
11653 [   373] By: mbeattie                              on 1997/12/17  14:10:50
11654         Log: Major changes to the DOS/djgpp port (including threading):
11655              Subject: Re: dos-djgpp port not in perl 5.004_54
11656              Date: Fri, 21 Nov 1997 10:58:26 +0100
11657              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
11658      Branch: perl
11659            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11660            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11661            ! Configure MANIFEST Makefile.SH doio.c dosish.h
11662            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
11663            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11664            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
11665            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
11666            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
11667            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
11668            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
11669            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
11670            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
11671 ____________________________________________________________________________
11672 [   372] By: mbeattie                              on 1997/12/17  13:18:34
11673         Log: Upgrade DB_File to 1.56:
11674              Subject: DB_File-1.56 for _55
11675              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
11676              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11677      Branch: perl
11678            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11679            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
11680 ____________________________________________________________________________
11681 [   371] By: mbeattie                              on 1997/12/17  12:02:03
11682         Log: Threading patches for OS/2 (missing files taken from previous patch):
11683              Subject: Re: 5.004_55: OS/2 patches again
11684              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
11685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11686      Branch: perl
11687            + os2/os2.sym os2/os2thread.h
11688            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
11689            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
11690            ! os2/os2ish.h perl.h
11691 ____________________________________________________________________________
11692 [   370] By: mbeattie                              on 1997/12/17  11:01:34
11693         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
11694              Subject: Re: 5.004_55: OS/2 patches again
11695              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
11696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11697      Branch: perl
11698            ! perl.h
11699 ____________________________________________________________________________
11700 [   369] By: mbeattie                              on 1997/12/17  10:59:40
11701         Log: Fix typo in compiler B/C.pm.
11702      Branch: perlext
11703            ! Compiler/B/C.pm
11704 ____________________________________________________________________________
11705 [   368] By: mbeattie                              on 1997/12/17  10:58:35
11706         Log: Allow "perldoc -F filename":
11707              Subject: 5.004_55: Patch to perldoc
11708              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
11709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11710      Branch: perl
11711            ! utils/perldoc.PL
11712 ____________________________________________________________________________
11713 [   367] By: mbeattie                              on 1997/12/17  10:54:47
11714         Log: Fix not-reached warning for pp_threadsv.
11715      Branch: perl
11716            ! pp.c
11717 ____________________________________________________________________________
11718 [   366] By: nick                                  on 1997/12/14  16:06:24
11719         Log: Fix typo in Ilya's patch :-(
11720      Branch: ansiperl
11721            ! lib/ExtUtils/MakeMaker.pm
11722 ____________________________________________________________________________
11723 [   365] By: nick                                  on 1997/12/14  15:30:25
11724         Log: #undef new PERLVARIC macro in appropriate places
11725      Branch: ansiperl
11726            ! miniperlmain.c perl.h
11727 ____________________________________________________________________________
11728 [   364] By: nick                                  on 1997/12/14  15:04:36
11729         Log: Ilya's MakeMaker (empty makefile) patch
11730      Branch: ansiperl
11731            ! lib/ExtUtils/MakeMaker.pm
11732 ____________________________________________________________________________
11733 [   363] By: gsar                                  on 1997/12/13  05:57:13
11734         Log: Integrate mainline.  Builds and passes (Borland).
11735      Branch: win32/perl
11736           !> Configure README.threads config_h.SH doop.c embed.h
11737           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11738           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
11739           !> sv.c sv.h thread.h util.c
11740 ____________________________________________________________________________
11741 [   362] By: nick                                  on 1997/12/13  02:53:03
11742         Log: Resolve ansiperl against mainline
11743      Branch: ansiperl
11744           !> (integrate 92 files)
11745 ____________________________________________________________________________
11746 [   361] By: mbeattie                              on 1997/12/12  16:20:38
11747         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
11748              instead of MEXTEND leading to core dumps. This fix needs
11749              propagating back to the maintenance branch.
11750      Branch: perl
11751            ! pp_hot.c pp_sys.c
11752 ____________________________________________________________________________
11753 [   360] By: mbeattie                              on 1997/12/11  15:45:56
11754         Log: Add missing patch to op.c that didn't come across with win32 merge.
11755      Branch: perl
11756            ! op.c
11757 ____________________________________________________________________________
11758 [   359] By: mbeattie                              on 1997/12/11  11:54:41
11759         Log: Stop tr/// from writing to target when only counting.
11760      Branch: perl
11761            ! doop.c op.c op.h
11762 ____________________________________________________________________________
11763 [   358] By: mbeattie                              on 1997/12/10  18:36:26
11764         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
11765              a few extraneous trailing semicolons in perlvars.h.
11766      Branch: perl
11767            ! perlvars.h util.c
11768 ____________________________________________________________________________
11769 [   357] By: mbeattie                              on 1997/12/10  18:33:53
11770         Log: Start overhauling compiler. It was working at least minimally
11771              right up until the final tweak of B.xs to add threadsv_names
11772              at which point building it provokes a seg fault in perl while
11773              doing the xsubpp :-(.
11774      Branch: perl
11775            ! op.h util.c
11776      Branch: perlext
11777            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
11778            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
11779            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
11780            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
11781            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
11782            ! Compiler/test_harness_cc
11783 ____________________________________________________________________________
11784 [   356] By: mbeattie                              on 1997/12/10  13:43:32
11785         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
11786              sv_setfoo functions go back to not needing dTHR. Fix Configure
11787              to check for already-existing -thread on archname and to check
11788              better for d_pthread_created_joinable.
11789      Branch: perl
11790            ! Configure perl.h sv.c sv.h thread.h
11791 ____________________________________________________________________________
11792 [   355] By: mbeattie                              on 1997/12/10  10:53:58
11793         Log: Minor fix/speedup to util.c:fbm_instr:
11794              Subject: 5.004_55: Minor regexp patch
11795              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
11796              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
11797      Branch: perl
11798            ! util.c
11799 ____________________________________________________________________________
11800 [   354] By: mbeattie                              on 1997/12/10  10:41:25
11801         Log: Patches for IRIX, AIX and some generic stuff:
11802              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
11803              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
11804              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
11805              (checked/ignored a few rejects; tweaked wording).
11806      Branch: perl
11807            ! Configure README.threads config_h.SH embed.h
11808            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11809            ! hints/irix_6.sh
11810 ____________________________________________________________________________
11811 [   353] By: mbeattie                              on 1997/12/10  10:10:19
11812         Log: Integrate win32 back into mainline (trivial).
11813      Branch: perl
11814           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
11815           +> win32/config_H.gc
11816           !> (integrate 36 files)
11817 ____________________________________________________________________________
11818 [   352] By: nick                                  on 1997/12/09  17:36:45
11819         Log: Resolve win32 - Sarathy's tweak.
11820      Branch: ansiperl
11821           !> win32/makedef.pl
11822 ____________________________________________________________________________
11823 [   351] By: gsar                                  on 1997/12/08  06:13:04
11824         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
11825      Branch: win32/perl
11826            ! win32/makedef.pl
11827 ____________________________________________________________________________
11828 [   350] By: nick                                  on 1997/12/05  00:56:03
11829         Log: Resolve ansiperl against win32
11830      Branch: ansiperl
11831            - win32/makegcc.mk
11832           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
11833           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
11834           !> win32/makefile.mk win32/perllib.c win32/win32.h
11835 ____________________________________________________________________________
11836 [   349] By: gsar                                  on 1997/12/02  07:28:23
11837         Log: Revert to keeping (some) constant strings as globals
11838      Branch: win32/perl
11839            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
11840            ! perlvars.h win32/makedef.pl win32/perllib.c
11841 ____________________________________________________________________________
11842 [   348] By: gsar                                  on 1997/12/02  05:38:06
11843         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
11844              Other minor fixes.  Now is a good time to get the changes in win32 branch.
11845      Branch: win32/perl
11846            - win32/makegcc.mk
11847            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
11848 ____________________________________________________________________________
11849 [   347] By: gsar                                  on 1997/12/02  03:32:55
11850         Log: Integrate winansi again.  Result builds and passes all tests on all
11851              three compilers.
11852      Branch: win32/perl
11853           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
11854           !> win32/makegcc.mk win32/win32.h
11855 ____________________________________________________________________________
11856 [   346] By: gsar                                  on 1997/12/02  03:28:23
11857         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
11858              makegcc.mk to be merged into makefile.mk soon.
11859      Branch: win32/perl
11860            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
11861            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
11862            ! win32/win32.h
11863 ____________________________________________________________________________
11864 [   345] By: nick                                  on 1997/12/02  01:57:17
11865         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
11866              Now runs again...
11867      Branch: ansiperl
11868            ! lib/ExtUtils/MM_Win32.pm
11869 ____________________________________________________________________________
11870 [   344] By: nick                                  on 1997/12/02  01:11:16
11871         Log: Sarathy's patch 
11872      Branch: ansiperl
11873            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
11874            ! win32/makegcc.mk win32/win32.h
11875 ____________________________________________________________________________
11876 [   343] By: gsar                                  on 1997/12/01  04:37:06
11877         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
11878              is identical to ansiperl/* now)
11879      Branch: win32/perl
11880           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
11881           !> (integrate 34 files)
11882 ____________________________________________________________________________
11883 [   342] By: nick                                  on 1997/12/01  04:01:57
11884         Log: Builds and passes all tests with gcc on Win32 - phew!
11885      Branch: ansiperl
11886            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
11887            ! proto.h util.c win32/makedef.pl
11888 ____________________________________________________________________________
11889 [   341] By: nick                                  on 1997/12/01  02:54:29
11890         Log: Create a struct for all perls globals (as an option)
11891              Mainly for Mingw32 which cannot import data.
11892              Now only Opcode tests fail (op_desc/op_name not 
11893              handled yet stuff)
11894      Branch: ansiperl
11895            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
11896            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
11897            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
11898            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
11899            ! win32/win32iop.h win32/win32thread.c
11900 ____________________________________________________________________________
11901 [   340] By: nick                                  on 1997/11/30  20:21:10
11902         Log: Fixup exports in non -DDEBUGGING case
11903      Branch: ansiperl
11904            ! win32/makedef.pl
11905 ____________________________________________________________________________
11906 [   339] By: nick                                  on 1997/11/30  20:10:04
11907         Log: Disable hard-coded -DDEBUGGING
11908      Branch: ansiperl
11909            ! win32/config_h.PL
11910 ____________________________________________________________________________
11911 [   338] By: nick                                  on 1997/11/30  20:00:19
11912         Log: embed.pl now reads *var*.h to do its stuff.
11913              Split generated embed.h into two - new embedvar.h
11914              is #included when 'op' etc. will not mess up proto.h etc.
11915              Removed #define foo (thr->Tfoo) from thread.h
11916              Added some 'missing' symbols to global.sym, removed
11917              those in the *var*.h files
11918              Has build all MULTIPLICITY/USE_THREADS options on win32
11919              with VC++ (and passed tests), but not with exactly this set
11920              of files.
11921      Branch: ansiperl
11922            + embedvar.h
11923            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
11924            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
11925            ! win32/makedef.pl
11926 ____________________________________________________________________________
11927 [   337] By: nick                                  on 1997/11/29  23:55:31
11928         Log: Globals and structs via macros - part 1 of N
11929              - introduce perlvars.h intrpvar.h and thrdvar.h
11930              - change perl.h and thread.h to include them with
11931              appropriate macros defined
11932              - result is status-quo but with macros
11933              - next step is to tweak embed.* to capitalize on 
11934              new easy-to-find info.
11935      Branch: ansiperl
11936            + intrpvar.h perlvars.h thrdvar.h
11937            ! perl.h thread.h win32/Makefile
11938 ____________________________________________________________________________
11939 [   336] By: nick                                  on 1997/11/29  19:13:55
11940         Log: VC++ default to threaded
11941      Branch: ansiperl
11942            ! win32/Makefile
11943 ____________________________________________________________________________
11944 [   335] By: nick                                  on 1997/11/29  18:38:26
11945         Log: Avoid __declspec(thread) by default, for both scratch
11946              return areas and THR stuff. Use struct thread intern instead.
11947      Branch: ansiperl
11948            ! win32/win32.c win32/win32.h win32/win32sck.c
11949            ! win32/win32thread.c win32/win32thread.h
11950 ____________________________________________________________________________
11951 [   334] By: nick                                  on 1997/11/29  17:49:04
11952         Log: Non-threaded build fix
11953      Branch: ansiperl
11954            ! win32/win32thread.c
11955 ____________________________________________________________________________
11956 [   333] By: nick                                  on 1997/11/29  17:29:07
11957         Log: Sort out malloc_mutex for perl's malloc
11958              Remove BINCOMPAT3 from embed.pl 
11959              Add dependancy to CORE_H for PERL95_OBJ
11960      Branch: ansiperl
11961            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
11962            ! win32/win32.c
11963 ____________________________________________________________________________
11964 [   332] By: nick                                  on 1997/11/29  16:21:01
11965         Log: Integrate win32 into ansiperl
11966      Branch: ansiperl
11967           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
11968           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
11969           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
11970           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11971           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
11972           !> win32/perllib.c
11973 ____________________________________________________________________________
11974 [   331] By: nick                                  on 1997/11/29  01:35:45
11975         Log: GCC + Threads on Win32 - best gcc results yet
11976      Branch: ansiperl
11977            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
11978            ! win32/win32.h win32/win32iop.h win32/win32thread.c
11979            ! win32/win32thread.h
11980 ____________________________________________________________________________
11981 [   330] By: nick                                  on 1997/11/28  23:05:08
11982         Log: Un-botch gcc workround
11983      Branch: ansiperl
11984            ! XSUB.h
11985 ____________________________________________________________________________
11986 [   329] By: nick                                  on 1997/11/28  22:39:39
11987         Log: Builds completely with Mingw32, dynamic loaded extensions
11988              don't work yet - suspect __declspec() non-implemented issues.
11989      Branch: ansiperl
11990            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
11991            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
11992            ! win32/runperl.c win32/win32.c win32/win32iop.h
11993 ____________________________________________________________________________
11994 [   328] By: gsar                                  on 1997/11/28  05:48:15
11995         Log: integrate winansi.
11996      Branch: win32/perl
11997           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
11998            ! perl.h
11999           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
12000           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
12001           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
12002 ____________________________________________________________________________
12003 [   327] By: gsar                                  on 1997/11/28  05:38:48
12004         Log: Integrate mainline.
12005      Branch: win32/perl
12006           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
12007           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
12008           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
12009           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12010           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
12011           !> win32/perllib.c
12012 ____________________________________________________________________________
12013 [   326] By: nick                                  on 1997/11/27  19:13:36
12014         Log: GCC builds perl.dll and perl.exe on Win32
12015      Branch: ansiperl
12016            ! win32/makedef.pl win32/makegcc.mk
12017 ____________________________________________________________________________
12018 [   325] By: nick                                  on 1997/11/27  17:46:30
12019         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
12020              far as building miniperl and perl.dll (but not import lib yet)
12021              Seems to lack popen()/pclose() and fcloseall() and fflushall().
12022              Also only CRTDLL not MCRTDLL so threading is probably not
12023              possible yet.
12024              Had to mess with win32iop.h's placement as we need __attribute__
12025              to get STDCALL, and #define of printf messes up proto.h 
12026      Branch: ansiperl
12027            + win32/config.gc win32/config_H.gc win32/makegcc.mk
12028            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
12029            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
12030            ! win32/win32iop.h win32/win32sck.c
12031 ____________________________________________________________________________
12032 [   324] By: mbeattie                              on 1997/11/27  17:08:06
12033         Log: Give dire warnings about the IRIX 6.2 kernel panic.
12034      Branch: perl
12035            ! README.threads hints/irix_6.sh
12036 ____________________________________________________________________________
12037 [   323] By: mbeattie                              on 1997/11/27  16:57:33
12038         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
12039              Subject: Re: ANNOUNCE: perl 5.004_55 is available
12040              Date: 27 Nov 1997 17:18:53 +0100
12041              From: koenig@kulturbox.de (Andreas J. Koenig)
12042      Branch: perl
12043            ! sv.c
12044 ____________________________________________________________________________
12045 [   322] By: mbeattie                              on 1997/11/27  16:12:15
12046         Log: Integrate win32 branch back into mainline.
12047      Branch: perl
12048           !> (integrate 42 files)
12049 ____________________________________________________________________________
12050 [   321] By: mbeattie                              on 1997/11/27  15:06:36
12051         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
12052              Subject: Re: ANNOUNCE: perl 5.004_55 is available
12053              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
12054              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12055      Branch: perl
12056            ! t/lib/safe2.t
12057 ____________________________________________________________________________
12058 [   320] By: mbeattie                              on 1997/11/27  15:02:59
12059         Log: Fix MYMALLOC (wrong #define in malloc.c):
12060              Subject: 5.004_55: MYMALLOC completely busted
12061              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
12062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12063      Branch: perl
12064            ! malloc.c
12065 ____________________________________________________________________________
12066 [   319] By: mbeattie                              on 1997/11/27  15:01:37
12067         Log: Fix newSVrv so sv_setref_foo work better:
12068              Subject: [PATCH] [5.004_55] newSVrv (again)
12069              Date: Thu, 27 Nov 1997 00:25:50 -0500
12070              From: Owen Taylor <owt1@cornell.edu>
12071      Branch: perl
12072            ! sv.c
12073 ____________________________________________________________________________
12074 [   318] By: mbeattie                              on 1997/11/27  14:59:03
12075         Log: Output skipped test information in test suite:
12076              Subject: 5.004_55: Making test harness platform_aware
12077              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12078              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12079      Branch: perl
12080            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
12081            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
12082            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
12083 ____________________________________________________________________________
12084 [   317] By: mbeattie                              on 1997/11/27  14:55:15
12085         Log: Add 'W'atch command to debugger and improve help:
12086              Subject: 5.004_55: Debugger patch again
12087              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
12088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12089      Branch: perl
12090            ! lib/perl5db.pl
12091 ____________________________________________________________________________
12092 [   316] By: mbeattie                              on 1997/11/27  14:52:44
12093         Log: Stop double initialisation of malloc_mutex:
12094              Subject: 5.004_55: Double initialiazation of malloc_mutex
12095              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
12096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12097      Branch: perl
12098            ! miniperlmain.c win32/perllib.c
12099 ____________________________________________________________________________
12100 [   315] By: mbeattie                              on 1997/11/27  14:48:58
12101         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
12102      Branch: perl
12103            ! sv.c t/op/pat.t
12104 ____________________________________________________________________________
12105 [   314] By: nick                                  on 1997/11/27  01:03:19
12106         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
12107      Branch: ansiperl
12108           !> (integrate 897 files)
12109 ____________________________________________________________________________
12110 [   313] By: gsar                                  on 1997/11/26  03:20:55
12111         Log: merge win32-aware installperl in ansiperl branch.
12112      Branch: win32/perl
12113           !> installperl
12114 ____________________________________________________________________________
12115 [   312] By: gsar                                  on 1997/11/26  01:50:37
12116         Log: Fix for C<sort 'foo'...> bug:
12117              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12118              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
12119              Subject: [PATCH] Re: Sort grammar bug 
12120              Date: Sat, 01 Nov 1997 14:46:35 -0500
12121              ------
12122              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12123              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
12124              Subject: Re: Sort grammar bug 
12125              Date: Sun, 02 Nov 1997 12:47:51 +0000
12126      Branch: win32/perl
12127            ! t/op/sort.t toke.c
12128 ____________________________________________________________________________
12129 [   311] By: nick                                  on 1997/11/26  01:42:50
12130         Log: Win32-ize installperl
12131      Branch: ansiperl
12132            ! installperl
12133 ____________________________________________________________________________
12134 [   310] By: gsar                                  on 1997/11/26  01:36:39
12135         Log: Another trivial patch:
12136              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12137              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
12138              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
12139              Date: Wed, 29 Oct 1997 21:45:26 -0500
12140      Branch: win32/perl
12141            ! XSUB.h
12142 ____________________________________________________________________________
12143 [   309] By: nick                                  on 1997/11/26  01:33:32
12144         Log: Fixup _55 for Win32:
12145              Missed thread :-> perl_thread changes
12146              Two #define THR (not the same)
12147              K&R style func in hv.c
12148      Branch: ansiperl
12149            ! hv.c win32/win32thread.c win32/win32thread.h
12150 ____________________________________________________________________________
12151 [   308] By: gsar                                  on 1997/11/26  01:30:21
12152         Log: Sync yet another patch (this one manually edited):
12153              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12154              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
12155              Subject: [PATCH] Re: local($@) gives core dump 
12156              Date: Tue, 28 Oct 1997 21:51:25 -0500
12157      Branch: win32/perl
12158            ! pp_ctl.c
12159 ____________________________________________________________________________
12160 [   307] By: gsar                                  on 1997/11/26  01:22:10
12161         Log: Sync another change from local repository.
12162              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12163              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
12164              Subject: Re: do_postponed breaks with multiple interpreters 
12165              Date: Tue, 28 Oct 1997 22:16:13 -0500
12166      Branch: win32/perl
12167            ! op.c
12168 ____________________________________________________________________________
12169 [   306] By: gsar                                  on 1997/11/26  01:17:46
12170         Log: Sync a change from local repository.
12171              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12172              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
12173              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
12174              Date: Tue, 28 Oct 1997 20:06:06 -0500
12175      Branch: win32/perl
12176            ! mg.c
12177 ____________________________________________________________________________
12178 [   305] By: nick                                  on 1997/11/26  00:50:10
12179         Log: Integrate mainline as of _55
12180      Branch: ansiperl
12181           +> emacs/ptags
12182           !> (integrate 36 files)
12183 ____________________________________________________________________________
12184 [   304] By: gsar                                  on 1997/11/26  00:27:57
12185         Log: Various changes to make it build cleanly and pass all tests:
12186              - needed to run `perl embed.pl`
12187              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
12188              - fix prototypes for a few declarations (Borland is finally quiet)
12189              - move declaration of Mymalloc etc to perl.h (since win32 and other
12190              ports may #define malloc themselves, to let extensions bind to
12191              the version that perl used)
12192              - move struct reg_data into a public header file, since it is
12193              referenced in a public datatype
12194              - win32 makefile fixes
12195              - fix remaining s/thread/perl_thread/
12196      Branch: win32/perl
12197            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
12198            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
12199            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
12200            ! win32/win32.h win32/win32iop.h win32/win32thread.c
12201 ____________________________________________________________________________
12202 [   303] By: gsar                                  on 1997/11/25  20:57:31
12203         Log: Fixup the places where the automatic merge got it wrong.
12204              Previous change (#302) was just a normal integration--ignore the
12205              "reverse" in there.
12206      Branch: win32/perl
12207            ! op.c perl.h
12208 ____________________________________________________________________________
12209 [   302] By: gsar                                  on 1997/11/25  20:32:12
12210         Log: reverse integrate mainline
12211      Branch: win32/perl
12212           +> emacs/ptags
12213           !> (integrate 896 files)
12214
12215 ----------------
12216 Version 5.004_55
12217 ----------------
12218
12219 ____________________________________________________________________________
12220 [   301] By: mbeattie                              on 1997/11/25  17:59:53
12221         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
12222      Branch: perl
12223            ! hv.c pp_ctl.c
12224 ____________________________________________________________________________
12225 [   300] By: mbeattie                              on 1997/11/25  16:29:36
12226         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
12227      Branch: perl
12228            ! MANIFEST patchlevel.h
12229 ____________________________________________________________________________
12230 [   299] By: mbeattie                              on 1997/11/25  15:59:16
12231         Log: Move malloc_mutex initialisation/destruction:
12232              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
12233              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
12234      Branch: perl
12235            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
12236            ! unixish.h vms/vmsish.h
12237 ____________________________________________________________________________
12238 [   298] By: mbeattie                              on 1997/11/25  15:49:22
12239         Log: Make hv_ functions cope better with 'm'-magic:
12240              Subject: [5.004_54] Another neglected patch
12241              Date: Fri, 21 Nov 1997 22:28:17 -0500
12242              From: Owen Taylor <owt1@cornell.edu>
12243      Branch: perl
12244            ! hv.c
12245 ____________________________________________________________________________
12246 [   297] By: mbeattie                              on 1997/11/25  15:47:36
12247         Log: Fix typo in Thread.xs.
12248      Branch: perl
12249            ! ext/Thread/Thread.xs
12250 ____________________________________________________________________________
12251 [   296] By: mbeattie                              on 1997/11/25  15:42:07
12252         Log: Integrate from ansi branch to mainline.
12253      Branch: perl
12254           !> (integrate 890 files)
12255 ____________________________________________________________________________
12256 [   295] By: mbeattie                              on 1997/11/25  14:29:31
12257         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
12258              Subject: Re: _54 on AIX
12259              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12260              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12261      Branch: perl
12262            ! ext/DynaLoader/dl_aix.xs
12263 ____________________________________________________________________________
12264 [   294] By: mbeattie                              on 1997/11/25  14:29:10
12265         Log: AIX patch for hints/aix.sh:
12266              Subject: Re: _54 on AIX
12267              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12268              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12269      Branch: perl
12270            ! hints/aix.sh
12271 ____________________________________________________________________________
12272 [   291] By: mbeattie                              on 1997/11/25  14:17:05
12273         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
12274      Branch: perl
12275            ! op.c op.h
12276 ____________________________________________________________________________
12277 [   290] By: mbeattie                              on 1997/11/25  14:16:29
12278         Log: AIX patch (including Configure support for {sched,pthread}_yield,
12279              pthread initial detach state, renaming perl_thread to perl_os_thread
12280              and struct thread to struct perl_thread):
12281              Subject: Re: _54 on AIX
12282              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
12283              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12284      Branch: perl
12285            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
12286            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
12287            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
12288            ! proto.h sv.h thread.h util.c win32/win32thread.c
12289            ! win32/win32thread.h
12290 ____________________________________________________________________________
12291 [   289] By: mbeattie                              on 1997/11/25  12:33:02
12292         Log: Rename perl_thread to perl_os_thread.
12293      Branch: perl
12294            ! fakethr.h thread.h util.c win32/win32thread.h
12295 ____________________________________________________________________________
12296 [   288] By: mbeattie                              on 1997/11/25  12:27:35
12297         Log: Remove bincompat3 support:
12298              Subject: Re: ANNOUNCE: perl5.004_54 is available
12299              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
12300              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12301      Branch: perl
12302            ! Configure INSTALL embed.h global.sym malloc.c
12303 ____________________________________________________________________________
12304 [   287] By: mbeattie                              on 1997/11/25  12:23:50
12305         Log: Emacs/tags update:
12306              Subject: Emacs/tags update for 5.004_54
12307              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
12308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12309      Branch: perl
12310            + emacs/ptags
12311            ! MANIFEST Makefile.SH emacs/cperl-mode.el
12312 ____________________________________________________________________________
12313 [   286] By: nick                                  on 1997/11/23  23:03:56
12314         Log: Add $$_ test 
12315      Branch: ansiperl
12316            ! t/op/ref.t
12317 ____________________________________________________________________________
12318 [   285] By: gsar                                  on 1997/11/23  08:26:00
12319         Log: Initial reverse integration of winansi branch.
12320      Branch: win32/perl
12321           !> (integrate 50 files)
12322 ____________________________________________________________________________
12323 [   284] By: gsar                                  on 1997/11/23  07:32:24
12324         Log: Add to docs about the BEGIN { shift } feature.  Make the change
12325              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
12326      Branch: win32/perl
12327            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
12328 ____________________________________________________________________________
12329 [   283] By: nick                                  on 1997/11/22  21:29:30
12330         Log: Duplicate perl_threadsv
12331      Branch: ansiperl
12332            ! global.sym
12333 ____________________________________________________________________________
12334 [   282] By: nick                                  on 1997/11/22  21:18:11
12335         Log: Munge pseudo-Configure stuff to add -thread to archname as
12336              Malcolm seems to think that is way to test for threads.
12337              Update @INC stuffing hackery to have traditional @INC
12338              search order archlib, privlib, sitearch, site.
12339      Branch: ansiperl
12340            ! t/lib/english.t win32/config.bc win32/config_H.bc
12341            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
12342            ! win32/makefile.mk win32/win32.c win32/win32.h
12343 ____________________________________________________________________________
12344 [   281] By: nick                                  on 1997/11/22  19:28:21
12345         Log: Builds and passes all but english.t on win32 VC++
12346      Branch: ansiperl
12347            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
12348            ! win32/config_H.vc win32/win32thread.h
12349 ____________________________________________________________________________
12350 [   280] By: nick                                  on 1997/11/22  18:10:50
12351         Log: ansiperl builds with Borland C++ again
12352      Branch: ansiperl
12353            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
12354            ! win32/config.bc win32/config_H.bc win32/perlglob.c
12355            ! win32/win32.c win32/win32.h
12356 ____________________________________________________________________________
12357 [   279] By: nick                                  on 1997/11/22  16:42:51
12358         Log: Resolve ansiperl against mainline
12359      Branch: ansiperl
12360           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
12361           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
12362           !> t/lib/english.t thread.h toke.c util.c
12363 ____________________________________________________________________________
12364 [   278] By: nick                                  on 1997/11/22  16:30:27
12365         Log: Resolve ansiperl against win32
12366      Branch: ansiperl
12367           !> (integrate 55 files)
12368 ____________________________________________________________________________
12369 [   277] By: gsar                                  on 1997/11/22  09:48:02
12370         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
12371              - added a test for the above
12372              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
12373              ansification hunks
12374      Branch: win32/perl
12375            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
12376 ____________________________________________________________________________
12377 [   276] By: gsar                                  on 1997/11/22  07:24:01
12378         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
12379              when USE_THREADS.  GCC for instance, can do without macros that use
12380              globals.  Instead, selectively re#define only those macros
12381              that use globals to their functional equivalents.  Tests 100% on
12382              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
12383      Branch: win32/perl
12384            ! perl.h sv.h
12385 ____________________________________________________________________________
12386 [   275] By: gsar                                  on 1997/11/22  05:27:04
12387         Log: Integrate mainline.
12388      Branch: win32/perl
12389           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
12390            - lib/Class/Fields.pm lib/ISA.pm
12391           !> (integrate 41 files)
12392 ____________________________________________________________________________
12393 [   274] By: mbeattie                              on 1997/11/21  18:28:22
12394         Log: $_ is now per-thread (rather a lot of changes). Only tested under
12395              *-linux-thread at the moment.
12396      Branch: perl
12397            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
12398            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
12399            ! t/lib/english.t thread.h toke.c util.c
12400 ____________________________________________________________________________
12401 [   273] By: mbeattie                              on 1997/11/21  10:31:29
12402         Log: Filter patch to toke.c:
12403              Subject: Tiny core patch for source filters
12404              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
12405              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12406      Branch: perl
12407            ! toke.c
12408 ____________________________________________________________________________
12409 [   272] By: nick                                  on 1997/11/21  00:54:43
12410         Log: Basic integrate of lastest perl into ansiperl
12411      Branch: ansiperl
12412           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
12413            - lib/Class/Fields.pm lib/ISA.pm
12414            ! win32/win32.c win32/win32.h
12415           !> (integrate 57 files)
12416 ____________________________________________________________________________
12417 [   271] By: mbeattie                              on 1997/11/20  12:12:00
12418         Log: Initial stab at IRIX configuration support for threading. Manually
12419              applied parts of following patches:
12420              Subject: Perl 5.004_54 on IRIX
12421              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
12422              From: Jarkko Hietaniemi <jhi@iki.fi>
12423              Subject: Re: Perl 5.004_54 on IRIX
12424              Date: 19 Nov 1997 17:10:17 -0800
12425              From: Scott Henry <scotth@sgi.com>
12426      Branch: perl
12427            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
12428            ! hints/irix_6_1.sh perl.h
12429 ____________________________________________________________________________
12430 [   270] By: mbeattie                              on 1997/11/19  17:45:37
12431         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
12432              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
12433              also fixed two instances of referring to SVs after destruction.
12434      Branch: perl
12435            ! regcomp.c regexec.c
12436 ____________________________________________________________________________
12437 [   269] By: mbeattie                              on 1997/11/19  15:33:23
12438         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
12439              changed by mg_get(*keysp) (!). Introducing a new local variable
12440              fixed it but I don't know if it's a compiler problem or some
12441              other corruption happening elsewhere.
12442      Branch: perl
12443            ! av.c
12444 ____________________________________________________________________________
12445 [   268] By: mbeattie                              on 1997/11/19  11:39:49
12446         Log: Let Configure sort out get{host,net}byaddr* prototypes:
12447              Subject: [PATCH] 5.004_54: little something for
12448              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
12449              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
12450              From: Jarkko Hietaniemi <jhi@iki.fi>
12451      Branch: perl
12452            ! Configure config_h.SH pp_sys.c
12453 ____________________________________________________________________________
12454 [   267] By: mbeattie                              on 1997/11/19  11:04:15
12455         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
12456              Subject: Version 7 of Jumbo RE patch available
12457              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
12458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12459      Branch: perl
12460            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
12461            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12462            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
12463            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
12464            ! util.c
12465 ____________________________________________________________________________
12466 [   266] By: mbeattie                              on 1997/11/18  17:26:09
12467         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
12468              version of patch:
12469              Subject: tie fake hash patch for 5.004_54
12470              Date: Sat, 15 Nov 1997 19:18:30 -0500
12471              From: Joshua Pritikin <pritikin@mindspring.com>
12472      Branch: perl
12473            + t/op/avhv.t
12474            ! av.c embed.h global.sym proto.h
12475 ____________________________________________________________________________
12476 [   265] By: mbeattie                              on 1997/11/18  16:51:04
12477         Log: Bring MANIFEST up to date. Add new thread tests.
12478      Branch: perl
12479            + ext/Thread/die.t ext/Thread/die2.t
12480            ! MANIFEST
12481 ____________________________________________________________________________
12482 [   264] By: mbeattie                              on 1997/11/18  16:41:27
12483         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
12484              is assigned to. Added tests to t/op/array.t. magic_setisa now
12485              warns about including non-existent packages in @ISA when -w is on.
12486      Branch: perl
12487            - lib/Class/Fields.pm lib/ISA.pm
12488            ! mg.c t/op/array.t
12489 ____________________________________________________________________________
12490 [   263] By: mbeattie                              on 1997/11/18  16:38:57
12491         Log: Fix typo in win32 -> mainline integration.
12492      Branch: perl
12493            ! perl.h
12494 ____________________________________________________________________________
12495 [   262] By: mbeattie                              on 1997/11/18  11:56:09
12496         Log: Integrate win32 branch back into mainline.
12497      Branch: perl
12498            - win32/win32io.c win32/win32io.h
12499            ! op.c
12500           !> (integrate 30 files)
12501 ____________________________________________________________________________
12502 [   261] By: gsar                                  on 1997/11/18  00:14:02
12503         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
12504      Branch: win32/perl
12505            ! win32/config.bc win32/config.vc win32/config_H.bc
12506            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
12507 ____________________________________________________________________________
12508 [   260] By: nick                                  on 1997/11/16  23:16:16
12509         Log: Generic file changes for MYMALLOC
12510      Branch: ansiperl
12511            ! miniperlmain.c perl.c
12512 ____________________________________________________________________________
12513 [   259] By: nick                                  on 1997/11/16  23:14:36
12514         Log: MYMALLOC for Win32:
12515              1. Initialize malloc_mutex before it is used (all platforms!)
12516              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
12517              3. Tweak win32/config*.* to define MYMALLOC
12518              4. Provide sbrk() in terms of VirtualAlloc().
12519              
12520              Also fixup -MT (perl95) build to handle Perl_current_thread
12521              via call to DLL (as though an extension).
12522      Branch: ansiperl
12523            ! win32/Makefile win32/config.bc win32/config.vc
12524            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
12525            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
12526            ! win32/win32iop.h win32/win32thread.h
12527 ____________________________________________________________________________
12528 [   258] By: nick                                  on 1997/11/15  20:42:28
12529         Log: Implement dTHR via __declspec(thread) - part 2
12530      Branch: ansiperl
12531            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
12532 ____________________________________________________________________________
12533 [   257] By: nick                                  on 1997/11/15  19:52:53
12534         Log: Use __declspec(thread) var rather tha TslAlloc & co.
12535      Branch: ansiperl
12536            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
12537 ____________________________________________________________________________
12538 [   256] By: gsar                                  on 1997/11/15  02:58:09
12539         Log: Add #include guard in Thread.xs so it will build even under
12540              no USE_THREADS (for win32).  This was missed because of edit
12541              w/o checkout perforce kludge.
12542      Branch: win32/perl
12543            ! ext/Thread/Thread.xs
12544 ____________________________________________________________________________
12545 [   255] By: nick                                  on 1997/11/15  00:33:46
12546         Log: Integrate mainline (5.004_54?) into ansiperl
12547      Branch: ansiperl
12548           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12549           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
12550           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
12551           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
12552           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
12553 ____________________________________________________________________________
12554 [   254] By: nick                                  on 1997/11/15  00:25:26
12555         Log: Interate win32 into ansiperl
12556      Branch: ansiperl
12557           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12558           +> lib/fields.pm
12559           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12560           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
12561           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
12562           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
12563           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
12564 ____________________________________________________________________________
12565 [   253] By: gsar                                  on 1997/11/14  22:04:58
12566         Log: Integrate mainline changes into win32 branch.  Now would be a good time
12567              to reverse integrate the win32 branch into mainline.
12568      Branch: win32/perl
12569           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12570           +> lib/fields.pm
12571           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12572           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
12573           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
12574           !> t/op/magic.t thread.h
12575
12576 ----------------
12577 Version 5.004_54
12578 ----------------
12579
12580 ____________________________________________________________________________
12581 [   252] By: mbeattie                              on 1997/11/14  15:07:19
12582         Log: Two more delays added to test suite to help *-solaris-thread.
12583      Branch: perl
12584            ! t/io/pipe.t t/lib/io_pipe.t
12585 ____________________________________________________________________________
12586 [   251] By: mbeattie                              on 1997/11/14  15:05:57
12587         Log: Remove stale code from Thread.xs.
12588      Branch: perl
12589            ! ext/Thread/Thread.xs
12590 ____________________________________________________________________________
12591 [   250] By: mbeattie                              on 1997/11/14  10:12:40
12592         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
12593              doesn't run handlers for self-sent signals until kill has returned.)
12594      Branch: perl
12595            ! t/op/magic.t
12596 ____________________________________________________________________________
12597 [   249] By: gsar                                  on 1997/11/14  05:14:44
12598         Log: Fix various details in win32 makefiles and Config.pm setup.
12599              - ldflags is set for both compilers now
12600              - extensions list is now correct
12601              - delete perl95.exe on distclean
12602              - cf_time now gets updated (once)
12603              - ccdlflags is set for Borland
12604              - fix startperl so dprofpp works
12605      Branch: win32/perl
12606            ! win32/Makefile win32/config.bc win32/config.vc
12607            ! win32/config_sh.PL win32/makefile.mk
12608 ____________________________________________________________________________
12609 [   248] By: mbeattie                              on 1997/11/13  18:01:27
12610         Log: Rewrite thread return code to distinguish between ordinary return
12611              and die() and make join propagate the die. Add tiny method eval
12612              which just does "return eval { shift->join; }". Add Thread::Specific
12613              class for access to thread specific user data along with specific.t.
12614              Rename Class to classname throughout Thread.xs for consistency.
12615              Fix pp_specific to pp_threadsv in global.sym. Add support to
12616              pp_entersub in pp_hot.c to lock stash for static locked methods.
12617      Branch: perl
12618            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12619            + lib/fields.pm
12620            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12621            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
12622 ____________________________________________________________________________
12623 [   247] By: mbeattie                              on 1997/11/13  14:13:30
12624         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
12625              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
12626              in pp_sys.c for whether getnet* function get protoyped (since the
12627              default had a broken prototype for getnetbyaddr).
12628      Branch: perl
12629            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
12630            ! scope.c thread.h
12631 ____________________________________________________________________________
12632 [   246] By: nick                                  on 1997/11/13  02:44:40
12633         Log: Integrate Win32 branch
12634      Branch: ansiperl
12635            - configure ext/util/extliblist win32/bin/pl2bat.bat
12636            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
12637            - win32/config.H win32/config.w32 win32/win32io.c
12638            - win32/win32io.h
12639           !> (integrate 905 files)
12640 ____________________________________________________________________________
12641 [   245] By: nick                                  on 1997/11/13  00:47:54
12642         Log: Integrate (-ay) win32 branch at its creation to 
12643              establish and ancestor as per perkforce technote #9
12644      Branch: ansiperl
12645           +> configure ext/util/extliblist win32/bin/pl2bat.bat
12646           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
12647           +> win32/config.H win32/config.w32
12648           !> (integrate 859 files)
12649 ____________________________________________________________________________
12650 [   244] By: gsar                                  on 1997/11/12  22:26:39
12651         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
12652              contains the all the declarations and macros for the win32io layer.
12653              New std-ish functions are exported now.  All win32-specific exported
12654              functions begin with "win32_" consistently.  win32 version of
12655              init_os_extras() is now exported, so embedders can get the in-core
12656              xsubs.
12657      Branch: win32/perl
12658            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
12659            ! win32/win32iop.h win32/win32sck.c
12660 ____________________________________________________________________________
12661 [   243] By: gsar                                  on 1997/11/12  07:41:52
12662         Log: Really delete deleted files.
12663      Branch: win32/perl
12664            - win32/win32io.c win32/win32io.h
12665 ____________________________________________________________________________
12666 [   242] By: gsar                                  on 1997/11/12  07:40:54
12667         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
12668              files (win32/win32io.[ch]) completely removed, as are all traces
12669              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
12670              for later. Various myfoo() things regularized to my_foo().  CPP not
12671              required anymore to create a perl binary :)
12672      Branch: win32/perl
12673            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
12674            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
12675            ! win32/win32io.c win32/win32io.h win32/win32iop.h
12676            ! win32/win32sck.c
12677 ____________________________________________________________________________
12678 [   241] By: gsar                                  on 1997/11/12  05:31:28
12679         Log: Fix various win32 code blemishes:
12680              - s/stolen/win32/g
12681              - s/(CROAK|WARN)/lc($1)/eg
12682              - remove deadcode from most places
12683      Branch: win32/perl
12684            ! win32/makedef.pl win32/win32.c win32/win32io.c
12685            ! win32/win32iop.h
12686 ____________________________________________________________________________
12687 [   240] By: gsar                                  on 1997/11/12  04:36:29
12688         Log: Carry over changes in ansiperl branch.  Win32 branch is now
12689              the leading edge.
12690      Branch: win32/perl
12691            ! embed.h global.sym perl.c win32/win32thread.c
12692            ! win32/win32thread.h
12693 ____________________________________________________________________________
12694 [   239] By: gsar                                  on 1997/11/12  03:39:57
12695         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
12696      Branch: win32/perl
12697            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
12698 ____________________________________________________________________________
12699 [   238] By: gsar                                  on 1997/11/12  03:25:17
12700         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
12701              done cleaner, if really needed (perhaps only for efficiency reasons?)).
12702              Redundant EXTERN_C definitions and related warnings fixed.
12703      Branch: win32/perl
12704            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
12705            ! win32/win32iop.h win32/win32sck.c
12706 ____________________________________________________________________________
12707 [   237] By: nick                                  on 1997/11/12  02:45:15
12708         Log: Fixup Win32
12709              - #undef start_env before re-#defining it
12710              - change pp_specific pp_threadsv in global.sym
12711              - re-build embed.h
12712              - avoid HAVE_THREAD_INTERN - we don't and empty struct
12713              is a pain. If we did have it it would contain cached
12714              values of things we can only get at _IN_ the thread
12715              so new_struct_thread is wrong place to call it.
12716              - add new macro SET_THREAD_SELF - we must (in main thread)
12717              define in win32thread.h, support in win32thread.c,
12718              test and call in perl.c
12719      Branch: ansiperl
12720            ! embed.h global.sym perl.c thread.h win32/win32thread.c
12721            ! win32/win32thread.h
12722 ____________________________________________________________________________
12723 [   236] By: nick                                  on 1997/11/12  01:54:23
12724         Log: Integrate mainline after it integrated us.
12725              Accepted 'theirs' everywhere - so two branches should
12726              now point to same files again.
12727              Almost all of these were what was suggested, others were
12728              whitespace diffs. A few dubious spots which we will now 
12729              go fix.
12730      Branch: ansiperl
12731           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
12732           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
12733           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
12734           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
12735           !> util.c
12736 ____________________________________________________________________________
12737 [   235] By: gsar                                  on 1997/11/12  01:22:26
12738         Log: Minor tweaks to add a thread_intern struct that should ultimately
12739              contain all the win32-specific statics.
12740              Win32 branch now passes all tests with or w/o USE_THREADS.
12741      Branch: win32/perl
12742            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
12743 ____________________________________________________________________________
12744 [   234] By: gsar                                  on 1997/11/11  23:08:54
12745         Log: Initial (untested) integration of mainline changes.
12746      Branch: win32/perl
12747            - configure
12748           !> (integrate 89 files)
12749 ____________________________________________________________________________
12750 [   233] By: mbeattie                              on 1997/11/11  18:07:30
12751         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
12752      Branch: perl
12753            ! thread.h
12754 ____________________________________________________________________________
12755 [   232] By: mbeattie                              on 1997/11/11  17:49:12
12756         Log: t/TEST (reverted to @229 version) should have been included in the
12757              previous change (231) but my way of recovering it didn't work
12758              properly. The change 231 comments about successful tests applies
12759              to this t/TEST (i.e. as of this change).
12760      Branch: perl
12761            ! t/TEST
12762 ____________________________________________________________________________
12763 [   231] By: mbeattie                              on 1997/11/11  17:46:59
12764         Log: Fix up ansiperl integration. Back to passing all expected tests
12765              with usethreads. Untested with non-threaded perl.
12766      Branch: perl
12767            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
12768            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
12769 ____________________________________________________________________________
12770 [   230] By: mbeattie                              on 1997/11/11  16:36:22
12771         Log: Initial integration of ansi branch into mainline (untested).
12772      Branch: perl
12773           +> t/lib/thread.t t/op/nothread.t thread.sym
12774            - configure
12775           !> (integrate 84 files)
12776 ____________________________________________________________________________
12777 [   229] By: mbeattie                              on 1997/11/11  15:20:43
12778         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
12779              getting per-thread magicals. Fixed thr->errsv initialisation.
12780      Branch: perl
12781            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
12782            ! t/lib/safe2.t toke.c
12783 ____________________________________________________________________________
12784 [   228] By: mbeattie                              on 1997/11/11  12:48:26
12785         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
12786              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
12787              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
12788              again for non-threaded perl. Enhanced perl_get_sv to return
12789              per-thread magicals where necessary for threaded perl.
12790      Branch: perl
12791            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
12792            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
12793 ____________________________________________________________________________
12794 [   227] By: mbeattie                              on 1997/11/11  11:00:02
12795         Log: hashlock bug.
12796              
12797              Jobs fixed ...
12798              
12799              hashlock fixed on 1997/11/11 by mbeattie@localhost
12800              
12801              Subject: [perl5.004_53; patch] Another hash-locking fix
12802              Date: 23 Oct 1997 14:13:55 -0400
12803              From: Owen Taylor <owt1@cornell.edu>
12804      Branch: bugs
12805            + hashlock
12806 ____________________________________________________________________________
12807 [   226] By: gsar                                  on 1997/11/11  02:11:23
12808         Log: Slightly more refined lock() keyword recognition (using %INC).
12809      Branch: win32/perl
12810            ! toke.c
12811 ____________________________________________________________________________
12812 [   225] By: gsar                                  on 1997/11/11  00:26:09
12813         Log: "weak" lock keyword (hardcoded initial implementation) now works.
12814              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
12815              is recognized as a sub, a regular keyword otherwise.  Could be
12816              generalized by storing a flag for every op in OP struct, and turning
12817              the flag off when Thread.xs loads.
12818      Branch: win32/perl
12819            ! toke.c
12820 ____________________________________________________________________________
12821 [   224] By: gsar                                  on 1997/11/10  22:59:55
12822         Log: Merge a patch in preparation for "weak keywords":
12823              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12824              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
12825              Subject: [PATCH] global overrides for keywords
12826              Date: Wed, 08 Oct 1997 02:18:23 -0400
12827      Branch: win32/perl
12828            ! embed.h interp.sym perl.c perl.h toke.c
12829 ____________________________________________________________________________
12830 [   223] By: gsar                                  on 1997/11/10  22:41:31
12831         Log: Remove runlevel.  It was used to count how many runops() calls
12832              we were in the process of executing, and longjmp() to the topmost
12833              one (if not already there).  We use a null top_env->je_prev
12834              to distinguish that now.
12835      Branch: win32/perl
12836            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
12837 ____________________________________________________________________________
12838 [   222] By: gsar                                  on 1997/11/10  04:47:48
12839         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
12840              USE_THREADS case builds and passes all tests using both compilers.
12841              Additional tweaks:
12842              - fixup win32/makedef.pl to skip more symbols for non-thread build.
12843              - sync win32/Makefile with win32/makefile.mk
12844              >>>Non-thread build fails a lot of tests.<<<
12845      Branch: win32/perl
12846            + thread.sym
12847            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
12848            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
12849            ! win32/makedef.pl win32/makefile.mk
12850 ____________________________________________________________________________
12851 [   221] By: gsar                                  on 1997/11/10  00:57:53
12852         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
12853              into win32 branch.
12854      Branch: win32/perl
12855            + t/lib/thread.t t/op/nothread.t
12856            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
12857            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
12858            ! util.c win32/Makefile win32/config.bc win32/config.vc
12859            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
12860            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
12861            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
12862            ! win32/win32thread.c win32/win32thread.h
12863 ____________________________________________________________________________
12864 [   220] By: gsar                                  on 1997/11/09  22:44:41
12865         Log: Integrate latest mainline into win32 branch.
12866      Branch: win32/perl
12867           +> win32/win32thread.c win32/win32thread.h
12868           !> (integrate 39 files)
12869 ____________________________________________________________________________
12870 [   219] By: nick                                  on 1997/11/09  21:46:06
12871         Log: Conditionalize english.t,
12872              Enhance times() for NT,
12873              (Failed) attempt to implement alarm(),
12874              Fixed config.h dependancy in makefile.mk
12875      Branch: ansiperl
12876            ! t/lib/english.t win32/config.bc win32/config_H.bc
12877            ! win32/makefile.mk win32/win32.c
12878 ____________________________________________________________________________
12879 [   218] By: nick                                  on 1997/11/09  15:38:00
12880         Log: Dick Hardt's patch for build on Alpha
12881      Branch: ansiperl
12882            ! win32/Makefile
12883 ____________________________________________________________________________
12884 [   217] By: nick                                  on 1997/11/09  03:31:20
12885         Log: MakeMaker not in vofig noise fix for dmake
12886      Branch: ansiperl
12887            ! win32/config.bc win32/makefile.mk
12888 ____________________________________________________________________________
12889 [   216] By: nick                                  on 1997/11/09  03:15:06
12890         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
12891              TIEHASH works, but 2nd call (after db is closed, attempt
12892              to reopen) tries to AUTOLOAD TIEHASH rather than using
12893              cached value.
12894      Branch: ansiperl
12895            ! pp_sys.c
12896 ____________________________________________________________________________
12897 [   215] By: nick                                  on 1997/11/08  16:41:24
12898         Log: Cleanup MakeMaker 'not in config' noise
12899      Branch: ansiperl
12900            ! win32/Makefile win32/config.vc
12901 ____________________________________________________________________________
12902 [   214] By: nick                                  on 1997/11/08  15:07:24
12903         Log: Remove 'configure' leaving configure.gnu and Configure
12904              Win32 ignores case and keeps trying to update
12905              repository copy of 'configure' or 'Configure' with
12906              the other.
12907      Branch: ansiperl
12908            - configure
12909            ! MANIFEST
12910 ____________________________________________________________________________
12911 [   213] By: nick                                  on 1997/11/08  15:03:39
12912         Log: Get threads working again on Win32
12913              Root cause of fail was init_thread_intern() in
12914              new_struct_thread() (which is called in parent thread)
12915              clobbering dTHR of parent thread. 
12916              It is doubtfull if setting 'self' in new_struct_thread()
12917              is 'right' but left in for now.
12918      Branch: ansiperl
12919            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
12920            ! win32/win32thread.c win32/win32thread.h
12921 ____________________________________________________________________________
12922 [   212] By: nick                                  on 1997/11/08  00:34:03
12923         Log: Add :base_thread to :default in Opcode.pm
12924              This allows lib/safe.t to pass when threaded.
12925              It is unclear if 'lock' should be safe as it allows
12926              denial of service attack, but could not figure out
12927              how to add just 'specific' (sic) to :default
12928              without triggering 'already tagged' warning noise.
12929      Branch: ansiperl
12930            ! ext/Opcode/Opcode.pm win32/makefile.mk
12931 ____________________________________________________________________________
12932 [   211] By: nick                                  on 1997/11/07  23:59:31
12933         Log: Merge changes as of 18:00 CST 
12934      Branch: ansiperl
12935           !> op.c pp.c pp_sys.c thread.h util.c
12936 ____________________________________________________________________________
12937 [   210] By: nick                                  on 1997/11/07  23:52:35
12938         Log: Reverse integrate Malcolm's chanes into local
12939              repository, then import result back into my view
12940              of Malcolm's repository.
12941              Builds and passes (most) tests with GNU C++/Solaris
12942              and Borland C++, Win32.
12943      Branch: ansiperl
12944            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
12945            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
12946            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
12947            ! thread.h toke.c util.c win32/makefile.mk
12948 ____________________________________________________________________________
12949 [   209] By: mbeattie                              on 1997/11/07  18:12:36
12950         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
12951              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
12952              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
12953              missing #ifdef USE_THREADS around some DEBU_L statements in die().
12954              Building without USE_THREADS fails quite a lot of tests. It looks
12955              as though the move to per-thread magicals must be missing some
12956              #ifdef USE_THREADS.
12957      Branch: perl
12958            ! op.c pp.c pp_sys.c thread.h util.c
12959 ____________________________________________________________________________
12960 [   208] By: nick                                  on 1997/11/07  01:37:28
12961         Log: Raw integrate of latest perl
12962      Branch: ansiperl
12963            ! t/TEST
12964           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
12965           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
12966           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
12967           !> thread.h toke.c util.c
12968 ____________________________________________________________________________
12969 [   207] By: mbeattie                              on 1997/11/06  14:58:00
12970         Log: Update README.threads and Todo.5.005.
12971      Branch: perl
12972            ! README.threads Todo.5.005
12973 ____________________________________________________________________________
12974 [   206] By: mbeattie                              on 1997/11/06  14:37:37
12975         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
12976      Branch: perl
12977            ! op.c pp_ctl.c proto.h scope.h
12978 ____________________________________________________________________________
12979 [   205] By: mbeattie                              on 1997/11/06  14:31:38
12980         Log: Per-thread magicals now stored in their own thr->magicals and keyed
12981              more directly. cvcache and oursv become ordinary struct thread
12982              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
12983              for 0 again. Main thread initialisation done by new function
12984              init_main_thread instead of (now fixed) new_struct_thread.
12985              
12986              Jobs fixed ...
12987              
12988              jmpenv fixed on 1997/11/06 by mbeattie@localhost
12989              
12990              Subject: [perl5.004_53; patch] eval's and threads
12991              Date: 23 Oct 1997 23:59:19 -0400
12992              From: Owen Taylor <owt1@cornell.edu>
12993      Branch: bugs
12994            + jmpenv
12995      Branch: perl
12996            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
12997            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
12998 ____________________________________________________________________________
12999 [   204] By: mbeattie                              on 1997/11/05  17:18:18
13000         Log: Per-thread magicals mostly working (and localisable). Now getting
13001              intermittent occasional "Use of uninitialized value" warnings
13002              which may be due to some op flag black magic I've broken.
13003      Branch: perl
13004            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
13005            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
13006 ____________________________________________________________________________
13007 [   203] By: nick                                  on 1997/11/05  01:04:10
13008         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
13009      Branch: ansiperl
13010            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
13011            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
13012            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
13013            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
13014            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
13015            ! win32/config.vc win32/config_H.vc win32/makedef.pl
13016            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
13017            ! win32/win32io.c win32/win32io.h win32/win32iop.h
13018            ! win32/win32sck.c win32/win32thread.h
13019 ____________________________________________________________________________
13020 [   202] By: nick                                  on 1997/11/05  00:50:27
13021         Log: Compile(d) at least once with threads on win32 
13022              but did not work
13023      Branch: ansiperl
13024            ! embed.h perl.c thread.h
13025 ____________________________________________________________________________
13026 [   201] By: nick                                  on 1997/11/05  00:32:13
13027         Log: Trivial integrate
13028      Branch: ansiperl
13029           !> patchlevel.h
13030 ____________________________________________________________________________
13031 [   200] By: mbeattie                              on 1997/11/04  12:06:09
13032         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
13033      Branch: perl
13034            ! patchlevel.h
13035 ____________________________________________________________________________
13036 [   199] By: nick                                  on 1997/11/01  00:18:52
13037         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
13038      Branch: ansiperl
13039           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13040           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13041           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13042           !> util.c
13043 ____________________________________________________________________________
13044 [   198] By: nick                                  on 1997/11/01  00:08:33
13045         Log: win32thread.* not in MANIFEST which has muddled moving
13046              back and forth between depots.
13047      Branch: ansiperl
13048            ! MANIFEST win32/win32thread.c win32/win32thread.h
13049 ____________________________________________________________________________
13050 [   197] By: nick                                  on 1997/11/01  00:02:49
13051         Log: Test changes
13052      Branch: ansiperl
13053            + t/lib/thread.t t/op/nothread.t thread.sym
13054            ! MANIFEST
13055 ____________________________________________________________________________
13056 [   196] By: nick                                  on 1997/10/31  23:54:01
13057         Log: Further ANSI changes now builds and passes (most) tests
13058              with gcc -x c++. 
13059      Branch: ansiperl
13060            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
13061            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
13062            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13063            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
13064            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
13065            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
13066            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
13067            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
13068            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
13069            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
13070            ! x2p/walk.c
13071 ____________________________________________________________________________
13072 [   195] By: mbeattie                              on 1997/10/31  18:05:31
13073         Log: Half way through moving per-thread magicals into per-thread fields
13074              and the associated new OP_SPECIFIC and find_thread_magical stuff.
13075              perl will compile but plenty of the magicals are still broken.
13076      Branch: perl
13077            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13078            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13079            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13080            ! util.c
13081 ____________________________________________________________________________
13082 [   194] By: nick                                  on 1997/10/31  01:43:49
13083         Log: Convert miniperl sources to ANSI C. Several passes of
13084              GNU C's 'protoize' plus a few hand edits.
13085              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
13086              Does not link seems gcc's C++ does not define a symbol for
13087              const char foo[] = "....";
13088              i.e. with empty [].
13089      Branch: ansiperl
13090            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
13091            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
13092            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13093            ! sv.c taint.c toke.c universal.c util.c
13094 ____________________________________________________________________________
13095 [   193] By: nick                                  on 1997/10/30  03:00:01
13096         Log: Make the ansi branch
13097      Branch: ansiperl
13098           +> (branch 907 files)
13099 ____________________________________________________________________________
13100 [   192] By: nick                                  on 1997/10/30  02:48:17
13101         Log: Oneperl builds with THREADS/THISPTR Borland
13102              Manualy inserted Sarathy's new COND_XXXXX from his mail.
13103              Manual change if Tself -> self as was easier than resolve :-(
13104              Two aTHIS's in op.c
13105      Branch: oneperl
13106            ! embed.h op.c thread.h thread.sym win32/makefile.mk
13107            ! win32/win32thread.h
13108 ____________________________________________________________________________
13109 [   191] By: nick                                  on 1997/10/30  01:54:50
13110         Log: Raw resolve of latest sources with oneperl
13111      Branch: oneperl
13112           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
13113           !> opcode.pl perl.c thread.h win32/win32thread.c
13114           !> win32/win32thread.h
13115 ____________________________________________________________________________
13116 [   190] By: mbeattie                              on 1997/10/29  14:39:54
13117         Log: Remove global macro "self". Change thr->Tself to thr->self.
13118      Branch: perl
13119            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
13120            ! win32/win32thread.c win32/win32thread.h
13121 ____________________________________________________________________________
13122 [   189] By: mbeattie                              on 1997/10/29  12:49:01
13123         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
13124      Branch: perl
13125            ! Todo.5.005
13126 ____________________________________________________________________________
13127 [   188] By: mbeattie                              on 1997/10/29  12:45:32
13128         Log: Add pp_lock knowledge to compiler
13129      Branch: perlext
13130            ! Compiler/ccop.c Compiler/ccop.h
13131 ____________________________________________________________________________
13132 [   187] By: mbeattie                              on 1997/10/29  12:45:02
13133         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
13134      Branch: perl
13135            ! op.c
13136 ____________________________________________________________________________
13137 [   186] By: mbeattie                              on 1997/10/29  12:43:36
13138         Log: Move compiler OP class information into opcode.pl.
13139      Branch: perl
13140            ! op.h opcode.h opcode.pl
13141 ____________________________________________________________________________
13142 [   185] By: nick                                  on 1997/10/26  22:52:05
13143         Log: Split failing test in op/misc.t into op/nothread.t
13144              so all tests can be passed where they apply.
13145              Cleanup other two cases of THREADS/THISPTR.
13146              Conditional compile option for CriticalSection's on Win32
13147      Branch: oneperl
13148            + t/op/nothread.t
13149            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
13150            ! win32/win32thread.h
13151 ____________________________________________________________________________
13152 [   184] By: nick                                  on 1997/10/26  19:42:00
13153         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
13154      Branch: oneperl
13155            ! embed.h global.sym proto.h sv.c sv.h toke.c
13156 ____________________________________________________________________________
13157 [   183] By: nick                                  on 1997/10/26  18:31:58
13158         Log: Make USE_THREADS imply CRIPPLED_CC.
13159              This avoids most of the uses of 'Sv' and hence many needs of 
13160              dTHR in extension code. 
13161              With this change Data::Dumper builds as-is
13162              and Tk only needs four tweaks:
13163              1. Obscure dump-stack case which really needs dTHR
13164              2. A curcop in error-message code
13165              3. Two cases of SAVETMPS
13166              4. A curcop == &compiling which is probably not required.
13167              IMHO the SAVETMPS case is only one which merits further automation.
13168      Branch: oneperl
13169            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
13170 ____________________________________________________________________________
13171 [   182] By: nick                                  on 1997/10/26  16:31:58
13172         Log: Change dSP to imply dTHR for extension source compatibility
13173              introduce djSP (Declare Just SP) for use in perl sources
13174              and thread-aware extensions. Use latter.
13175      Branch: oneperl
13176            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
13177            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
13178 ____________________________________________________________________________
13179 [   181] By: nick                                  on 1997/10/26  00:39:57
13180         Log: More tests
13181      Branch: oneperl
13182            ! t/lib/thread.t
13183 ____________________________________________________________________________
13184 [   180] By: nick                                  on 1997/10/25  22:18:27
13185         Log: Use return of THREAD_CREATE() - add basic thread test
13186      Branch: oneperl
13187            + t/lib/thread.t
13188            ! ext/Thread/Thread.xs
13189 ____________________________________________________________________________
13190 [   179] By: nick                                  on 1997/10/25  21:25:23
13191         Log: Builds with no thread/this
13192      Branch: oneperl
13193            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
13194            ! win32/win32thread.c
13195 ____________________________________________________________________________
13196 [   178] By: nick                                  on 1997/10/25  18:28:03
13197         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
13198      Branch: oneperl
13199            ! perl.c
13200 ____________________________________________________________________________
13201 [   177] By: nick                                  on 1997/10/25  18:11:33
13202         Log: Basic integrate of oneperl with threads, passes 
13203              tests THISPTR+THREADs - win32/win32thread.* needed
13204              changes (where did they come from)?
13205      Branch: oneperl
13206            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
13207            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
13208 ____________________________________________________________________________
13209 [   176] By: nick                                  on 1997/10/25  17:05:52
13210         Log: Onepel builds THISPTR no threads
13211      Branch: oneperl
13212            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
13213 ____________________________________________________________________________
13214 [   175] By: nick                                  on 1997/10/25  16:40:10
13215         Log: Integrate oneperl with new style JOIN etc. macros
13216      Branch: oneperl
13217           +> win32/win32thread.c win32/win32thread.h
13218           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
13219           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
13220           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
13221           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
13222           !> win32/makefile.mk
13223 ____________________________________________________________________________
13224 [   174] By: mbeattie                              on 1997/10/24  17:14:00
13225         Log: Remove xcv_condp CV field which is no longer used.
13226      Branch: perl
13227            ! sv.h
13228 ____________________________________________________________________________
13229 [   173] By: mbeattie                              on 1997/10/24  14:36:09
13230         Log: Patches for VMS [Dan Sugalski]
13231      Branch: bugs
13232            + vms2
13233      Branch: perl
13234            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
13235            ! vms/vmsish.h
13236 ____________________________________________________________________________
13237 [   172] By: mbeattie                              on 1997/10/24  13:50:59
13238         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
13239              to use new API and patch win32 makefile stuff a little.
13240      Branch: perl
13241            + win32/win32thread.c win32/win32thread.h
13242            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
13243            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
13244 ____________________________________________________________________________
13245 [   171] By: mbeattie                              on 1997/10/23  14:00:27
13246         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
13247              
13248              Jobs fixed ...
13249              
13250              get_db_sub fixed on 1997/10/23 by mbeattie@squash
13251              
13252              Subject: [perl5.004_53] Debugger crash (patch)
13253              Date: Thu, 16 Oct 1997 22:03:09 -0400
13254              From: Owen Taylor <owt1@cornell.edu>
13255      Branch: bugs
13256            + get_db_sub
13257      Branch: perl
13258            ! pp_hot.c
13259 ____________________________________________________________________________
13260 [   170] By: mbeattie                              on 1997/10/23  09:22:40
13261         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
13262              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
13263              a ref to its argument for AV, HV, CV. 
13264      Branch: perl
13265            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
13266 ____________________________________________________________________________
13267 [   169] By: gsar                                  on 1997/10/21  03:49:25
13268         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
13269              - Fixup static functions that were missing aTHIS.
13270              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
13271              - Removed static functions from global.sym.
13272              - Typo in perl.h.
13273              - Additions to makefile.mk.
13274      Branch: oneperl
13275            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
13276            ! win32/makefile.mk
13277 ____________________________________________________________________________
13278 [   168] By: nick                                  on 1997/10/20  02:47:18
13279         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
13280      Branch: oneperl
13281            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
13282            ! scope.h thread.h
13283 ____________________________________________________________________________
13284 [   167] By: nick                                  on 1997/10/20  01:03:00
13285         Log: Add missing aTHIS in cast
13286      Branch: oneperl
13287            ! win32/dl_win32.xs
13288 ____________________________________________________________________________
13289 [   166] By: nick                                  on 1997/10/20  00:44:42
13290         Log: Builds and passes test with -DUSE_THISPTR
13291      Branch: oneperl
13292            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
13293            ! win32/perllib.c
13294 ____________________________________________________________________________
13295 [   165] By: nick                                  on 1997/10/19  21:45:36
13296         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
13297      Branch: oneperl
13298            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
13299            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
13300            ! win32/makefile.mk win32/perllib.c
13301 ____________________________________________________________________________
13302 [   164] By: nick                                  on 1997/10/19  20:09:13
13303         Log: oneperl compiles (but fails) with -DUSE_THISPTR
13304      Branch: oneperl
13305            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
13306            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
13307            ! win32/win32.c win32/win32.h
13308 ____________________________________________________________________________
13309 [   163] By: nick                                  on 1997/10/19  16:46:09
13310         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
13311      Branch: oneperl
13312            ! embed.h perl.h thread.h vars.h
13313 ____________________________________________________________________________
13314 [   162] By: nick                                  on 1997/10/19  14:42:16
13315         Log: Dubious merge of oneperl's variable and struct thread
13316      Branch: oneperl
13317           !> perl.h thread.h
13318 ____________________________________________________________________________
13319 [   161] By: nick                                  on 1997/10/18  18:05:13
13320         Log: integrate all but perl.h/thread.h
13321      Branch: oneperl
13322           +> Todo.5.005 perlio.sym
13323           !> (integrate 98 files)
13324 ____________________________________________________________________________
13325 [   160] By: nick                                  on 1997/10/18  03:49:27
13326         Log: Integrate rest of sub-dirs into oneperl
13327      Branch: oneperl
13328           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13329           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13330           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13331           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13332           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13333           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13334           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13335           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
13336           +> hints/os390.sh
13337            - ext/util/extliblist
13338           !> (integrate 425 files)
13339 ____________________________________________________________________________
13340 [   159] By: nick                                  on 1997/10/18  03:20:11
13341         Log: Integrate (accept) t and win32 into oneperl
13342      Branch: oneperl
13343           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
13344           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
13345           +> win32/config.vc win32/config_H.bc win32/config_H.vc
13346           +> win32/makefile.mk
13347           !> (integrate 188 files)
13348 ____________________________________________________________________________
13349 [   158] By: nick                                  on 1997/10/18  03:12:59
13350         Log: Integrate lib/... into oneperl
13351      Branch: oneperl
13352           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
13353           !> (integrate 138 files)
13354 ____________________________________________________________________________
13355 [   157] By: nick                                  on 1997/10/18  02:55:53
13356         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
13357      Branch: oneperl
13358            ! lib/Bundle/CPAN.pm
13359 ____________________________________________________________________________
13360 [   156] By: nick                                  on 1997/10/18  02:52:44
13361         Log: Make lib/Bundle/CPAN.pm a text file
13362      Branch: perl
13363            ! lib/Bundle/CPAN.pm
13364 ____________________________________________________________________________
13365 [   155] By: nick                                  on 1997/10/18  02:33:02
13366         Log: Some weirdness in the intgrate process
13367      Branch: oneperl
13368            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13369            - win32/bin/webget.bat win32/config.H win32/config.w32
13370 ____________________________________________________________________________
13371 [   153] By: nick                                  on 1997/10/18  02:29:16
13372         Log: Let us try all the pure integrate stuff
13373      Branch: oneperl
13374           !> (integrate 647 files)
13375 ____________________________________________________________________________
13376 [   152] By: nick                                  on 1997/10/18  02:13:35
13377         Log: Get more sub directories out of the way.
13378      Branch: oneperl
13379           !> (integrate 92 files)
13380 ____________________________________________________________________________
13381 [   151] By: nick                                  on 1997/10/18  02:05:41
13382         Log: Integrate hints 
13383      Branch: oneperl
13384           !> (integrate 68 files)
13385 ____________________________________________________________________________
13386 [   150] By: nick                                  on 1997/10/18  01:57:20
13387         Log: Try reopening some non-contravertial files
13388      Branch: oneperl
13389           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
13390           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
13391           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
13392           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
13393 ____________________________________________________________________________
13394 [   144] By: gsar                                  on 1997/10/16  22:26:07
13395         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
13396              build.  Once again, builds and runs all    Thread tests using either
13397              compiler.
13398      Branch: win32/perl
13399            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
13400            ! win32/makefile.mk
13401 ____________________________________________________________________________
13402 [   143] By: gsar                                  on 1997/10/16  20:45:58
13403         Log: A quick merge of latest mainline.
13404      Branch: win32/perl
13405           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13406           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13407           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13408           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13409           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13410           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13411           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13412           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
13413           +> lib/base.pm t/lib/dosglob.t
13414            - ext/util/extliblist
13415           !> (integrate 134 files)
13416
13417 ----------------
13418 Version 5.004_53
13419 ----------------
13420
13421 ____________________________________________________________________________
13422 [   142] By: mbeattie                              on 1997/10/16  16:52:55
13423         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
13424      Branch: perl
13425            ! MANIFEST
13426 ____________________________________________________________________________
13427 [   141] By: mbeattie                              on 1997/10/16  16:42:13
13428         Log: Move perlext/Thread into perl/ext/Thread.
13429      Branch: perl
13430           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13431           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13432           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13433           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13434           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13435           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13436           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13437           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
13438            ! Configure
13439      Branch: perlext
13440            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
13441            - Thread/Thread.xs Thread/Thread/Queue.pm
13442            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
13443            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
13444            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
13445            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
13446            - Thread/unsync4.t
13447 ____________________________________________________________________________
13448 [   140] By: mbeattie                              on 1997/10/16  16:26:53
13449         Log: Correct threads_mutex locking in main thread destruction.
13450              Add per-interp thrsv to hold SV struct thread for main thread.
13451              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
13452              Add Thread/list.t test of Thread->list method.
13453              Let Thread::Semaphore methods up and down take an extra argument.
13454      Branch: perl
13455            ! embed.h interp.sym perl.c perl.h thread.h
13456      Branch: perlext
13457            + Thread/list.t
13458            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
13459 ____________________________________________________________________________
13460 [   139] By: mbeattie                              on 1997/10/16  14:01:11
13461         Log: Fix up merge with 5.004_04.
13462      Branch: perl
13463            ! op.c perl.c t/lib/dosglob.t
13464 ____________________________________________________________________________
13465 [   138] By: TimBunce                              on 1997/10/16  12:58:22
13466         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
13467      Branch: maint-5.004/perl
13468            ! t/lib/dosglob.t
13469 ____________________________________________________________________________
13470 [   137] By: mbeattie                              on 1997/10/16  11:09:25
13471         Log: Merge maint-5.004 branch (5.004_04) with mainline.
13472      Branch: perl
13473           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
13474            - ext/util/extliblist
13475           !> (integrate 132 files)
13476 ____________________________________________________________________________
13477 [   135] By: gsar                                  on 1997/10/15  21:46:05
13478         Log: Win32 changes over 5.004_52:
13479              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
13480              on an already locked mutex.
13481              - other minor tweaks.
13482              Now builds and runs win32-version of Thread_52, passing all tests.
13483      Branch: win32/perl
13484            ! perl.c proto.h thread.h
13485 ____________________________________________________________________________
13486 [   134] By: gsar                                  on 1997/10/15  18:19:31
13487         Log: fixup makefile.mk conflict.
13488      Branch: win32/perl
13489            ! win32/makefile.mk
13490 ____________________________________________________________________________
13491 [   133] By: gsar                                  on 1997/10/15  18:02:46
13492         Log: Integrated latest changes from mainline into win32.
13493      Branch: win32/perl
13494           +> fakethr.h
13495           !> MANIFEST Porting/makerel Porting/patchls README.threads
13496           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
13497           !> win32/config.vc win32/config_H.bc win32/config_H.vc
13498           !> win32/makefile.mk
13499
13500 ----------------
13501 Version 5.004_52
13502 ----------------
13503
13504 ____________________________________________________________________________
13505 [   132] By: mbeattie                              on 1997/10/15  17:02:38
13506         Log: Remove out-of-date test Thread/cond.t.
13507      Branch: perlext
13508            - Thread/cond.t
13509 ____________________________________________________________________________
13510 [   131] By: mbeattie                              on 1997/10/15  16:57:45
13511         Log: Finish thread state machine: fixes global destruction of threads,
13512              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
13513              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
13514              Thread.xs.
13515      Branch: perl
13516            ! MANIFEST README.threads Todo.5.005 perl.c util.c
13517      Branch: perlext
13518            ! Thread/Thread.xs Thread/queue.t
13519 ____________________________________________________________________________
13520 [   130] By: mbeattie                              on 1997/10/15  16:55:10
13521         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
13522              Fix ThrSETSTATE not to lock t->mutex itself.
13523      Branch: perl
13524            ! fakethr.h thread.h
13525 ____________________________________________________________________________
13526 [   129] By: mbeattie                              on 1997/10/15  16:53:35
13527         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
13528      Branch: perl
13529            ! pp_hot.c
13530 ____________________________________________________________________________
13531 [   128] By: TimBunce                              on 1997/10/15  15:55:26
13532         Log: Maintenance 5.004_04 changes
13533      Branch: maint-5.004/perl
13534            + hints/os390.sh lib/base.pm t/lib/dosglob.t
13535            - ext/util/extliblist
13536            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
13537            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
13538            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
13539            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
13540            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
13541            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
13542            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
13543            ! installperl lib/AutoLoader.pm lib/CPAN.pm
13544            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
13545            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
13546            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
13547            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
13548            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
13549            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
13550            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
13551            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
13552            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
13553            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
13554            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
13555            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
13556            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13557            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
13558            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
13559            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
13560            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
13561            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
13562            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
13563            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
13564            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
13565            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
13566            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
13567            ! win32/Makefile win32/config_H.bc win32/config_H.vc
13568            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
13569            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
13570 ____________________________________________________________________________
13571 [   127] By: mbeattie                              on 1997/10/15  10:00:18
13572         Log: Added fakethr.h.
13573      Branch: perl
13574            + fakethr.h
13575 ____________________________________________________________________________
13576 [   126] By: mbeattie                              on 1997/10/15  09:50:57
13577         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
13578      Branch: perl
13579            ! thread.h
13580 ____________________________________________________________________________
13581 [   125] By: mbeattie                              on 1997/10/15  09:09:24
13582         Log: Started rewriting thread state machine.
13583      Branch: perl
13584            ! perl.c thread.h
13585      Branch: perlext
13586            ! Thread/Thread.xs
13587 ____________________________________________________________________________
13588 [   124] By: gsar                                  on 1997/10/14  00:23:15
13589         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
13590              tests in win32 version of latest perlext/Thread.
13591      Branch: win32/perl
13592            ! pp_hot.c
13593 ____________________________________________________________________________
13594 [   123] By: gsar                                  on 1997/10/13  23:18:38
13595         Log: Initial merge of win32 threads patch.
13596      Branch: win32/perl
13597            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
13598            ! win32/Makefile win32/makedef.pl win32/makefile.mk
13599            ! win32/perllib.c win32/pod.mak win32/win32.h
13600 ____________________________________________________________________________
13601 [   122] By: gsar                                  on 1997/10/10  20:58:40
13602         Log: Integrated changes on mainline into the win32 branch.  Had to set
13603              P4USER=mbeattie for the resolve step (due to the presence of newly
13604              branched files that had not been submitted?)
13605      Branch: win32/perl
13606           +> Porting/makerel Porting/patchls README.threads Todo.5.005
13607           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
13608           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
13609           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13610           +> win32/bin/webget.pl win32/config.bc win32/config.vc
13611           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
13612            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13613            - win32/bin/webget.bat win32/config.H win32/config.w32
13614            ! thread.h
13615           !> (integrate 858 files)
13616 ____________________________________________________________________________
13617 [   121] By: mbeattie                              on 1997/10/10  17:23:41
13618         Log: Tweak a few Thread tests.
13619      Branch: perlext
13620            + Thread/join2.t
13621            ! Thread/io.t Thread/sync2.t
13622 ____________________________________________________________________________
13623 [   120] By: mbeattie                              on 1997/10/10  17:22:46
13624         Log: Rewrite thread destruction system using linked list of threads.
13625              Still not completely done. Add methods self, equal, flags, list
13626              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
13627      Branch: perl
13628            ! perl.c perl.h thread.h
13629      Branch: perlext
13630            ! Thread/Thread.xs Thread/typemap
13631 ____________________________________________________________________________
13632 [   119] By: mbeattie                              on 1997/10/10  17:19:55
13633         Log: Fix up locking/synchronisation for pp_entersub.
13634      Branch: perl
13635            ! pp_hot.c
13636 ____________________________________________________________________________
13637 [   118] By: mbeattie                              on 1997/10/10  09:55:32
13638         Log: Put back entries in MANIFEST for the four now-returned win32/* files
13639      Branch: perl
13640            ! MANIFEST
13641 ____________________________________________________________________________
13642 [   117] By: mbeattie                              on 1997/10/10  08:12:23
13643         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
13644      Branch: perl
13645            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
13646 ____________________________________________________________________________
13647 [   116] By: mbeattie                              on 1997/10/08  15:41:08
13648         Log: Add missing sig_pipe definition to Thread.xs.
13649      Branch: perlext
13650            ! Thread/Thread.xs
13651 ____________________________________________________________________________
13652 [   115] By: mbeattie                              on 1997/10/08  15:40:46
13653         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
13654              add missing dTHR; to new function unwind_handler_stack() in mg.c
13655              and bump patchlevel.h to 5.004_52.
13656      Branch: perl
13657            ! MANIFEST mg.c patchlevel.h
13658 ____________________________________________________________________________
13659 [   114] By: mbeattie                              on 1997/10/08  10:19:27
13660         Log: Merge maint-5.004 branch (5.004_03) with mainline.
13661              MANIFEST is out of sync.
13662      Branch: perl
13663           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13664           +> win32/bin/webget.pl
13665            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13666            - win32/bin/webget.bat
13667           !> (integrate 168 files)
13668 ____________________________________________________________________________
13669 [   113] By: mbeattie                              on 1997/10/05  17:52:49
13670         Log: Move init of global mutexes/cond vars earlier.
13671      Branch: perl
13672            ! perl.c
13673 ____________________________________________________________________________
13674 [   112] By: nick                                  on 1997/10/04  15:25:28
13675         Log: Add perl.sym to MANIFEST
13676      Branch: oneperl
13677            ! MANIFEST
13678 ____________________________________________________________________________
13679 [   111] By: nick                                  on 1997/10/04  15:23:37
13680         Log: Missing file
13681      Branch: oneperl
13682            + perl.sym
13683 ____________________________________________________________________________
13684 [   110] By: nick                                  on 1997/10/04  13:04:26
13685         Log: Now builds the extensions as well
13686              Passes all tests
13687      Branch: oneperl
13688            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
13689            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
13690            ! toke.c util.c writemain.SH
13691 ____________________________________________________________________________
13692 [   109] By: nick                                  on 1997/10/04  12:02:14
13693         Log: Odd checkin issue
13694      Branch: oneperl
13695            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
13696            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
13697            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
13698            ! vms/perly_h.vms writemain.SH
13699 ____________________________________________________________________________
13700 [   108] By: nick                                  on 1997/10/04  11:12:52
13701         Log: Added lots of (missing) prototypes (ckprotos is util to check)
13702              Fixed missing aTHIS flagged by above.
13703              -DUSE_THISPTR passes minitest!
13704      Branch: oneperl
13705            + ckprotos
13706            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
13707            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
13708            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
13709            ! vms/perly_h.vms
13710 ____________________________________________________________________________
13711 [   107] By: nick                                  on 1997/10/03  22:36:52
13712         Log: .y muddle fixup - will get this sorted oneday ...
13713      Branch: oneperl
13714            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
13715            ! vms/perly_h.vms
13716 ____________________________________________________________________________
13717 [   106] By: mbeattie                              on 1997/10/03  17:12:33
13718         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
13719              from struct thread. Added missing thr->Tfoo defines for statbuf
13720              and timesbuf and removed unused Tbuf field.
13721      Branch: perl
13722            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
13723 ____________________________________________________________________________
13724 [   105] By: nick                                  on 1997/10/03  15:56:50
13725         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
13726      Branch: oneperl
13727            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
13728            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
13729            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13730            ! sv.c taint.c thread.h toke.c universal.c util.c
13731 ____________________________________________________________________________
13732 [   104] By: mbeattie                              on 1997/10/03  15:23:25
13733         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
13734      Branch: perl
13735            ! global.sym pp.c proto.h sv.c
13736 ____________________________________________________________________________
13737 [   103] By: mbeattie                              on 1997/10/03  15:17:39
13738         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
13739      Branch: perl
13740            ! av.c hv.c perl.h sv.c
13741 ____________________________________________________________________________
13742 [   102] By: mbeattie                              on 1997/10/03  11:53:51
13743         Log: Reliable thread signal handling.
13744      Branch: perl
13745            ! global.sym mg.c perl.c perl.h
13746      Branch: perlext
13747            ! Thread/Thread.xs
13748 ____________________________________________________________________________
13749 [   101] By: nick                                  on 1997/10/02  20:43:17
13750         Log: Cleanup perly.y stuff
13751      Branch: oneperl
13752            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
13753 ____________________________________________________________________________
13754 [   100] By: nick                                  on 1997/10/02  18:54:08
13755         Log: Compiles with less invasive aTHIS adding
13756      Branch: oneperl
13757            + nothis.sym
13758            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
13759            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
13760            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
13761            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
13762            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
13763            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
13764            ! util.c vars.h
13765
13766 ----------------
13767 Version 5.004_51
13768 ----------------
13769
13770 ____________________________________________________________________________
13771 [    99] By: mbeattie                              on 1997/10/02  17:23:48
13772         Log: Added Thread/queue.t.
13773      Branch: perlext
13774            + Thread/queue.t
13775 ____________________________________________________________________________
13776 [    98] By: mbeattie                              on 1997/10/02  17:19:44
13777         Log: Bumped patchlevel to 51. Updated Todo.5.005.
13778      Branch: perl
13779            ! Todo.5.005 patchlevel.h
13780 ____________________________________________________________________________
13781 [    97] By: mbeattie                              on 1997/10/02  17:07:47
13782         Log: Update README.threads amd Thread/README
13783      Branch: perl
13784            ! README.threads
13785      Branch: perlext
13786            ! Thread/README
13787 ____________________________________________________________________________
13788 [    96] By: mbeattie                              on 1997/10/02  16:58:47
13789         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
13790              fix sv_bless3 prototype.
13791      Branch: perl
13792            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
13793 ____________________________________________________________________________
13794 [    95] By: mbeattie                              on 1997/10/02  16:50:21
13795         Log: Fixed broken typemap for Thread.
13796      Branch: perlext
13797            ! Thread/typemap
13798 ____________________________________________________________________________
13799 [    94] By: mbeattie                              on 1997/10/02  16:34:03
13800         Log: Fix pod text in Lint.pm for private-names option.
13801      Branch: perlext
13802            ! Compiler/B/Lint.pm
13803 ____________________________________________________________________________
13804 [    93] By: mbeattie                              on 1997/10/02  13:44:46
13805         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
13806      Branch: perl
13807            ! MANIFEST embed.h
13808 ____________________________________________________________________________
13809 [    92] By: mbeattie                              on 1997/10/02  13:27:10
13810         Log: Add Todo.5.005
13811      Branch: perl
13812            + Todo.5.005
13813 ____________________________________________________________________________
13814 [    91] By: nick                                  on 1997/10/01  20:23:38
13815         Log: Raw _T# trial
13816      Branch: oneperl
13817            ! embed.h embed.pl proto.h sv.c
13818 ____________________________________________________________________________
13819 [    90] By: nick                                  on 1997/10/01  18:22:03
13820         Log: THIS + new sort stuff
13821      Branch: oneperl
13822            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
13823 ____________________________________________________________________________
13824 [    89] By: nick                                  on 1997/10/01  18:03:05
13825         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
13826      Branch: oneperl
13827            ! pp_ctl.c proto.h util.c
13828 ____________________________________________________________________________
13829 [    88] By: mbeattie                              on 1997/10/01  17:04:12
13830         Log: Start of Configure support for -Dusethreads plus associated
13831              Linux hints.
13832      Branch: perl
13833            ! Configure hints/linux.sh
13834 ____________________________________________________________________________
13835 [    87] By: mbeattie                              on 1997/10/01  17:03:34
13836         Log: Move runops_foo prototypes from proto.h to early in perl.h.
13837      Branch: perl
13838            ! perl.h proto.h
13839 ____________________________________________________________________________
13840 [    86] By: nick                                  on 1997/09/30  19:15:21
13841         Log: Debug hackery to thread.h - temporary
13842              Quick-fix qsort() replacement - more to come.
13843      Branch: oneperl
13844            ! thread.h util.c
13845 ____________________________________________________________________________
13846 [    85] By: mbeattie                              on 1997/09/30  15:50:27
13847         Log: Added Lint option regexp-variables.
13848      Branch: perlext
13849            ! Compiler/B/Lint.pm
13850 ____________________________________________________________________________
13851 [    84] By: mbeattie                              on 1997/09/30  15:11:07
13852         Log: Merge maint-5.004 branch (5.004_01) with mainline.
13853      Branch: perl
13854           +> Porting/makerel Porting/patchls hints/newsos4.sh
13855           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
13856           +> win32/config.vc win32/config_H.bc win32/config_H.vc
13857           +> win32/makefile.mk
13858            - win32/config.H win32/config.w32
13859           !> (integrate 109 files)
13860 ____________________________________________________________________________
13861 [    83] By: TimBunce                              on 1997/09/30  14:27:09
13862         Log: Maintenance 5.004_03 changes (addendum)
13863      Branch: maint-5.004/perl
13864            - win32/bin/search.bat
13865 ____________________________________________________________________________
13866 [    82] By: TimBunce                              on 1997/09/30  14:11:29
13867         Log: Maintenance 5.004_03 changes
13868      Branch: maint-5.004/perl
13869            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13870            + win32/bin/webget.pl
13871            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
13872            - win32/bin/webget.bat
13873            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
13874            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
13875            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
13876            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
13877            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
13878            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13879            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
13880            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
13881            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
13882            ! win32/win32.c
13883 ____________________________________________________________________________
13884 [    81] By: TimBunce                              on 1997/09/30  13:17:27
13885         Log: Maintenance 5.004_02 changes
13886      Branch: maint-5.004/perl
13887            + win32/bin/runperl.bat
13888            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
13889            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
13890            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
13891            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
13892            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13893            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
13894            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
13895            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
13896            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
13897            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
13898            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
13899            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
13900            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
13901            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13902            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
13903            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
13904            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
13905            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
13906            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
13907            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
13908            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
13909            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
13910            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
13911            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
13912            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
13913            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
13914            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
13915            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
13916            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
13917            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
13918            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
13919            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
13920            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
13921            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
13922            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
13923            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
13924            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
13925            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
13926            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
13927            ! win32/config.bc win32/config.vc win32/config_H.bc
13928            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
13929            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
13930            ! win32/win32io.c win32/win32io.h win32/win32iop.h
13931            ! win32/win32sck.c
13932 ____________________________________________________________________________
13933 [    80] By: nick                                  on 1997/09/29  20:31:43
13934         Log: Add some prototypes in attempt to flush out errors
13935              Tidy up vars.h usage.
13936      Branch: oneperl
13937            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
13938            ! proto.h util.c vars.h
13939 ____________________________________________________________________________
13940 [    79] By: nick                                  on 1997/09/29  17:12:07
13941         Log: Builds and passes tests without THISPTR
13942      Branch: oneperl
13943            ! MANIFEST global.sym perl.c perl.h vars.h
13944 ____________________________________________________________________________
13945 [    78] By: mbeattie                              on 1997/09/29  16:57:23
13946         Log: Re-introduce the changes from change 68 (runops becomes a
13947              function pointer and sv_bless3 for '~'-magic) which got lost
13948              during the preparation for the maint-merge.
13949      Branch: perl
13950            ! global.sym perl.h pp.c proto.h run.c sv.c
13951 ____________________________________________________________________________
13952 [    77] By: mbeattie                              on 1997/09/29  16:44:16
13953         Log: Start merge with maint-5.004 branch by creating an ancestral
13954              branch point via a fake resolution with the maint-merge branch.
13955              See Perforce Tech Note 9 for details.
13956      Branch: perl
13957           !> (integrate 864 files)
13958 ____________________________________________________________________________
13959 [    76] By: nick                                  on 1997/09/28  19:04:42
13960         Log: Code with this pointer compiles (but core dumps)
13961      Branch: oneperl
13962            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
13963            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
13964            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
13965            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
13966            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
13967            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
13968            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
13969            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
13970            ! vars.h
13971 ____________________________________________________________________________
13972 [    75] By: nick                                  on 1997/09/28  15:45:35
13973         Log: Quasi sensible starting point for aTHIS addition.
13974      Branch: oneperl
13975            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
13976 ____________________________________________________________________________
13977 [    74] By: nick                                  on 1997/09/28  11:23:32
13978         Log: Ooops - unwind perly.* stuff for now
13979      Branch: oneperl
13980            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
13981 ____________________________________________________________________________
13982 [    73] By: nick                                  on 1997/09/28  11:17:23
13983         Log: Builds and passes all tests again
13984      Branch: oneperl
13985            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
13986            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
13987 ____________________________________________________________________________
13988 [    72] By: nick                                  on 1997/09/28  10:47:01
13989         Log: Save "important things" before re-try
13990      Branch: oneperl
13991            + vars.h
13992            ! embed.pl thread.h thread.sym
13993 ____________________________________________________________________________
13994 [    71] By: nick                                  on 1997/09/26  17:47:31
13995         Log: Basic hacks to build with USE_THISPTR, not yet useful
13996              but builds miniperl and passes minitest with all thread 
13997              variables via a _GLOBAL_ thr variable rather than globals.
13998              Now for the local thr variable ...
13999      Branch: oneperl
14000            + thread.sym
14001            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
14002            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
14003            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
14004            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
14005            ! util.c vms/vms.c
14006 ____________________________________________________________________________
14007 [    70] By: mbeattie                              on 1997/09/23  14:29:23
14008         Log: Branch oneperl from mainline.
14009      Branch: oneperl
14010           +> (branch 871 files)
14011 ____________________________________________________________________________
14012 [    69] By: mbeattie                              on 1997/09/22  16:02:37
14013         Log: struct thread now stored in an SV and uses '~'-magic for access.
14014      Branch: perl
14015            ! thread.h
14016      Branch: perlext
14017            ! Thread/Thread.xs Thread/typemap
14018 ____________________________________________________________________________
14019 [    68] By: mbeattie                              on 1997/09/22  16:01:48
14020         Log: runops becomes a funtion pointer and sv_bless3 created
14021              to avoid pointer forgery with '~'-magic.
14022      Branch: perl
14023            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
14024 ____________________________________________________________________________
14025 [    67] By: mbeattie                              on 1997/09/22  15:45:56
14026         Log: More fprintf -> PerlIO_printf changes.
14027      Branch: perl
14028            ! perl.c pp_hot.c util.c
14029 ____________________________________________________________________________
14030 [    66] By: mbeattie                              on 1997/09/22  15:10:40
14031         Log: Minor multi-threading patches for VMS.
14032      Branch: perl
14033            ! mg.c thread.h vms/vms.c
14034 ____________________________________________________________________________
14035 [    65] By: mbeattie                              on 1997/09/15  14:09:11
14036         Log: Add undefined-subs option to Lint.pm.
14037      Branch: perlext
14038            ! Compiler/B/Lint.pm
14039 ____________________________________________________________________________
14040 [    64] By: mbeattie                              on 1997/09/10  16:39:41
14041         Log: Debugging output for lock handling.
14042      Branch: perl
14043            ! mg.c pp.c pp_hot.c util.c
14044 ____________________________________________________________________________
14045 [    63] By: mbeattie                              on 1997/09/10  14:49:00
14046         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
14047      Branch: perlext
14048           +> Thread/Thread/Semaphore.pm
14049            - Thread/Semaphore.pm
14050 ____________________________________________________________________________
14051 [    62] By: mbeattie                              on 1997/09/10  14:47:31
14052         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
14053      Branch: perlext
14054           +> Thread/Thread/Queue.pm
14055            - Thread/Queue.pm
14056 ____________________________________________________________________________
14057 [    61] By: mbeattie                              on 1997/09/10  13:56:50
14058         Log: Solaris fixes: delete pad and padname from thread.h and remove
14059              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
14060      Branch: perl
14061            ! thread.h x2p/Makefile.SH
14062
14063 ----------------
14064 Version 5.004_50        First developer release towards 5.005
14065 ----------------
14066
14067 Maintenance of the 5.004 version of perl continues with the 5.004_xx
14068 series, where 'xx' is <= 49.  Development of the next version, 5.005,
14069 starts with 5.004_50.
14070
14071 ____________________________________________________________________________
14072 [    60] By: mbeattie                              on 1997/09/09  16:57:41
14073         Log: Update README.threads to mention -DL.
14074      Branch: perl
14075            ! README.threads
14076 ____________________________________________________________________________
14077 [    59] By: mbeattie                              on 1997/09/09  16:49:08
14078         Log: Add Thread modules Queue.pm and Semaphore.pm
14079      Branch: perlext
14080            + Thread/Queue.pm Thread/Semaphore.pm
14081 ____________________________________________________________________________
14082 [    58] By: mbeattie                              on 1997/09/09  16:33:45
14083         Log: Update README.threads
14084      Branch: perl
14085            ! README.threads
14086 ____________________________________________________________________________
14087 [    57] By: mbeattie                              on 1997/09/09  16:26:47
14088         Log: Add debug info to Thread typemap.
14089      Branch: perlext
14090            ! Thread/typemap
14091 ____________________________________________________________________________
14092 [    56] By: mbeattie                              on 1997/09/09  15:04:26
14093         Log: Rewrite synchronisation of subs/methods and add attrs
14094              extension for specifying 'locked' and 'method' attributes.
14095      Branch: perl
14096            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
14097            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
14098            ! pp_hot.c proto.h sv.c sv.h toke.c
14099      Branch: perlext
14100            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
14101 ____________________________________________________________________________
14102 [    55] By: mbeattie                              on 1997/09/03  16:34:47
14103         Log: Add new keyword "lock" to Opcode.pm
14104      Branch: perl
14105            ! ext/Opcode/Opcode.pm
14106 ____________________________________________________________________________
14107 [    54] By: mbeattie                              on 1997/09/03  14:44:44
14108         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
14109      Branch: perl
14110            ! embed.h keywords.h
14111 ____________________________________________________________________________
14112 [    53] By: mbeattie                              on 1997/09/03  13:52:24
14113         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
14114      Branch: perl
14115            ! MANIFEST
14116 ____________________________________________________________________________
14117 [    52] By: mbeattie                              on 1997/09/03  13:41:20
14118         Log: Let Lint private_names catch out-of-package _foo methods.
14119      Branch: perlext
14120            ! Compiler/B/Lint.pm
14121 ____________________________________________________________________________
14122 [    51] By: mbeattie                              on 1997/09/03  13:20:12
14123         Log: Bump patchlevel.h to 5.004_50
14124      Branch: perl
14125            ! patchlevel.h
14126 ____________________________________________________________________________
14127 [    50] By: mbeattie                              on 1997/09/03  12:31:48
14128         Log: Make compiler build/work with devel 5.005
14129      Branch: perlext
14130            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
14131            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
14132 ____________________________________________________________________________
14133 [    49] By: mbeattie                              on 1997/09/03  12:28:05
14134         Log: Rename RESTART to INIT and associated changes
14135      Branch: perl
14136            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
14137            ! toke.c vms/perly_c.vms
14138 ____________________________________________________________________________
14139 [    48] By: mbeattie                              on 1997/09/02  15:54:27
14140         Log: Added private-names option.
14141      Branch: perlext
14142            ! Compiler/B/Lint.pm
14143 ____________________________________________________________________________
14144 [    47] By: mbeattie                              on 1997/09/02  11:54:55
14145         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
14146      Branch: perlext
14147            ! Compiler/cc_runtime.h
14148 ____________________________________________________________________________
14149 [    46] By: mbeattie                              on 1997/08/28  19:40:08
14150         Log: Missing sprintf in try_autoload.
14151      Branch: perlext
14152            ! Compiler/B/C.pm
14153 ____________________________________________________________________________
14154 [    45] By: mbeattie                              on 1997/08/13  16:15:25
14155         Log: Threading fixups for Digital UNIX.
14156      Branch: perl
14157            ! README.threads malloc.c perl.h toke.c
14158 ____________________________________________________________________________
14159 [    44] By: mbeattie                              on 1997/08/11  15:46:29
14160         Log: Assorted changes for multi-threading (now works rather more).
14161      Branch: perl
14162            + README.threads
14163            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
14164            ! toke.c util.c
14165      Branch: perlext
14166            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
14167            ! Thread/unsync.t
14168 ____________________________________________________________________________
14169 [    43] By: mbeattie                              on 1997/08/08  14:11:00
14170         Log: Made Lint check subs (and -u packages).
14171              Added support for dollar_underscore and implicit $_ in foreach.
14172      Branch: perlext
14173            ! Compiler/B/Lint.pm
14174 ____________________________________________________________________________
14175 [    42] By: TimBunce                              on 1997/07/25  17:15:57
14176         Log: Maintenance 5.004_01 changes
14177      Branch: maint-5.004/perl
14178            + Porting/makerel Porting/patchls hints/newsos4.sh
14179            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
14180            + win32/config.vc win32/config_H.bc win32/config_H.vc
14181            + win32/makefile.mk
14182            - win32/config.H win32/config.w32
14183            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
14184            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
14185            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14186            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
14187            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
14188            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
14189            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
14190            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14191            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14192            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
14193            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
14194            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
14195            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
14196            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
14197            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
14198            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
14199            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14200            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
14201            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
14202            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
14203            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
14204            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
14205            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
14206            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
14207            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
14208            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
14209            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
14210            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
14211            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
14212            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
14213 ____________________________________________________________________________
14214 [    41] By: mbeattie                              on 1997/07/24  14:57:53
14215         Log: Start support for fake threads.
14216              pp_lock now returns its argument.
14217      Branch: perl
14218            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
14219            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
14220            ! util.c
14221      Branch: perlext
14222            ! Thread/Thread.xs
14223 ____________________________________________________________________________
14224 [    40] By: mbeattie                              on 1997/07/24  14:55:07
14225         Log: Add missing reset of eval_owner if doeval() fails to parse.
14226      Branch: perl
14227            ! pp_ctl.c
14228 ____________________________________________________________________________
14229 [    39] By: mbeattie                              on 1997/07/17  13:35:51
14230         Log: Fix multiple problems with lexical @_.
14231      Branch: perl
14232            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
14233            ! toke.c
14234 ____________________________________________________________________________
14235 [    38] By: mbeattie                              on 1997/07/16  17:02:09
14236         Log: Change %lx to %x in B::CV::save to prevent some CV
14237              fields becoming 0 in the init section. Add missing
14238              write_back in B::Stackobj::Padsv::load_double to fix
14239              test 22 of op/my.t.
14240      Branch: perlext
14241            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
14242 ____________________________________________________________________________
14243 [    37] By: mbeattie                              on 1997/07/10  11:28:16
14244         Log: Branch win32 developments from main perl branch.
14245      Branch: win32/perl
14246           +> (branch 867 files)
14247 ____________________________________________________________________________
14248 [    36] By: mbeattie                              on 1997/07/05  11:58:05
14249         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
14250              as well as provide_ref (5.003).
14251      Branch: perlext
14252            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
14253 ____________________________________________________________________________
14254 [    35] By: mbeattie                              on 1997/07/05  11:55:18
14255         Log: Introduce pp_lock.
14256      Branch: perl
14257            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
14258            ! pp.c pp_ctl.c toke.c
14259 ____________________________________________________________________________
14260 [    34] By: mbeattie                              on 1997/07/01  12:24:28
14261         Log: Support for op in global register (still buggy)
14262      Branch: perl
14263            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
14264            ! proto.h scope.c scope.h thread.h
14265 ____________________________________________________________________________
14266 [    33] By: mbeattie                              on 1997/06/24  16:34:24
14267         Log: Branch lexical warnings from perl branch.
14268      Branch: lexwarn/perl
14269           +> (branch 867 files)
14270 ____________________________________________________________________________
14271 [    32] By: mbeattie                              on 1997/06/24  14:33:57
14272         Log: Branch integration of maint-5.004 from relperl.
14273      Branch: mainline/perl
14274           +> (branch 600 files)
14275      Branch: maint-5.004/perl
14276           +> (branch 864 files)
14277 ____________________________________________________________________________
14278 [    31] By: mbeattie                              on 1997/06/20  11:46:50
14279         Log: corrected bad_type() prototype. 
14280      Branch: perl
14281            ! op.c
14282 ____________________________________________________________________________
14283 [    30] By: mbeattie                              on 1997/06/12  12:38:05
14284         Log: Tweak README.
14285      Branch: perlext
14286            ! Thread/README
14287 ____________________________________________________________________________
14288 [    29] By: mbeattie                              on 1997/06/12  12:34:59
14289         Log: Document -m option of CC backend.
14290      Branch: perlext
14291            ! Compiler/NOTES
14292 ____________________________________________________________________________
14293 [    28] By: mbeattie                              on 1997/06/12  12:25:05
14294         Log: Support sysseek introduced in 5.004.
14295      Branch: perlext
14296            ! Compiler/ccop.c Compiler/ccop.h
14297 ____________________________________________________________________________
14298 [    27] By: mbeattie                              on 1997/06/05  14:20:51
14299         Log: More fixups for thrperl integration.
14300      Branch: perl
14301            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14302            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
14303            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
14304            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
14305            ! util.c
14306 ____________________________________________________________________________
14307 [    25] By: mbeattie                              on 1997/05/28  15:11:24
14308         Log: Fixups for thrperl integration.
14309      Branch: perl
14310            ! embed.h keywords.h op.c opcode.h perl.c util.c
14311 ____________________________________________________________________________
14312 [    24] By: mbeattie                              on 1997/05/26  20:10:42
14313         Log: Integrate thrperl 5.003->5.004.
14314      Branch: perl
14315           +> thread.h
14316           !> (integrate 33 files)
14317 ____________________________________________________________________________
14318 [    23] By: mbeattie                              on 1997/05/26  11:45:39
14319         Log: Fix ppname when saving subs.
14320      Branch: perlext
14321            ! Compiler/B/C.pm
14322 ____________________________________________________________________________
14323 [    22] By: mbeattie                              on 1997/05/26  11:45:03
14324         Log: -mFoo option now forces -uFoo.
14325      Branch: perlext
14326            ! Compiler/B/CC.pm
14327 ____________________________________________________________________________
14328 [    21] By: mbeattie                              on 1997/05/26  11:43:37
14329         Log: Put back objsym/savesym (used by walkoptree_exec).
14330      Branch: perlext
14331            ! Compiler/B.pm
14332 ____________________________________________________________________________
14333 [    20] By: mbeattie                              on 1997/05/26  11:38:45
14334         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
14335      Branch: perl
14336            ! av.c global.sym
14337 ____________________________________________________________________________
14338 [    19] By: mbeattie                              on 1997/05/25  21:19:38
14339         Log: Fix up integration 5.003->5.004.
14340      Branch: perl
14341            + lib/Class/Fields.pm lib/ISA.pm
14342            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
14343            ! toke.c
14344 ____________________________________________________________________________
14345 [    18] By: mbeattie                              on 1997/05/25  10:31:21
14346         Log: First stab at 5.003 -> 5.004 integration.
14347      Branch: perl
14348           +> (branch 291 files)
14349            - Changes.Conf ext/DynaLoader/dl_os2.xs
14350            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
14351            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
14352            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
14353            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
14354            - lib/chat2.pl lib/splain os2/README os2/README.old
14355            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
14356            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
14357            - x2p/handy.h x2p/s2p.man
14358           !> (integrate 392 files)
14359 ____________________________________________________________________________
14360 [    17] By: mbeattie                              on 1997/05/24  18:46:49
14361         Log: Wholesale update to 5.004.
14362      Branch: relperl
14363            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
14364            + Porting/Glossary Porting/pumpkin.pod README.amiga
14365            + README.cygwin32 README.os2 README.plan9 README.qnx
14366            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
14367            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
14368            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
14369            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14370            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
14371            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14372            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14373            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
14374            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
14375            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
14376            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
14377            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
14378            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
14379            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
14380            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
14381            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
14382            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
14383            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
14384            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
14385            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
14386            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
14387            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
14388            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
14389            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
14390            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
14391            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14392            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
14393            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
14394            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
14395            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
14396            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
14397            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
14398            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
14399            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
14400            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
14401            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
14402            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
14403            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
14404            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
14405            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
14406            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
14407            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
14408            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
14409            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
14410            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
14411            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
14412            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
14413            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
14414            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
14415            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
14416            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
14417            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
14418            + plan9/config.plan9 plan9/exclude plan9/fndvers
14419            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
14420            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
14421            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
14422            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
14423            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14424            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14425            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
14426            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
14427            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
14428            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
14429            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
14430            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
14431            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
14432            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
14433            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
14434            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
14435            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
14436            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
14437            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
14438            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
14439            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
14440            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
14441            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
14442            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
14443            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
14444            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
14445            + t/pragma/warn-1global t/pragma/warning.t universal.c
14446            + utils/splain.PL vms/ext/DCLsym/0README.txt
14447            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
14448            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
14449            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
14450            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
14451            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
14452            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
14453            + win32/config.H win32/config.w32 win32/config_h.PL
14454            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
14455            + win32/include/arpa/inet.h win32/include/dirent.h
14456            + win32/include/netdb.h win32/include/sys/socket.h
14457            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
14458            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
14459            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
14460            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
14461            + x2p/proto.h
14462            - Changes.Conf ext/DynaLoader/dl_os2.xs
14463            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
14464            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
14465            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
14466            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
14467            - lib/chat2.pl lib/splain os2/README os2/README.old
14468            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
14469            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
14470            - x2p/handy.h x2p/s2p.man
14471            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
14472            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
14473            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
14474            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
14475            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
14476            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
14477            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14478            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
14479            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
14480            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
14481            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
14482            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
14483            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14484            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
14485            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14486            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
14487            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14488            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
14489            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
14490            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
14491            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
14492            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
14493            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
14494            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
14495            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
14496            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
14497            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
14498            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
14499            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
14500            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
14501            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
14502            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
14503            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
14504            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
14505            ! installman installperl interp.sym keywords.h keywords.pl
14506            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
14507            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
14508            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
14509            ! lib/Exporter.pm lib/ExtUtils/Install.pm
14510            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
14511            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14512            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14513            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
14514            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
14515            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
14516            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
14517            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
14518            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
14519            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
14520            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
14521            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
14522            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
14523            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
14524            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14525            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
14526            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
14527            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
14528            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
14529            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
14530            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
14531            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
14532            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
14533            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
14534            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
14535            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
14536            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
14537            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
14538            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
14539            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
14540            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
14541            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
14542            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
14543            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
14544            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
14545            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
14546            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
14547            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
14548            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
14549            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
14550            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
14551            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
14552            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
14553            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
14554            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
14555            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
14556            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
14557            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
14558            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
14559            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
14560            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
14561            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
14562            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
14563            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
14564            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
14565            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
14566            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
14567            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
14568            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
14569            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
14570            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
14571            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
14572            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
14573            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
14574            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
14575            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
14576            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
14577            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
14578            ! x2p/util.h x2p/walk.c
14579 ____________________________________________________________________________
14580 [    16] By: mbeattie                              on 1997/05/23  22:42:08
14581         Log: Initial integration of relperl from 5.003.
14582      Branch: relperl
14583           +> (branch 600 files)
14584 ____________________________________________________________________________
14585 [    14] By: mbeattie                              on 1997/05/12  20:22:56
14586         Log: Finish code generation rewrite. Clean up B::Section class and
14587              handle symbol table translation internally. Simple .pm modules
14588              now compile OK.
14589      Branch: perlext
14590            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
14591            ! Compiler/B/CC.pm
14592 ____________________________________________________________________________
14593 [    13] By: mbeattie                              on 1997/05/05  19:41:18
14594         Log: Don't make pp_enter and pp_return trigger basic blocks.
14595      Branch: perlext
14596            ! Compiler/B/Bblock.pm
14597 ____________________________________________________________________________
14598 [    12] By: mbeattie                              on 1997/05/05  19:40:16
14599         Log: Rewrite code generation. Sections (de)multiplexed into a
14600              temporary file instead of stored in arrays.
14601      Branch: perlext
14602            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
14603 ____________________________________________________________________________
14604 [    11] By: mbeattie                              on 1997/05/03  20:20:59
14605         Log: Development to pre-alpha4
14606      Branch: perlext
14607            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
14608            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
14609            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
14610            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
14611            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
14612            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
14613            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
14614            ! Compiler/test_harness Compiler/test_harness_cc
14615 ____________________________________________________________________________
14616 [    10] By: mbeattie                              on 1997/05/03  14:47:06
14617         Log: Initial check-in of perl compiler.
14618      Branch: perlext
14619            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
14620            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
14621            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
14622            + Compiler/B/CC.pm Compiler/B/Debug.pm
14623            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
14624            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
14625            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
14626            + Compiler/O.pm Compiler/README Compiler/TESTS
14627            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
14628            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
14629            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
14630            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
14631            + Compiler/disassemble Compiler/old/README.feb11
14632            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
14633            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
14634            + Compiler/op.patch Compiler/ramblings/cc.notes
14635            + Compiler/ramblings/curcop.runtime
14636            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
14637            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
14638            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
14639            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
14640            + Compiler/ramblings/runtime.porting
14641            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
14642            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
14643            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
14644            + Compiler/test_harness_bytecode Compiler/test_harness_cc
14645            + Compiler/typemap
14646 ____________________________________________________________________________
14647 [     9] By: mbeattie                              on 1997/05/02  19:03:49
14648         Log: Don't require CvDEPTH == 0 when bombing out of subs.
14649      Branch: thrperl
14650            ! pp_hot.c
14651 ____________________________________________________________________________
14652 [     8] By: mbeattie                              on 1997/04/23  19:06:45
14653         Log: Added programmer-level condition variables via "condpair" magic.
14654              Added support for detached threads and tweaked a few things.
14655      Branch: thrperl
14656            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
14657            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
14658            ! util.c
14659 ____________________________________________________________________________
14660 [     7] By: mbeattie                              on 1997/04/23  19:04:18
14661         Log: Rewrote programmer-level condition variables from scratch. Added
14662              support for detaching threads. Fixed handling for arguments
14663              passed in to threads and return values for joined threads.
14664      Branch: perlext
14665            + Thread/lock.t
14666            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
14667            ! Thread/typemap
14668 ____________________________________________________________________________
14669 [     6] By: mbeattie                              on 1997/04/10  20:17:26
14670         Log: Initial check-in of Thread module.
14671      Branch: perlext
14672            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
14673            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
14674            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
14675            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
14676            + Thread/unsync4.t
14677 ____________________________________________________________________________
14678 [     5] By: mbeattie                              on 1997/04/10  20:05:52
14679         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
14680              missing parens (pad allocation) in the tokener.
14681      Branch: thrperl
14682            ! op.c pp_ctl.c toke.c
14683 ____________________________________________________________________________
14684 [     4] By: mbeattie                              on 1997/03/28  18:40:44
14685         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
14686      Branch: thrperl
14687            + thread.h
14688            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
14689            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
14690            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
14691            ! run.c scope.c sv.c sv.h toke.c util.c
14692 ____________________________________________________________________________
14693 [     3] By: mbeattie                              on 1997/03/28  13:36:23
14694         Log: Branch 5.003 -> thrperl
14695      Branch: thrperl
14696           +> (branch 600 files)
14697 ____________________________________________________________________________
14698 [     2] By: mbeattie                              on 1997/03/28  13:32:21
14699         Log: Initial devel changes.
14700              Pseudo-hashes. Optional strong typing. RESTART {}.
14701      Branch: perl
14702            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
14703            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
14704            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
14705 ____________________________________________________________________________
14706 [     1] By: mbeattie                              on 1997/03/28  13:17:33
14707         Log: Perl 5.003 check-in
14708      Branch: perl
14709            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
14710            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
14711            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
14712            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
14713            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
14714            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
14715            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
14716            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
14717            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
14718            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
14719            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
14720            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
14721            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
14722            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
14723            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14724            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
14725            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
14726            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
14727            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
14728            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
14729            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
14730            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
14731            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14732            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
14733            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
14734            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14735            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
14736            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
14737            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
14738            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
14739            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
14740            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
14741            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
14742            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
14743            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
14744            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
14745            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
14746            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
14747            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
14748            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
14749            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
14750            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
14751            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14752            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
14753            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
14754            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
14755            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
14756            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
14757            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
14758            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
14759            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
14760            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
14761            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
14762            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
14763            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
14764            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
14765            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
14766            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
14767            + hints/README.hints hints/aix.sh hints/altos486.sh
14768            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
14769            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
14770            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
14771            + hints/fps.sh hints/freebsd.sh hints/genix.sh
14772            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
14773            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
14774            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
14775            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
14776            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
14777            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
14778            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
14779            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
14780            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
14781            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
14782            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
14783            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
14784            + hints/uts.sh hv.c hv.h installman installperl interp.sym
14785            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
14786            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
14787            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
14788            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
14789            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
14790            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14791            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14792            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
14793            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
14794            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
14795            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
14796            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
14797            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
14798            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
14799            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
14800            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
14801            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
14802            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
14803            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
14804            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14805            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
14806            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
14807            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
14808            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
14809            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
14810            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
14811            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
14812            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
14813            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
14814            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
14815            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
14816            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
14817            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
14818            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
14819            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
14820            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
14821            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
14822            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
14823            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
14824            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
14825            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
14826            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
14827            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
14828            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
14829            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
14830            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
14831            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
14832            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
14833            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
14834            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
14835            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
14836            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
14837            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
14838            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
14839            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
14840            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
14841            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
14842            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
14843            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
14844            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
14845            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
14846            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
14847            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
14848            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
14849            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
14850            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
14851            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
14852            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
14853            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
14854            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
14855            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
14856            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
14857            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
14858            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
14859            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
14860            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
14861            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
14862            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
14863            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
14864            + vms/Makefile vms/config.vms vms/descrip.mms
14865            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
14866            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
14867            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
14868            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
14869            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
14870            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
14871            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
14872            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
14873            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
14874            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
14875            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
14876            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
14877            + x2p/walk.c