This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
VMS patches from Dan Sugalski <sugalskd@osshe.edu>
[perl5.git] / Changes
CommitLineData
9d6a1080
MB
1Please note: This file provides a summary of significant changes
2between versions and sub-versions of Perl, not necessarily a complete
3list of each modification. If you'd like more detailed information,
4please consult the comments in the patches on which the relevant
5release of Perl is based. (Patches can be found on any CPAN
6site, in the .../src/5.0 directory for full version releases,
7or in the .../src/5/0/unsupported directory for sub-version
8releases.)
9
10
11 ---------------
12 CAST AND CREW
13 ---------------
14
15To give due honor to those who have made Perl what is is today,
16here are some of the more common names in the Changes file, and their
17current addresses (as of March 1997):
18
19 Gisle Aas <gisle@aas.no>
bd33893b 20 Abigail <abigail@fnx.com>
9d6a1080 21 Kenneth Albanowski <kjahds@kjahds.com>
bd33893b 22 Russ Allbery <rra@stanford.edu>
9d6a1080
MB
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>
9d6a1080
MB
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>
bd33893b
GS
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>
9d6a1080
MB
37 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
38 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
39 Tom Phoenix <rootbeer@teleport.com>
bd33893b 40 Joshua Pritikin <joshua.pritikin@db.com>
9d6a1080
MB
41 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
42 Dean Roehrich <roehrich@cray.com>
bd33893b 43 Hugo van der Sanden <hv@crypt0.demon.co.uk>
9d6a1080 44 Roderick Schertler <roderick@argon.org>
bd33893b
GS
45 Kurt D. Starsinic <kstar@chapin.edu>
46 Dan Sugalski <sugalskd@osshe.edu>
9d6a1080
MB
47 Larry W. Virden <lvirden@cas.org>
48 Ilya Zakharevich <ilya@math.ohio-state.edu>
49
50And the Keepers of the Patch Pumpkin:
51
52 Charles Bailey <bailey@hmivax.humgen.upenn.edu>
bb6014b3 53 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
9d6a1080
MB
54 Tim Bunce <Tim.Bunce@ig.co.uk>
55 Andy Dougherty <doughera@lafcol.lafayette.edu>
bb6014b3 56 Gurusamy Sarathy <gsar@engin.umich.edu>
9d6a1080 57 Chip Salzenberg <chip@perl.com>
9d6a1080
MB
58
59And, of course, the Author of Perl:
60
61 Larry Wall <larry@wall.org>
62
808270a4
GS
63
64NOTE: Each change entry shows the change number; who checked it into the
65repository; when; description of the change; which branch the change
66happened in; and the affected files. The file lists have a short symbolic
67indicator:
68
69 ! modified
70 + added
71 - deleted
72 +> branched (from elsewhere)
73 !> merged changes (from elsewhere)
74
75
76----------------
bd33893b
GS
77Version 5.004_76 5.005 Public Beta, Issue 2
78----------------
79
80____________________________________________________________________________
f69460e7
AD
81[ 1613] By: gsar on 1998/07/21 10:26:01
82 Log: final tweaks before beta2
83 Branch: perl
84 + Porting/findvars
85 +> Porting/fixvars
86 - fixvars
87 ! Changes MANIFEST intrpvar.h iperlsys.h
88 ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h
89____________________________________________________________________________
2bd2b9e0
GS
90[ 1612] By: gsar on 1998/07/21 07:15:54
91 Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
92 Branch: perl
93 ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl
94 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
95 ! win32/win32sck.c
96____________________________________________________________________________
97[ 1611] By: gsar on 1998/07/21 07:12:00
98 Log: fix bytecode.pl with moved var names
99 Branch: perl
100 ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
101____________________________________________________________________________
102[ 1610] By: gsar on 1998/07/21 05:51:10
103 Log: tweak toke.c
104 Branch: perl
105 ! toke.c
106____________________________________________________________________________
107[ 1609] By: gsar on 1998/07/21 05:46:59
108 Log: change case of PERL_OBJECT filenames, consistent with the rest
109 Branch: perl
110 + XSlock.h objXSUB.h
111 - ObjXSub.h XSLock.h
112 ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h
113 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
114____________________________________________________________________________
115[ 1608] By: gsar on 1998/07/21 05:31:13
116 Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)
117 Branch: perl
118 ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h
119____________________________________________________________________________
120[ 1607] By: gsar on 1998/07/21 05:29:10
121 Log: part 1 of PERL_OBJECT fixes for new var names
122 Branch: perl
123 ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c
124 ! run.c win32/GenCAPI.pl
125____________________________________________________________________________
126[ 1606] By: gsar on 1998/07/21 05:17:26
127 Log: From: Stephen McCamant <alias@mcs.com>
128 Date: Mon, 20 Jul 1998 23:53:32 CDT
129 Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net>
130 Subject: [PATCH] redundant RV2GVs in ck_fun()
131 Branch: perl
132 ! op.c
133____________________________________________________________________________
134[ 1605] By: gsar on 1998/07/21 05:13:28
135 Log: From: Stephen McCamant <alias@mcs.com>
136 Date: Mon, 20 Jul 1998 23:32:42 CDT
137 Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net>
138 Subject: B::Deparse 0.56 (first testsuite fixes; big)
139 Branch: perl
140 ! ext/B/B/Deparse.pm
141____________________________________________________________________________
142[ 1604] By: gsar on 1998/07/21 05:07:29
143 Log: applied a slightly tweaked version of suggested patch
144 From: Colin Kuskie <ckuskie@cadence.com>
145 Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT)
146 Message-ID: <Pine.GSO.3.96.980720154841.6188M-100000@pdxmail.cadence.com>
147 Subject: [PATCH _75] More documentation for -i prefix
148 Branch: perl
149 ! pod/perlrun.pod
150____________________________________________________________________________
151[ 1603] By: gsar on 1998/07/21 04:59:19
152 Log: disable malloced_size() feedback with -DLEAKTEST
153 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
154 Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT)
155 Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu>
156 Subject: [PATCH 5.004_75] -DLEAKTEST broken
157 Branch: perl
158 ! av.c sv.c
159____________________________________________________________________________
160[ 1602] By: gsar on 1998/07/21 04:57:43
161 Log: fix hints/hpux.sh for cpp recognition
162 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
163 Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT)
164 Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
165 Subject: RE: Configure misses preprocessor on HP-UX
166 Branch: perl
167 ! hints/hpux.sh
168____________________________________________________________________________
169[ 1601] By: gsar on 1998/07/21 04:55:51
170 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
171 Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT)
172 Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu>
173 Subject: [PATCH 5.004_72] Compile (?{}) into a correct package
174 Branch: perl
175 ! pp_ctl.c t/op/pat.t
176____________________________________________________________________________
177[ 1600] By: gsar on 1998/07/21 04:48:32
178 Log: allocate a whole fd_set for pp_sselect() on more platforms
179 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
180 Date: 20 Jul 1998 00:14:18 +0300
181 Message-ID: <oeen2a5y251.fsf@alpha.hut.fi>
182 Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
183 Branch: perl
184 ! pp_sys.c
185____________________________________________________________________________
186[ 1599] By: gsar on 1998/07/21 04:44:04
187 Log: add tests to check if context propagation works
188 From: Francois Desarmenien <desar@club-internet.fr>
189 Date: Sun, 19 Jul 1998 12:28:33 +0200
190 Message-ID: <35B1CA51.A606AD27@club-internet.fr>
191 Subject: Re: m//g strange behaviour in 5.004
192 Branch: perl
193 + t/op/context.t
194 ! MANIFEST
195____________________________________________________________________________
196[ 1598] By: gsar on 1998/07/21 04:37:49
197 Log: applied RE doc patches, with tweaks to the prose
198 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
199 Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT)
200 Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu>
201 Subject: [PATCH 5.004_72] Document irregular zero-length matches
202 --
203 Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT)
204 Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu>
205 Subject: [PATCH 5.004_72] Another irregularity of expressions documented
206 Branch: perl
207 ! pod/perlre.pod
208____________________________________________________________________________
209[ 1597] By: gsar on 1998/07/21 04:16:51
210 Log: pod tweak suggested by Ilya
211 Branch: perl
212 ! pod/perlfunc.pod
213____________________________________________________________________________
214[ 1596] By: gsar on 1998/07/21 04:12:39
215 Log: enable color output with -Mre=debugcolor with -DDEBUGGING
216 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
217 Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT)
218 Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu>
219 Subject: [PATCH 5.004_72] Better -Mre=colordb
220 Branch: perl
221 ! ext/re/re.xs
222____________________________________________________________________________
223[ 1595] By: gsar on 1998/07/21 04:07:44
224 Log: From: "John L. Allen" <allen@grumman.com>
225 Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT)
226 Message-ID: <Pine.SOL.3.91.980716113018.14617A-100000@gateway.grumman.com>
227 Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags
228 Branch: perl
229 ! utils/perlbug.PL
230____________________________________________________________________________
231[ 1594] By: gsar on 1998/07/21 04:06:06
232 Log: don't use SelectSaver on IO::Handle->input_*() methods
233 From: Robin Barker <rmb1@cise.npl.co.uk>
234 Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST)
235 Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk>
236 Subject: Re: Bug in IO::Handle->input_record_separator
237 Branch: perl
238 ! ext/IO/lib/IO/Handle.pm
239____________________________________________________________________________
240[ 1593] By: gsar on 1998/07/21 04:03:46
241 Log: applied a tweaked version of suggested patch
242 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
243 Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT)
244 Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu>
245 Subject: [PATCH 5.004_72] Enable/document colors in re.pm
246 Branch: perl
247 ! ext/re/re.pm
248____________________________________________________________________________
249[ 1592] By: gsar on 1998/07/21 03:49:55
250 Log: remove compat3.sym and rename perld4.pod
251 Branch: perl
252 +> pod/perl5004delta.pod
253 - compat3.sym pod/perld4.pod
254 ! MANIFEST
255____________________________________________________________________________
256[ 1591] By: gsar on 1998/07/21 03:38:16
257 Log: update patchlevel, Changes
258 Branch: perl
259 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
260 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
261____________________________________________________________________________
bd33893b
GS
262[ 1590] By: gsar on 1998/07/21 03:06:04
263 Log: documentation tweaks from Abigail <abigail@fnx.com>
264 Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT)
265 Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com>
266 Subject: Re: [PATCH 5.00475] pod/perlsyn.pod
267 --
268 Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT)
269 Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com>
270 Subject: [PATCH 5.00475] pod/perlguts.pod
271 --
272 Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT)
273 Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com>
274 Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod
275 --
276 Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT)
277 Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com>
278 Subject: [PATCH, 5.00475], pod/perlsub.pod
279 --
280 Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT)
281 Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com>
282 Subject: [PATCH 5.00475] pod/perlfunc.pod
283 Branch: perl
284 ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod
285 ! pod/perlsyn.pod
286____________________________________________________________________________
287[ 1589] By: gsar on 1998/07/21 02:44:25
288 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
289 Date: Wed, 15 Jul 1998 09:38:12 -0700
290 Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu>
291 Subject: [PATCH 5.005-beta1]Quick VMS config update
292 --
293 Date: Wed, 15 Jul 1998 12:53:52 -0700
294 Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu>
295 Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!)
296 --
297 Date: Thu, 16 Jul 1998 11:15:44 -0700
298 Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu>
299 Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler
300 --
301 Date: Thu, 16 Jul 1998 11:21:55 -0700
302 Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu>
303 Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS
304 --
305 Date: Thu, 16 Jul 1998 11:25:04 -0700
306 Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu>
307 Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older
308 --
309 Date: Fri, 17 Jul 1998 15:29:13 -0700
310 Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu>
311 Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure
312 --
313 Date: Mon, 20 Jul 1998 10:20:49 -0700
314 Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu>
315 Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build
316 --
317 Date: Mon, 20 Jul 1998 10:13:03 -0700
318 Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu>
319 Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process
320 --
321 From: Brad Hughes <brad@tgsmc.com>
322 Date: Mon, 20 Jul 1998 15:51:22 -0700
323 Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu>
324 Subject: patch for readme.vms
325 Branch: perl
326 ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template
327 ! vms/gen_shrfls.pl vms/subconfigure.com
328____________________________________________________________________________
329[ 1588] By: gsar on 1998/07/21 01:26:20
330 Log: change#1481 didn't go through at all, redo it
331 Branch: perl
332 ! t/base/rs.t
333____________________________________________________________________________
334[ 1587] By: gsar on 1998/07/21 01:21:41
335 Log: workaround C<"foo" "bar"> catenation-intolerant compilers
336 Branch: perl
337 ! regexec.c toke.c
338____________________________________________________________________________
339[ 1586] By: gsar on 1998/07/21 01:05:49
340 Log: do not override PERL_DESTRUCT_LEVEL if use has it set
341 Branch: perl
342 ! t/TEST
343____________________________________________________________________________
344[ 1585] By: gsar on 1998/07/21 00:39:17
345 Log: fix small memory leak when mess_sv happens to be touched by magic
346 Branch: perl
347 ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
348____________________________________________________________________________
349[ 1584] By: gsar on 1998/07/21 00:37:32
350 Log: fix memory leak in C<local(*foo) = 'bar'>
351 Branch: perl
352 ! scope.c
353____________________________________________________________________________
354[ 1583] By: TimBunce on 1998/07/20 22:14:11
355 Log: Update Changes and patchlevel.h for release. At last.
356 Branch: maint-5.004/perl
357 ! Changes patchlevel.h
358____________________________________________________________________________
359[ 1582] By: gsar on 1998/07/20 21:28:43
360 Log: add rsfp_filters and perldb to pollutants list
361 Branch: perl
362 ! embed.pl
363____________________________________________________________________________
364[ 1581] By: nick on 1998/07/20 19:22:37
365 Log: Integrate mainline pre-beta2 - just in case
366 Branch: ansiperl
367 !> (integrate 66 files)
368____________________________________________________________________________
369[ 1580] By: TimBunce on 1998/07/20 17:16:38
370 Log: Assorted patches:
371
372 Title: "Clean up hash array allocation"
373 From: Gurusamy Sarathy <gsar@engin.umich.edu>
374 Msg-ID: <199807201052.GAA13336@aatma.engin.umich.edu>
375 Files: hv.c
376
377 Title: "Further fixes for cppstdin on HP-UX 11"
378 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
379 Msg-ID: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
380 Files: hints/hpux.sh
381 Branch: maint-5.004/perl
382 ! hints/hpux.sh hv.c
383____________________________________________________________________________
384[ 1579] By: TimBunce on 1998/07/20 09:46:14
385 Log: Assorted patches:
386
387 Title: "Fix C<$1 .. $2> coredump under debugger"
388 From: Gurusamy Sarathy <gsar@engin.umich.edu>
389 Msg-ID: <199807200042.UAA23288@aatma.engin.umich.edu>
390 Files: pp_ctl.c
391
392 Title: "Fix lvalue leaks stemming from failure to free LvTARG(sv)"
393 From: Gurusamy Sarathy <gsar@engin.umich.edu>
394 Msg-ID: <199807191829.OAA12433@aatma.engin.umich.edu>
395 Files: embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t
396
397 Title: "fix major bug (from 5.003_96); void contexts were using the context
398 of the enclosing sub!"
399 From: Francois Desarmenien <desar@club-internet.fr>, Gurusamy Sarathy
400 <gsar@engin.umich.edu>
401 Msg-ID: <199807180927.FAA08032@aatma.engin.umich.edu>,
402 <35B1CA51.A606AD27@club-internet.fr>
403 Files: op.h
404
405 Title: "Update lib/Getopt/Long.pm (from perl5.005 beta 1)"
406 From: Johan Vromans <jvromans@squirrel.nl>
407 Msg-ID: <13745.47704.943964.34613@phoenix.squirrel.nl>
408 Files: lib/Getopt/Long.pm
409
410 Title: "Add Porting/p4d2p utility for converting perforce diffs"
411 From: Gurusamy Sarathy <gsar@engin.umich.edu>
412 Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu>
413 Files: MANIFEST Porting/p4d2p
414 Branch: maint-5.004/perl
415 + Porting/p4d2p
416 ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h
417 ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t
418____________________________________________________________________________
419[ 1578] By: gsar on 1998/07/20 09:38:39
420 Log: complete s/foo/PL_foo/ changes (all escaped cases identified with
421 brute force search script). Result builds and passes all tests on
422 Solaris. win32 and PERL_OBJECT are still untested.
423 Branch: perl
424 ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h
425 ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm
426 ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap
427 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs
428 ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs
429 ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap
430 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap
431 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap
432 ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c
433 ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs
434 ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c
435 ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
436 ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c
437 ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs
438 ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c
439____________________________________________________________________________
440[ 1577] By: TimBunce on 1998/07/20 08:28:17
441 Log: Title: "Make failed matches return empty list in list context"
442 From: "Paul E. Maisano" <pem@aaii.oz.au>, Gurusamy Sarathy
443 <gsar@engin.umich.edu>, Paul Maisano <pem@aaii.oz.au>
444 Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu>,
445 <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>,
446 <35B156FB.504E66E@aaii.oz.au>
447 Files: pod/perlop.pod pp_hot.c t/op/pat.t
448 Branch: maint-5.004/perl
449 ! pod/perlop.pod pp_hot.c t/op/pat.t
450____________________________________________________________________________
451[ 1576] By: TimBunce on 1998/07/20 08:11:37
452 Log: Title: "win32 update from 5.005 beta 2 for 5.004_05"
453 From: Gurusamy Sarathy <gsar@engin.umich.edu>
454 Msg-ID: <199807192332.TAA20905@aatma.engin.umich.edu>
455 Files: win32/include/dirent.h win32/include/sys/socket.h proto.h
456 lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
457 win32/win32.h win32/win32iop.h README.win32 installperl
458 pp_ctl.c win32/Makefile win32/config.bc win32/config.vc
459 win32/config_H.bc win32/config_H.vc win32/config_h.PL
460 win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl
461 win32/makefile.mk win32/pod.mak win32/win32.c
462 win32/win32sck.c win32/bin/pl2bat.pl
463 Branch: maint-5.004/perl
464 ! README.win32 installperl lib/ExtUtils/Liblist.pm
465 ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile
466 ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc
467 ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
468 ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h
469 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
470 ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h
471 ! win32/win32sck.c
472____________________________________________________________________________
473[ 1575] By: gsar on 1998/07/20 01:27:14
474 Log: integrate ansi branch to get s/foo/PL_foo/ changes
475 Branch: perl
476 +> fixvars
477 !> (integrate 537 files)
478____________________________________________________________________________
479[ 1574] By: gsar on 1998/07/20 00:33:43
480 Log: fix C<$1 .. $2> coredump under debugger
481 Branch: perl
482 ! pp_ctl.c
483____________________________________________________________________________
484[ 1573] By: gsar on 1998/07/20 00:28:27
485 Log: misc win32 config tweaks
486 Branch: perl
487 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
488 ! win32/config_h.PL win32/makefile.mk
489____________________________________________________________________________
490[ 1572] By: nick on 1998/07/19 19:04:58
491 Log: Missed file that had changed
492 Branch: ansiperl
493 ! embedvar.h
494____________________________________________________________________________
495[ 1571] By: nick on 1998/07/19 18:57:35
496 Log: Another threaded, perl malloc issue, x2p's Makefile.SH has a
497 pattern match...
498 Branch: ansiperl
499 ! x2p/Makefile.SH
500____________________________________________________________________________
501[ 1570] By: nick on 1998/07/19 18:16:20
502 Log: Drat! - threaded perl-malloc has mutex that needs PL_
503 Branch: ansiperl
504 ! malloc.c perl.h
505____________________________________________________________________________
506[ 1569] By: nick on 1998/07/19 17:55:22
507 Log: PL_ for perl's malloc
508 Branch: ansiperl
509 ! hv.c malloc.c
510____________________________________________________________________________
511[ 1568] By: nick on 1998/07/19 16:23:30
512 Log: PL_ minir tidy up
513 Branch: ansiperl
514 ! embed.pl ext/Thread/Thread.xs util.c
515____________________________________________________________________________
516[ 1567] By: nick on 1998/07/19 13:21:07
517 Log: Add PL_ to merged file
518 Branch: ansiperl
519 ! pp_hot.c
520____________________________________________________________________________
521[ 1566] By: nick on 1998/07/19 12:38:30
522 Log: Merge Mainline
523 Branch: ansiperl
524 + fixvars
525 !> (integrate 29 files)
526____________________________________________________________________________
527[ 1565] By: gsar on 1998/07/19 07:06:54
528 Log: tweak pod in MakeMaker.pm
529 From: Paul Johnson <pjcj@transeda.com>
530 Date: Sat, 18 Jul 1998 15:58:48 +0100
531 Message-ID: <19980718155847.D903@west-tip.transeda.com>
532 Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm
533 Branch: perl
534 ! lib/ExtUtils/MakeMaker.pm
535____________________________________________________________________________
536[ 1564] By: gsar on 1998/07/19 07:04:45
537 Log: From: Gisle Aas <gisle@aas.no>
538 Date: 17 Jul 1998 22:49:32 +0200
539 Message-ID: <m390lsb3tv.fsf@furu.g.aas.no>
540 Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records
541 Branch: perl
542 ! sv.c
543____________________________________________________________________________
544[ 1563] By: gsar on 1998/07/19 07:03:32
545 Log: update freebsd hints
546 From: Mik Firestone <fireston@lexmark.com>
547 Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT)
548 Message-Id: <199807171924.AA05297@interlock2.lexmark.com>
549 Subject: [PATCH 5.005b1] hints/freebsd.sh
550 Branch: perl
551 ! hints/freebsd.sh
552____________________________________________________________________________
553[ 1562] By: gsar on 1998/07/19 07:01:33
554 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
555 Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT)
556 Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu>
557 Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks
558 Branch: perl
559 ! README.mpeix hints/mpeix.sh
560____________________________________________________________________________
561[ 1561] By: gsar on 1998/07/19 07:00:19
562 Log: From: Norton Allen <allen@huarp.harvard.edu>
563 Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt)
564 Message-Id: <199807171637.MAA24830@bottesini.harvard.edu>
565 Subject: [PATCH: 75] make install fails
566 Branch: perl
567 ! Makefile.SH
568____________________________________________________________________________
569[ 1560] By: gsar on 1998/07/19 06:58:55
570 Log: fix flawed substitution-loop detection on zero-length matches
571 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
572 Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT)
573 Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu>
574 Subject: [PATCH 5.004_72] Substitution loop in devel branch
575 Branch: perl
576 ! pp_hot.c t/op/subst.t
577____________________________________________________________________________
578[ 1559] By: gsar on 1998/07/19 06:56:19
579 Log: add perltrap entry about "${#a}", as suggested by
580 andy barfoot <abarfoot@eng.auburn.edu>
581 Branch: perl
582 ! pod/perltrap.pod
583____________________________________________________________________________
584[ 1558] By: gsar on 1998/07/19 06:43:53
585 Log: From: Anton Berezin <tobez@plab.ku.dk>
586 Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST)
587 Message-Id: <199807170949.LAA18099@lion.plab.ku.dk>
588 Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket
589 Branch: perl
590 ! pod/perlcall.pod
591____________________________________________________________________________
592[ 1557] By: gsar on 1998/07/19 06:40:33
593 Log: From: "Art Green" <Art_Green@mercmarine.com>
594 Date: Thu, 16 Jul 1998 21:37:05 -0500
595 Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com>
596 Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library
597 Branch: perl
598 ! hints/aix.sh
599____________________________________________________________________________
600[ 1556] By: gsar on 1998/07/19 06:38:17
601 Log: update README.threads
602 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
603 Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT)
604 Message-Id: <Pine.SUN.3.96.980716110949.2651J-100000@newton.phys>
605 Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads
606 Branch: perl
607 ! README.threads
608____________________________________________________________________________
609[ 1555] By: gsar on 1998/07/19 06:36:32
610 Log: From: Scott Henry <scotth@sgi.com>
611 Date: 15 Jul 1998 20:23:02 -0700
612 Message-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
613 Subject: [PATCH 5.005-beta1] update hints/irix_6.sh
614 Branch: perl
615 ! hints/irix_6.sh
616____________________________________________________________________________
617[ 1554] By: gsar on 1998/07/19 06:35:10
618 Log: From: Spider Boardman <spider@web.zk3.dec.com>
619 Date: Wed, 15 Jul 1998 16:56:48 -0400
620 Message-Id: <199807152056.QAA369057@web.zk3.dec.com>
621 Subject: [PATCH _75] dec_osf hints still wrong
622 Branch: perl
623 ! hints/dec_osf.sh
624____________________________________________________________________________
625[ 1553] By: gsar on 1998/07/19 06:33:29
626 Log: tweak hpux hints in vain attempt to get cppstdin set properly
627 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
628 Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT)
629 Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93
630 Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
631 --
632 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
633 Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT)
634 Subject: Re: Configure misses preprocessor on HP-UX
635 Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
636 Branch: perl
637 ! hints/hpux.sh
638____________________________________________________________________________
639[ 1552] By: gsar on 1998/07/19 06:26:24
640 Log: From: Tye McQueen <tye@metronet.com>
641 Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT)
642 Message-Id: <199807151846.AA12653@metronet.com>
643 Subject: Minor debugger fix
644 Branch: perl
645 ! lib/perl5db.pl
646____________________________________________________________________________
647[ 1551] By: gsar on 1998/07/19 06:25:05
648 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
649 Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT)
650 Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys>
651 Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch
652 Branch: perl
653 ! INSTALL pp.c
654____________________________________________________________________________
655[ 1550] By: gsar on 1998/07/19 06:23:10
656 Log: minor re.pm cleanup
657 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
658 Date: Wed, 15 Jul 1998 12:41:14 +0100
659 Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk>
660 Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl
661 Branch: perl
662 ! ext/re/re.pm pod/perldiag.pod
663____________________________________________________________________________
664[ 1549] By: gsar on 1998/07/19 06:20:49
665 Log: export additional symbols on OS/2
666 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
667 Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT)
668 Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu>
669 Subject: [PATCH 5.004_72] Export more symbols from Perl DLL
670 Branch: perl
671 ! os2/os2.sym
672____________________________________________________________________________
673[ 1548] By: gsar on 1998/07/19 06:18:58
674 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
675 Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT)
676 Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu>
677 Subject: [PATCH 5.004_72] Minor improvements to perlcc
678 Branch: perl
679 ! utils/perlcc.PL
680____________________________________________________________________________
681[ 1547] By: gsar on 1998/07/19 06:17:22
682 Log: applied slightly tweaked version of patch
683 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
684 Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT)
685 Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu>
686 Subject: [PATCH 5.004_72] Updated patch to Test::Harness
687 Branch: perl
688 ! lib/Test/Harness.pm
689____________________________________________________________________________
690[ 1546] By: gsar on 1998/07/19 06:11:03
691 Log: improve 'frame' handling in debugger
692 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
693 Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT)
694 Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu>
695 Subject: [PATCH 5.004_72] Better debugger trace
696 Branch: perl
697 ! lib/perl5db.pl
698____________________________________________________________________________
699[ 1545] By: gsar on 1998/07/19 06:07:51
700 Log: fix and test handling of literal newlines in heredocs
701 From: Gisle Aas <gisle@aas.no>
702 Date: 17 Jul 1998 14:58:25 +0200
703 Message-ID: <m3iukw63da.fsf@furu.g.aas.no>
704 Subject: Re: [PATCH _71] CRs et al
705 --
706 From: larry@wall.org (Larry Wall)
707 Date: Fri, 17 Jul 1998 09:32:35 -0700
708 Message-Id: <199807171632.JAA12959@wall.org>
709 Subject: Re: [PATCH _71] CRs et al
710 Branch: perl
711 ! t/comp/multiline.t toke.c
712____________________________________________________________________________
713[ 1544] By: gsar on 1998/07/19 06:00:12
714 Log: remove possibly unwritable lib/re.pm before overwrite
715 From: larry@wall.org (Larry Wall)
716 Date: Wed, 15 Jul 1998 14:26:03 -0700
717 Message-Id: <199807152126.OAA04623@wall.org>
718 Subject: Re: bug encountered building perl5.005beta1
719 Branch: perl
720 ! Makefile.SH
721____________________________________________________________________________
722[ 1543] By: gsar on 1998/07/19 05:56:18
723 Log: unsubmitted Changes tweak
724 Branch: perl
725 ! Changes cygwin32/ld2
726____________________________________________________________________________
727[ 1542] By: gsar on 1998/07/19 01:21:22
728 Log: make failed matches return empty list in list context
729 Branch: perl
730 ! pod/perlop.pod pp_hot.c t/op/pat.t
731____________________________________________________________________________
732[ 1541] By: gsar on 1998/07/18 22:27:59
733 Log: remove obsolete perltrap about m//g's pos() reset behavior
734 Branch: perl
735 ! pod/perltrap.pod
736____________________________________________________________________________
737[ 1540] By: nick on 1998/07/18 22:16:26
738 Log: PL_ stuff passes non-threaded on Mingw32
739 (Why did it compile without this fix?)
740 Branch: ansiperl
741 ! pp_sys.c
742____________________________________________________________________________
743[ 1539] By: TimBunce on 1998/07/18 22:04:58
744 Log: Assorted patches:
745
746 Title: "Minor fixes to MakeMaker docs re ExtUtils::Embed"
747 From: Paul Johnson <pjcj@transeda.com>
748 Msg-ID: <19980718155847.D903@west-tip.transeda.com>
749 Files: lib/ExtUtils/MakeMaker.pm
750
751 Title: "Update t/op/array.t (from 5.005 beta 1)"
752 Files: t/op/array.t
753 Branch: maint-5.004/perl
754 ! lib/ExtUtils/MakeMaker.pm t/op/array.t
755____________________________________________________________________________
756[ 1538] By: TimBunce on 1998/07/18 21:57:50
757 Log: Title: "Remove flawed '// with parens or $&' performance patch (Change 662)"
758 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tim Bunce <Tim.Bunce@ig.co.uk>,
759 larry@wall.org (Larry Wall)
760 Msg-ID: <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>,
761 <E0yvtzn-0002F9-00@ursa.cus.cam.ac.uk>
762 Files: cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c
763 pp_ctl.c pp_hot.c regexec.c scope.c
764 Branch: maint-5.004/perl
765 ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c
766 ! pp_hot.c proto.h regexec.c regexp.h scope.c
767____________________________________________________________________________
768[ 1537] By: nick on 1998/07/18 20:56:58
769 Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags
770 Branch: ansiperl
771 ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c
772 ! win32/win32.c win32/win32.h
773____________________________________________________________________________
774[ 1536] By: nick on 1998/07/18 20:50:26
775 Log: Merge latest mainline
776 Branch: ansiperl
777 ! patchlevel.h
778 !> ext/Thread/Thread.xs op.h util.c
779____________________________________________________________________________
780[ 1535] By: nick on 1998/07/18 16:45:29
781 Log: Edited "behind my back" ...
782 Branch: ansiperl
783 ! vms/perly_c.vms
784____________________________________________________________________________
785[ 1534] By: nick on 1998/07/18 16:38:27
786 Log: PL_ stuff for threads
787 Branch: ansiperl
788 ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h
789 ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c
790 ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h
791 ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h
792 ! thread.h toke.c util.c win32/perllib.c
793____________________________________________________________________________
794[ 1533] By: nick on 1998/07/18 14:30:54
795 Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC
796 (still with PERL_GLOBAL_STRUCT) - to cover more #if branches
797 Branch: ansiperl
798 ! embed.pl intrpvar.h perl.c toke.c
799____________________________________________________________________________
800[ 1532] By: nick on 1998/07/18 13:53:03
801 Log: PL_ prefix to all perlvars, part1
802 Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
803 Branch: ansiperl
804 ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c
805 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
806 ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs
807 ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs
808 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs
809 ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap
810 ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h
811 ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
812 ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c
813 ! thrdvar.h toke.c universal.c util.c
814____________________________________________________________________________
815[ 1531] By: gsar on 1998/07/18 08:48:13
816 Log: fix yet another USE_THREADS leak due to failure to free stacks
817 Branch: perl
818 ! ext/Thread/Thread.xs util.c
819____________________________________________________________________________
820[ 1530] By: gsar on 1998/07/18 08:46:58
821 Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were
822 using the context of the enclosing sub!
823 Branch: perl
824 ! op.h
825____________________________________________________________________________
826[ 1529] By: nick on 1998/07/18 08:18:03
827 Log: Integrate post-beta tweaks to ansiperl
828 Branch: ansiperl
829 !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c
830 !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t
831 !> t/op/vec.t toke.c util.c
832____________________________________________________________________________
833[ 1528] By: gsar on 1998/07/18 04:23:12
834 Log: fix lvalue leaks stemming from failure to free LvTARG(sv)
835 Branch: perl
836 ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c
837 ! t/op/substr.t t/op/vec.t
838____________________________________________________________________________
839[ 1527] By: gsar on 1998/07/18 02:16:40
840 Log: check ferror() only if read() returned 0
841 Branch: perl
842 ! pp_sys.c
843____________________________________________________________________________
844[ 1526] By: gsar on 1998/07/18 02:08:01
845 Log: fix another CvMUTEXP() leak
846 Branch: perl
847 ! gv.c
848____________________________________________________________________________
849[ 1525] By: TimBunce on 1998/07/18 01:51:52
850 Log: Assorted patches:
851
852 Title: "Fix @a=@a=qw(...) properly"
853 From: Stephen McCamant <alias@mcs.com>
854 Msg-ID: <13742.49404.367751.437966@alias-2.pr.mcs.net>
855 Files: opcode.h
856
857 Title: "Larry's patch to support CR LF in scripts (updated)"
858 From: Gisle Aas <gisle@aas.no>, larry@wall.org (Larry Wall)
859 Msg-ID: <199807120054.RAA19550@wall.org>, <m3iukw63da.fsf@furu.g.aas.no>
860 Files: t/comp/multiline.t toke.c
861
862 Title: "Change getc() docs to match behaviour. Make read() return undef on
863 error."
864 From: Gurusamy Sarathy <gsar@engin.umich.edu>
865 Msg-ID: <199807052257.SAA10004@aatma.engin.umich.edu>
866 Files: pod/perlfunc.pod pp_sys.c
867
868 Title: "Update patchls utility"
869 Files: Porting/patchls
870 Branch: maint-5.004/perl
871 ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c
872 ! t/comp/multiline.t toke.c
873____________________________________________________________________________
874[ 1524] By: gsar on 1998/07/18 01:22:35
875 Log: fix CvMUTEXP() leaks with -Dusethreads
876 Branch: perl
877 ! op.c toke.c
878____________________________________________________________________________
879[ 1523] By: gsar on 1998/07/18 01:17:28
880 Log: fix $/ init for multiple interpreters/threads
881 Branch: perl
882 ! ext/Thread/Thread.xs perl.c util.c
883____________________________________________________________________________
884[ 1522] By: gsar on 1998/07/18 01:11:07
885 Log: fix missing init that caused RE alternations to fail under
886 -Dusethreads
887 Branch: perl
888 ! util.c
889____________________________________________________________________________
890[ 1521] By: TimBunce on 1998/07/16 22:23:25
891 Log: Assorted patches:
892
893 Title: "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris"
894 From: Albert Dvornik <bert@genscan.com>, Chip Salzenberg <chip@perl.org>
895 Msg-ID: <19980708181055.A8005@perlsupport.com>,
896 <tqn2adkvge.fsf@puma.genscan.com>
897 Files: util.c
898
899 Title: "Document perltrap on precedence of keys/values/each"
900 From: Gurusamy Sarathy <gsar@engin.umich.edu>
901 Msg-ID: <199807151857.OAA04704@aatma.engin.umich.edu>
902 Files: pod/perltrap.pod
903
904 Title: "perlbook.pod patch"
905 From: Tom Christiansen <tchrist@chthon.perl.com>
906 Msg-ID: <199807140037.SAA04556@chthon.perl.com>
907 Files: pod/perlbook.pod
908
909 Title: "perlmod.pod patch"
910 From: Tom Christiansen <tchrist@chthon.perl.com>
911 Msg-ID: <199807140109.TAA04678@chthon.perl.com>
912 Files: pod/perlmod.pod
913
914 Title: "Fix bug in IO::Handle->input_record_separator"
915 From: Robin Barker <rmb1@cise.npl.co.uk>, Swen Thuemmler
916 <Swen.Thuemmler@paderlinx.de>
917 Msg-ID: <199807161400.PAA25532@tempest.cise.npl.co.uk>,
918 <Pine.GSO.4.00.9807161649380.6537-100000@rmail>
919 Files: ext/IO/lib/IO/Handle.pm
920
921 Title: "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)"
922 Files: lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t
923 t/lib/trig.t utils/h2ph.PL
924
925 Title: "Update hints/irix_6.sh"
926 From: Scott Henry <scotth@sgi.com>
927 Msg-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
928 Files: hints/irix_6.sh
929
930 Title: "Configure misses preprocessor on HP-UX (further fix)"
931 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
932 Msg-ID: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
933 Files: hints/hpux.sh
934
935 Title: "update perlbug to v1.26 (from 5.005 beta 1)"
936 Files: utils/perlbug.PL
937 Branch: maint-5.004/perl
938 ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh
939 ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod
940 ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t
941 ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL
942____________________________________________________________________________
943[ 1520] By: TimBunce on 1998/07/15 21:24:12
944 Log: Assorted patches:
945
946 Title: "Add stub attrs.pm"
947 From: Graham Barr <gbarr@ti.com>, Gurusamy Sarathy <gsar@engin.umich.edu>
948 Msg-ID: <19980713163312.A18222@asic.sc.ti.com>,
949 <199807132140.RAA09583@aatma.engin.umich.edu>
950 Files: MANIFEST lib/attrs.pm
951
952 Title: "Fix @a=@a=qw(...)"
953 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant
954 <alias@mcs.com>
955 Msg-ID: <13737.12300.950886.821143@alias-2.pr.mcs.net>,
956 <199807122351.TAA05649@aatma.engin.umich.edu>
957 Files: op.c opcode.pl t/op/array.t
958
959 Title: "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop"
960 From: Gisle Aas <gisle@aas.no>, Stephen McCamant <alias@mcs.com>
961 Msg-ID: <13739.55551.205810.338648@alias-2.pr.mcs.net>,
962 <m33ec4jdwn.fsf@furu.g.aas.no>
963 Files: sv.c
964
965 Title: "Make Power MachTen use vfork() and system malloc()"
966 From: Dominic Dunlop <domo@computer.org>, Jarkko Hietaniemi <jhi@iki.fi>
967 Msg-ID: <v03110700b1c95b010820@[195.95.102.91]>
968 Files: hints/machten.sh malloc.c
969
970 Title: "Use REG_INFTY in place of hardwired constant"
971 From: Dominic Dunlop <domo@computer.org>
972 Msg-ID: <v03110703b1ca662c44f8@[195.95.102.91]>
973 Files: regcomp.h regcomp.c regexec.c
974
975 Title: "Minor debugger fix (history adds an extra newline)"
976 From: Tye McQueen <tye@metronet.com>
977 Msg-ID: <199807151846.AA12653@metronet.com>
978 Files: lib/perl5db.pl
979
980 Title: "Protect Term::ReadLine against non-default $/ value"
981 From: Ilya Zakharevich <ilya@math.ohio-state.edu>,
982 kstar@chapin.edu@ig.co.uk ()
983 Msg-ID: <19980713151749.G8596@O2.chapin.edu>,
984 <199807132139.RAA11270@monk.mps.ohio-state.edu>
985 Files: lib/Term/ReadLine.pm
986
987 Title: "Fix HP-UX 11 build (cppstdin)"
988 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
989 Msg-ID: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
990 Files: Configure hints/hpux.sh
991
992 Title: "VMS filetest operator fixup (SS$_ACCONFLICT)"
993 From: Dan Sugalski <sugalskd@osshe.edu>
994 Msg-ID: <3.0.5.32.19980702135255.00a6ad90@ous.edu>
995 Files: vms/vms.c
996 Branch: maint-5.004/perl
997 + lib/attrs.pm
998 ! Configure MANIFEST hints/hpux.sh hints/machten.sh
999 ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl
1000 ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c
1001____________________________________________________________________________
1002[ 1519] By: nick on 1998/07/15 18:56:17
1003 Log: Integrate mainline at beta1
1004 Branch: ansiperl
1005 +> Porting/p4d2p README.mpeix Todo-5.005
1006 +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
1007 +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff
1008 +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t
1009 - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod
1010 - t/op/ipcmsg.t t/op/ipcsem.t
1011 !> (integrate 167 files)
1012
1013----------------
7522fed5
A
1014Version 5.004_75 5.005 Public Beta, Issue 1
1015----------------
1016
1017____________________________________________________________________________
993100c2
GS
1018[ 1518] By: gsar on 1998/07/15 10:01:41
1019 Log: add stub docs for ext/B, other minor tweaks
1020 Branch: perl
1021 ! Changes Porting/config_H config_h.SH ext/B/B.pm
1022 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm
1023 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1024 ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm
1025 ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c
1026____________________________________________________________________________
7f20e9dd
GS
1027[ 1517] By: gsar on 1998/07/15 08:27:15
1028 Log: up patchlevel to 75 (Beta, Issue 1), add podpatch
1029 From: abigail@fnx.com
1030 Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT)
1031 Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com>
1032 Subject: [PATCH 5.004_74] pod/perlop.pod
1033 Branch: perl
1034 ! Changes patchlevel.h pod/perlop.pod win32/Makefile
1035 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1036 ! win32/makefile.mk
1037____________________________________________________________________________
7522fed5
A
1038[ 1516] By: gsar on 1998/07/15 08:04:24
1039 Log: From: abigail@fnx.com
1040 Date: Wed, 15 Jul 1998 03:47:56 EDT
1041 Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com>
1042 Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<>
1043 Branch: perl
1044 ! pod/pod2man.PL
1045____________________________________________________________________________
1046[ 1515] By: gsar on 1998/07/15 08:02:14
1047 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1048 Date: Wed, 15 Jul 1998 03:49:24 EDT
1049 Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu>
1050 Subject: [PATCH 5.004_72] Additional targets for OS/2 build
1051 Branch: perl
1052 ! os2/Makefile.SHs
1053____________________________________________________________________________
1054[ 1514] By: gsar on 1998/07/15 07:58:29
1055 Log: rename some long file names to be 8.3 truncation-safe
1056 Branch: perl
1057 +> Todo-5.005 perly_c.diff pod/perld4.pod
1058 - Todo.5.005 perly.c.diff pod/perldelta4.pod
1059 ! MANIFEST Porting/pumpkin.pod perly.fixer
1060____________________________________________________________________________
1061[ 1513] By: gsar on 1998/07/15 07:35:29
1062 Log: minor tweaks to docs on qr//
1063 Branch: perl
1064 ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod
1065____________________________________________________________________________
1066[ 1512] By: gsar on 1998/07/15 07:06:02
1067 Log: applied patch, with tab tweak suggest by Peter Prymmer
1068 From: Dan Sugalski <sugalskd@osshe.edu>
1069 Date: Tue, 14 Jul 1998 16:41:14 -0700
1070 Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu>
1071 Subject: [PATCH 5.004_74]VMS build cleanups
1072 Branch: perl
1073 ! vms/descrip_mms.template
1074____________________________________________________________________________
1075[ 1511] By: gsar on 1998/07/15 07:03:33
1076 Log: allow perlbug -ok when STDIN it not a tty
1077 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1078 Date: Wed, 15 Jul 1998 03:24:56 +0200
1079 Message-Id: <l03130302b1d1b1e7c2a0@[194.222.64.89]>
1080 Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2
1081 Branch: perl
1082 ! utils/perlbug.PL
1083____________________________________________________________________________
1084[ 1510] By: gsar on 1998/07/15 06:59:43
1085 Log: From: "Art Green" <Art_Green@mercmarine.com>
1086 Date: Tue, 14 Jul 1998 20:53:48 -0500
1087 Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com>
1088 Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines
1089 Branch: perl
1090 ! Configure
1091____________________________________________________________________________
1092[ 1509] By: gsar on 1998/07/15 06:57:50
1093 Log: typecast long vs. IV compares in pp_flip/pp_flop
1094 Branch: perl
1095 ! pp_ctl.c
1096____________________________________________________________________________
1097[ 1508] By: gsar on 1998/07/15 06:50:49
1098 Log: don't copy foreach itervar when no external refs exist
1099 From: Gisle Aas <gisle@aas.no>
1100 Date: 15 Jul 1998 03:35:25 +0200
1101 Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no>
1102 Subject: Re: Testcase for 1..n closure change
1103 Branch: perl
1104 ! pp_hot.c
1105____________________________________________________________________________
1106[ 1507] By: gsar on 1998/07/15 06:46:41
1107 Log: applied patch, regen headers
1108 From: Stephen McCamant <alias@mcs.com>
1109 Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT)
1110 Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net>
1111 Subject: B::Deparse update for qr// and regcreset
1112 Branch: perl
1113 ! ext/B/B/Deparse.pm opcode.h opcode.pl
1114____________________________________________________________________________
1115[ 1506] By: gsar on 1998/07/15 06:43:04
1116 Log: make pregcomp et al VIRTUAL again for PERL_OBJECT
1117 From: "Douglas Lankshear" <dougl@ActiveState.com>
1118 Date: Tue, 14 Jul 1998 16:40:30 -0700
1119 Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active>
1120 Subject: [PATCH 5.004_74]
1121 Branch: perl
1122 ! proto.h
1123____________________________________________________________________________
1124[ 1505] By: gsar on 1998/07/15 06:41:43
1125 Log: dont use sv_dump() in -DD diagnostic
1126 From: Gisle Aas <gisle@aas.no>
1127 Date: 14 Jul 1998 23:55:36 +0200
1128 Message-ID: <m33ec4jdwn.fsf@furu.g.aas.no>
1129 Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop
1130 Branch: perl
1131 ! sv.c
1132____________________________________________________________________________
1133[ 1504] By: gsar on 1998/07/15 06:39:37
1134 Log: add a few more thread.t tests
1135 Branch: perl
1136 ! t/lib/thread.t
1137____________________________________________________________________________
1138[ 1503] By: gsar on 1998/07/15 06:31:33
1139 Log: fix thread.t ('join $t' ne '$t->join' !)
1140 Branch: perl
1141 ! t/lib/thread.t
1142____________________________________________________________________________
1143[ 1502] By: gsar on 1998/07/15 06:26:00
1144 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1145 Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST)
1146 Message-Id: <199807142245.BAA09651@alpha.hut.fi>
1147 Subject: [PATCH] 5.004_74: MPE/iX final touches
1148 Branch: perl
1149 ! installperl lib/File/Copy.pm
1150____________________________________________________________________________
1151[ 1501] By: gsar on 1998/07/15 05:59:49
1152 Log: apply (reversed) patch
1153 From: Peter Wolfe <wolfe@titan.teloseng.com>
1154 Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT)
1155 Message-Id: <199807142001.NAA26550@titan.teloseng.com>
1156 Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4
1157 Branch: perl
1158 ! ext/IPC/SysV/SysV.xs
1159____________________________________________________________________________
1160[ 1500] By: gsar on 1998/07/15 05:57:39
1161 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1162 Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT)
1163 Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
1164 Subject: [PATCH 5.004_74] Config_74-01
1165 Branch: perl
1166 ! Configure MANIFEST Porting/Glossary Porting/config.sh
1167 ! Porting/config_H Porting/pumpkin.pod config_h.SH
1168 ! vms/subconfigure.com win32/config.bc win32/config.gc
1169 ! win32/config.vc
1170____________________________________________________________________________
1171[ 1499] By: gsar on 1998/07/15 05:48:38
1172 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1173 Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST)
1174 Message-Id: <199807141835.VAA09030@alpha.hut.fi>
1175 Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos
1176 Branch: perl
1177 ! t/lib/trig.t
1178____________________________________________________________________________
1179[ 1498] By: gsar on 1998/07/15 05:47:33
1180 Log: -w, strict clean perldoc (via PM)
1181 From: Robin Barker <rmb1@cise.npl.co.uk>
1182 Date: Tue, 14 Jul 98 17:22:01 BST
1183 Message-Id: <18695.9807141622@tempest.cise.npl.co.uk>
1184 Subject: [PATCH 5.004_74] perldoc.PL
1185 Branch: perl
1186 ! utils/perldoc.PL
1187____________________________________________________________________________
1188[ 1497] By: gsar on 1998/07/15 05:35:54
1189 Log: add comment about cpprun etc., to hints/hpux.sh
1190 Branch: perl
1191 ! hints/hpux.sh
1192____________________________________________________________________________
1193[ 1496] By: gsar on 1998/07/15 05:15:16
1194 Log: fix warning from CGI::Carp
1195 Branch: perl
1196 ! lib/CGI/Carp.pm
1197____________________________________________________________________________
1198[ 1495] By: gsar on 1998/07/14 23:47:18
1199 Log: fix off-by-one in win32 registry handling
1200 From: "Douglas Lankshear" <dougl@ActiveState.com>
1201 Date: Tue, 14 Jul 1998 07:39:06 -0700
1202 Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active>
1203 Subject: [PATCH 5.004_73]
1204 Branch: perl
1205 ! win32/win32.c
1206____________________________________________________________________________
1207[ 1494] By: gsar on 1998/07/14 23:45:58
1208 Log: doc patches from Gisle Aas <gisle@aas.no>
1209 Date: 14 Jul 1998 16:18:31 +0200
1210 Message-ID: <m33ec4cy88.fsf@furu.g.aas.no>
1211 Subject: [PATCH] substr/splice changes for perldelta.pod
1212 --
1213 Date: 14 Jul 1998 20:31:27 +0200
1214 Message-ID: <m3hg0kqo74.fsf@furu.g.aas.no>
1215 Subject: [PATCH] Duplicate description of use integer %
1216 Branch: perl
1217 ! pod/perldelta.pod pod/perlop.pod
1218____________________________________________________________________________
1219[ 1493] By: gsar on 1998/07/14 23:39:31
1220 Log: File/Spec.pm needs trailing newline
1221 Branch: perl
1222 ! lib/File/Spec.pm
1223____________________________________________________________________________
1224[ 1492] By: gsar on 1998/07/14 21:43:03
1225 Log: unsubmitted _74 tweaks
1226 Branch: perl
1227 ! Changes mpeix/nm mpeix/relink pod/perldelta.pod
1228 ! pod/perldiag.pod
1229
1230----------------
1231Version 5.004_74
b83ac84c
GS
1232----------------
1233
1234____________________________________________________________________________
4fe4fdb3
GS
1235[ 1491] By: gsar on 1998/07/14 08:48:28
1236 Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
1237 Branch: perl
1238 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1239 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1240 ! win32/makefile.mk
1241____________________________________________________________________________
b83ac84c
GS
1242[ 1490] By: gsar on 1998/07/14 08:31:13
1243 Log: From: Gisle Aas <gisle@aas.no>
1244 Date: 14 Jul 1998 10:20:34 +0200
1245 Message-Id: <m3hg0k973h.fsf@furu.g.aas.no>
1246 Subject: [PATCH] Make -DP work (and readable)
1247 Branch: perl
1248 ! run.c
1249____________________________________________________________________________
1250[ 1489] By: gsar on 1998/07/14 08:23:46
1251 Log: fix function parameter autovivification for pseudohashes
1252 Branch: perl
1253 ! mg.c t/op/avhv.t
1254____________________________________________________________________________
1255[ 1488] By: gsar on 1998/07/14 07:34:45
1256 Log: merge changes#1423,1465 from maintbranch; checkin two missed files
1257 from earlier changes#1461,1478
1258 Branch: perl
1259 ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c
1260 ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
1261 ! t/op/substr.t t/op/vec.t
1262____________________________________________________________________________
1263[ 1487] By: gsar on 1998/07/14 07:04:54
1264 Log: tweak t/lib/thread.t
1265 Branch: perl
1266 ! t/lib/thread.t
1267____________________________________________________________________________
1268[ 1486] By: gsar on 1998/07/14 06:38:15
1269 Log: applied patch, slightly tweaked
1270 From: Dan Sugalski <sugalskd@osshe.edu>
1271 Date: Mon, 13 Jul 1998 11:52:27 -0700
1272 Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu>
1273 Subject: [PATCH 5.004_73]Get re module working on VMS
1274 Branch: perl
1275 ! ext/re/Makefile.PL perl.h proto.h
1276____________________________________________________________________________
1277[ 1485] By: gsar on 1998/07/14 06:32:58
1278 Log: add Porting/p4d2p
1279 Branch: perl
1280 + Porting/p4d2p
1281 ! MANIFEST
1282____________________________________________________________________________
1283[ 1484] By: gsar on 1998/07/14 06:08:20
1284 Log: doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM)
1285 Date: Mon, 13 Jul 1998 19:09:09 -0600
1286 Message-Id: <199807140109.TAA04678@chthon.perl.com>
1287 Subject: perlmod.pod patch
1288 --
1289 Date: Mon, 13 Jul 1998 18:37:07 -0600
1290 Message-Id: <199807140037.SAA04556@chthon.perl.com>
1291 Subject: perlbook.pod patch
1292 Branch: perl
1293 ! pod/perlbook.pod pod/perlmod.pod
1294____________________________________________________________________________
1295[ 1483] By: gsar on 1998/07/14 06:04:25
1296 Log: OS/2 update
1297 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1298 Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu>
1299 Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT)
1300 Subject: [PATCH 5.004_72] OS/2 system() and friends additions
1301 Branch: perl
1302 ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t
1303____________________________________________________________________________
1304[ 1482] By: gsar on 1998/07/14 06:01:12
1305 Log: more VMS patches from Dan Sugalski <sugalskd@osshe.edu>
1306 Date: Mon, 13 Jul 1998 16:37:49 -0700
1307 Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu>
1308 Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS
1309 --
1310 Date: Mon, 13 Jul 1998 15:51:09 -0700
1311 Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu>
1312 Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS
1313 Branch: perl
1314 ! t/io/iprefix.t t/lib/cgi-html.t
1315____________________________________________________________________________
1316[ 1481] By: gsar on 1998/07/14 05:57:36
1317 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1318 Date: Mon, 13 Jul 1998 15:41:53 -0700
1319 Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu>
1320 Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS
1321 Branch: perl
1322 ! t/base/rs.t
1323____________________________________________________________________________
1324[ 1480] By: gsar on 1998/07/14 05:56:14
1325 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1326 Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu>
1327 Date: Mon, 13 Jul 1998 15:04:27 -0700
1328 Subject: [PATCH 5.004_73]Thread tweak for VMS.C
1329 Branch: perl
1330 ! vms/vms.c
1331____________________________________________________________________________
1332[ 1479] By: gsar on 1998/07/14 05:55:13
1333 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1334 Date: Mon, 13 Jul 1998 23:13:43 +0200
1335 Message-ID: <19980713231343.A178@cdata.tvnet.hu>
1336 Subject: [PATCH _72] Configure problem on dos-djgpp
1337 Branch: perl
1338 ! Configure
1339____________________________________________________________________________
1340[ 1478] By: gsar on 1998/07/14 05:53:08
1341 Log: add files and tweaks needed for MPE/iX port (via PM)
1342 From: Jarkko Hietaniemi <jhi@iki.fi>
1343 Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST)
1344 Message-Id: <199807132107.AAA20603@alpha.hut.fi>
1345 Subject: MPE/iX patches for _73
1346 Branch: perl
1347 + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
1348 + mpeix/mpeixish.h mpeix/nm mpeix/relink
1349 ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl
1350 ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod
1351____________________________________________________________________________
1352[ 1477] By: gsar on 1998/07/14 04:23:28
1353 Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING
1354 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1355 Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT)
1356 Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys>
1357 Subject: Re: _70 and Devel::RE
1358 Branch: perl
1359 ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c
1360____________________________________________________________________________
1361[ 1476] By: gsar on 1998/07/14 04:06:25
1362 Log: minor Configure nits
1363 From: Jarkko Hietaniemi <jhi@iki.fi>
1364 Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST)
1365 Message-Id: <199807132025.XAA10771@alpha.hut.fi>
1366 Subject: Configure patches for MVS (and one x2p/Makefile.SH)
1367 Branch: perl
1368 ! Configure x2p/Makefile.SH
1369____________________________________________________________________________
1370[ 1475] By: gsar on 1998/07/14 03:59:56
1371 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1372 Date: Mon, 13 Jul 1998 12:54:19 -0700
1373 Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu>
1374 Subject: [PATCH 5.004_73] Fixes to the VMS configuration system
1375 Branch: perl
1376 ! vms/munchconfig.c vms/subconfigure.com
1377____________________________________________________________________________
1378[ 1474] By: gsar on 1998/07/14 03:58:13
1379 Log: make Term::Readline::get_line() independent of caller's $/
1380 From: kstar@chapin.edu
1381 Date: Mon, 13 Jul 1998 15:17:49 -0400
1382 Message-ID: <19980713151749.G8596@O2.chapin.edu>
1383 Subject: [PATCH] Was: CPAN.pm still fails
1384 Branch: perl
1385 ! lib/Term/ReadLine.pm
1386____________________________________________________________________________
1387[ 1473] By: gsar on 1998/07/14 03:55:29
1388 Log: fix $trnl interpolation in here-docs (via PM)
1389 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1390 Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT)
1391 Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys>
1392 Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness
1393 Branch: perl
1394 ! Configure
1395____________________________________________________________________________
1396[ 1472] By: gsar on 1998/07/14 03:50:18
1397 Log: From: Dominic Dunlop <domo@ppp52.vo.lu>
1398 Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST)
1399 Message-Id: <199807131455.PAA23621@ppp52.vo.lu>
1400 Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73]
1401 Branch: perl
1402 ! hints/machten.sh
1403____________________________________________________________________________
1404[ 1471] By: gsar on 1998/07/14 03:49:07
1405 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1406 Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu>
1407 Date: Mon, 13 Jul 1998 12:30:05 -0700
1408 Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff
1409 Branch: perl
1410 ! configure.com vms/descrip_mms.template
1411____________________________________________________________________________
1412[ 1470] By: gsar on 1998/07/14 03:40:14
1413 Log: consistently refer to functions as C<foo()>
1414 From: abigail@fnx.com
1415 Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT)
1416 Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com>
1417 Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod
1418 Branch: perl
1419 ! pod/perlfunc.pod
1420____________________________________________________________________________
1421[ 1469] By: gsar on 1998/07/14 03:35:06
1422 Log: From: Tom Hughes <thh@cyberscience.com>
1423 Date: 13 Jul 1998 09:34:16 +0100
1424 Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>
1425 Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh
1426 Branch: perl
1427 ! hints/svr4.sh
1428____________________________________________________________________________
1429[ 1468] By: gsar on 1998/07/14 03:34:03
1430 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1431 Date: 13 Jul 1998 11:16:27 +0200
1432 Message-ID: <sfc90lyqff8.fsf@dubravka.in-berlin.de>
1433 Subject: Parallel Makefiles
1434 Branch: perl
1435 ! lib/ExtUtils/MM_Unix.pm
1436____________________________________________________________________________
1437[ 1467] By: gsar on 1998/07/14 03:31:39
1438 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1439 Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT)
1440 Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu>
1441 Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken?
1442 Branch: perl
1443 ! t/io/pipe.t
1444____________________________________________________________________________
1445[ 1466] By: gsar on 1998/07/14 03:29:25
1446 Log: minor tweaks to perldelta and README.win32
1447 Branch: perl
1448 ! Changes README.win32 pod/perldelta.pod
1449____________________________________________________________________________
1450[ 1465] By: TimBunce on 1998/07/13 21:33:45
1451 Log: Assorted patches:
1452
1453 Title: "Fix string substitution returncode problem"
1454 From: Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
1455 Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>,
1456 <v03110700b191a557f041@[195.95.102.114]>
1457 Files: pp_hot.c
1458
1459 Title: "umask EXPR is fatal only if (EXPR & 0700) > 0"
1460 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1461 Msg-ID: <199807111656.MAA03310@aatma.engin.umich.edu>
1462 Files: pod/perldiag.pod pp_sys.c
1463
1464 Title: "Remove reference to qsort from perlfunc.pod"
1465 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1466 Msg-ID: <199807111923.PAA05124@aatma.engin.umich.edu>
1467 Files: pod/perlfunc.pod
1468
1469 Title: "Deprecate AvFILL in favor of av_len()"
1470 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1471 Msg-ID: <199807111945.PAA05489@aatma.engin.umich.edu>
1472 Files: pod/perlguts.pod
1473
1474 Title: "Further clarify effects of using quotes with m operator"
1475 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1476 Msg-ID: <199806201921.PAA03829@aatma.engin.umich.edu>
1477 Files: pod/perlop.pod
1478
1479 Title: "Add PERL_DESTRUCT_LEVEL=2 to test suite"
1480 From: Tim Bunce
1481 Files: t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t
1482 Branch: maint-5.004/perl
1483 ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
1484 ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t
1485 ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c
1486
1487----------------
1488Version 5.004_73
05fc92f1
GS
1489----------------
1490
1491____________________________________________________________________________
1a159553
GS
1492[ 1464] By: gsar on 1998/07/13 04:41:07
1493 Log: up patchlevel to 73, update Changes &c.
1494 Branch: perl
1495 ! Changes patchlevel.h pod/perlhist.pod t/op/array.t
1496 ! win32/Makefile win32/config_H.bc win32/config_H.gc
1497 ! win32/config_H.vc win32/makefile.mk
1498____________________________________________________________________________
05fc92f1
GS
1499[ 1463] By: gsar on 1998/07/13 02:58:51
1500 Log: avoid empty rm -f in MM_Unix.pm
1501 Branch: perl
1502 ! lib/ExtUtils/MM_Unix.pm
1503____________________________________________________________________________
1504[ 1462] By: gsar on 1998/07/13 02:54:52
1505 Log: update perldelta
1506 Branch: perl
1507 ! pod/perldelta.pod
1508____________________________________________________________________________
1509[ 1461] By: gsar on 1998/07/13 02:44:30
1510 Log: added patch, tweaked PERL_OBJECT things
1511 From: Graham Barr <gbarr@pobox.com>
1512 Date: Sun, 12 Jul 1998 19:57:47 CDT
1513 Message-Id: <19980712195747.C493@pobox.com>
1514 Subject: [ PATCH perl5.004_72] patch to add qr//
1515 Branch: perl
1516 ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c
1517 ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl
1518 ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c
1519 ! regexp.h sv.c t/op/pat.t toke.c
1520____________________________________________________________________________
1521[ 1460] By: gsar on 1998/07/13 01:25:07
1522 Log: add a few more PURIFY guards
1523 Branch: perl
1524 ! av.c sv.c
1525____________________________________________________________________________
1526[ 1459] By: gsar on 1998/07/12 23:38:31
1527 Log: add tests for change#1458 and then some
1528 Branch: perl
1529 ! t/op/array.t
1530____________________________________________________________________________
1531[ 1458] By: gsar on 1998/07/12 22:42:47
1532 Log: apply patch for smarter AASSIGN_COMMON detection; regen headers
1533 From: Stephen McCamant <alias@mcs.com>
1534 Date: Sun, 12 Jul 1998 17:17:00 CDT
1535 Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net>
1536 Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71
1537 Branch: perl
1538 ! op.c opcode.h opcode.pl
1539____________________________________________________________________________
1540[ 1457] By: gsar on 1998/07/12 22:06:05
1541 Log: small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1542 Branch: perl
1543 ! Configure Makefile.SH ext/Socket/Socket.xs perl.c
1544____________________________________________________________________________
1545[ 1456] By: gsar on 1998/07/12 21:56:39
1546 Log: From: Doug MacEachern <dougm@pobox.com>
1547 Date: Sun, 12 Jul 1998 14:29:29 -0400
1548 Message-Id: <199807121829.OAA00525@postman.opengroup.org>
1549 Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT
1550 Branch: perl
1551 ! lib/ExtUtils/Embed.pm
1552____________________________________________________________________________
1553[ 1455] By: gsar on 1998/07/12 21:54:02
1554 Log: applied installperl patch, corrected other little nits
1555 From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1556 Date: 12 Jul 1998 16:27:21 +0200
1557 Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
1558 Subject: [5.004_72] installperl tweak
1559 Branch: perl
1560 ! Changes Configure README.win32 installperl win32/makefile.mk
1561____________________________________________________________________________
1562[ 1454] By: gsar on 1998/07/12 10:14:24
1563 Log: update MANIFEST, Changes
1564 Branch: perl
1565 - lib/Bundle/CPAN.pm
1566 ! Changes MANIFEST
1567
1568----------------
1569Version 5.004_72
1703fc65
GS
1570----------------
1571
1572____________________________________________________________________________
f16f1ef3
GS
1573[ 1453] By: gsar on 1998/07/12 10:04:33
1574 Log: merge changes 1424, 1428 from maintbranch
1575 Branch: perl
1576 ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
1577____________________________________________________________________________
1578[ 1452] By: gsar on 1998/07/12 09:46:40
1579 Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
1580 and README.win32
1581 Branch: perl
1582 ! Changes README.win32 patchlevel.h win32/Makefile
1583 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1584 ! win32/makefile.mk
1585____________________________________________________________________________
9036c72f
GS
1586[ 1451] By: gsar on 1998/07/12 07:01:26
1587 Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
1588 From: Jarkko Hietaniemi <jhi@iki.fi>
1589 Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
1590 Message-Id: <199807111451.RAA27010@alpha.hut.fi>
1591 Subject: M3 "generic" parts
1592 Branch: perl
1593 ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
1594 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
1595 ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
1596 ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
1597 ! win32/config_H.gc x2p/Makefile.SH
1598____________________________________________________________________________
1599[ 1450] By: gsar on 1998/07/12 06:38:27
1600 Log: various tweaks for PERL_OBJECT build & test
1601 Branch: perl
1602 ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
1603 ! win32/makefile.mk win32/win32.c win32/win32iop.h
1604____________________________________________________________________________
1605[ 1449] By: gsar on 1998/07/12 06:29:23
1606 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1607 Date: 12 Jul 1998 08:22:16 +0200
1608 Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
1609 Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
1610 Branch: perl
1611 ! lib/CPAN.pm lib/SelfLoader.pm
1612____________________________________________________________________________
1613[ 1448] By: gsar on 1998/07/12 05:10:50
1614 Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
1615 and runs regexes in 1000s of threads without crashing; also fixed
1616 statcache not being thread-local
1617 Branch: perl
1618 ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
1619 ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
1620 ! t/lib/thread.t thrdvar.h util.c
1621____________________________________________________________________________
1622[ 1447] By: gsar on 1998/07/12 02:40:45
1623 Log: From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1624 Date: Sun, 12 Jul 1998 03:23:04 +0200
1625 Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
1626 Subject: Re: perlbug doesn't check that save succeeded
1627 Branch: perl
1628 ! utils/perlbug.PL
1629____________________________________________________________________________
1630[ 1446] By: gsar on 1998/07/12 02:39:24
1631 Log: be generous about CRs
1632 From: larry@wall.org (Larry Wall)
1633 Date: Sat, 11 Jul 1998 17:54:21 PDT
1634 Message-Id: <199807120054.RAA19550@wall.org>
1635 Subject: [PATCH _71] CRs et al
1636 Branch: perl
1637 ! toke.c
1638____________________________________________________________________________
1639[ 1445] By: gsar on 1998/07/12 02:11:16
1640 Log: fix pp_caller() to fully traverse stacklevels
1641 Branch: perl
1642 ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
1643____________________________________________________________________________
1644[ 1444] By: gsar on 1998/07/11 23:43:37
1645 Log: add patch, along with all the missing bits, and doc tweaks
1646 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1647 Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
1648 Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
1649 Subject: Re: [PATCH 5.004_71] Secure RE update
1650 Branch: perl
1651 ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
1652 ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
1653 ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
1654 ! t/op/pat.t t/op/subst.t
1655____________________________________________________________________________
1656[ 1443] By: gsar on 1998/07/11 23:08:14
1657 Log: tweak to get BSDI to build IPC/SysV
1658 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1659 Date: 11 Jul 1998 16:26:44 +0300
1660 Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
1661 Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
1662 Branch: perl
1663 ! ext/IPC/SysV/SysV.xs
1664____________________________________________________________________________
1665[ 1442] By: gsar on 1998/07/11 23:03:39
1666 Log: fix closures in optimized C<for (1..5)> (only the tests are in this
1667 change, the pp_hot.c fix accidentally went in change#1441)
1668 Branch: perl
1669 ! t/op/closure.t
1670____________________________________________________________________________
1671[ 1441] By: gsar on 1998/07/11 22:35:40
1672 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1673 Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
1674 Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
1675 Subject: [PATCH 5.004_71] Update os2's OS2::Process
1676 Branch: perl
1677 ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
1678 ! os2/OS2/Process/Process.xs pp_hot.c
1679____________________________________________________________________________
1680[ 1440] By: gsar on 1998/07/11 19:41:59
1681 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1682 Date: 11 Jul 1998 17:00:21 +0200
1683 Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
1684 Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
1685 Branch: perl
1686 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1687____________________________________________________________________________
1688[ 1439] By: gsar on 1998/07/11 19:36:58
1689 Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
1690 Branch: perl
1691 ! pod/perlguts.pod win32/makedef.pl
1692____________________________________________________________________________
1693[ 1438] By: gsar on 1998/07/11 19:14:21
1694 Log: applied patch for perlfunc tweaks, removed reference to system qsort()
1695 From: abigail@fnx.com
1696 Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
1697 Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
1698 Subject: [PATCH 5.004_71] pod/perlfunc.pod
1699 Branch: perl
1700 ! pod/perlfunc.pod
1701____________________________________________________________________________
1702[ 1437] By: gsar on 1998/07/11 19:05:00
1703 Log: From: abigail@fnx.com
1704 Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
1705 Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
1706 Subject: [PATCH 5.004_71] pod/pod2man.PL
1707 Branch: perl
1708 ! pod/pod2man.PL
1709____________________________________________________________________________
1710[ 1436] By: gsar on 1998/07/11 18:58:03
1711 Log: more complete version of change#1421
1712 From: Stephen McCamant <alias@mcs.com>
1713 Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
1714 Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
1715 Subject: [PATCH] Re: B::Deparse for(1..100000)
1716 Branch: perl
1717 ! ext/B/B/Deparse.pm
1718____________________________________________________________________________
1719[ 1435] By: gsar on 1998/07/11 18:54:42
1720 Log: win32 fixes for VC 6.0 nits
1721 Branch: perl
1722 ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
1723 ! win32/win32.h
1724____________________________________________________________________________
1725[ 1434] By: gsar on 1998/07/11 18:45:32
1726 Log: s/AVHV/pseudo-hash/ (via PM)
1727 From: Gisle Aas <gisle@aas.no>
1728 Date: 11 Jul 1998 00:16:53 +0200
1729 Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
1730 Subject: [PATCH] trivial fields.pm doc patch
1731 Branch: perl
1732 ! lib/fields.pm
1733____________________________________________________________________________
1734[ 1433] By: gsar on 1998/07/11 18:43:11
1735 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1736 Date: Fri, 10 Jul 1998 23:12:11 +0200
1737 Message-ID: <19980710231211.A161@cdata.tvnet.hu>
1738 Subject: [PATCH _71] dos-djgpp update
1739 Branch: perl
1740 ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
1741____________________________________________________________________________
1742[ 1432] By: gsar on 1998/07/11 18:41:00
1743 Log: applied patch, reformatted long lines in places
1744 From: Dominic Dunlop <domo@computer.org>
1745 Date: Fri, 10 Jul 1998 23:11:30 +0000
1746 Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
1747 Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
1748 warning
1749 Branch: perl
1750 ! pod/perldiag.pod regexec.c
1751____________________________________________________________________________
1752[ 1431] By: gsar on 1998/07/11 18:29:18
1753 Log: From: "John L. Allen" <allen@grumman.com>
1754 Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
1755 Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
1756 Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
1757 Branch: perl
1758 ! hints/aix.sh
1759____________________________________________________________________________
1760[ 1430] By: TimBunce on 1998/07/11 18:15:09
1761 Log: Title: "Fix string substitution returncode problem"
1762 From: Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
1763 Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>,
1764 <v03110700b191a557f041@[195.95.102.114]>
1765 Files: pp_hot.c
1766 Branch: maint-5.004/perl
1767 ! pp_hot.c
1768____________________________________________________________________________
1769[ 1429] By: gsar on 1998/07/11 18:07:52
1770 Log: applied patch, tweaked doc and code that does labels/indentation
1771 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1772 Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
1773 Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
1774 Subject: [PATCH 5.004_71] perldebug.pod and RE
1775 Branch: perl
1776 ! pod/perldebug.pod regcomp.c regexec.c
1777____________________________________________________________________________
1778[ 1428] By: TimBunce on 1998/07/11 17:45:56
1779 Log: Assorted patches:
1780
1781 Title: "makerel now reads local patch list from patchlevel.h"
1782 Files: patchlevel.h Porting/makerel
1783
1784 Title: "pod/pod2man.PL"
1785 From: abigail@fnx.com
1786 Msg-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
1787 Files: pod/pod2man.PL
1788
1789 Title: "Clarify taint example in re.pm"
1790 From: Tom Phoenix <rootbeer@teleport.com>
1791 Msg-ID: <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
1792 Files: lib/re.pm
1793
1794 Title: "Anohter ptags improvement"
1795 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1796 Msg-ID: <199807070059.UAA28815@monk.mps.ohio-state.edu>
1797 Files: emacs/ptags
1798
1799 Title: "_71 & _04 - Make AIX hints preserve ccflags as per docs"
1800 From: "John L. Allen" <allen@grumman.com>
1801 Msg-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
1802 Files: hints/aix.sh
1803 Branch: maint-5.004/perl
1804 ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
1805 ! patchlevel.h pod/pod2man.PL
1806____________________________________________________________________________
1807[ 1427] By: gsar on 1998/07/11 17:04:47
1808 Log: make Liblist return consistently backslashed paths
1809 Branch: perl
1810 ! lib/ExtUtils/Liblist.pm
1811____________________________________________________________________________
1812[ 1426] By: gsar on 1998/07/11 16:53:56
1813 Log: don't 'touch a2p.c', it might readonly (via PM)
1814 From: Robin Barker <rmb1@cise.npl.co.uk>
1815 Date: Fri, 10 Jul 98 17:19:54 BST
1816 Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
1817 Branch: perl
1818 ! x2p/Makefile.SH
1819____________________________________________________________________________
1820[ 1425] By: TimBunce on 1998/07/11 16:42:26
1821 Log: Title: "Add newCONSTSUB (from 5.005_70)"
1822 Files: embed.h proto.h global.sym op.c
1823 Branch: maint-5.004/perl
1824 ! embed.h global.sym op.c proto.h
1825____________________________________________________________________________
1826[ 1424] By: TimBunce on 1998/07/11 16:20:21
1827 Log: Title: "Assorted fixes for Sys::Syslog.pm"
1828 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
1829 <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
1830 Msg-ID: <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
1831 <199805270939.KAA08453@toad.ig.co.uk>,
1832 <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
1833 Files: lib/Sys/Syslog.pm
1834 Branch: maint-5.004/perl
1835 ! lib/Sys/Syslog.pm
1836____________________________________________________________________________
1837[ 1423] By: TimBunce on 1998/07/11 15:53:37
1838 Log: Assorted patches:
1839
1840 Title: "umask: die if EXPR & 0700 else return undef"
1841 From: Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
1842 Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
1843 <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
1844 kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
1845 Msg-ID: <199805291520.QAA01615@sable.ox.ac.uk>,
1846 <199805291549.SAA01439@alpha.hut.fi>,
1847 <199805291608.RAA29283@toad.ig.co.uk>,
1848 <19980530105129.A24006@O2.chapin.edu>,
1849 <19980608133037.A8793@perlsupport.com>
1850 Files: pod/perldiag.pod pod/perlfunc.pod pp_sys.c
1851
1852 Title: "File name DynaLoader.pm.PL is 8.3 unfriendly"
1853 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1854 Msg-ID: <19980610005417.G162@cdata.tvnet.hu>
1855 Files: MANIFEST ext/DynaLoader/Makefile.PL
1856 Branch: maint-5.004/perl
1857 +> ext/DynaLoader/DynaLoader_pm.PL
1858 - ext/DynaLoader/DynaLoader.pm.PL
1859 ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
1860 ! pod/perlfunc.pod pp_sys.c
1861____________________________________________________________________________
1862[ 1421] By: gsar on 1998/07/11 02:54:02
1863 Log: From: Gisle Aas <gisle@aas.no>
1864 Subject: [PATCH] B::Deparse for(1..100000)
1865 Date: 10 Jul 1998 14:04:44 +0200
1866 Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
1867 Branch: perl
1868 ! ext/B/B/Deparse.pm
1869____________________________________________________________________________
1870[ 1420] By: gsar on 1998/07/11 02:28:18
1871 Log: add 'clean' target for ext/re
1872 Branch: perl
1873 ! ext/re/Makefile.PL
1874____________________________________________________________________________
1875[ 1419] By: gsar on 1998/07/11 02:20:32
1876 Log: From: Tom Hughes <thh@cyberscience.com>
1877 Date: 10 Jul 1998 10:25:18 +0100
1878 Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
1879 Subject: [5.004_71] Patch: svr4 hints updates for Unixware
1880 Branch: perl
1881 ! hints/svr4.sh
1882____________________________________________________________________________
1883[ 1418] By: gsar on 1998/07/11 02:19:12
1884 Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
1885 From: Jarkko Hietaniemi <jhi@iki.fi>
1886 Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
1887 Message-Id: <199807101008.NAA10817@alpha.hut.fi>
1888 Subject: Re: make minitest does not work out of the box - test subset
1889 needs pruning
1890 Branch: perl
1891 + t/lib/ipc_sysv.t
1892 - t/op/ipcmsg.t t/op/ipcsem.t
1893 ! MANIFEST
1894____________________________________________________________________________
1895[ 1417] By: gsar on 1998/07/11 02:14:16
1896 Log: disable CR croaking (via #define, default off) in lieu of more
1897 complete fix
1898 Branch: perl
1899 ! toke.c
1900____________________________________________________________________________
1901[ 1416] By: gsar on 1998/07/11 02:06:11
1902 Log: added patch, made linking with setargv a build option
1903 From: "Douglas Lankshear" <dougl@ActiveState.com>
1904 Date: Thu, 9 Jul 1998 09:51:42 -0700
1905 Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
1906 Subject: [PATCH 5.004_71]
1907 Branch: perl
1908 ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
1909____________________________________________________________________________
1910[ 1415] By: gsar on 1998/07/11 01:47:19
1911 Log: From: Tom Hughes <thh@cyberscience.com>
1912 Date: 10 Jul 1998 09:01:12 +0100
1913 Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
1914 Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
1915 Branch: perl
1916 ! perl_exp.SH
1917____________________________________________________________________________
1918[ 1414] By: gsar on 1998/07/11 01:45:45
1919 Log: make lib/re.pm a prereq for minitest
1920 Branch: perl
1921 ! Makefile.SH
1922____________________________________________________________________________
1923[ 1413] By: gsar on 1998/07/11 01:40:56
1924 Log: add patch (via PM)
1925 From: Stephen McCamant <alias@mcs.com>
1926 Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
1927 Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
1928 Subject: Big B::Deparse update
1929 Branch: perl
1930 ! ext/B/B/Deparse.pm
1931____________________________________________________________________________
1932[ 1412] By: gsar on 1998/07/11 00:25:17
1933 Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
1934 Branch: perl
1935 + pod/perlport.pod
1936 ! pod/perl.pod
1937____________________________________________________________________________
1938[ 1411] By: gsar on 1998/07/10 21:53:06
1939 Log: make binmode(STDIN) not whine
1940 From: Dan Sugalski <sugalskd@osshe.edu>
1941 Date: Thu, 09 Jul 1998 16:51:27 -0700
1942 Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
1943 Subject: [PATCH 5.004_70] Fix up binmode() for VMS
1944 Branch: perl
1945 ! vms/vms.c
1946____________________________________________________________________________
1947[ 1410] By: gsar on 1998/07/10 21:50:57
1948 Log: CPAN-1.39 update
1949 From: koenig@kulturbox.de (Andreas J. Koenig)
1950 Date: 10 Jul 1998 00:45:36 +0200
1951 Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
1952 Subject: Re: perl5.004_71 hit the stands this morn
1953 Branch: perl
1954 ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1955____________________________________________________________________________
1956[ 1409] By: gsar on 1998/07/10 21:45:10
1957 Log: manually apply patch with conflicts
1958 From: Dan Sugalski <sugalskd@osshe.edu>
1959 Date: Thu, 09 Jul 1998 12:08:33 -0700
1960 Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
1961 Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
1962 Branch: perl
1963 ! configpm
1964____________________________________________________________________________
1965[ 1408] By: gsar on 1998/07/10 21:36:54
1966 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1967 Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
1968 Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
1969 Subject: Re: perldelta.pod [PATCH]
1970 Branch: perl
1971 ! pod/perldelta.pod
1972____________________________________________________________________________
1973[ 1407] By: gsar on 1998/07/10 21:35:13
1974 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1975 Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
1976 Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
1977 Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
1978 Branch: perl
1979 ! ext/IPC/SysV/Makefile.PL
1980____________________________________________________________________________
1981[ 1406] By: gsar on 1998/07/10 21:33:30
1982 Log: manually apply patch with conflicts
1983 From: kstar@chapin.edu
1984 Message-ID: <19980709093621.B7857@O2.chapin.edu>
1985 Date: Thu, 9 Jul 1998 09:36:21 -0400
1986 Subject: Re: [PATCH] 5.004_70 installperl and docs
1987 Branch: perl
1988 ! installperl
1989____________________________________________________________________________
1990[ 1405] By: gsar on 1998/07/10 21:28:29
1991 Log: misc tweaks to docs and qsortsv() warning
1992 Branch: perl
1993 ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
1994____________________________________________________________________________
1995[ 1404] By: gsar on 1998/07/10 21:23:53
1996 Log: add more correct version of change#1350 (as yet untested)
1997 From: joshua.pritikin@db.com
1998 Date: Thu, 9 Jul 1998 09:22:46 -0400
1999 Message-Id: <H00000e50008f277@MHS>
2000 Subject: Re: [PATCH _70] cache missing methods
2001 Branch: perl
2002 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2003____________________________________________________________________________
2004[ 1403] By: gsar on 1998/07/10 20:46:12
2005 Log: add win32_rename() that does what docs say
2006 Branch: perl
2007 ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
2008 ! win32/win32.c win32/win32iop.h
2009____________________________________________________________________________
2010[ 1402] By: gsar on 1998/07/10 20:19:18
2011 Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
2012 (suggested by Philippe.Simonet@swisscom.com)
2013 Branch: perl
2014 ! ext/Socket/Socket.xs
2015____________________________________________________________________________
2016[ 1401] By: gsar on 1998/07/10 03:24:45
2017 Log: undo change#1379 (order of tests *is* significant)
2018 Branch: perl
2019 ! t/lib/posix.t
2020____________________________________________________________________________
2021[ 1400] By: nick on 1998/07/09 17:43:14
2022 Log: Integrate mainline (_071-ish)
2023 Branch: ansiperl
2024 +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2025 +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2026 +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
2027 +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
2028 +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
2029 +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
2030 +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2031 +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
2032 +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
2033 !> (integrate 145 files)
2034
2035----------------
2036Version 5.004_71
2037----------------
2038
2039____________________________________________________________________________
6cc33c6d
GS
2040[ 1399] By: gsar on 1998/07/09 12:15:12
2041 Log: update Changes, perlhist.pod, beginnings of perldelta.pod
2042 Branch: perl
2043 ! Changes pod/perldelta.pod pod/perlhist.pod
2044____________________________________________________________________________
429b3afa
GS
2045[ 1397] By: gsar on 1998/07/09 08:35:39
2046 Log: merge changes from maintbranch (1354, and relevant part of 1356); all
2047 maintenance changes upto 1356 merged
2048 Branch: perl
2049 ! pod/perldiag.pod pp_hot.c t/op/misc.t
2050____________________________________________________________________________
2051[ 1396] By: gsar on 1998/07/09 08:02:52
2052 Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
2053 make all configs build on Solaris and win32
2054 Branch: perl
2055 + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2056 + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
2057 + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
2058 ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
2059 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2060____________________________________________________________________________
2061[ 1395] By: gsar on 1998/07/09 05:39:48
2062 Log: From: Stephen McCamant <alias@mcs.com>
2063 Date: Wed, 08 Jul 1998 23:16:49 CDT
2064 Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
2065 Subject: [PATCH] UNOP opclass test in B.xs
2066 Branch: perl
2067 ! ext/B/B.xs
2068____________________________________________________________________________
2069[ 1394] By: gsar on 1998/07/09 05:37:48
2070 Log: get it building again on win32
2071 Branch: perl
2072 ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
2073 ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
2074 ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
2075 ! win32/makefile.mk
2076____________________________________________________________________________
2077[ 1393] By: gsar on 1998/07/09 05:20:31
2078 Log: applied patch from Ilya, tweaked some to get clean static build of
2079 the ext/re stuff (untested on win32)
2080 Branch: perl
2081 ! regcomp.c regexec.c
2082____________________________________________________________________________
2083[ 1392] By: gsar on 1998/07/09 03:56:45
2084 Log: fix installperl typo
2085 From: kstar@chapin.edu
2086 Date: Wed, 08 Jul 1998 23:51:57 EDT
2087 Message-Id: <19980708235157.D1380@O2.chapin.edu>
2088 Subject: Re: [PATCH] 5.004_70 installperl and docs
2089 Branch: perl
2090 ! installperl
2091____________________________________________________________________________
2092[ 1391] By: gsar on 1998/07/09 01:48:16
2093 Log: From: Chip Salzenberg <chip@perl.org>
2094 Date: Wed, 8 Jul 1998 18:10:55 -0400
2095 Message-ID: <19980708181055.A8005@perlsupport.com>
2096 Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
2097 Branch: perl
2098 ! util.c
2099____________________________________________________________________________
2100[ 1390] By: gsar on 1998/07/09 01:45:16
2101 Log: added patch, tweaked per Ilya's suggestion
2102 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2103 Date: Wed, 8 Jul 1998 13:34:42 +0100
2104 Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
2105 Subject: [PATCH] perl5db.pl complains about non-integer condition
2106 Branch: perl
2107 ! lib/perl5db.pl
2108____________________________________________________________________________
2109[ 1389] By: gsar on 1998/07/09 01:42:13
2110 Log: reenable misaligned memory checks, cast to UV & check alignment
2111 From: Dominic Dunlop <domo@computer.org>
2112 Date: Wed, 8 Jul 1998 11:21:48 +0000
2113 Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
2114 Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
2115 Branch: perl
2116 ! malloc.c
2117____________________________________________________________________________
2118[ 1388] By: gsar on 1998/07/09 01:36:22
2119 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2120 Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
2121 Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
2122 Subject: [PATCH 5.004_70] more on finding metaconfig units.
2123 Branch: perl
2124 ! Porting/pumpkin.pod
2125____________________________________________________________________________
2126[ 1387] By: gsar on 1998/07/09 01:35:23
2127 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2128 Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
2129 Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
2130 Subject: Configure indentation patch
2131 Branch: perl
2132 ! Configure
2133____________________________________________________________________________
2134[ 1386] By: gsar on 1998/07/09 01:33:31
2135 Log: don't try to hardlink perldiag.pod; that is no longer not needed
2136 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2137 Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
2138 Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
2139 Subject: Re: pelr installation attempts hard links between file systems
2140 Branch: perl
2141 ! installperl
2142____________________________________________________________________________
2143[ 1385] By: gsar on 1998/07/09 01:28:05
2144 Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
2145 Branch: perl
2146 ! win32/makefile.mk
2147____________________________________________________________________________
2148[ 1384] By: gsar on 1998/07/09 01:26:19
2149 Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
2150 Branch: perl
2151 ! t/TEST
2152____________________________________________________________________________
2153[ 1383] By: gsar on 1998/07/09 01:06:47
2154 Log: manually apply patch with a dependency on unapplied patch
2155 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2156 Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
2157 Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
2158 Subject: [PATCH 5.004_70] make quoted RE embeddable
2159 Branch: perl
2160 ! sv.c t/op/pat.t
2161____________________________________________________________________________
2162[ 1382] By: gsar on 1998/07/09 01:02:23
2163 Log: change order of libs for extensions
2164 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2165 Date: Tue, 7 Jul 1998 23:48:05 +0200
2166 Message-ID: <19980707234805.C180@cdata.tvnet.hu>
2167 Subject: [PATCH _70] linking problem with modules
2168 Branch: perl
2169 ! lib/ExtUtils/MM_Unix.pm
2170____________________________________________________________________________
2171[ 1381] By: gsar on 1998/07/09 00:56:12
2172 Log: patch for more flexible initialization of xsub parameters
2173 From: Tye McQueen <tye@metronet.com>
2174 Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
2175 Message-Id: <199807070004.AA16454@metronet.com>
2176 Subject: Enhanced arg inits for xsubpp
2177 Branch: perl
2178 ! lib/ExtUtils/xsubpp pod/perlxs.pod
2179____________________________________________________________________________
2180[ 1380] By: gsar on 1998/07/09 00:44:01
2181 Log: From: Tye McQueen <tye@metronet.com>
2182 Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
2183 Message-Id: <16619-17073@lyris.activestate.com>
2184 Subject: New pl2bat.pl
2185 Branch: perl
2186 ! win32/bin/pl2bat.pl
2187____________________________________________________________________________
2188[ 1379] By: gsar on 1998/07/09 00:30:58
2189 Log: remove ordering dependency in posix.t
2190 Branch: perl
2191 ! t/lib/posix.t
2192____________________________________________________________________________
2193[ 1378] By: gsar on 1998/07/08 20:17:43
2194 Log: make -i'*suffix' work too
2195 Branch: perl
2196 ! doio.c
2197____________________________________________________________________________
2198[ 1377] By: gsar on 1998/07/08 08:56:28
2199 Log: regen headers; result builds & tests on Solaris again (threaded)
2200 Branch: perl
2201 ! embedvar.h
2202____________________________________________________________________________
2203[ 1376] By: gsar on 1998/07/08 08:55:03
2204 Log: change#1350 breaks things, back it out
2205 Branch: perl
2206 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2207____________________________________________________________________________
2208[ 1375] By: gsar on 1998/07/08 07:47:00
2209 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2210 Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
2211 Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
2212 Subject: [PATCH 5.004_70] Switch modifiers in RE off
2213 Branch: perl
2214 ! pod/perlre.pod regcomp.c t/op/re_tests
2215____________________________________________________________________________
2216[ 1374] By: gsar on 1998/07/08 07:41:06
2217 Log: From: Gisle Aas <gisle@aas.no>
2218 Date: 07 Jul 1998 23:08:59 +0200
2219 Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
2220 Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
2221 Branch: perl
2222 ! sv.c
2223____________________________________________________________________________
2224[ 1373] By: gsar on 1998/07/08 07:36:01
2225 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2226 Date: Tue, 7 Jul 1998 23:47:50 +0200
2227 Message-ID: <19980707234750.A180@cdata.tvnet.hu>
2228 Subject: [PATCH _70] dos-djgpp update
2229 Branch: perl
2230 ! djgpp/config.over djgpp/djgppsed.sh
2231____________________________________________________________________________
2232[ 1372] By: gsar on 1998/07/08 07:12:47
2233 Log: add extension to support SysV IPC
2234 From: Jarkko Hietaniemi <jhi@iki.fi>
2235 Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
2236 Message-Id: <199807062332.CAA25792@alpha.hut.fi>
2237 Subject: [PATCH] 5.004_70: IPC::SysV
2238 Branch: perl
2239 + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
2240 + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
2241 + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
2242 + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
2243 + ext/IPC/SysV/t/sem.t
2244 ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
2245 ! t/op/ipcmsg.t t/op/ipcsem.t
2246____________________________________________________________________________
2247[ 1371] By: gsar on 1998/07/08 05:12:07
2248 Log: add patch for C<use re 'debug'>
2249 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2250 Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
2251 Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
2252 Subject: Re: _70 and Devel::RE
2253 Branch: perl
2254 + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
2255 - lib/re.pm
2256 ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
2257 ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
2258____________________________________________________________________________
2259[ 1370] By: gsar on 1998/07/08 04:27:27
2260 Log: added patch to generate PPDEF(pp_foo)
2261 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2262 Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
2263 Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
2264 Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
2265 Branch: perl
2266 + pp_proto.h
2267 ! MANIFEST Makefile.SH opcode.pl proto.h
2268____________________________________________________________________________
2269[ 1369] By: gsar on 1998/07/08 04:19:49
2270 Log: suggest 'make test' after make
2271 Branch: perl
2272 ! Makefile.SH
2273____________________________________________________________________________
2274[ 1368] By: gsar on 1998/07/08 03:58:19
2275 Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
2276 From: Colin Kuskie <ckuskie@cadence.com>
2277 Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
2278 Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
2279 Subject: Corrected -i prefix patch
2280 Branch: perl
2281 + t/io/iprefix.t
2282 ! MANIFEST doio.c pod/perlrun.pod
2283____________________________________________________________________________
2284[ 1366] By: gsar on 1998/07/08 02:28:30
2285 Log: From: Gisle Aas <gisle@aas.no>
2286 Date: 07 Jul 1998 17:48:36 +0200
2287 Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
2288 Subject: [PATCH] Remove some rendundant SvOOK_on tests
2289 Branch: perl
2290 ! sv.c sv.h
2291____________________________________________________________________________
2292[ 1365] By: gsar on 1998/07/08 02:25:17
2293 Log: applied patch to clarify m//g
2294 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2295 Date: Tue, 7 Jul 1998 15:59:03 +0100
2296 Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
2297 Subject: [PATCH] Re: m//g in perlop.pod
2298 Branch: perl
2299 ! pod/perlop.pod
2300____________________________________________________________________________
2301[ 1364] By: gsar on 1998/07/08 02:13:07
2302 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2303 Subject: [PATCH] 5.004_70 bug in perlfaq.pod
2304 Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
2305 Date: Tue, 7 Jul 1998 11:59:41 +0100
2306 Branch: perl
2307 ! pod/perlfaq.pod
2308____________________________________________________________________________
2309[ 1363] By: gsar on 1998/07/08 02:11:11
2310 Log: applied tweak (via private mail)
2311 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2312 Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
2313 Message-Id: <199807071027.NAA20829@alpha.hut.fi>
2314 Subject: tiny perllocale.pod patch for 5.004_70
2315 Branch: perl
2316 ! pod/perllocale.pod
2317____________________________________________________________________________
2318[ 1362] By: gsar on 1998/07/08 02:07:48
2319 Log: applied patch, various tweaks to pander to pod2man tantrums
2320 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2321 Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
2322 Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
2323 Subject: [PATCH 5.004_70] CONFIGPM
2324 Branch: perl
2325 ! Porting/Glossary configpm
2326____________________________________________________________________________
2327[ 1361] By: gsar on 1998/07/07 22:13:11
2328 Log: From: Stephen McCamant <alias@mcs.com>
2329 Date: Mon, 6 Jul 1998 21:22:17 -0500 (CDT)
2330 Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
2331 Subject: Re: Inconsistent arithmetics on refs
2332 Branch: perl
2333 ! sv.c
2334____________________________________________________________________________
2335[ 1360] By: gsar on 1998/07/07 22:11:11
2336 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2337 Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
2338 Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
2339 Subject: [PATCH 5.004_70] Anohter ptags improvement
2340 Branch: perl
2341 ! emacs/ptags
2342____________________________________________________________________________
2343[ 1359] By: gsar on 1998/07/07 22:08:48
2344 Log: fix accidental RE-de-optimization
2345 From: larry@wall.org (Larry Wall)
2346 Date: Mon, 6 Jul 1998 17:49:31 -0700
2347 Message-Id: <199807070049.RAA23475@wall.org>
2348 Subject: Re: before you deluge us with patches
2349 --
2350 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2351 Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
2352 Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
2353 Subject: Re: before you deluge us with patches
2354 Branch: perl
2355 ! pp_hot.c regexec.c
2356____________________________________________________________________________
2357[ 1358] By: gsar on 1998/07/07 21:36:29
2358 Log: From: Gisle Aas <gisle@aas.no>
2359 Subject: [PATCH] Evaluation of AVHVs in scalar context
2360 Date: 06 Jul 1998 21:41:14 +0200
2361 Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
2362 Branch: perl
2363 ! pp_hot.c t/op/avhv.t
2364____________________________________________________________________________
2365[ 1357] By: gsar on 1998/07/07 21:29:46
2366 Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
2367 Branch: perl
2368 ! lib/Math/Trig.pm lib/fields.pm thread.sym
2369____________________________________________________________________________
2370[ 1356] By: TimBunce on 1998/07/07 17:19:42
2371 Log: Assorted patches:
2372
2373 ------ BUILD PROCESS ------
2374
2375 Title: "Add Test.pm (from perl 5.004_70)"
2376 Files: MANIFEST lib/Test.pm
2377
2378 ------ EXTENSIONS ------
2379
2380 Title: "Add CR LF CRLF to Socket.pm"
2381 From: Chris Nandor <pudge@pobox.com>
2382 Msg-ID: <v04003a46b1b6067832a1@[24.48.28.52]>
2383 Files: ext/Socket/Socket.pm
2384
2385 ------ LIBRARY ------
2386
2387 Title: "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
2388 Files: lib/AutoSplit.pm
2389
2390 Title: "Upgrade base.pm (from perl 5.004_70)"
2391 Files: lib/base.pm
2392
2393 Title: "Add File::Spec modules (from 5.004_70)"
2394 Files: lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2395 lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2396 lib/File/Spec/Win32.pm
2397
2398 ------ TESTS ------
2399
2400 Title: "fixup test for method call on undefined value"
2401 Files: t/op/misc.t
2402
2403 ------ UTILITIES ------
2404
2405 Title: "perlbug upgrade (from 5.004_70)"
2406 Files: utils/perlbug.PL
2407
2408 Title: "Upgrade perldoc (from 5.004_70)"
2409 Files: utils/perldoc.PL
2410 Branch: maint-5.004/perl
2411 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2412 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2413 + lib/File/Spec/Win32.pm lib/Test.pm
2414 ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
2415 ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
2416____________________________________________________________________________
2417[ 1355] By: TimBunce on 1998/07/07 14:39:51
2418 Log: Title: "Fix memory leak in Safe module"
2419 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2420 Msg-ID: <199806290544.BAA18463@aatma.engin.umich.edu>
2421 Files: ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
2422 Branch: maint-5.004/perl
2423 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
2424____________________________________________________________________________
2425[ 1354] By: TimBunce on 1998/07/07 14:35:25
2426 Log: Title: "Better error message for $undef->method call"
2427 From: Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
2428 joshua.pritikin@db.com
2429 Msg-ID: <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
2430 Files: pod/perldiag.pod pp_hot.c
2431 Branch: maint-5.004/perl
2432 ! pod/perldiag.pod pp_hot.c
2433____________________________________________________________________________
2434[ 1353] By: gsar on 1998/07/06 23:33:38
2435 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2436 Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
2437 Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
2438 Subject: [PATCH 5.004_70] Update metaconfig info
2439 Branch: perl
2440 ! Porting/pumpkin.pod
2441____________________________________________________________________________
2442[ 1352] By: gsar on 1998/07/06 23:30:54
2443 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2444 Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
2445 Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
2446 Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
2447 Branch: perl
2448 ! Configure INSTALL Policy_sh.SH Porting/Glossary
2449 ! Porting/config.sh Porting/config_H
2450____________________________________________________________________________
2451[ 1351] By: gsar on 1998/07/06 23:24:47
2452 Log: try harder to run non-executable tests
2453 Branch: perl
2454 ! t/TEST
2455____________________________________________________________________________
2456[ 1350] By: gsar on 1998/07/06 23:12:17
2457 Log: add patch to improve method caching, regen headers
2458 From: joshua.pritikin@db.com
2459 Date: Mon, 6 Jul 1998 09:19:29 -0400
2460 Message-Id: <H00000e50008a518@MHS>
2461 Subject: [PATCH _70] cache missing methods
2462 Branch: perl
2463 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
2464____________________________________________________________________________
2465[ 1349] By: TimBunce on 1998/07/06 23:03:16
2466 Log: Assorted patches:
2467
2468 ------ BUILD PROCESS ------
2469
2470 Title: "Configure: Workaround bash CDPATH oddity"
2471 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2472 Msg-ID: <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
2473 Files: Configure
2474
2475 Title: "Don't suppress display of Makefile recipes that invoke perl"
2476 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2477 Msg-ID: <199806252213.SAA08545@aatma.engin.umich.edu>
2478 Files: Makefile.SH
2479
2480 ------ CORE LANGUAGE ------
2481
2482 Title: "one more^Wless quad unpack bug"
2483 From: Jarkko Hietaniemi <jhi@iki.fi>
2484 Msg-ID: <199806301132.OAA27353@alpha.hut.fi>
2485 Files: pp.c
2486
2487 Title: "minor fixups to bring maint closer to devel for patching"
2488 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2489 Msg-ID: <199805200046.UAA19284@aatma.engin.umich.edu>
2490 Files: pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
2491
2492 Title: "-Pw switches used together report bogus error"
2493 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2494 Msg-ID: <199806252331.TAA10160@aatma.engin.umich.edu>
2495 Files: perl.c
2496
2497 Title: "Add doc and perl home page info to -v output"
2498 From: Tom Christiansen <tchrist@jhereg.perl.com>
2499 Msg-ID: <199802172229.PAA29309@jhereg.perl.com>
2500 Files: perl.c
2501
2502 Title: "Fix C<@a = (%a = 1)> bizarreness"
2503 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
2504 <tchrist@jhereg.perl.com>
2505 Msg-ID: <199807012026.OAA31507@jhereg.perl.com>,
2506 <199807012339.TAA26024@aatma.engin.umich.edu>
2507 Files: pp_hot.c
2508
2509 Title: "make find_script() return saved string, reenable missing
2510 diagnostics"
2511 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2512 Msg-ID: <199806262224.SAA00422@aatma.engin.umich.edu>
2513 Files: perl.c util.c
2514
2515 Title: "minor e_script optimization"
2516 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2517 Msg-ID: <199807060704.DAA25988@aatma.engin.umich.edu>
2518 Files: perl.c
2519
2520 ------ DOCUMENTATION ------
2521
2522 Title: "Insecure $ENV{} message out of step with perldiag"
2523 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2524 Msg-ID: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
2525 Files: pod/perldiag.pod pod/perlsec.pod
2526
2527 Title: "documenting close without arguments"
2528 From: Tom Phoenix <rootbeer@teleport.com>
2529 Msg-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
2530 Files: pod/perlfunc.pod
2531
2532 Title: "pod for scalar .. op"
2533 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2534 Msg-ID: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
2535 Files: pod/perlop.pod
2536
2537 ------ EXTENSIONS ------
2538
2539 Title: "Fcntl: add few constants, enhance maintainability"
2540 From: Jarkko Hietaniemi <jhi@iki.fi>
2541 Msg-ID: <199806221558.SAA18626@alpha.hut.fi>
2542 Files: ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
2543
2544 ------ LIBRARY ------
2545
2546 Title: "Fix undef warnings in Text::Parsewords"
2547 From: Jarkko Hietaniemi <jhi@iki.fi>
2548 Msg-ID: <199806300842.LAA26409@alpha.hut.fi>
2549 Files: lib/Text/ParseWords.pm
2550
2551 Title: "Add Symbol::delete_package()"
2552 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2553 Msg-ID: <199807060702.DAA25976@aatma.engin.umich.edu>
2554 Files: pod/perlembed.pod lib/Symbol.pm
2555 Branch: maint-5.004/perl
2556 ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
2557 ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
2558 ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2559 ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
2560 ! t/op/split.t taint.c util.c
2561____________________________________________________________________________
2562[ 1348] By: gsar on 1998/07/06 22:55:56
2563 Log: remove #! line from Errno_pm.PL
2564 Branch: perl
2565 ! ext/Errno/Errno_pm.PL
2566____________________________________________________________________________
2567[ 1347] By: gsar on 1998/07/06 22:51:34
2568 Log: added patch to fix Cwd.pm warnings, fixed a couple more places
2569 From: Gisle Aas <gisle@aas.no>
2570 Date: 06 Jul 1998 13:08:53 +0200
2571 Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
2572 Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
2573 Branch: perl
2574 ! lib/Cwd.pm
2575____________________________________________________________________________
2576[ 1346] By: gsar on 1998/07/06 22:20:29
2577 Log: much simpler fix to typecheck read/sysread/recv, as suggested by
2578 Stephen McCamant
2579 Branch: perl
2580 ! op.c
2581____________________________________________________________________________
2582[ 1345] By: gsar on 1998/07/06 21:58:52
2583 Log: undo ck_sysread() changes#1319,1337 in preparation for a much
2584 simpler fix
2585 Branch: perl
2586 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
2587 ! opcode.pl proto.h
2588____________________________________________________________________________
2589[ 1344] By: TimBunce on 1998/07/06 21:51:05
2590 Log: Title: "Fix for broken goto &xsub"
2591 From: Albert Dvornik <bert@genscan.com>,
2592 Msg-ID: <tq4sxawf2h.fsf@puma.genscan.com>
2593 Files: MANIFEST pp_ctl.c t/op/goto_xs.t
2594 Branch: maint-5.004/perl
2595 + t/op/goto_xs.t
2596 ! MANIFEST pp_ctl.c
2597____________________________________________________________________________
2598[ 1343] By: TimBunce on 1998/07/06 21:40:14
2599 Log: Title: "Undo sub stub optimization and add comments on GV_FOO constants"
2600 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2601 Msg-ID: <199807050841.EAA25114@aatma.engin.umich.edu>
2602 Files: gv.h gv.c op.c toke.c
2603 Branch: maint-5.004/perl
2604 ! gv.c gv.h op.c toke.c
2605____________________________________________________________________________
2606[ 1342] By: gsar on 1998/07/06 20:57:06
2607 Log: From: Gisle Aas <gisle@aas.no>
2608 Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
2609 Date: 06 Jul 1998 21:52:12 +0200
2610 Subject: Keepers of the Patch Pumpkin
2611 Branch: perl
2612 ! Changes
2613____________________________________________________________________________
2614[ 1341] By: gsar on 1998/07/06 20:43:35
2615 Log: remove dup entry in perldiag
2616 Branch: perl
2617 ! pod/perldiag.pod
2618____________________________________________________________________________
2619[ 1340] By: gsar on 1998/07/06 20:31:44
2620 Log: more reasonable diagnostic on keyword vs. sub ambiguity
2621 Branch: perl
2622 ! pod/perldiag.pod toke.c
2623____________________________________________________________________________
2624[ 1339] By: gsar on 1998/07/06 19:23:06
2625 Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
2626 Branch: perl
2627 ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
2628 ! sv.c toke.c util.c
2629____________________________________________________________________________
2630[ 1338] By: gsar on 1998/07/06 18:45:35
2631 Log: per Larry suggestion, toss change#1327 and fix the documentation
2632 to match behavior instead
2633 Branch: perl
2634 ! pod/perlfunc.pod pp_sys.c
2635____________________________________________________________________________
2636[ 1337] By: gsar on 1998/07/06 17:15:26
2637 Log: allow read(FH,threadsv,...)
2638 Branch: perl
2639 ! op.c
2640
2641----------------
2642Version 5.004_70
2643----------------
2644
2645____________________________________________________________________________
2646[ 1336] By: gsar on 1998/07/06 09:06:33
2647 Log: 5.004_70 tweaks
2648 Branch: perl
2649 ! Changes win32/Makefile win32/makefile.mk
2650____________________________________________________________________________
0b2be3f5
GS
2651[ 1335] By: gsar on 1998/07/06 07:05:37
2652 Log: update Changes
2653 Branch: perl
2654 ! Changes pod/perldiag.pod
2655____________________________________________________________________________
3c247ff3
GS
2656[ 1334] By: gsar on 1998/07/06 06:41:17
2657 Log: allow eval-groups in patterns only if they C<use re 'eval';>
2658 Branch: perl
2659 ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
2660 ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
2661____________________________________________________________________________
2662[ 1333] By: gsar on 1998/07/06 03:22:52
2663 Log: From: Hans Mulder <hansm@icgroup.nl>
2664 Date: Mon, 6 Jul 98 02:11:32 +0200
2665 Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
2666 Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
2667 Branch: perl
2668 ! malloc.c
2669____________________________________________________________________________
2670[ 1332] By: gsar on 1998/07/06 03:18:34
2671 Log: added Errno-1.09 from CPAN
2672 Branch: perl
2673 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2674____________________________________________________________________________
2675[ 1331] By: gsar on 1998/07/06 02:59:09
2676 Log: fix small memleak on -e, don't try to find_script() when e_script
2677 Branch: perl
2678 ! perl.c
2679____________________________________________________________________________
2680[ 1330] By: gsar on 1998/07/06 00:40:24
2681 Log: add Symbol::delete_package()
2682 Branch: perl
2683 ! lib/Symbol.pm pod/perlembed.pod
2684____________________________________________________________________________
2685[ 1329] By: gsar on 1998/07/05 23:05:40
2686 Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
2687 From: Stephen McCamant <alias@mcs.com>
2688 Date: Sun, 5 Jul 1998 17:36:14 -0500 (CDT)
2689 Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
2690 Subject: [PATCH] alignment in X[IN]V allocation
2691 Branch: perl
2692 ! sv.c
2693____________________________________________________________________________
2694[ 1328] By: gsar on 1998/07/05 22:47:57
2695 Log: make read() return undef on errors as documented, and clarify docs
2696 Branch: perl
2697 ! pod/perlfunc.pod pp_sys.c
2698____________________________________________________________________________
2699[ 1327] By: gsar on 1998/07/05 22:11:21
2700 Log: fix getc() to return empty string instead of undef on eof, as it was
2701 documented to behave; still returns undef on error
2702 Branch: perl
2703 ! pp_sys.c
2704____________________________________________________________________________
2705[ 1326] By: gsar on 1998/07/05 21:53:30
2706 Log: patch whitespace-mutiliated; applied manually
2707 From: Hans Mulder <hansm@icgroup.nl>
2708 Date: Sun, 5 Jul 98 23:23:20 +0200
2709 Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
2710 Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
2711 Branch: perl
2712 ! ext/Errno/Errno_pm.PL
2713____________________________________________________________________________
2714[ 1325] By: gsar on 1998/07/05 21:38:39
2715 Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
2716 From: Tom Christiansen <tchrist@jhereg.perl.com>
2717 Date: Sun, 05 Jul 1998 09:15:22 -0500
2718 Subject: Re: docpatch
2719 Message-Id: <199807051515.JAA03644@jhereg.perl.com>
2720 Branch: perl
2721 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2722 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2723 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2724 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
2725 ! pod/perlrun.pod
2726____________________________________________________________________________
2727[ 1324] By: gsar on 1998/07/05 21:06:56
2728 Log: applied patch, and undid change#1302 which it made unnecessary
2729 From: Billy <wdconsta@cs.adelaide.edu.au>
2730 Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
2731 Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
2732 Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
2733 Branch: perl
2734 ! t/lib/h2ph.t utils/h2ph.PL
2735____________________________________________________________________________
2736[ 1323] By: gsar on 1998/07/05 20:56:39
2737 Log: fix t/lib/fields.t's @INC so make test runs
2738 Branch: perl
2739 ! t/lib/fields.t
2740____________________________________________________________________________
2741[ 1322] By: gsar on 1998/07/05 20:26:43
2742 Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
2743 Branch: perl
2744 ! gv.c gv.h toke.c
2745____________________________________________________________________________
2746[ 1321] By: gsar on 1998/07/05 07:41:50
2747 Log: sundry win32 config tweaks
2748 Branch: perl
2749 ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
2750 ! win32/config.gc win32/config.vc win32/config_H.bc
2751 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
2752 ! win32/config_sh.PL win32/makefile.mk
2753____________________________________________________________________________
2754[ 1320] By: gsar on 1998/07/05 06:30:35
2755 Log: update Changes
2756 Branch: perl
2757 ! Changes
2758____________________________________________________________________________
2759[ 1319] By: gsar on 1998/07/05 06:27:37
2760 Log: add ck_sysread() for better sysread/read/recv sanity
2761 Branch: perl
2762 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
2763 ! opcode.pl proto.h
2764____________________________________________________________________________
2765[ 1318] By: gsar on 1998/07/05 04:34:05
2766 Log: From: Stephen McCamant <alias@mcs.com>
2767 Date: Sat, 4 Jul 1998 23:24:47 -0500 (CDT)
2768 Subject: [PATCH] Document B::Deparse, add pp_threadsv
2769 Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
2770 Branch: perl
2771 ! ext/B/B/Deparse.pm
2772____________________________________________________________________________
1703fc65
GS
2773[ 1317] By: gsar on 1998/07/05 04:15:25
2774 Log: added patch with tweak to doc
2775 From: Chip Salzenberg <chip@perl.org>
2776 Message-ID: <19980704205136.A16319@perlsupport.com>
2777 Date: Sat, 4 Jul 1998 20:51:36 -0400
2778 Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
2779 Branch: perl
2780 ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
2781____________________________________________________________________________
2782[ 1316] By: gsar on 1998/07/05 03:56:22
2783 Log: Porting/Glossary goes podly into Config.pm
2784 Branch: perl
2785 ! Porting/Glossary configpm
2786____________________________________________________________________________
2787[ 1315] By: gsar on 1998/07/05 02:50:18
2788 Log: add suggested tool as an example in ExtUtils::Packlist
2789 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2790 Message-Id: <199807031028.LAA10456@sale-wts>
2791 Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
2792 Subject: Re: [make install] another horror story
2793 Branch: perl
2794 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
2795____________________________________________________________________________
2796[ 1314] By: gsar on 1998/07/05 02:28:04
2797 Log: avoid race condition (storing ptr to SV before incrementing its
2798 REFCNT) and warning in newRV()
2799 Branch: perl
2800 ! sv.c
2801____________________________________________________________________________
2802[ 1313] By: gsar on 1998/07/05 02:06:40
2803 Log: applied suggested fix for xhv_array sizing, with portability tweaks
2804 From: Gisle Aas <gisle@aas.no>
2805 Subject: Re: [PATCH] Re: perl5.004_69 core dump
2806 Date: 04 Jul 1998 10:20:35 +0200
2807 Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
2808 Branch: perl
2809 ! hv.c
2810____________________________________________________________________________
2811[ 1312] By: gsar on 1998/07/05 01:36:45
2812 Log: From: Gisle Aas <gisle@aas.no>
2813 Subject: [PATCH] hv_max may be a few too many
2814 Date: 04 Jul 1998 09:28:46 +0200
2815 Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
2816 Branch: perl
2817 ! doop.c
2818____________________________________________________________________________
2819[ 1311] By: gsar on 1998/07/05 00:35:27
2820 Log: patchlevel up to 5.004_70, various tweaks
2821 * fix taint problems due to maintbranch regression
2822 * PERL_OBJECT now builds again
2823 * deal with C++ strong-typing problems in hv.c
2824 * fix mismatch in "reserved word" diagnostic
2825 Branch: perl
2826 ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
2827 ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
2828____________________________________________________________________________
2829[ 1310] By: TimBunce on 1998/07/04 11:35:25
2830 Log: Remove old RE //t flag from scan_subst().
2831 Branch: maint-5.004/perl
2832 ! toke.c
2833____________________________________________________________________________
2834[ 1309] By: gsar on 1998/07/04 08:32:53
2835 Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
2836 Branch: perl
2837 ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
2838____________________________________________________________________________
2839[ 1307] By: gsar on 1998/07/04 07:00:14
2840 Log: fix C<local $tied{foo} = $tied{foo}>, add tests
2841 Branch: perl
2842 ! pp_hot.c t/op/local.t
2843____________________________________________________________________________
2844[ 1306] By: gsar on 1998/07/04 05:52:34
2845 Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
2846 From: joshua.pritikin@db.com
2847 Date: Wed, 1 Jul 1998 10:09:43 -0400
2848 Message-Id: <H00000e500086fb3@MHS>
2849 Subject: [PATCH _69] sv_2mortal fix
2850 Branch: perl
2851 ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
2852____________________________________________________________________________
2853[ 1305] By: gsar on 1998/07/04 05:46:42
2854 Log: add patch preextend global string table, tweak for 512 entries
2855 From: Gisle Aas <gisle@aas.no>
2856 Date: 04 Jul 1998 01:04:08 +0200
2857 Subject: Re: [PATCH] Re: perl5.004_69 core dump
2858 Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
2859 Branch: perl
2860 ! perl.c
2861____________________________________________________________________________
2862[ 1304] By: gsar on 1998/07/04 05:40:35
2863 Log: simplify xhv_array sizing
2864 From: Gisle Aas <gisle@aas.no>
2865 Date: 04 Jul 1998 00:49:42 +0200
2866 Subject: Re: [PATCH] Re: perl5.004_69 core dump
2867 Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
2868 Branch: perl
2869 ! hv.c
2870____________________________________________________________________________
2871[ 1303] By: gsar on 1998/07/04 05:37:29
2872 Log: make 4-arg win32_select() sleep more reasonably on false values
2873 From: Blair Zajac <blair@gps.caltech.edu>
2874 Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
2875 Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
2876 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
2877 --
2878 Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
2879 Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
2880 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
2881 Branch: perl
2882 ! win32/win32sck.c
2883____________________________________________________________________________
2884[ 1302] By: gsar on 1998/07/04 05:32:50
2885 Log: adjust h2ph.t for dos-specific problem
2886 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2887 Message-ID: <19980703234525.C208@cdata.tvnet.hu>
2888 Date: Fri, 3 Jul 1998 23:45:25 +0200
2889 Subject: Re: [PATCH _68] t/lib/h2ph.t problem
2890 Branch: perl
2891 ! t/lib/h2ph.t
2892____________________________________________________________________________
2893[ 1301] By: gsar on 1998/07/04 05:31:04
2894 Log: fix CPAN.pm problem, OS2 tweaks
2895 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2896 Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
2897 Subject: [PATCH 5.004_68] PAtch to CPAN first-time
2898 Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
2899 Branch: perl
2900 ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
2901 ! lib/ExtUtils/MakeMaker.pm
2902____________________________________________________________________________
2903[ 1300] By: gsar on 1998/07/04 05:27:20
2904 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2905 Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
2906 Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
2907 Subject: [PATCH 5.004_68] Add elc target to to makefile
2908 Branch: perl
2909 ! Makefile.SH
2910____________________________________________________________________________
2911[ 1299] By: gsar on 1998/07/04 05:25:56
2912 Log: newer emacs/cperl-mode.el (via private mail)
2913 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2914 Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
2915 Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
2916 Subject: [PATCH 5.004_68] cperl-mode
2917 Branch: perl
2918 ! emacs/cperl-mode.el
2919____________________________________________________________________________
2920[ 1298] By: gsar on 1998/07/04 05:22:41
2921 Log: From: Dominic Dunlop <domo@computer.org>
2922 Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
2923 Date: Thu, 2 Jul 1998 22:57:26 +0000
2924 Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
2925 Branch: perl
2926 ! hints/machten.sh malloc.c
2927____________________________________________________________________________
2928[ 1297] By: gsar on 1998/07/04 05:20:52
2929 Log: allow a flags args to fbm_instr() for future needs
2930 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2931 Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
2932 Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
2933 Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
2934 Branch: perl
2935 ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
2936____________________________________________________________________________
2937[ 1296] By: gsar on 1998/07/04 05:16:15
2938 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2939 Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
2940 Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
2941 Subject: [PATCH 5.004_69] INSTALL-1.39
2942 Branch: perl
2943 ! INSTALL
2944____________________________________________________________________________
2945[ 1295] By: gsar on 1998/07/04 05:15:05
2946 Log: Configure update
2947 From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
2948 Date: Wed, 1 Jul 98 23:07:50 EDT
2949 Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
2950 Subject: [PATCH 5.004_69] Config_69-01
2951 Branch: perl
2952 ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
2953 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
2954 ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
2955____________________________________________________________________________
2956[ 1294] By: gsar on 1998/07/04 05:10:25
2957 Log: add perlbug -F switch to save message to file
2958 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
2959 Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
2960 Date: Wed, 1 Jul 1998 21:14:22 +0200
2961 Subject: Re: [PATCH 5.004_69] perlbug -fok
2962 Branch: perl
2963 ! Makefile.SH utils/perlbug.PL
2964____________________________________________________________________________
2965[ 1293] By: gsar on 1998/07/04 05:06:52
2966 Log: catch nonexistent backrefs in REs
2967 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
2968 Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
2969 Date: Wed, 1 Jul 1998 20:14:05 +0200
2970 Subject: Re: [PATCH _66] for bad backrefs
2971 --
2972 Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
2973 Date: Wed, 1 Jul 1998 20:47:16 +0200
2974 Subject: Re: [PATCH _66] for bad backrefs
2975 Branch: perl
2976 ! regcomp.c t/op/re_tests util.c
2977____________________________________________________________________________
2978[ 1292] By: gsar on 1998/07/04 05:02:01
2979 Log: fix perlcc to not rm output file, and other -w(arts)
2980 Branch: perl
2981 ! utils/perlcc.PL
2982____________________________________________________________________________
2983[ 1291] By: gsar on 1998/07/04 04:30:03
2984 Log: ignore stash entries that are not GVs in dump.c
2985 Branch: perl
2986 ! dump.c
2987____________________________________________________________________________
2988[ 1290] By: gsar on 1998/07/04 03:55:10
2989 Log: cleaner page headers from pod2man
2990 Branch: perl
2991 ! pod/pod2man.PL
2992____________________________________________________________________________
2993[ 1288] By: gsar on 1998/07/04 03:16:39
2994 Log: tweaks to Getopt::Std
2995 From: Robin Barker <rmb1@cise.npl.co.uk>
2996 Date: Tue, 30 Jun 98 14:45:49 BST
2997 Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
2998 Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
2999 --
3000 Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
3001 To: perl5-porters@perl.org
3002 Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
3003 Branch: perl
3004 ! lib/Getopt/Std.pm
3005____________________________________________________________________________
3006[ 1287] By: gsar on 1998/07/04 03:13:02
3007 Log: added patch, with tweaks
3008 From: Gisle Aas <gisle@aas.no>
3009 Date: 03 Jul 1998 00:50:15 +0200
3010 Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
3011 Subject: [PATCH] Some AVHV documentation
3012 Branch: perl
3013 ! pod/perlref.pod
3014____________________________________________________________________________
3015[ 1286] By: gsar on 1998/07/04 02:53:26
3016 Log: applied patch with tweaks to prose
3017 From: Gisle Aas <gisle@aas.no>
3018 Subject: [PATCH] Simplified AVHV support
3019 Date: 30 Jun 1998 13:34:07 +0200
3020 Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
3021 Branch: perl
3022 ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
3023 ! pp.c proto.h t/op/avhv.t
3024____________________________________________________________________________
3025[ 1285] By: gsar on 1998/07/04 02:30:48
3026 Log: tweak doc for ".."
3027 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3028 Subject: [PATCH] pod for scalar ..
3029 Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
3030 Date: Tue, 30 Jun 1998 12:14:50 +0100
3031 Branch: perl
3032 ! pod/perlop.pod
3033____________________________________________________________________________
3034[ 1284] By: gsar on 1998/07/04 02:28:43
3035 Log: fix use of uninitialized var in pp_unpack()
3036 From: Jarkko Hietaniemi <jhi@iki.fi>
3037 Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
3038 Message-Id: <199806301132.OAA27353@alpha.hut.fi>
3039 Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
3040 Branch: perl
3041 ! pp.c
3042____________________________________________________________________________
3043[ 1283] By: gsar on 1998/07/04 02:26:37
3044 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3045 Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
3046 Message-Id: <199806300840.LAA04872@alpha.hut.fi>
3047 Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
3048 Branch: perl
3049 ! lib/Text/ParseWords.pm
3050____________________________________________________________________________
3051[ 1282] By: gsar on 1998/07/04 02:24:32
3052 Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
3053 Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
3054 Date: Mon, 29 Jun 1998 16:53:56 -0700
3055 Subject: [PATCH 5.004_69]README.vms doc patch
3056 --
3057 Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
3058 Date: Mon, 29 Jun 1998 16:51:25 -0700
3059 --
3060 Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
3061 Date: Thu, 02 Jul 1998 13:53:57 -0700
3062 Subject: [PATCH 5.004_69]VMS filetest operator fixup
3063 Branch: perl
3064 ! README.vms vms/descrip_mms.template vms/vms.c
3065____________________________________________________________________________
3066[ 1281] By: gsar on 1998/07/04 02:17:48
3067 Log: From: Dan Sugalski <sugalskd@osshe.edu>
3068 Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
3069 Date: Mon, 29 Jun 1998 16:46:25 -0700
3070 Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
3071 Branch: perl
3072 ! vms/subconfigure.com
3073____________________________________________________________________________
3074[ 1280] By: gsar on 1998/07/04 02:16:03
3075 Log: don't attempt to copy directories on VMS
3076 From: Dan Sugalski <sugalskd@osshe.edu>
3077 Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
3078 Date: Mon, 29 Jun 1998 16:31:29 -0700
3079 Subject: [PATCH 5.004_69]Tweak to installperl
3080 Branch: perl
3081 ! installperl
3082____________________________________________________________________________
3083[ 1279] By: gsar on 1998/07/04 02:09:26
3084 Log: add 'installhtml*dir' to win32 config templates
3085 From: "Douglas Lankshear" <dougl@ActiveState.com>
3086 Subject: [PATCH 5.004_68] For Win32 config
3087 Date: Mon, 29 Jun 1998 09:00:13 -0700
3088 Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
3089 Branch: perl
3090 ! win32/config.bc win32/config.gc win32/config.vc
3091____________________________________________________________________________
3092[ 1278] By: gsar on 1998/07/04 02:06:23
3093 Log: implemented described fix for h2ph hanging on "enum"
3094 From: Billy <wdconsta@cs.adelaide.edu.au>
3095 Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
3096 Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
3097 Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
3098 Branch: perl
3099 ! utils/h2ph.PL
3100____________________________________________________________________________
3101[ 1277] By: gsar on 1998/07/04 01:51:47
3102 Log: merge changes#1210,1211,1270 from maintbranch
3103 Branch: perl
3104 + lib/re.pm
3105 ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
3106 ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
3107 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3108____________________________________________________________________________
3109[ 1276] By: gsar on 1998/07/04 00:33:37
3110 Log: deprecate use of reserved word "our" (Larry's idea)
3111 Date: Mon, 22 Jun 1998 08:55:09 -0700
3112 From: larry@wall.org (Larry Wall)
3113 Message-Id: <199806221555.IAA07212@wall.org>
3114 Subject: Re: our
3115 Branch: perl
3116 ! pod/perldiag.pod toke.c
3117____________________________________________________________________________
3118[ 1275] By: nick on 1998/07/02 18:36:59
3119 Log: Integrate mainline, just to keep up.
3120 Branch: ansiperl
3121 +> t/lib/fields.t
3122 - lib/Math/Trig/Radial.pm
3123 !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3124 !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
3125 !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
3126 !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
3127 !> win32/config.bc win32/config.gc win32/config.vc
3128 !> win32/include/dirent.h win32/makedef.pl win32/win32.c
3129 !> win32/win32iop.h
3130____________________________________________________________________________
3131[ 1274] By: gsar on 1998/07/02 16:47:20
3132 Log: tweak win32/config.* variables
3133 Branch: perl
3134 ! win32/config.bc win32/config.gc win32/config.vc
3135____________________________________________________________________________
3136[ 1273] By: gsar on 1998/07/02 16:33:53
3137 Log: export opendir() set of functions on win32
3138 Branch: perl
3139 ! win32/include/dirent.h win32/makedef.pl win32/win32.c
3140 ! win32/win32iop.h
3141____________________________________________________________________________
3142[ 1272] By: gsar on 1998/07/01 23:21:49
3143 Log: fix C<@a = (%a = 1)> bizarreness
3144 Branch: perl
3145 ! pp_hot.c
3146____________________________________________________________________________
3147[ 1271] By: gsar on 1998/06/30 22:49:39
3148 Log: document perltrap on precedence of keys/values/each
3149 Branch: perl
3150 ! pod/perltrap.pod
3151____________________________________________________________________________
3152[ 1270] By: TimBunce on 1998/06/30 09:06:21
3153 Log: Added lib/re.pm missing from change 1210
3154 Branch: maint-5.004/perl
3155 + lib/re.pm
3156____________________________________________________________________________
3157[ 1269] By: gsar on 1998/06/30 08:20:52
3158 Log: From: Murray Nesbitt <murray@ActiveState.com>
3159 Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
3160 Date: Mon, 29 Jun 1998 14:30:59 PDT
3161 Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support
3162 Branch: perl
3163 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3164____________________________________________________________________________
3165[ 1268] By: gsar on 1998/06/30 05:38:34
3166 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
3167 Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
3168 Date: Mon, 29 Jun 1998 15:04:57 -0000
3169 Subject: [PATCH perl5.004_69] perldoc.PL
3170 Branch: perl
3171 ! utils/perldoc.PL
3172____________________________________________________________________________
3173[ 1267] By: gsar on 1998/06/30 05:34:06
3174 Log: add patch to integrate Math::Trig::Radial into Math::Trig
3175 From: Jarkko Hietaniemi <jhi@iki.fi>
3176 Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
3177 Message-Id: <199806291328.QAA16916@alpha.hut.fi>
3178 Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
3179 Branch: perl
3180 - lib/Math/Trig/Radial.pm
3181 ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
3182____________________________________________________________________________
3183[ 1266] By: gsar on 1998/06/30 05:17:33
3184 Log: From: Gisle Aas <gisle@aas.no>
3185 Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
3186 Date: 29 Jun 1998 12:36:09 +0200
3187 Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
3188 Branch: perl
3189 + t/lib/fields.t
3190 ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
3191 ! t/op/array.t
3192____________________________________________________________________________
3193[ 1265] By: gsar on 1998/06/30 05:12:57
3194 Log: tweaks to overloaded constants (change#1259)
3195 Branch: perl
3196 ! scope.c scope.h toke.c
3197____________________________________________________________________________
3198[ 1264] By: nick on 1998/06/29 17:38:03
3199 Log: Integrate mainline c. _69 to ansiperl
3200 Branch: ansiperl
3201 +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
3202 +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
3203 +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
3204 +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
3205 +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
3206 +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
3207 !> (integrate 100 files)
1703fc65
GS
3208
3209----------------
3210Version 5.004_69
4ebdfc99
GS
3211----------------
3212
3213____________________________________________________________________________
429b3afa
GS
3214[ 1263] By: gsar on 1998/06/29 09:17:28
3215 Log: update Changes and perlhist.pod
3216 Branch: perl
3217 ! Changes pod/perlhist.pod
3218____________________________________________________________________________
4ebdfc99
GS
3219[ 1262] By: gsar on 1998/06/29 08:26:36
3220 Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
3221 under several build configurations)
3222 Branch: perl
3223 ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
3224 ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
3225 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3226____________________________________________________________________________
3227[ 1261] By: gsar on 1998/06/29 06:51:10
3228 Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
3229 Branch: perl
3230 ! scope.h
3231____________________________________________________________________________
3232[ 1260] By: gsar on 1998/06/29 06:46:12
3233 Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
3234 Date: Mon, 29 Jun 1998 08:10:46 +0200
3235 From: ts <decoux@moulon.inra.fr>
3236 Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
3237 Branch: perl
3238 ! pod/perlembed.pod
3239____________________________________________________________________________
3240[ 1259] By: gsar on 1998/06/29 06:01:35
3241 Log: added patch for overloading constants, made PERL_OBJECT-aware
3242 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3243 Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
3244 Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
3245 Branch: perl
3246 ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
3247 ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
3248 ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
3249 ! t/pragma/overload.t toke.c
3250____________________________________________________________________________
3251[ 1258] By: gsar on 1998/06/29 05:32:25
3252 Log: fix Socket.pm typo from change#1240
3253 Branch: perl
3254 ! ext/Socket/Socket.pm
3255____________________________________________________________________________
3256[ 1257] By: gsar on 1998/06/29 05:09:24
3257 Log: applied patch, tweak for threads awareness
3258 From: Albert Dvornik <bert@genscan.com>
3259 Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
3260 Date: 24 Jun 1998 19:33:09 -0400
3261 Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
3262 Branch: perl
3263 + t/op/goto_xs.t
3264 ! MANIFEST pp_ctl.c
3265____________________________________________________________________________
3266[ 1256] By: gsar on 1998/06/29 03:34:18
3267 Log: applied patch, fixed one more leak, tweaked whitespace bugs
3268 From: Guy Decoux <decoux@moulon.inra.fr>
3269 (via)
3270 Date: Fri, 26 Jun 1998 09:59:32 -0400
3271 From: "Chunhui Teng" <cteng@nortel.ca>
3272 Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
3273 Subject: Memory leak in Perl 5.004 and the fix
3274 Branch: perl
3275 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
3276____________________________________________________________________________
3277[ 1255] By: gsar on 1998/06/29 02:50:37
3278 Log: From: koenig@kulturbox.de (Andreas J. Koenig)
3279 Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
3280 Date: 28 Jun 1998 23:47:07 +0200
3281 Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
3282 Branch: perl
3283 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3284____________________________________________________________________________
3285[ 1254] By: gsar on 1998/06/28 21:35:02
3286 Log: From: joshua.pritikin@db.com
3287 Date: Fri, 26 Jun 1998 09:34:34 -0400
3288 Message-Id: <H00000e500081d23@MHS>
3289 Subject: [PATCH _68] PUSHSTACK renovation
3290 Branch: perl
3291 ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
3292____________________________________________________________________________
3293[ 1253] By: gsar on 1998/06/28 21:21:22
3294 Log: From: Stephen McCamant <alias@mcs.com>
3295 Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
3296 Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
3297 Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
3298 Branch: perl
3299 ! perlvars.h sv.c
3300____________________________________________________________________________
3301[ 1252] By: gsar on 1998/06/28 21:16:34
3302 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3303 Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
3304 Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
3305 Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
3306 Branch: perl
3307 ! regcomp.c
3308____________________________________________________________________________
3309[ 1251] By: gsar on 1998/06/28 21:14:32
3310 Log: add Math/Trig/Radial.pm, update MANIFEST
3311 From: Jarkko Hietaniemi <jhi@iki.fi>
3312 Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
3313 Message-Id: <199806271428.RAA05307@alpha.hut.fi>
3314 Subject: Math::Trig::Radial ?
3315 Branch: perl
3316 + lib/Math/Trig/Radial.pm
3317 ! MANIFEST
3318____________________________________________________________________________
3319[ 1250] By: gsar on 1998/06/28 21:09:48
3320 Log: applied patch, tweaked doc, and regen regnodes.h
3321 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3322 Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
3323 Subject: [PATCH 5.004_68] \z in RE
3324 Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
3325 Branch: perl
3326 ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
3327 ! t/op/re_tests t/op/regexp.t toke.c
3328____________________________________________________________________________
3329[ 1249] By: gsar on 1998/06/28 20:56:38
3330 Log: From: mike@bill.iac.net
3331 Message-ID: <19980627034913.A32220@bill.minivend.com>
3332 Date: Sat, 27 Jun 1998 03:49:13 +0000
3333 Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
3334 Branch: perl
3335 ! lib/Text/ParseWords.pm t/lib/parsewords.t
3336____________________________________________________________________________
3337[ 1248] By: gsar on 1998/06/28 20:54:43
3338 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3339 Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
3340 Subject: [PATCH] Fix ptags
3341 Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
3342 Branch: perl
3343 ! emacs/ptags
3344____________________________________________________________________________
3345[ 1247] By: gsar on 1998/06/28 20:42:54
3346 Log: apply patch sent via private mail
3347 From: Stephen McCamant <alias@mcs.com>
3348 Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
3349 Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
3350 Subject: Re: Enhanced B::Deparse
3351 Branch: perl
3352 ! ext/B/B/Deparse.pm
3353____________________________________________________________________________
3354[ 1246] By: gsar on 1998/06/28 20:38:24
3355 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3356 Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
3357 Subject: [PATCH 5.004_68] pat.t tests
3358 Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
3359 Branch: perl
3360 ! t/op/pat.t
3361____________________________________________________________________________
3362[ 1245] By: gsar on 1998/06/28 20:36:08
3363 Log: From: joshua.pritikin@db.com
3364 Date: Fri, 26 Jun 1998 10:02:32 -0400
3365 Message-Id: <H00000e500081d28@MHS>
3366 Subject: [PATCH _68] improve recursive error messages!
3367 Branch: perl
3368 ! gv.c pod/perldiag.pod universal.c
3369____________________________________________________________________________
3370[ 1244] By: gsar on 1998/06/28 20:09:02
3371 Log: From: Dominic Dunlop <domo@vo.lu>
3372 Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
3373 Date: Thu, 25 Jun 1998 17:46:55 +0000
3374 Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
3375 to op/pat.t; add tests for a few more regexp parse failures etc.
3376 Branch: perl
3377 ! t/op/pat.t t/op/re_tests t/op/regexp.t
3378____________________________________________________________________________
3379[ 1243] By: gsar on 1998/06/28 20:06:30
3380 Log: specify *.sym files needed in perl_exp.SH instead of picking up all
3381 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3382 Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
3383 Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
3384 Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
3385 Branch: perl
3386 ! perl_exp.SH
3387____________________________________________________________________________
3388[ 1242] By: gsar on 1998/06/28 20:01:28
3389 Log:
3390 From: Gisle Aas <gisle@aas.no>
3391 Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
3392 Date: 25 Jun 1998 10:32:43 +0200
3393 Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
3394 Branch: perl
3395 ! op.c pod/perlfunc.pod pp.c t/op/substr.t
3396____________________________________________________________________________
3397[ 1241] By: gsar on 1998/06/28 19:55:11
3398 Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
3399 From: Stephen McCamant <alias@mcs.com>
3400 Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
3401 Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
3402 Subject: [PATCH REPOST] refgen in opcode.pl
3403 Branch: perl
3404 ! opcode.h opcode.pl
3405____________________________________________________________________________
3406[ 1240] By: gsar on 1998/06/28 19:46:29
3407 Log: From: Chris Nandor <pudge@pobox.com>
3408 Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
3409 Date: Wed, 24 Jun 1998 19:58:28 -0400
3410 Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
3411 Branch: perl
3412 ! ext/Socket/Socket.pm
3413____________________________________________________________________________
3414[ 1239] By: gsar on 1998/06/28 19:44:19
3415 Log: From: Gisle Aas <gisle@aas.no>
3416 Subject: [PATCH] Optimize foreach (1..1000000)
3417 Date: 24 Jun 1998 20:26:48 +0200
3418 Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
3419 Branch: perl
3420 ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
3421 ! pp_hot.c t/op/range.t
3422____________________________________________________________________________
3423[ 1238] By: gsar on 1998/06/28 19:28:13
3424 Log: avoid creation of %^R
3425 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3426 Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
3427 Subject: Re: [5.004_68] What is %^R ? [PATCH?]
3428 Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
3429 Branch: perl
3430 ! perl.c t/op/splice.t
3431____________________________________________________________________________
3432[ 1237] By: gsar on 1998/06/28 19:23:40
3433 Log: From: Gisle Aas <gisle@aas.no>
3434 Subject: [PATCH] Negative LENGTH argument to splice
3435 Date: 24 Jun 1998 15:11:35 +0200
3436 Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
3437 Branch: perl
3438 + t/op/splice.t
3439 ! MANIFEST pod/perlfunc.pod pp.c
3440____________________________________________________________________________
3441[ 1236] By: gsar on 1998/06/28 19:18:29
3442 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3443 Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
3444 Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
3445 Date: Wed, 24 Jun 1998 13:13:02 +0100
3446 Branch: perl
3447 ! pod/perldiag.pod pod/perlsec.pod
3448____________________________________________________________________________
3449[ 1235] By: gsar on 1998/06/28 19:16:13
3450 Log: Complex.pm update
3451 From: Jarkko Hietaniemi <jhi@iki.fi>
3452 Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
3453 Message-Id: <199806241219.PAA04061@alpha.hut.fi>
3454 Subject: [PATCH] 5.004_68: Complex.pm, complex.t
3455 Branch: perl
3456 ! lib/Math/Complex.pm t/lib/complex.t
3457____________________________________________________________________________
3458[ 1234] By: gsar on 1998/06/28 19:13:05
3459 Log: disable perl malloc on UNICOS for now
3460 From: Jarkko Hietaniemi <jhi@iki.fi>
3461 Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
3462 Message-Id: <199806240937.MAA01669@alpha.hut.fi>
3463 Subject: [PATCH] 5.004_68: UNICOS hints
3464 Branch: perl
3465 ! hints/unicos.sh
3466____________________________________________________________________________
3467[ 1233] By: gsar on 1998/06/28 19:10:53
3468 Log: fixes unpack("q"...), and semctl() tests for UNICOS
3469 From: Jarkko Hietaniemi <jhi@iki.fi>
3470 Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
3471 Message-Id: <199806240855.LAA16152@alpha.hut.fi>
3472 Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
3473 Branch: perl
3474 ! pp.c t/op/ipcsem.t t/op/pack.t
3475____________________________________________________________________________
3476[ 1232] By: gsar on 1998/06/28 19:01:23
3477 Log: tweak various places for iperlsys.h awareness
3478 Branch: perl
3479 ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
3480 ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
3481____________________________________________________________________________
3482[ 1231] By: gsar on 1998/06/28 18:37:07
3483 Log: add a perlio.h stub for compat (some extensions seem to #include it)
3484 Branch: perl
3485 + perlio.h
3486____________________________________________________________________________
3487[ 1230] By: gsar on 1998/06/28 18:35:23
3488 Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
3489 Date: Wed, 24 Jun 1998 00:37:01 +0200
3490 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3491 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
3492 Branch: perl
3493 ! pod/pod2text.PL
3494____________________________________________________________________________
3495[ 1229] By: gsar on 1998/06/28 18:33:42
3496 Log: hand apply mutiliated patch
3497 Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
3498 Date: Tue, 23 Jun 1998 11:41:00 -0700
3499 From: Dan Sugalski <sugalskd@osshe.edu>
3500 Subject: [PATCH 5.004_68]Configure update for VMS
3501 Branch: perl
3502 ! configure.com vms/descrip_mms.template vms/subconfigure.com
3503____________________________________________________________________________
3504[ 1228] By: gsar on 1998/06/28 17:17:35
3505 Log: hand apply whitespace mutiliated patch
3506 Date: Tue, 23 Jun 98 16:38:06 BST
3507 Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
3508 From: Robin Barker <rmb1@cise.npl.co.uk>
3509 Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
3510 Branch: perl
3511 ! utils/perlbug.PL
3512____________________________________________________________________________
3513[ 1227] By: gsar on 1998/06/28 17:14:34
3514 Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
3515 From: Tom Phoenix <rootbeer@teleport.com>
3516 Subject: [PATCH] documenting close without arguments
3517 Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
3518 Branch: perl
3519 ! pod/perlfunc.pod
3520____________________________________________________________________________
3521[ 1226] By: gsar on 1998/06/28 17:12:56
3522 Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
3523 From: Tom Phoenix <rootbeer@teleport.com>
3524 Subject: Better diags for vars.pm
3525 Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
3526 Branch: perl
3527 ! lib/vars.pm
3528____________________________________________________________________________
3529[ 1225] By: gsar on 1998/06/28 17:05:59
3530 Log: hand apply whitespace mutiliated perldoc.PL patches
3531 Date: Tue, 23 Jun 98 15:49:52 BST
3532 Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
3533 From: Robin Barker <rmb1@cise.npl.co.uk>
3534 Subject: PATCH [5.004_68] perldoc.PL
3535 --
3536 Date: Fri, 26 Jun 98 17:50:05 BST
3537 Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
3538 From: Robin Barker <rmb1@cise.npl.co.uk>
3539 Subject: [PATCH 5.004_68] perldoc.PL
3540 Branch: perl
3541 ! utils/perldoc.PL
3542____________________________________________________________________________
3543[ 1224] By: gsar on 1998/06/28 16:50:59
3544 Log: integrate ansiperl to get makedef.pl tweak
3545 Branch: perl
3546 ! Porting/pumpkin.pod win32/makedef.pl
3547____________________________________________________________________________
3548[ 1223] By: gsar on 1998/06/28 16:33:32
3549 Log: add CGI-2.42, its and testsuite
3550 Branch: perl
3551 + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
3552 + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
3553 + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
3554 ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
3555 ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
3556 ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
3557 ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
3558 ! lib/CGI/Switch.pm
3559____________________________________________________________________________
3560[ 1222] By: gsar on 1998/06/28 15:28:29
3561 Log: enable Errno build on win32, add Errno-1.08 files to repository
3562 Branch: perl
3563 + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
3564 + ext/Errno/Makefile.PL t/lib/errno.t
3565 ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
3566 ! win32/config.vc win32/makefile.mk
3567____________________________________________________________________________
3568[ 1221] By: gsar on 1998/06/28 14:34:06
3569 Log: tweak win32 config templates for cpp
3570 Branch: perl
3571 ! win32/config.bc win32/config.gc win32/config.vc
3572____________________________________________________________________________
3573[ 1220] By: nick on 1998/06/26 16:46:13
3574 Log: Integrate mainline
3575 Branch: ansiperl
3576 !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3577 !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
3578 !> util.c win32/win32.h
3579____________________________________________________________________________
3580[ 1219] By: gsar on 1998/06/26 04:33:57
3581 Log: make find_script() return saved string, reenable missing diagnostics
3582 Branch: perl
3583 ! perl.c util.c
3584____________________________________________________________________________
3585[ 1218] By: gsar on 1998/06/25 23:24:53
3586 Log: avoid warning with -P switch
3587 Branch: perl
3588 ! perl.c
3589____________________________________________________________________________
3590[ 1217] By: gsar on 1998/06/25 22:06:58
3591 Log: don't suppress display of Makefile recipes that invoke perl
3592 Branch: perl
3593 ! Makefile.SH
3594____________________________________________________________________________
3595[ 1216] By: gsar on 1998/06/25 21:32:06
3596 Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
3597 in RVs
3598 Branch: perl
3599 ! sv.c
3600____________________________________________________________________________
3601[ 1215] By: gsar on 1998/06/25 18:56:59
3602 Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
3603 Branch: perl
3604 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3605____________________________________________________________________________
3606[ 1214] By: gsar on 1998/06/25 18:11:22
3607 Log: add FILE_SHARE_DELETE ifndef in win32.h
3608 Branch: perl
3609 ! win32/win32.h
3610____________________________________________________________________________
3611[ 1213] By: nick on 1998/06/24 17:18:59
3612 Log: Correct perl malloc tweak to .def generation
3613 Branch: ansiperl
3614 ! win32/makedef.pl
3615____________________________________________________________________________
3616[ 1212] By: gsar on 1998/06/24 12:40:13
3617 Log: check in what change#1182 didn't, and Changes
3618 Branch: perl
3619 ! Changes pod/perlre.pod pod/perlvar.pod
3620____________________________________________________________________________
3621[ 1211] By: TimBunce on 1998/06/23 23:09:37
3622 Log: Update test count in t/lib/basename.t (see change 1210)
3623 Branch: maint-5.004/perl
3624 ! t/lib/basename.t
3625____________________________________________________________________________
3626[ 1210] By: TimBunce on 1998/06/23 22:58:18
3627 Log: Title: "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
3628 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
3629 <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
3630 Msg-ID: <19980525155222.A18445@perlsupport.com>,
3631 <199805261143.MAA04260@toad.ig.co.uk>,
3632 <199805261235.IAA10371@aatma.engin.umich.edu>,
3633 Files: MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
3634 installperl lib/re.pm lib/File/Basename.pm mg.c op.c
3635 pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3636 Branch: maint-5.004/perl
3637 ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
3638 ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
3639 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
3640____________________________________________________________________________
3641[ 1209] By: nick on 1998/06/23 21:33:34
3642 Log: Perl_malloced_size() only available with perl's malloc
3643 Branch: ansiperl
3644 ! win32/makefile.mk
3645____________________________________________________________________________
3646[ 1208] By: nick on 1998/06/23 18:15:23
3647 Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
3648 so see what has changed...
3649 Branch: ansiperl
3650 +> Porting/genlog iperlsys.h lib/File/Spec.pm
3651 +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3652 +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3653 +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
3654 +> t/lib/filespec.t win32/perlhost.h
3655 - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
3656 - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
3657 - perlproc.h perlsock.h
3658 !> (integrate 96 files)
3659
3660----------------
3661Version 5.004_68
808270a4
GS
3662----------------
3663
3664____________________________________________________________________________
b9ac3b5b
GS
3665[ 1207] By: gsar on 1998/06/23 10:55:05
3666 Log: final touches to 5.004_68
3667 Branch: perl
3668 ! perl.c
3669____________________________________________________________________________
3670[ 1206] By: gsar on 1998/06/23 10:50:10
3671 Log: more MULTIPLICITY tweaks
3672 Branch: perl
3673 ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
3674 ! win32/config.gc win32/config.vc win32/config_H.bc
3675 ! win32/config_H.gc win32/config_H.vc
3676____________________________________________________________________________
3677[ 1205] By: gsar on 1998/06/23 09:03:46
3678 Log: partial MULTIPLICITY cleanup
3679 Branch: perl
3680 ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
3681 ! thrdvar.h
3682____________________________________________________________________________
3683[ 1204] By: gsar on 1998/06/23 09:00:48
3684 Log: tweak MANIFEST, add Dev_t to POSIX/typemap
3685 Branch: perl
3686 ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
3687____________________________________________________________________________
3688[ 1203] By: gsar on 1998/06/23 07:08:02
3689 Log: bump patchlevel to 68, Porting/makerel tweaks
3690 Branch: perl
3691 ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
3692 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3693____________________________________________________________________________
3694[ 1202] By: gsar on 1998/06/23 06:16:19
3695 Log: remove atomic.h pending resolution of licensing issues,
3696 EMULATE_ATOMIC_REFCOUNTS everywhere
3697 Branch: perl
3698 - atomic.h
3699 ! MANIFEST perl.h sv.h
3700____________________________________________________________________________
3701[ 1201] By: gsar on 1998/06/23 06:06:23
3702 Log: applied patch, regen headers
3703 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3704 Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
3705 Subject: [PATCH 5.004_67] Malloc size feedback
3706 Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
3707 Branch: perl
3708 ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
3709 ! pp_sys.c proto.h sv.c toke.c
3710____________________________________________________________________________
3711[ 1200] By: gsar on 1998/06/23 05:59:09
3712 Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
3713 Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
3714 From: Stephen McCamant <alias@mcs.com>
3715 Subject: [PATCH] Inheritance of B:: classes
3716 Branch: perl
3717 ! ext/B/B.pm
3718____________________________________________________________________________
3719[ 1199] By: gsar on 1998/06/23 05:57:58
3720 Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
3721 Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
3722 Message-Id: <199806222101.AAA16456@alpha.hut.fi>
3723 Subject: [PATCH] _67: somebody said POSIX::mknod?
3724 From: Jarkko Hietaniemi <jhi@iki.fi>
3725 Branch: perl
3726 ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3727 ! ext/POSIX/POSIX.xs perl.h
3728____________________________________________________________________________
3729[ 1198] By: gsar on 1998/06/23 05:48:56
3730 Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
3731 From: Daniel Grisinger <dgris@perrin.dimensional.com>
3732 Subject: PATCH [5.004_67] perldoc.PL
3733 Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
3734 Branch: perl
3735 ! utils/perldoc.PL
3736____________________________________________________________________________
3737[ 1197] By: gsar on 1998/06/23 05:47:24
3738 Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
3739 Date: Mon, 22 Jun 1998 09:29:18 -0700
3740 From: Dan Sugalski <sugalskd@ous.edu>
3741 Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
3742 Branch: perl
3743 ! lib/AutoSplit.pm
3744____________________________________________________________________________
3745[ 1196] By: gsar on 1998/06/23 05:45:19
3746 Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
3747 Message-Id: <199806221558.SAA18626@alpha.hut.fi>
3748 Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
3749 From: Jarkko Hietaniemi <jhi@iki.fi>
3750 Branch: perl
3751 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
3752____________________________________________________________________________
3753[ 1195] By: gsar on 1998/06/23 05:43:32
3754 Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
3755 Date: Mon, 22 Jun 1998 15:22:24 +0000
3756 From: Dominic Dunlop <domo@vo.lu>
3757 Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
3758 update machten.sh to vary REG_INFTY
3759 Branch: perl
3760 ! hints/machten.sh t/op/re_tests t/op/regexp.t
3761____________________________________________________________________________
3762[ 1194] By: gsar on 1998/06/23 05:38:36
3763 Log: filter out array subscripts when generating symbols for AIX
3764 Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
3765 Message-Id: <199806220914.MAA13631@alpha.hut.fi>
3766 Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
3767 From: Jarkko Hietaniemi <jhi@iki.fi>
3768 Branch: perl
3769 ! perl_exp.SH
3770____________________________________________________________________________
3771[ 1193] By: gsar on 1998/06/23 05:32:52
3772 Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
3773 Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
3774 Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
3775 From: Lupe Christoph <lupe@alanya.m.isar.de>
3776 Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die
3777 Branch: perl
3778 ! hints/solaris_2.sh
3779____________________________________________________________________________
3780[ 1192] By: gsar on 1998/06/23 05:27:13
3781 Log: add detailed changelogs and 'genlog'--the script which generates them
3782 Branch: perl
3783 + Porting/genlog
3784 ! Changes INSTALL
3785____________________________________________________________________________
808270a4
GS
3786[ 1191] By: gsar on 1998/06/22 15:56:27
3787 Log: tweak win32 makefiles for PERL_OBJECT build
3788 Branch: perl
3789 ! win32/Makefile win32/makefile.mk
3790____________________________________________________________________________
3791[ 1190] By: gsar on 1998/06/22 04:06:02
3792 Log: backout change#1178 as it was dependent on an unapplied patch,
3793 fix filespec.t to know its @INC
3794 Branch: perl
3795 ! sv.c t/lib/filespec.t
3796____________________________________________________________________________
3797[ 1189] By: gsar on 1998/06/22 03:47:43
3798 Log: eliminate use of tokenbuf in util.c
3799 Branch: perl
3800 ! util.c
3801____________________________________________________________________________
3802[ 1188] By: gsar on 1998/06/22 01:53:59
3803 Log: add patch that generates regnodes.h via regcomp.pl
3804 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3805 Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
3806 Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
3807 Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
3808 Branch: perl
3809 + regcomp.pl regcomp.sym regnodes.h
3810 ! MANIFEST Makefile.SH regcomp.h
3811____________________________________________________________________________
3812[ 1187] By: gsar on 1998/06/22 01:42:21
3813 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3814 Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
3815 Subject: [PATCH 5.004_67] Avoid temporaries on recursion
3816 Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
3817 Branch: perl
3818 ! pp_ctl.c pp_hot.c
3819____________________________________________________________________________
3820[ 1186] By: gsar on 1998/06/22 01:14:14
3821 Log: merge relevant portions from maintbranch change#1155
3822 Branch: perl
3823 ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
3824 ! pod/perlrun.pod pp_hot.c
3825____________________________________________________________________________
3826[ 1185] By: gsar on 1998/06/22 00:59:28
3827 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3828 Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
3829 Subject: [PATCH 5.004_67] Zero-length matching bug
3830 Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
3831 Branch: perl
3832 ! regexec.c t/op/pat.t
3833____________________________________________________________________________
3834[ 1184] By: gsar on 1998/06/22 00:57:27
3835 Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
3836 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3837 Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
3838 Subject: Re: _67 not okay
3839 Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
3840 Branch: perl
3841 ! malloc.c
3842____________________________________________________________________________
3843[ 1183] By: gsar on 1998/06/22 00:53:37
3844 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3845 Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
3846 Subject: [PATCH 5.004_67] Test study/re/
3847 Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
3848 Branch: perl
3849 ! t/op/pat.t
3850____________________________________________________________________________
3851[ 1182] By: gsar on 1998/06/21 21:25:07
3852 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3853 Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
3854 Subject: [PATCH 5.004_67] $^R documented
3855 Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
3856 Branch: perl
3857 ! pod/perlre.pod pod/perlvar.pod
3858____________________________________________________________________________
3859[ 1181] By: gsar on 1998/06/21 21:23:41
3860 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3861 Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
3862 Subject: [PATCH 5.004_67] Re docs
3863 Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
3864 Branch: perl
3865 ! pod/perlop.pod pod/perlre.pod
3866____________________________________________________________________________
3867[ 1180] By: gsar on 1998/06/21 21:22:16
3868 Log: adapted contents of message into comments in malloc.c and INSTALL
3869 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3870 Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
3871 Subject: [5.004_67] malloc.c -Defines
3872 Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
3873 Branch: perl
3874 ! INSTALL malloc.c
3875____________________________________________________________________________
3876[ 1179] By: gsar on 1998/06/21 07:26:35
3877 Log: applied patch, with edits to the prose
3878 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3879 Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
3880 Subject: [PATCH 5.004_67] Error variables compared
3881 Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
3882 Branch: perl
3883 ! pod/perlvar.pod
3884____________________________________________________________________________
3885[ 1178] By: gsar on 1998/06/21 07:07:16
3886 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3887 Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
3888 Subject: [PATCH 5.004_67] print study /re/ broken
3889 Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
3890 Branch: perl
3891 ! sv.c
3892____________________________________________________________________________
3893[ 1177] By: gsar on 1998/06/21 07:06:10
3894 Log: applied patch, tweaked wording
3895 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3896 Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
3897 Subject: [PATCH 5.004_67] Documentation patch for malloc
3898 Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
3899 Branch: perl
3900 ! malloc.c pod/perldiag.pod
3901____________________________________________________________________________
3902[ 1176] By: gsar on 1998/06/21 07:00:30
3903 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3904 Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
3905 Subject: [PATCH 5.004_67] Cosmetic malloc patch
3906 Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
3907 Branch: perl
3908 ! malloc.c
3909____________________________________________________________________________
3910[ 1175] By: gsar on 1998/06/21 06:58:37
3911 Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
3912 Date: Fri, 19 Jun 1998 16:00:57 -0700
3913 From: Dan Sugalski <sugalskd@osshe.edu>
3914 Subject: [PATCH 5.004_67] fixup patches for VMS
3915 Branch: perl
3916 ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
3917 ! t/op/taint.t vms/test.com vms/vms.c
3918____________________________________________________________________________
3919[ 1174] By: gsar on 1998/06/21 06:55:18
3920 Log: applied VMS patch from Dan Sugalski
3921 Date: Fri, 19 Jun 1998 15:36:34 -0700
3922 From: SYSTEM@cedar.osshe.edu
3923 Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
3924 Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
3925 Branch: perl
3926 ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
3927 ! vms/descrip_mms.template vms/gen_shrfls.pl
3928 ! vms/subconfigure.com
3929____________________________________________________________________________
3930[ 1173] By: gsar on 1998/06/21 06:51:38
3931 Log: applied patch, modified logic to avoid reentering lexer at compile-time
3932 Message-ID: <19980619113104.S9711@asic.sc.ti.com>
3933 Date: Fri, 19 Jun 1998 11:31:04 -0500
3934 From: Graham Barr <gbarr@ti.com>
3935 Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
3936 Branch: perl
3937 ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
3938 ! lib/English.pm
3939____________________________________________________________________________
3940[ 1172] By: gsar on 1998/06/21 06:27:57
3941 Log: applied patch, along with many changes:
3942 - ipfoo.h headers have been coalesced along with perlfoo.h into
3943 iperlsys.h
3944 - win32/cp*.h have been combined in perlhost.h
3945 - CPerlObj::PerlParse() takes an extra xsinit arg
3946 - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
3947 From: "Douglas Lankshear" <dougl@ActiveState.com>
3948 Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
3949 Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler
3950 Date: Fri, 19 Jun 1998 10:59:50 -0700
3951 Branch: perl
3952 + iperlsys.h win32/perlhost.h
3953 - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
3954 - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
3955 - perlsock.h
3956 ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
3957 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
3958 ! win32/runperl.c win32/win32.h
3959____________________________________________________________________________
3960[ 1171] By: gsar on 1998/06/21 00:44:42
3961 Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
3962 From: Daniel Grisinger <dgris@perrin.dimensional.com>
3963 Subject: Re: PATCH _67 (Doc) perlop.pod
3964 Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
3965 Branch: perl
3966 ! pod/perlop.pod
3967____________________________________________________________________________
3968[ 1170] By: gsar on 1998/06/21 00:43:06
3969 Log: a tweaked version of:
3970 From: "Douglas Lankshear" <dougl@ActiveState.com>
3971 Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
3972 Date: Wed, 17 Jun 1998 20:25:51 -0700
3973 Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
3974 Branch: perl
3975 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
3976____________________________________________________________________________
3977[ 1169] By: gsar on 1998/06/21 00:10:18
3978 Log: added patch, regen headers
3979 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3980 Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
3981 Subject: Re: Ilya's patches
3982 Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
3983 Branch: perl
3984 ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
3985____________________________________________________________________________
3986[ 1168] By: gsar on 1998/06/21 00:05:01
3987 Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
3988 From: Tom Phoenix <rootbeer@teleport.com>
3989 Subject: [PATCH] docs creating files via open
3990 Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
3991 Branch: perl
3992 ! pod/perlfunc.pod
3993____________________________________________________________________________
3994[ 1167] By: gsar on 1998/06/21 00:03:34
3995 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3996 Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
3997 Subject: [PATCH 5.004_67] Better version of malloc improver
3998 Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
3999 Branch: perl
4000 ! malloc.c
4001____________________________________________________________________________
4002[ 1166] By: gsar on 1998/06/20 23:59:23
4003 Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
4004 Branch: perl
4005 ! pod/perlre.pod
4006____________________________________________________________________________
4007[ 1165] By: gsar on 1998/06/20 23:47:09
4008 Log: added patch, tweaked missed files, excised comment that doesn't really
4009 belong in the sources
4010 From: joshua.pritikin@db.com
4011 Date: Mon, 15 Jun 1998 10:03:37 -0400
4012 Message-Id: <H00000e500072c63@MHS>
4013 Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
4014 Branch: perl
4015 ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
4016 ! t/op/avhv.t
4017____________________________________________________________________________
4018[ 1164] By: gsar on 1998/06/20 23:29:09
4019 Log: add File-Spec-0.6 from CPAN
4020 Branch: perl
4021 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4022 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4023 + lib/File/Spec/Win32.pm t/lib/filespec.t
4024 ! MANIFEST
4025____________________________________________________________________________
4026[ 1163] By: gsar on 1998/06/20 23:15:41
4027 Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
4028 Branch: perl
4029 ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
4030____________________________________________________________________________
4031[ 1162] By: gsar on 1998/06/20 21:48:32
4032 Log: manual integration of all outstanding ansi branch stuff into mainline
4033 Branch: perl
4034 ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
4035 ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
4036 ! win32/win32.h
4037____________________________________________________________________________
4038[ 1161] By: gsar on 1998/06/20 21:12:01
4039 Log: undo goofed change 1157 (backed out the fix instead of keeping it)
4040 Branch: perl
4041 ! utils/perldoc.PL
4042____________________________________________________________________________
4043[ 1160] By: nick on 1998/06/20 21:05:51
4044 Log: Patches to build with EGCS-1.0.2 Mingw32 port.
4045 Branch: ansiperl
4046 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
4047 ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
4048____________________________________________________________________________
4049[ 1159] By: gsar on 1998/06/20 02:51:35
4050 Log: cleanup installation of utilities on win32
4051 Branch: perl
4052 ! installperl pod/Makefile win32/Makefile win32/makefile.mk
4053 ! win32/pod.mak
4054____________________________________________________________________________
4055[ 1158] By: gsar on 1998/06/20 02:50:35
4056 Log: intuit @INC pathnames from exe location only if dll location
4057 is unknown (ensures that multiple executables will coexist)
4058 Branch: perl
4059 ! win32/win32.c
4060____________________________________________________________________________
4061[ 1157] By: gsar on 1998/06/20 02:48:34
4062 Log: make perldoc ignore null files (it tried to open() them)
4063 Branch: perl
4064 ! utils/perldoc.PL
4065____________________________________________________________________________
4066[ 1156] By: gsar on 1998/06/19 21:18:47
4067 Log: fix perldoc to ignore unfound null filenames
4068 Branch: perl
4069 ! utils/perldoc.PL
4070____________________________________________________________________________
4071[ 1155] By: TimBunce on 1998/06/19 18:47:57
4072 Log: Assorted patches:
4073
4074 ------ BUILD PROCESS ------
4075
4076 Title: "Clarify varargs issues in INSTALL docs"
4077 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4078 Msg-ID: <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
4079 Files: INSTALL
4080
4081 ------ CORE LANGUAGE ------
4082
4083 Title: "Further fixes for updated SysV IPC support"
4084 From: Jarkko Hietaniemi <jhi@iki.fi>
4085 Msg-ID: <199805211644.TAA15139@alpha.hut.fi>
4086 Files: Configure perl.h doio.c
4087
4088 Title: "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
4089 From: Andrew Bettison <andrewb@zip.com.au>
4090 Msg-ID: <m0ykMQx-000OQCC@headroom.zip.com.au>
4091 Files: pp_hot.c
4092
4093 Title: "Invalidate method cache on C<local *subname>"
4094 From: Chip Salzenberg <chip@perl.org>
4095 Msg-ID: <19980604134731.D24343@perlsupport.com>
4096 Files: scope.c t/op/method.t
4097
4098 Title: "fix uninitialized cv variable in op.c"
4099 From: joshua.pritikin@db.com
4100 Msg-ID: <H00000e50005af05@MHS>
4101 Files: op.c
4102
4103 Title: "fix for undef as last arg to setsockopt"
4104 From: Graham Barr <gbarr@ti.com>
4105 Msg-ID: <19980603112219.B7638@asic.sc.ti.com>
4106 Files: pp_sys.c
4107
4108 Title: "Fix -i when @ARGV is empty"
4109 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
4110 <gsar@engin.umich.edu>, Ilya Zakharevich
4111 <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
4112 Msg-ID: <19980606184942.A4583@perlsupport.com>,
4113 <199806070029.UAA18709@monk.mps.ohio-state.edu>,
4114 <199806071817.OAA28141@aatma.engin.umich.edu>,
4115 <199806191549.QAA16376@toad.ig.co.uk>
4116 Files: pp_hot.c
4117
4118 ------ DOCUMENTATION ------
4119
4120 Title: "Discrepancy between perlop.pod and m// operator docs"
4121 From: Tom Phoenix <rootbeer@teleport.com>
4122 Msg-ID: <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
4123 Files: pod/perlop.pod
4124
4125 Title: "Doc addition for perlfunc entry for system()"
4126 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
4127 <fletch@phydeaux.org>
4128 Msg-ID: <199806011908.PAA31069@dewdrop2.mindspring.com>,
4129 <199806012057.QAA26830@monk.mps.ohio-state.edu>
4130 Files: pod/perlfunc.pod
4131
4132 Title: "Clarify effects of using quotes with m operator"
4133 From: Daniel Grisinger <dgris@perrin.dimensional.com>
4134 Msg-ID: <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
4135 Files: pod/perlop.pod
4136
4137 Title: "Document -i with STDIN"
4138 From: joshua.pritikin@db.com
4139 Msg-ID: <H00000e50006a84a@MHS>
4140 Files: pod/perlrun.pod
4141
4142 ------ EXTENSIONS ------
4143
4144 Title: "Fix Liblist.pm to tolerate backslashen in paths"
4145 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4146 Msg-ID: <199806011954.PAA10900@aatma.engin.umich.edu>
4147 Files: lib/ExtUtils/Liblist.pm
4148
4149 ------ LIBRARY ------
4150
4151 Title: "Typo fix for Math::BogFloat"
4152 From: Mike Stok <mike@stok.co.uk>
4153 Msg-ID: <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
4154 Files: lib/Math/BigFloat.pm
4155
4156 ------ PORTABILITY - GENERAL ------
4157
4158 Title: "Add docs about types of diff to Porting/patching.pod"
4159 From: Gurusamy Sarathy <gsar@engin.umich.edu>
4160 Msg-ID: <199806090105.VAA20005@aatma.engin.umich.edu>
4161 Files: Porting/patching.pod
4162
4163 Title: "Set dont_use_nlink for PowerMAX OS 4.2"
4164 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4165 Msg-ID: <199806161354.NAA21316@cleo.ssd.hcsc.com>
4166 Files: hints/powerux.sh
4167
4168 Title: "Assorted improvements to hints/solaris_2.sh"
4169 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4170 Msg-ID: <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
4171 Files: hints/solaris_2.sh
4172 Branch: maint-5.004/perl
4173 ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
4174 ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
4175 ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
4176 ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
4177 ! t/op/method.t
4178____________________________________________________________________________
4179[ 1154] By: gsar on 1998/06/19 17:22:23
4180 Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
4181 Branch: perl
4182 ! ext/B/B/Asmdata.pm regcomp.c
4183____________________________________________________________________________
4184[ 1153] By: nick on 1998/06/19 17:21:21
4185 Log: Use libxxx.a for -lxxx with GCC
4186 Branch: ansiperl
4187 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
4188 ! win32/makefile.mk
4189____________________________________________________________________________
4190[ 1152] By: TimBunce on 1998/06/19 17:08:18
4191 Log: Title: Tom's jumbo doc patch
4192 From: Tom Christiansen <tchrist@chthon.perl.com>
4193 Msg-Id: <199806140419.WAA20549@chthon.perl.com>
4194 Files: pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4195 pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4196 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4197 pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4198 pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4199 pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4200 pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4201 pod/perlop.pod pod/perlre.pod pod/perlref.pod
4202 pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
4203 pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
4204 pod/perlvar.pod
4205 Branch: maint-5.004/perl
4206 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4207 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4208 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4209 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4210 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4211 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4212 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4213 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4214 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
4215 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
4216____________________________________________________________________________
4217[ 1151] By: nick on 1998/06/19 15:38:28
4218 Log: Resolve latest
4219 Branch: ansiperl
4220 !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
4221 !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
4222 !> sv.c t/TEST
4223____________________________________________________________________________
4224[ 1150] By: gsar on 1998/06/18 20:43:07
4225 Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
4226 Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
4227 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4228 Subject: [PATCH] perl5.004 hints file (maint and dev paths)
4229 Branch: perl
4230 ! hints/powerux.sh
4231____________________________________________________________________________
4232[ 1149] By: gsar on 1998/06/18 20:41:30
4233 Log: hand apply whitespace-mutiliated patch
4234 From: joshua.pritikin@db.com
4235 Date: Mon, 15 Jun 1998 09:21:36 -0400
4236 Message-Id: <H00000e50007289b@MHS>
4237 Subject: [PATCH 5.004_67] SvREADONLY for av_clear
4238 Branch: perl
4239 ! av.c
4240____________________________________________________________________________
4241[ 1148] By: gsar on 1998/06/18 20:33:59
4242 Log: hand apply whitespace-mutiliated and reversed patch
4243 Date: Tue, 16 Jun 1998 16:31:40 -0400
4244 From: Les Peters <lpeters@aol.net>
4245 Message-Id: <199806162031.QAA08202@ds9>
4246 Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
4247 Branch: perl
4248 ! ext/Socket/Socket.xs
4249____________________________________________________________________________
4250[ 1147] By: gsar on 1998/06/18 20:26:59
4251 Log: close child pipe in t/TEST, other cosmetic tweaks
4252 Branch: perl
4253 ! t/TEST
4254____________________________________________________________________________
4255[ 1146] By: gsar on 1998/06/18 19:37:41
4256 Log: back out problematic change#1105, tweak perlsub.pod
4257 Branch: perl
4258 ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
4259 ! pp_ctl.c proto.h sv.c
4260____________________________________________________________________________
4261[ 1145] By: nick on 1998/06/18 19:31:07
4262 Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
4263 Branch: ansiperl
4264 +> configure.com ext/DB_File/dbinfo
4265 +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
4266 +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
4267 +> vms/subconfigure.com
4268 - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
4269 - vms/fndvers.com
4270 !> (integrate 499 files)
4271____________________________________________________________________________
4272[ 1144] By: gsar on 1998/06/18 16:35:11
4273 Log: fix spurious cxstack_max init that trampled memory
4274 Branch: perl
4275 ! perl.c
4276____________________________________________________________________________
4277[ 1143] By: gsar on 1998/06/18 16:33:01
4278 Log: fix memory leaks and uninitialized memory accesses found by Purify
4279 Branch: perl
4280 ! doio.c perl.c regexec.c sv.c
4281____________________________________________________________________________
4282[ 1142] By: gsar on 1998/06/18 16:28:48
4283 Log: fix off-by-one that trampled memory in re_croak2()
4284 Branch: perl
4285 ! regcomp.c
4286____________________________________________________________________________
4287[ 1141] By: gsar on 1998/06/18 16:26:59
4288 Log: fix AutoLoader to do the right thing when there are relative paths
4289 in @INC
4290 Branch: perl
4291 ! lib/AutoLoader.pm
4292____________________________________________________________________________
4293[ 1140] By: gsar on 1998/06/18 16:22:47
4294 Log: fix Makefile.SH typo
4295 Branch: perl
4296 ! Makefile.SH
4297____________________________________________________________________________
4298[ 1139] By: gsar on 1998/06/17 18:06:16
4299 Log: 5.004_67 niggles
4300 Branch: perl
4301 ! Makefile.SH op.c
4302
4303----------------
4304Version 5.004_67
4305----------------
4306
4307____________________________________________________________________________
4308[ 1138] By: gsar on 1998/06/15 10:09:27
4309 Log: up patchlevel.h to 67, other small tweaks
4310 Branch: perl
4311 ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
4312 ! win32/Makefile win32/config_H.bc win32/config_H.gc
4313 ! win32/config_H.vc win32/makefile.mk
4314____________________________________________________________________________
4315[ 1137] By: gsar on 1998/06/15 09:08:57
4316 Log: tweaks to get PERL_OBJECT building again; passes tests
4317 Branch: perl
4318 ! ObjXSub.h objpp.h proto.h
4319____________________________________________________________________________
4320[ 1136] By: gsar on 1998/06/15 08:51:54
4321 Log: back out previous change (it breaks PERL_OBJECT)
4322 Branch: perl
4323 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
4324 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
4325 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
4326____________________________________________________________________________
4327[ 1135] By: gsar on 1998/06/15 05:32:01
4328 Log: added patch, fixed typo, reworked documentation
4329 Message-Id: <H00000e500071aa3@MHS>
4330 Date: Sun, 14 Jun 1998 14:03:15 EDT
4331 From: joshua.pritikin@db.com
4332 Subject: [PATCH 5.004_66] JMPENV!
4333 Branch: perl
4334 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
4335 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
4336 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
4337____________________________________________________________________________
4338[ 1134] By: gsar on 1998/06/15 04:07:18
4339 Log: various win32 odds and ends
4340 - added support for waitpid(), open2/open3, and a bugfix for kill()
4341 from Ronald Schmidt <RonaldWS@aol.com>
4342 - tweak testsuite mods of above
4343 - regenerate win32/config_H.?c
4344 - change kill() to win32_kill() and export it
4345 - coalesce common code in win32.c
4346 - add PerlProc_waitpid() and export win32_waitpid()
4347 result builds and passes on the three win32 compilers
4348 Branch: perl
4349 ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
4350 ! t/lib/open3.t util.c win32/config.bc win32/config.gc
4351 ! win32/config.vc win32/config_H.bc win32/config_H.gc
4352 ! win32/config_H.vc win32/makedef.pl win32/runperl.c
4353 ! win32/win32.c win32/win32iop.h
4354____________________________________________________________________________
4355[ 1133] By: gsar on 1998/06/15 01:39:13
4356 Log: newer Getopt/Long.pm from public distribution cited in:
4357 Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
4358 Date: 14 Jun 1998 15:15:28 +0200
4359 From: Johan Vromans <jvromans@squirrel.nl>
4360 Subject: Getopt::Long version 2.17 released
4361 Branch: perl
4362 ! lib/Getopt/Long.pm
4363____________________________________________________________________________
4364[ 1132] By: gsar on 1998/06/15 01:37:12
4365 Log: documentation update from tchrist
4366 Message-Id: <199806140419.WAA20549@chthon.perl.com>
4367 Date: Sat, 13 Jun 1998 22:19:32 MDT
4368 From: Tom Christiansen <tchrist@chthon.perl.com>
4369 Subject: doc patches
4370 Branch: perl
4371 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
4372 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4373 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4374 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4375 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
4376 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
4377 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
4378 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4379 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
4380 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
4381____________________________________________________________________________
4382[ 1131] By: gsar on 1998/06/14 19:33:36
4383 Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
4384 From: Roderick Schertler <roderick@argon.org>
4385 Subject: [PATCH] Re: Exceptions in IPC::Open2
4386 Date: 12 Jun 1998 13:24:15 -0400
4387 Branch: perl
4388 ! lib/IPC/Open3.pm
4389____________________________________________________________________________
4390[ 1130] By: gsar on 1998/06/14 19:32:25
4391 Log: fixup MANIFEST
4392 Branch: perl
4393 ! MANIFEST
4394____________________________________________________________________________
4395[ 1129] By: gsar on 1998/06/14 18:51:53
4396 Log: various win32 fixes
4397 - fixes that silence VC noises about dup exports, non-default libs, and
4398 unsupported *.def file directives
4399 - s/inplace/inplace_label/ malloc.c
4400 - update Config{usemymalloc} based on d_mymalloc
4401 - export Perl_*Vars
4402 - fix makefiles to not build miniperl.exe twice, and to make it properly
4403 when defaults are changed
4404 Branch: perl
4405 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
4406 ! win32/Makefile win32/config_sh.PL win32/makedef.pl
4407 ! win32/makefile.mk win32/perllib.c win32/win32.h
4408____________________________________________________________________________
4409[ 1128] By: gsar on 1998/06/14 01:38:39
4410 Log: remove unused global `scrgv'
4411 Branch: perl
4412 ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
4413____________________________________________________________________________
4414[ 1127] By: nick on 1998/06/13 08:39:07
4415 Log: Move specialsv_list to embed.sym, regen embed*.h
4416 Branch: win32/perl
4417 ! embed.h embedvar.h global.sym interp.sym
4418____________________________________________________________________________
4419[ 1126] By: gsar on 1998/06/12 07:23:06
4420 Log: From: jan.dubois@ibm.net (Jan Dubois)
4421 Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
4422 Date: Thu, 11 Jun 1998 21:13:31 +0200
4423 Message-ID: <35842ac5.7883075@smtp1.ibm.net>
4424 Branch: perl
4425 ! win32/makedef.pl win32/win32.c win32/win32iop.h
4426____________________________________________________________________________
4427[ 1125] By: gsar on 1998/06/12 07:21:29
4428 Log: added patch, undo earlier workaround
4429 From: jan.dubois@ibm.net (Jan Dubois)
4430 Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
4431 Date: Thu, 11 Jun 1998 20:28:36 +0200
4432 Message-ID: <35831f69.4975644@smtp1.ibm.net>
4433 Branch: perl
4434 ! perl.c util.c
4435____________________________________________________________________________
4436[ 1124] By: gsar on 1998/06/12 07:16:12
4437 Log: hand-applied patch with wrapped lines
4438 From: "Douglas Lankshear" <dougl@ActiveState.com>
4439 Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
4440 Date: Thu, 11 Jun 1998 11:06:33 -0700
4441 Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
4442 Branch: perl
4443 ! win32/win32.c
4444____________________________________________________________________________
4445[ 1123] By: gsar on 1998/06/12 07:07:25
4446 Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
4447 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4448 Subject: [PATCH 5.004_66] Config_66-01-02.diff
4449 Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
4450 Branch: perl
4451 ! Configure
4452____________________________________________________________________________
4453[ 1122] By: gsar on 1998/06/12 07:06:02
4454 Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
4455 Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
4456 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4457 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
4458 Branch: perl
4459 ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
4460 ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
4461 ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
4462 ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
4463____________________________________________________________________________
4464[ 1121] By: gsar on 1998/06/12 07:01:20
4465 Log: a tweaked version of:
4466 Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
4467 Date: Fri, 12 Jun 1998 01:26:53 +0200
4468 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
4469 Subject: Re: Misparsing s///x
4470 Branch: perl
4471 ! pod/perlre.pod
4472____________________________________________________________________________
4473[ 1120] By: gsar on 1998/06/12 06:51:08
4474 Log: applied patch, with indentation tweaks
4475 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4476 Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
4477 Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
4478 Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
4479 Branch: perl
4480 ! regcomp.c regcomp.h regexec.c
4481____________________________________________________________________________
4482[ 1119] By: gsar on 1998/06/11 17:42:07
4483 Log: make REG_INFTY default to something saner when sizeof(short) > 2
4484 Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
4485 Date: Thu, 11 Jun 1998 11:50:07 EDT
4486 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4487 Subject: Re: [PATCH for tests] Regexp fails on long string
4488 Branch: perl
4489 ! regcomp.h
4490____________________________________________________________________________
4491[ 1118] By: gsar on 1998/06/11 07:09:06
4492 Log: regen embedvar.h
4493 Branch: perl
4494 ! embedvar.h
4495____________________________________________________________________________
4496[ 1117] By: gsar on 1998/06/11 06:45:52
4497 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4498 Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
4499 Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
4500 Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
4501 Branch: perl
4502 ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
4503 ! regexec.c regexp.h t/op/pat.t t/op/subst.t
4504____________________________________________________________________________
4505[ 1116] By: gsar on 1998/06/11 06:35:54
4506 Log: misc win32 fixes
4507 From: "Douglas Lankshear" <dougl@ActiveState.com>
4508 Subject: [PATCH 5.004_66]
4509 Date: Wed, 10 Jun 1998 11:28:27 -0700
4510 Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
4511 Branch: perl
4512 ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
4513____________________________________________________________________________
4514[ 1115] By: gsar on 1998/06/11 06:33:21
4515 Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
4516 Date: Wed, 10 Jun 1998 00:53:25 +0200
4517 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4518 Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
4519 Branch: perl
4520 ! Makefile.SH
4521____________________________________________________________________________
4522[ 1114] By: gsar on 1998/06/11 06:31:34
4523 Log: back out change#1111 and add alternative patch:
4524 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4525 Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
4526 Subject: Re: PATCH for study/foo/
4527 Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
4528 Branch: perl
4529 ! pp.c sv.c
4530____________________________________________________________________________
4531[ 1113] By: gsar on 1998/06/11 02:59:23
4532 Log: fix outdated bytecode.pl
4533 Branch: perl
4534 ! bytecode.h bytecode.pl byterun.c byterun.h
4535____________________________________________________________________________
4536[ 1112] By: gsar on 1998/06/10 07:56:06
4537 Log: Added patch, regenerated perly.c and perly.c.diff
4538 Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
4539 Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
4540 From: Stephen McCamant <alias@mcs.com>
4541 Subject: [PATCH] too many RV2GVs in *foo{THING}
4542 Branch: perl
4543 ! perly.c perly.c.diff perly.y t/op/gv.t
4544____________________________________________________________________________
4545[ 1111] By: gsar on 1998/06/10 07:40:30
4546 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4547 Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
4548 Subject: Re: PATCH for study/foo/
4549 Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
4550 Branch: perl
4551 ! pp.c
4552____________________________________________________________________________
4553[ 1110] By: gsar on 1998/06/10 07:37:04
4554 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4555 Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
4556 Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
4557 Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
4558 Branch: perl
4559 ! pod/perldebug.pod
4560____________________________________________________________________________
4561[ 1109] By: gsar on 1998/06/10 07:35:29
4562 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4563 Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
4564 Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
4565 Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
4566 Branch: perl
4567 ! regcomp.h
4568____________________________________________________________________________
4569[ 1108] By: gsar on 1998/06/10 07:31:25
4570 Log: Added patch, tweaked other places affected by name change
4571 Message-ID: <19980610005417.G162@cdata.tvnet.hu>
4572 Date: Wed, 10 Jun 1998 00:54:17 +0200
4573 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4574 Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
4575 Branch: perl
4576 +> ext/DynaLoader/DynaLoader_pm.PL
4577 - ext/DynaLoader/DynaLoader.pm.PL
4578 ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
4579 ! win32/makefile.mk
4580____________________________________________________________________________
4581[ 1107] By: gsar on 1998/06/10 07:24:20
4582 Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
4583 Date: Wed, 10 Jun 1998 00:53:42 +0200
4584 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4585 Subject: [PATCH for _66] new version of README.dos
4586 Branch: perl
4587 ! README.dos
4588____________________________________________________________________________
4589[ 1106] By: gsar on 1998/06/10 07:22:31
4590 Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
4591 Date: Wed, 10 Jun 1998 00:54:04 +0200
4592 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4593 Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
4594 Branch: perl
4595 ! t/op/taint.t
4596____________________________________________________________________________
4597[ 1105] By: gsar on 1998/06/10 07:21:21
4598 Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
4599 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4600 Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
4601 Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
4602 Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
4603 Branch: perl
4604 ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
4605 ! perlvars.h pp_ctl.c proto.h sv.c
4606____________________________________________________________________________
4607[ 1104] By: gsar on 1998/06/10 07:06:01
4608 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4609 Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
4610 Subject: Lost chunk of RE jumbo patch
4611 Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
4612 Branch: perl
4613 + t/op/regexp_noamp.t
4614____________________________________________________________________________
4615[ 1103] By: gsar on 1998/06/10 07:04:20
4616 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4617 Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
4618 Subject: [PATCH 5.004_66] Combined OS/2 support
4619 Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
4620 Branch: perl
4621 ! os2/Changes os2/diff.configure os2/os2.c
4622____________________________________________________________________________
4623[ 1102] By: gsar on 1998/06/10 07:00:08
4624 Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
4625 Date: Fri, 13 Mar 1998 20:03:52 EST
4626 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4627 Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
4628 Branch: perl
4629 ! lib/Pod/Html.pm
4630____________________________________________________________________________
4631[ 1101] By: gsar on 1998/06/10 06:55:20
4632 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4633 Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
4634 Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
4635 Branch: perl
4636 ! regexec.c
4637____________________________________________________________________________
4638[ 1100] By: gsar on 1998/06/10 06:52:50
4639 Log: updated MANIFEST for previous change
4640 Branch: perl
4641 ! MANIFEST
4642____________________________________________________________________________
4643[ 1099] By: gsar on 1998/06/10 06:51:08
4644 Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
4645 Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
4646 Date: Fri, 05 Jun 1998 11:08:40 -0700
4647 From: Dan Sugalski <sugalskd@osshe.edu>
4648 Subject: Re: [PATCH 5.004_66]Add record read capability to <>
4649 Branch: perl
4650 + t/base/rs.t
4651 ! perl.h pod/perlvar.pod sv.c
4652____________________________________________________________________________
4653[ 1098] By: gsar on 1998/06/10 06:36:59
4654 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4655 Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
4656 Subject: [PATCH fror 5.004_66] DB_File-1.60
4657 Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
4658 Branch: perl
4659 + ext/DB_File/dbinfo
4660 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4661 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
4662 ! t/lib/db-hash.t t/lib/db-recno.t
4663____________________________________________________________________________
4664[ 1097] By: gsar on 1998/06/10 06:33:16
4665 Log: Message-ID: <19980604134731.D24343@perlsupport.com>
4666 Date: Thu, 4 Jun 1998 13:47:31 -0400
4667 From: Chip Salzenberg <chip@perl.org>
4668 Subject: [PATCH] Invalidate method cache on C<local *subname>
4669 Branch: perl
4670 ! scope.c t/op/method.t
4671____________________________________________________________________________
4672[ 1096] By: gsar on 1998/06/10 06:30:51
4673 Log: From: Norton Allen <allen@huarp.harvard.edu>
4674 Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
4675 Subject: [PATCH] _66 MM_Unix.pm for QNX
4676 Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
4677 Branch: perl
4678 ! lib/ExtUtils/MM_Unix.pm
4679____________________________________________________________________________
4680[ 1095] By: gsar on 1998/06/10 06:29:21
4681 Log: From: Norton Allen <allen@huarp.harvard.edu>
4682 Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
4683 Subject: [PATCH] _66 proto.h
4684 Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
4685 Branch: perl
4686 ! proto.h
4687____________________________________________________________________________
4688[ 1094] By: gsar on 1998/06/10 06:26:39
4689 Log: Applied relevant parts of:
4690 From: Paul Johnson <pjcj@transeda.com>
4691 Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
4692 Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
4693 Subject: [PATCH] Enhancing xsubpp's support for C++
4694 Branch: perl
4695 ! lib/ExtUtils/xsubpp
4696____________________________________________________________________________
4697[ 1093] By: gsar on 1998/06/10 06:22:54
4698 Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
4699 Date: Wed, 3 Jun 1998 11:22:19 -0500
4700 From: Graham Barr <gbarr@ti.com>
4701 Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
4702 Branch: perl
4703 ! pp_sys.c
4704____________________________________________________________________________
4705[ 1092] By: gsar on 1998/06/10 06:20:44
4706 Log: Message-Id: <199806030919.KAA03527@sale-wts>
4707 Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
4708 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
4709 Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
4710 Branch: perl
4711 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4712____________________________________________________________________________
4713[ 1091] By: gsar on 1998/06/10 06:18:42
4714 Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
4715 Date: Mon, 01 Jun 1998 12:22:29 -0700
4716 From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4717 Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
4718 Branch: perl
4719 ! proto.h
4720____________________________________________________________________________
4721[ 1090] By: gsar on 1998/06/10 06:14:24
4722 Log: A tweaked version of:
4723 Date: Mon, 1 Jun 1998 12:05:47 -0700
4724 From: SYSTEM@cedar.osshe.edu
4725 Message-Id: <980601120547.20617d54@cedar.osshe.edu>
4726 Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
4727 Branch: perl
4728 ! ext/SDBM_File/sdbm/Makefile.PL
4729____________________________________________________________________________
4730[ 1089] By: gsar on 1998/06/10 05:58:00
4731 Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
4732 Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
4733 From: Stephen McCamant <alias@mcs.com>
4734 Subject: [PATCH] Re: Uninitialised error from -M()
4735 Branch: perl
4736 ! op.c t/op/stat.t
4737____________________________________________________________________________
4738[ 1088] By: gsar on 1998/06/10 05:55:24
4739 Log: Date: Sat, 30 May 1998 08:07:01 -0400
4740 From: lvirden@cas.org (Larry Virden)
4741 Message-Id: <199805301207.IAA08856@cas.org>
4742 Subject: PATCH for pod and warning notice
4743 Branch: perl
4744 ! pod/perlguts.pod
4745____________________________________________________________________________
4746[ 1087] By: gsar on 1998/06/10 05:52:05
4747 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4748 Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
4749 Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
4750 Subject: [PATCH 5.004_66] Config_66-01
4751 Branch: perl
4752 ! Configure MANIFEST Porting/Glossary Porting/config.sh
4753 ! Porting/config_H config_h.SH
4754____________________________________________________________________________
4755[ 1086] By: gsar on 1998/06/10 05:46:38
4756 Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
4757 Date: Mon, 08 Jun 1998 16:13:14 -0700
4758 From: Dan Sugalski <sugalskd@osshe.edu>
4759 Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
4760 Branch: perl
4761 ! ext/Thread/Thread/Semaphore.pm
4762____________________________________________________________________________
4763[ 1085] By: gsar on 1998/06/10 05:44:44
4764 Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
4765 Date: Mon, 08 Jun 1998 16:10:02 -0700
4766 From: Dan Sugalski <sugalskd@osshe.edu>
4767 Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
4768 Branch: perl
4769 - vms/descrip.mms
4770 ! ext/Thread/Thread/Queue.pm
4771____________________________________________________________________________
4772[ 1084] By: gsar on 1998/06/10 05:38:11
4773 Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
4774 Date: Mon, 08 Jun 1998 15:38:28 -0700
4775 From: Dan Sugalski <sugalskd@osshe.edu>
4776 Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
4777 Branch: perl
4778 + configure.com vms/descrip_mms.template vms/munchconfig.c
4779 + vms/subconfigure.com
4780 - vms/config.vms vms/fndvers.com
4781 ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
4782____________________________________________________________________________
4783[ 1083] By: gsar on 1998/06/10 05:07:04
4784 Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
4785 variant of:
4786 Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
4787 Date: Sat, 13 Dec 1997 07:31:02 EST
4788 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4789 Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
4790 Branch: perl
4791 ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
4792____________________________________________________________________________
4793[ 1082] By: gsar on 1998/06/10 04:52:26
4794 Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
4795 (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
4796 Branch: perl
4797 ! malloc.c
4798____________________________________________________________________________
4799[ 1081] By: gsar on 1998/06/10 03:45:10
4800 Log: reverse integrate contents of win32 branch into mainline
4801 Branch: perl
4802 !> (integrate 44 files)
4803____________________________________________________________________________
4804[ 1080] By: gsar on 1998/06/09 17:37:55
4805 Log: `p4 integrate -b ASPerl && p4 resolve -at`
4806 Branch: asperl
4807 !> (integrate 43 files)
4808____________________________________________________________________________
4809[ 1079] By: gsar on 1998/06/09 00:59:06
4810 Log: add examples of diff(1) usage
4811 Branch: win32/perl
4812 ! Porting/patching.pod
4813____________________________________________________________________________
4814[ 1078] By: gsar on 1998/06/09 00:52:23
4815 Log: undo change#1077
4816 Branch: win32/perl
4817 ! sv.c
4818____________________________________________________________________________
4819[ 1077] By: gsar on 1998/06/06 16:47:32
4820 Log: make sv_setsv() treat freed SVs like SVt_NULL
4821 Branch: win32/perl
4822 ! sv.c
4823____________________________________________________________________________
4824[ 1076] By: gsar on 1998/06/05 19:03:14
4825 Log: delete undiscussed AS changes for PPD (broke .packlist
4826 mechanism)
4827 Branch: win32/perl
4828 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4829____________________________________________________________________________
4830[ 1075] By: gsar on 1998/06/05 18:18:44
4831 Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
4832 with the xsubpp-generated symbol)
4833 Branch: win32/perl
4834 ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
4835 ! win32/dl_win32.xs
4836____________________________________________________________________________
4837[ 1074] By: gsar on 1998/06/04 22:45:18
4838 Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
4839 Branch: win32/perl
4840 ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
4841 ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
4842____________________________________________________________________________
4843[ 1073] By: nick on 1998/06/04 17:18:14
4844 Log: resolve -at win32 branch into ansiperl
4845 Branch: ansiperl
4846 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
4847 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
4848 +> t/lib/h2ph.t win32/GenCAPI.pl
4849 !> (integrate 127 files)
4850____________________________________________________________________________
4851[ 1072] By: gsar on 1998/06/04 01:49:24
4852 Log: document CORE::GLOBAL:: and global overriding, fix up
4853 File::DosGlob, testsuited and all
4854 Branch: win32/perl
4855 ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
4856____________________________________________________________________________
4857[ 1071] By: gsar on 1998/06/03 22:12:55
4858 Log: add AS patch#24, remove one other instance of error_no
4859 that was missed (patch#23 was intentionally skipped)
4860 Branch: win32/perl
4861 ! embedvar.h globals.c perlvars.h win32/makedef.pl
4862 ! win32/runperl.c
4863____________________________________________________________________________
4864[ 1070] By: gsar on 1998/06/01 19:42:06
4865 Log: fix Liblist.pm to tolerate backslashen in paths
4866 Branch: win32/perl
4867 ! lib/ExtUtils/Liblist.pm
4868____________________________________________________________________________
4869[ 1069] By: gsar on 1998/06/01 07:43:02
4870 Log: @INC construction on win32 cleaned up
4871 - perl.dll location based paths should be much more reliable now
4872 - registry stuff unchanged
4873 - Config.pm now has all the installfoolib entries for MakeMaker et al
4874 Branch: win32/perl
4875 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4876 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4877 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
4878 ! win32/runperl.c win32/win32.c win32/win32.h
4879____________________________________________________________________________
4880[ 1068] By: gsar on 1998/05/31 21:52:18
4881 Log: semctl tweak
4882 Message-Id: <199805312127.QAA06750@gbarr.connect.net>
4883 Date: Sun, 31 May 1998 16:27:33 CDT
4884 From: Graham Barr <gbarr@pobox.com>
4885 Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31
4886 Branch: win32/perl
4887 ! doio.c
4888____________________________________________________________________________
4889[ 1067] By: gsar on 1998/05/31 21:07:44
4890 Log: minimal fix to enable compiling with -DMULTIPLICITY
4891 (non-threadsafe regcomp.c globals need revisiting)
4892 Branch: win32/perl
4893 ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
4894 ! win32/GenCAPI.pl win32/makedef.pl
4895____________________________________________________________________________
4896[ 1066] By: gsar on 1998/05/30 21:35:37
4897 Log: integrate mainline changes (ASPerl branch is identical to
4898 win32 branch as of this change)
4899 Branch: asperl
4900 !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
4901 !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
4902 !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
4903 !> win32/config.gc win32/config.vc win32/config_H.bc
4904 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4905____________________________________________________________________________
4906[ 1065] By: gsar on 1998/05/30 21:13:06
4907 Log: change#1060 was inexplicably missing some of the "ensure
4908 AS stuff does no harm" fixes
4909 Branch: win32/perl
4910 ! embed.h global.sym win32/Makefile win32/makefile.mk
4911____________________________________________________________________________
4912[ 1064] By: gsar on 1998/05/30 21:10:27
4913 Log: integrate mainline to pick up trivial changes
4914 Branch: win32/perl
4915 !> MANIFEST pp_sys.c
4916
4917----------------
4918Version 5.004_66
4919----------------
4920
4921____________________________________________________________________________
4922[ 1063] By: mbeattie on 1998/05/29 15:19:55
4923 Log: Remove duplicate win32/TEST line from MANIFEST.
4924 Branch: perl
4925 ! MANIFEST
4926____________________________________________________________________________
4927[ 1062] By: mbeattie on 1998/05/29 15:18:33
4928 Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
4929 Branch: perl
4930 ! pp_sys.c
4931____________________________________________________________________________
4932[ 1061] By: mbeattie on 1998/05/29 12:02:17
4933 Log: Integrate from win32 branch into mainline (this now pulls in the
4934 asperl stuff).
4935 Branch: perl
4936 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
4937 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
4938 +> t/lib/h2ph.t win32/GenCAPI.pl
4939 !> (integrate 104 files)
4940____________________________________________________________________________
4941[ 1060] By: gsar on 1998/05/29 11:05:50
4942 Log: reverse integrate asperl branch contents (phew!)
4943 - various fixups to ensure AS stuff does no harm
4944 - adjust win32/makefiles for the new directory layout (new layout
4945 looks rather a muddle--needs rework)
4946 - verified build & test on NT and Solaris/gcc
4947 Branch: win32/perl
4948 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
4949 +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
4950 ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
4951 ! win32/config.bc win32/config.gc win32/config.vc
4952 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4953 ! win32/makefile.mk
4954 !> (integrate 77 files)
4955____________________________________________________________________________
4956[ 1059] By: gsar on 1998/05/29 08:33:56
4957 Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
4958 Branch: asperl
4959 ! util.c
4960____________________________________________________________________________
4961[ 1058] By: gsar on 1998/05/29 08:31:09
4962 Log: type xtext for *.t that were missing it
4963 Branch: asperl
4964 ! t/lib/thread.t t/op/nothread.t
4965____________________________________________________________________________
4966[ 1057] By: gsar on 1998/05/29 08:28:46
4967 Log: stray t/op/ipc*.t fixups
4968 Branch: win32/perl
4969 ! t/op/ipcmsg.t t/op/ipcsem.t
4970____________________________________________________________________________
4971[ 1056] By: gsar on 1998/05/29 07:41:49
4972 Log: fixups to make it build and pass tests under both compilers
4973 Branch: asperl
4974 ! ObjXSub.h objpp.h proto.h
4975____________________________________________________________________________
4976[ 1055] By: gsar on 1998/05/29 07:22:51
4977 Log: integrate mainline changes
4978 Branch: asperl
4979 +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
4980 !> (integrate 69 files)
4981 Branch: win32/perl
4982 ! Todo.5.005 pod/perldelta.pod
4983____________________________________________________________________________
4984[ 1054] By: gsar on 1998/05/29 05:04:03
4985 Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
4986 Branch: win32/perl
4987 ! t/lib/h2ph.t
4988____________________________________________________________________________
4989[ 1053] By: gsar on 1998/05/29 05:01:54
4990 Log: misc changes
4991 - remove code that works around lack of I_STDARG (we're a happy ANSI family)
4992 - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
4993 Branch: win32/perl
4994 ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
4995 ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
4996 ! x2p/util.c x2p/util.h
4997____________________________________________________________________________
4998[ 1052] By: gsar on 1998/05/29 02:31:44
4999 Log: merge changes#1014,1038 from maintbranch
5000 Branch: win32/perl
5001 + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5002 ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
5003 ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
5004 ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
5005 ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
5006 ! t/io/pipe.t utils/h2ph.PL
5007____________________________________________________________________________
5008[ 1051] By: gsar on 1998/05/29 01:38:51
5009 Log: regenerate win32/config_H.?c
5010 Branch: win32/perl
5011 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5012____________________________________________________________________________
5013[ 1050] By: gsar on 1998/05/29 01:32:41
5014 Log: integrate mainline
5015 Branch: win32/perl
5016 ! win32/Makefile win32/makefile.mk
5017 !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
5018 !> Porting/config_H Porting/patching.pod config_h.SH doio.c
5019 !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
5020 !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
5021 !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
5022 !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5023____________________________________________________________________________
5024[ 1049] By: gsar on 1998/05/29 00:57:05
5025 Log: fix various shenanigans with C<environ>, BC and VC builds now pass
5026 all tests
5027 Branch: asperl
5028 ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
5029 ! win32/win32.h win32/win32iop.h
5030____________________________________________________________________________
5031[ 1048] By: mbeattie on 1998/05/28 18:07:24
5032 Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
5033 in change 1043 clashed badly with changes made in the win32
5034 branch. I did an accept on the win32 branch version for now.
5035 Branch: perl
5036 +> t/op/die.t
5037 !> (integrate 52 files)
5038____________________________________________________________________________
5039[ 1047] By: mbeattie on 1998/05/28 17:59:18
5040 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5041 Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
5042 Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
5043 Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing
5044 Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
5045 Branch: perl
5046 ! Configure MANIFEST Porting/Glossary Porting/config.sh
5047 ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
5048 ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
5049 ! win32/config.bc win32/config.gc win32/config.vc
5050____________________________________________________________________________
5051[ 1046] By: mbeattie on 1998/05/28 17:55:48
5052 Log: Back out change 1043 since Andy's forthcoming Config patch
5053 includes a modified version.
5054 Branch: perl
5055 ! Configure config_h.SH doio.c perl.h
5056____________________________________________________________________________
5057[ 1045] By: mbeattie on 1998/05/28 17:52:40
5058 Log: Bump patchlevel.h to 66.
5059 Branch: perl
5060 ! patchlevel.h
5061____________________________________________________________________________
5062[ 1044] By: mbeattie on 1998/05/28 17:51:49
5063 Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
5064 Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
5065 Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
5066 (above minus the t/system.t test pending checking)
5067 Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
5068 Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
5069 Subject: [PATCH] _65 and _04 <DOC> patching.pod
5070 Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
5071 Branch: perl
5072 ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
5073____________________________________________________________________________
5074[ 1043] By: mbeattie on 1998/05/28 17:42:21
5075 Log: This change really is:
5076 Subject: [PATCH] 5.004_65: the infamous semctl()
5077 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5078 From: Jarkko Hietaniemi <jhi@iki.fi>
5079
5080 Change 1041 claimed to be this patch but was really:
5081 Subject: [PATCH] 5.004_65: t/op/ipc*.t
5082 Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
5083 From: Jarkko Hietaniemi <jhi@iki.fi>
5084 Branch: perl
5085 ! Configure config_h.SH doio.c perl.h
5086____________________________________________________________________________
5087[ 1042] By: mbeattie on 1998/05/28 17:36:57
5088 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5089 Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
5090 Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
5091 Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
5092 Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
5093 Branch: perl
5094 ! Configure INSTALL Porting/Glossary Porting/config.sh
5095 ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
5096 ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
5097 ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
5098____________________________________________________________________________
5099[ 1041] By: mbeattie on 1998/05/28 17:34:26
5100 Log: Subject: [PATCH] 5.004_65: the infamous semctl()
5101 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
5102 From: Jarkko Hietaniemi <jhi@iki.fi>
5103 Branch: perl
5104 ! t/op/ipcmsg.t t/op/ipcsem.t
5105____________________________________________________________________________
5106[ 1040] By: gsar on 1998/05/28 02:06:47
5107 Log: tweaks to enable Borland build
5108 Branch: asperl
5109 ! win32/makefile.mk win32/win32.c
5110____________________________________________________________________________
5111[ 1039] By: gsar on 1998/05/27 23:29:22
5112 Log: remove C<#define index strchr> from win32.h (unused, and the
5113 pollution causes spurious variable name changes in extensions)
5114 Branch: win32/perl
5115 ! win32/win32.h
5116____________________________________________________________________________
5117[ 1038] By: TimBunce on 1998/05/27 17:29:15
5118 Log: Assorted patches:
5119
5120 ------ BUILD PROCESS ------
5121
5122 Title: "add utilities to make test dependencies"
5123 From: Robin Barker <rmb1@cise.npl.co.uk>
5124 Msg-ID: <2607.9805211303@tempest.cise.npl.co.uk>
5125 Files: Makefile.SH
5126
5127 Title: "Add 'make nok' complement to 'make ok'"
5128 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5129 Msg-ID: <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
5130 Files: Makefile.SH
5131
5132 Title: "further h2ph patches (add enum support)"
5133 From: Billy <wdconsta@cs.adelaide.edu.au>
5134 Msg-ID: <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
5135 Files: MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5136
5137 ------ CORE LANGUAGE ------
5138
5139 Title: "Fix %! error spelling and add perldiag.pod entry"
5140 From: Graham Barr <gbarr@pobox.com>, Tim Bunce
5141 Msg-ID: <19980524193101.A573@pobox.com>
5142 Files: pod/perldiag.pod gv.c
5143
5144 Title: "Remove obsolete Win32 uppercasing ENV code"
5145 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5146 Msg-ID: <199805201510.LAA28676@aatma.engin.umich.edu>
5147 Files: perl.c
5148
5149 Title: "Don't mung $! on implicit close"
5150 From: Chip Salzenberg <chip@perl.org>
5151 Msg-ID: <19980525113309.A15845@perlsupport.com>
5152 Files: doio.c
5153
5154 Title: "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
5155 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5156 Msg-ID: <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
5157 Files: doio.c
5158
5159 ------ DOCUMENTATION ------
5160
5161 Title: "doc patch: you canna return an array ( list context: || vs or)"
5162 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5163 Msg-ID: <oeeemxguf5h.fsf_-_@alpha.hut.fi>
5164 Files: pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
5165
5166 Title: "doc patch: @ needs escaping in m/\Q\E/ environment"
5167 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5168 Msg-ID: <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
5169 Files: pod/perlop.pod pod/perlre.pod
5170
5171 Title: "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
5172 with /g does list context get matches without parens"
5173 From: Greg Chapman <glc@well.com>, Tom Christiansen
5174 <tchrist@jhereg.perl.com>, Tom Phoenix
5175 <rootbeer@teleport.com>
5176 Msg-ID: <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
5177 <199805231559.JAA21316@jhereg.perl.com>,
5178 <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
5179 Files: pod/perlop.pod
5180
5181 Title: "Documenting last/next/redo even further"
5182 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
5183 <rootbeer@teleport.com>
5184 Msg-ID: <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
5185 <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
5186 Files: pod/perlfunc.pod
5187
5188 Title: "Documenting last/next/redo within continue block"
5189 From: Tom Phoenix <rootbeer@teleport.com>
5190 Msg-ID: <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
5191 Files: pod/perlfunc.pod
5192
5193 Title: "Document stat return in scalar context"
5194 From: Mark-Jason Dominus <mjd@plover.com>
5195 Files: pod/perlfunc.pod
5196
5197 ------ EXTENSIONS ------
5198
5199 Title: "Better LD_RUN_PATH handling on IRIX"
5200 From: "W. Phillip Moore" <wpm@ms.com>
5201 Msg-ID: <199805212206.SAA07504@zappa.morgan.com>
5202 Files: lib/ExtUtils/MM_Unix.pm
5203
5204 Title: "Dealing with <unistd.h> in POSIX and SunOS"
5205 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5206 Msg-ID: <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
5207 Files: ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
5208
5209 ------ LIBRARY ------
5210
5211 Title: "Fix FileHandle.pm example bug"
5212 From: Daniel Grisinger <dgris@perrin.dimensional.com>
5213 Msg-ID: <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
5214 Files: lib/FileHandle.pm
5215
5216 Title: "Add zero/negative $count docs for Benchmark.pm"
5217 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5218 Msg-ID: <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
5219 Files: lib/Benchmark.pm
5220
5221 ------ PORTABILITY - GENERAL ------
5222
5223 Title: "Add test suite recommendations to Porting/patching.pod"
5224 From: Daniel Grisinger <dgris@perrin.dimensional.com>
5225 Msg-ID: <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
5226 Files: Porting/patching.pod
5227
5228 ------ TESTS ------
5229
5230 Title: "Fix looping bug in t/io/pipe.t"
5231 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5232 Msg-ID: <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
5233 Files: t/io/pipe.t
5234 Branch: maint-5.004/perl
5235 ! MANIFEST Makefile.SH Porting/patching.pod doio.c
5236 ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
5237 ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
5238 ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
5239 ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
5240 ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
5241 ! utils/h2ph.PL
5242____________________________________________________________________________
5243[ 1037] By: gsar on 1998/05/27 16:18:30
5244 Log: add AS patch#22 (fix to make die_exit.t pass)
5245 Branch: asperl
5246 ! win32/runperl.c
5247____________________________________________________________________________
5248[ 1036] By: gsar on 1998/05/27 12:50:34
5249 Log: add AS patch#21 (misc. fixes)
5250 Branch: asperl
5251 ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
5252 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5253 ! win32/win32.c win32/win32sck.c
5254____________________________________________________________________________
5255[ 1035] By: gsar on 1998/05/26 17:26:17
5256 Log: more changes to satisfy non-debug VC build (C-API doesn't
5257 build, and the testsuite still won't run)
5258 Branch: asperl
5259 ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
5260 ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
5261____________________________________________________________________________
5262[ 1034] By: gsar on 1998/05/26 17:20:22
5263 Log: remove doubled hunk (perforce auto-integrate oddity)
5264 Branch: win32/perl
5265 ! pod/perldiag.pod
5266____________________________________________________________________________
5267[ 1033] By: gsar on 1998/05/26 13:39:14
5268 Log: tweaks to make it build with the Borland compiler. Won't run
5269 testsuite because @INC intuition from location of perlcore.dll seems
5270 to be broken. Also, system() and qx// seem broken as well.
5271 Branch: asperl
5272 ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
5273 ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
5274 ! regexec.c toke.c
5275____________________________________________________________________________
5276[ 1032] By: gsar on 1998/05/24 23:13:05
5277 Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
5278 Branch: win32/perl
5279 ! lib/Benchmark.pm
5280____________________________________________________________________________
5281[ 1031] By: gsar on 1998/05/24 05:36:44
5282 Log: tweak makefiles
5283 Branch: asperl
5284 ! win32/Makefile win32/makefile.mk
5285____________________________________________________________________________
5286[ 1030] By: gsar on 1998/05/23 18:58:23
5287 Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
5288 Branch: win32/perl
5289 ! pp_sys.c t/op/die.t
5290____________________________________________________________________________
5291[ 1029] By: gsar on 1998/05/23 18:55:13
5292 Log: merge change#1015 from maintbranch (must revisit 1014 later, is
5293 incomplete)
5294 Branch: win32/perl
5295 ! embed.h global.sym op.c pp.c proto.h sv.c
5296____________________________________________________________________________
5297[ 1028] By: gsar on 1998/05/23 18:25:14
5298 Log: merge change#1013 from maintbranch (1012 is n/a)
5299 Branch: win32/perl
5300 ! toke.c
5301____________________________________________________________________________
5302[ 1027] By: gsar on 1998/05/23 18:02:21
5303 Log: merge change#1011 from maintbranch
5304 Branch: win32/perl
5305 ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
5306 ! utils/perlbug.PL
5307____________________________________________________________________________
5308[ 1026] By: nick on 1998/05/23 08:45:04
5309 Log: Ids of msgs and sems can be zero, so change || die to a defined() test
5310 Branch: win32/perl
5311 ! t/op/ipcmsg.t t/op/ipcsem.t
5312____________________________________________________________________________
5313[ 1025] By: nick on 1998/05/23 08:36:36
5314 Log: Resolve win32 into ansiperl
5315 Branch: ansiperl
5316 +> t/op/die.t
5317 !> (integrate 42 files)
5318____________________________________________________________________________
5319[ 1024] By: gsar on 1998/05/21 21:11:12
5320 Log: more mingw32 tweaks
5321 Branch: win32/perl
5322 ! ext/POSIX/POSIX.xs t/pragma/locale.t
5323____________________________________________________________________________
5324[ 1023] By: gsar on 1998/05/21 19:15:02
5325 Log: fix problematic change#965 from maintbranch
5326 Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
5327 Date: Sat, 16 May 1998 17:45:22 EDT
5328 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5329 Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
5330 Branch: win32/perl
5331 ! gv.c op.c t/comp/proto.t
5332____________________________________________________________________________
5333[ 1022] By: gsar on 1998/05/21 01:37:04
5334 Log: fix POSIX for mingw32
5335 Branch: win32/perl
5336 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
5337____________________________________________________________________________
5338[ 1021] By: gsar on 1998/05/20 15:02:21
5339 Log: remove strupr() from perl.c
5340 Branch: win32/perl
5341 ! perl.c
5342____________________________________________________________________________
5343[ 1020] By: TimBunce on 1998/05/19 22:41:40
5344 Log: Title: "fix up descrepancy in h2ph test"
5345 From: Tim Bunce
5346 Files: t/lib/h2ph.pht
5347 Branch: maint-5.004/perl
5348 ! t/lib/h2ph.pht
5349____________________________________________________________________________
5350[ 1019] By: TimBunce on 1998/05/19 22:17:15
5351 Log: Title: "add a test to check return value from successful s/// (there was none!)"
5352 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5353 Msg-ID: <199805161759.NAA12995@aatma.engin.umich.edu>
5354 Files: t/op/subst.t
5355
5356 Title: "fix up descrepancy in h2ph test"
5357 From: Tim Bunce
5358 Files: t/lib/h2ph.t
5359 Branch: maint-5.004/perl
5360 ! t/lib/h2ph.t t/op/subst.t
5361____________________________________________________________________________
5362[ 1018] By: TimBunce on 1998/05/19 21:56:32
5363 Log: Title: "fix mem leak and core dump from change 1016"
5364 From: Tim Bunce
5365 Files: pp_sys.c
5366 Branch: maint-5.004/perl
5367 ! pp_sys.c
5368____________________________________________________________________________
5369[ 1017] By: TimBunce on 1998/05/19 21:26:03
5370 Log: Title: "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
5371 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5372 Files: MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
5373 pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
5374 pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
5375 proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
5376 doio.c doop.c ext/ODBM_File/ODBM_File.xs
5377 ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5378 gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
5379 lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
5380 lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5381 lib/ExtUtils/Manifest.pm lib/File/Basename.pm
5382 lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
5383 lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
5384 lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
5385 op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
5386 pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
5387 t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
5388 universal.c util.c win32/Makefile win32/config_H.bc
5389 win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
5390 win32/makefile.mk win32/perlglob.c win32/runperl.c
5391 win32/win32.c win32/win32sck.c x2p/s2p.PL
5392 Branch: maint-5.004/perl
5393 ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
5394 ! cygwin32/perlld deb.c doio.c doop.c embed.h
5395 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
5396 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
5397 ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
5398 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5399 ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
5400 ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
5401 ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
5402 ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
5403 ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
5404 ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
5405 ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
5406 ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
5407 ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
5408 ! universal.c util.c utils/perldoc.PL win32/Makefile
5409 ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
5410 ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
5411 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
5412 ! x2p/s2p.PL
5413____________________________________________________________________________
5414[ 1016] By: TimBunce on 1998/05/19 20:37:42
5415 Log: Title: "eval { die $obj }; die; calls $obj->PROPAGATE"
5416 From: Graham Barr <gbarr@ti.com>
5417 Msg-ID: <3561D147.7F3E0C88@ti.com>
5418 Files: pp_sys.c t/op/die.t
5419 Branch: maint-5.004/perl
5420 ! pp_sys.c t/op/die.t
5421____________________________________________________________________________
5422[ 1015] By: TimBunce on 1998/05/19 20:07:01
5423 Log: Title: "loosen const sub re-defined warnings"
5424 From: Doug MacEachern <dougm@pobox.com>
5425 Msg-ID: <355F713B.6A4C0F04@pobox.com>
5426 Files: proto.h global.sym op.c pp.c sv.c
5427 Branch: maint-5.004/perl
5428 ! global.sym op.c pp.c proto.h sv.c
5429____________________________________________________________________________
5430[ 1014] By: TimBunce on 1998/05/19 19:48:18
5431 Log: Title: "s/FORMLINE/FORMAT/ in sv.c"
5432 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
5433 Msg-ID: <l03130303b1837a243670@[194.222.64.89]>
5434 Files: sv.c
5435
5436 Title: "Further h2ph patches (including a test suite)"
5437 From: Billy <wdconsta@cs.adelaide.edu.au>
5438 Msg-ID: <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
5439 Files: MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5440 Branch: maint-5.004/perl
5441 + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5442 ! MANIFEST sv.c utils/h2ph.PL
5443____________________________________________________________________________
5444[ 1013] By: TimBunce on 1998/05/19 19:14:13
5445 Log: Title: "Remove change 673 (Allow empty BLOCK in code)"
5446 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
5447 <ilya@math.ohio-state.edu>
5448 Msg-ID: <199805151857.OAA29586@monk.mps.ohio-state.edu>,
5449 <199805151931.PAA23086@aatma.engin.umich.edu>,
5450 <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
5451 Files: toke.c
5452 Branch: maint-5.004/perl
5453 ! toke.c
5454____________________________________________________________________________
5455[ 1012] By: TimBunce on 1998/05/19 19:03:32
5456 Log: Title: "Further SysV sem/msg fixes and removal of non-portable tests"
5457 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
5458 <jhi@iki.fi>
5459 Msg-ID: <199805182028.XAA15717@alpha.hut.fi>,
5460 <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
5461 Files: MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
5462 t/op/ipcsem.t
5463 Branch: maint-5.004/perl
5464 ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
5465 ! t/op/ipcsem.t
5466____________________________________________________________________________
5467[ 1011] By: TimBunce on 1998/05/19 17:55:38
5468 Log: Title: "interp.sym is missing C<e_script> after -e fix"
5469 From: jan.dubois@ibm.net (Jan Dubois)
5470 Msg-ID: <355d460d.7621669@smtp1.ibm.net>
5471 Files: embed.h interp.sym
5472
5473 Title: "Undo changed error message which breaks Tk"
5474 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5475 Msg-ID: <199805161557.LAA08106@aatma.engin.umich.edu>
5476 Files: pp_ctl.c
5477
5478 Title: "Minor fixups to new -e script code"
5479 From: Tim Bunce
5480 Files: perl.c
5481
5482 Title: "Remove old diags not relevant after -e fix"
5483 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
5484 <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
5485 Msg-ID: <199805172143.RAA07896@aatma.engin.umich.edu>,
5486 <199805181335.OAA07008@toad.ig.co.uk>,
5487 <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
5488 Files: pod/perldiag.pod
5489
5490 Title: "more examples for vec()"
5491 From: Tom Phoenix <rootbeer@teleport.com>
5492 Msg-ID: <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
5493 Files: pod/perlfunc.pod
5494
5495 Title: ""make ok" (perlbug -ok) should not be interactive"
5496 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
5497 <jhi@iki.fi>
5498 Msg-ID: <199805160942.MAA20171@alpha.hut.fi>,
5499 <l03130300b1834f9732a0@[194.222.64.89]>
5500 Files: utils/perlbug.PL
5501 Branch: maint-5.004/perl
5502 ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
5503 ! pp_ctl.c utils/perlbug.PL
5504____________________________________________________________________________
5505[ 1010] By: gsar on 1998/05/18 09:40:58
5506 Log: integrate mainline changes (untested)
5507 Branch: asperl
5508 +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
5509 +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
5510 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5511 +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
5512 +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
5513 +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
5514 - ext/DynaLoader/DynaLoader.pm
5515 ! win32/win32.c
5516 !> (integrate 234 files)
5517____________________________________________________________________________
5518[ 1009] By: gsar on 1998/05/18 07:51:19
5519 Log: more whitespace tweaks from maintbranch
5520 Branch: win32/perl
5521 ! av.c perl.c pp_ctl.c pp_sys.c toke.c
5522____________________________________________________________________________
5523[ 1008] By: gsar on 1998/05/17 22:37:20
5524 Log: sundry whitespace cleanups from maintbranch
5525 Branch: win32/perl
5526 ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
5527____________________________________________________________________________
5528[ 1007] By: gsar on 1998/05/16 21:59:46
5529 Log: integrate mainline
5530 Branch: win32/perl
5531 !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
5532 !> t/op/ipcmsg.t t/op/ipcsem.t
5533____________________________________________________________________________
5534[ 1006] By: gsar on 1998/05/16 21:54:23
5535 Log: merge changes#996,998,999 from maintbranch
5536 Branch: win32/perl
5537 ! Changes5.004 Porting/makerel t/base/lex.t toke.c
5538____________________________________________________________________________
5539[ 1005] By: gsar on 1998/05/16 21:49:47
5540 Log: merge change#995 from maintbranch, tweak interp.sym and
5541 run embed.pl
5542 Branch: win32/perl
5543 ! embedvar.h interp.sym intrpvar.h perl.c
5544____________________________________________________________________________
5545[ 1004] By: gsar on 1998/05/16 21:27:18
5546 Log: merge changes#989,990,992 from maintbranch
5547 Branch: win32/perl
5548 + t/op/die.t
5549 ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
5550____________________________________________________________________________
5551[ 1003] By: gsar on 1998/05/16 21:16:47
5552 Log: sync config*.gc with others, and verify that nothing from
5553 change#986 needs to be merged
5554 Branch: win32/perl
5555 ! win32/config.gc win32/config_H.gc
5556____________________________________________________________________________
5557[ 1002] By: gsar on 1998/05/16 21:04:04
5558 Log: merge change#985 from maintbranch
5559 Branch: win32/perl
5560 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
5561 ! util.c
5562____________________________________________________________________________
5563[ 1001] By: gsar on 1998/05/16 17:53:16
5564 Log: add a test to check return value from successful s/// (there was none!)
5565 Branch: win32/perl
5566 ! t/op/subst.t
5567____________________________________________________________________________
5568[ 1000] By: gsar on 1998/05/16 17:42:34
5569 Log: fix misplaced SPAGAIN that caused successful s/// to fail to
5570 return a value on the stack
5571 Branch: win32/perl
5572 ! pp_hot.c
5573____________________________________________________________________________
5574[ 999] By: TimBunce on 1998/05/15 23:04:30
5575 Log: Title: "Update Porting/makerel script for perforce dir structure"
5576 From: Tim Bunce
5577 Files: Porting/makerel
5578 Branch: maint-5.004/perl
5579 ! Porting/makerel
5580____________________________________________________________________________
5581[ 998] By: TimBunce on 1998/05/15 22:49:55
5582 Log: Title: "Updated Changes file for trial 3"
5583 From: Tim Bunce
5584 Files: Changes
5585 Branch: maint-5.004/perl
5586 ! Changes
5587____________________________________________________________________________
5588[ 997] By: gsar on 1998/05/15 22:21:41
5589 Log: merge changes#982,984 from maintbranch
5590 Branch: win32/perl
5591 ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
5592 ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
5593____________________________________________________________________________
5594[ 996] By: TimBunce on 1998/05/15 22:19:32
5595 Log: Title: "Negative array subscript unrecognized in regex"
5596 From: Mark-Jason Dominus <mjd@plover.com>,
5597 h.sanden@elsevier.nl (Hugo van der Sanden)
5598 Msg-ID: <19980425040819.13828.qmail@plover.com>,
5599 <199805151514.RAA04121@dorlas.elsevier.nl>
5600 Files: t/base/lex.t toke.c
5601
5602 Title: "Remove e_fp from toke.c after change 955"
5603 From: Tim Bunce
5604 Files: toke.c
5605 Branch: maint-5.004/perl
5606 ! t/base/lex.t toke.c
5607____________________________________________________________________________
5608[ 995] By: TimBunce on 1998/05/15 22:08:32
5609 Log: Title: "Fix -e security hole (no longer uses temp file)"
5610 From: Tim Bunce
5611 Files: embed.h perl.h perl.c
5612 Branch: maint-5.004/perl
5613 ! embed.h perl.c perl.h
5614____________________________________________________________________________
5615[ 994] By: gsar on 1998/05/15 22:08:17
5616 Log: merge change#981 from maintbranch, add XXX comment about
5617 supporting %! for usethreads case
5618 Branch: win32/perl
5619 ! gv.c op.c
5620____________________________________________________________________________
5621[ 992] By: TimBunce on 1998/05/15 22:01:32
5622 Log: Title: "install non-backwards compatible .pm files into archlib"
5623 From: Tim Bunce
5624 Files: installperl
5625
5626 Title: "revert "Can't locate" message to original for maintenance"
5627 From: Tim Bunce
5628 Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
5629 Files: pod/perldiag.pod pp_ctl.c
5630 Branch: maint-5.004/perl
5631 ! installperl pod/perldiag.pod pp_ctl.c
5632____________________________________________________________________________
5633[ 991] By: gsar on 1998/05/15 21:35:00
5634 Log: reverse integrate ansiperl (all except the
5635 C<attrs qw(package locked)> stuff, and the duplicate hunks)
5636 i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
5637 Branch: win32/perl
5638 !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
5639 !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
5640 !> utils/perldoc.PL
5641____________________________________________________________________________
5642[ 990] By: TimBunce on 1998/05/15 16:54:18
5643 Log: Title: "Add tests for die $ref"
5644 From: Graham Barr <gbarr@ti.com>
5645 Msg-ID: <355C6297.121B576B@ti.com>
5646 Files: MANIFEST t/op/die.t
5647 Branch: maint-5.004/perl
5648 + t/op/die.t
5649 ! MANIFEST
5650____________________________________________________________________________
5651[ 989] By: TimBunce on 1998/05/15 16:38:19
5652 Log: Title: "Fix t/op/ipcmsg.t for Digital UNIX"
5653 From: Jarkko Hietaniemi <jhi@iki.fi>
5654 Msg-ID: <199805151337.QAA01174@alpha.hut.fi>
5655 Files: t/op/ipcmsg.t
5656 Branch: maint-5.004/perl
5657 ! t/op/ipcmsg.t
5658____________________________________________________________________________
5659[ 988] By: mbeattie on 1998/05/15 16:28:08
5660 Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
5661 (manually applied and tweaked) to fix up SysV IPC semaphores for
5662 Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
5663 t/op/ipcsem.t for platforms which wanted to skip test. Completely
5664 disable ipcsem.t since it doesn't seem to work properly even when
5665 not skipped. This is _65.
5666 Branch: perl
5667 ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
5668 ! t/op/ipcmsg.t t/op/ipcsem.t
5669____________________________________________________________________________
5670[ 987] By: nick on 1998/05/15 16:03:35
5671 Log: Integrate win32
5672 Branch: ansiperl
5673 +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
5674 +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
5675 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5676 +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
5677 +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
5678 +> t/op/pos.t utils/perlcc.PL
5679 - ext/DynaLoader/DynaLoader.pm
5680 !> (integrate 208 files)
5681____________________________________________________________________________
5682[ 986] By: TimBunce on 1998/05/15 15:28:45
5683 Log: Title: "Patches for BeOS port of Perl, courtesy of Tom Spindler"
5684 From: Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
5685 Msg-ID: <199805042312.CAA09025@alpha.hut.fi>
5686 Files: MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
5687 Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
5688 plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
5689 win32/config.bc win32/config.vc win32/config_H.bc
5690 win32/config_H.vc
5691 Branch: maint-5.004/perl
5692 + README.beos beos/nm.c hints/beos.sh
5693 ! Configure MANIFEST Porting/Glossary config_h.SH
5694 ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
5695 ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
5696 ! win32/config.vc win32/config_H.bc win32/config_H.vc
5697____________________________________________________________________________
5698[ 985] By: TimBunce on 1998/05/15 15:02:43
5699 Log: Title: "allow die $ref"
5700 From: Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
5701 Msg-ID: <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
5702 Files: pp_ctl.c pp_sys.c util.c
5703
5704 Title: "ExtUtils::Manifest could truncate files during "make dist""
5705 From: "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
5706 koenig@kulturbox.de (Andreas J. Koenig)
5707 Msg-ID: <199805111048.MAA02573@arrakis.int.ein.cz>,
5708 <sfc90o8bgie.fsf@dubravka.in-berlin.de>
5709 Files: lib/ExtUtils/Manifest.pm
5710
5711 Title: "Autosplit doesn't like upper case letters in sub names on VMS"
5712 From: Dan Sugalski <sugalskd@osshe.edu>
5713 Msg-ID: <3.0.5.32.19980330152332.009cb130@osshe.edu>
5714 Files: lib/AutoSplit.pm
5715
5716 Title: "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
5717 From: "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
5718 J. Koenig), larry@wall.org (Larry Wall)
5719 Msg-ID: <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
5720 <sfc202c9jsb.fsf@anna.in-berlin.de>,
5721 <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
5722 Files: lib/AutoSplit.pm
5723 Branch: maint-5.004/perl
5724 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
5725 ! util.c
5726____________________________________________________________________________
5727[ 984] By: TimBunce on 1998/05/15 14:18:52
5728 Log: ------ CORE LANGUAGE ------
5729
5730 Title: "Fix close pipe returning status from wrong child"
5731 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
5732 Msg-ID: <199805142313.TAA02684@chapin.edu>,
5733 <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
5734 Files: t/io/pipe.t util.c
5735
5736 Title: "Avoid English.pm triggering load of Errno.pm"
5737 From: Tim Bunce
5738 Files: gv.c lib/English.pm
5739
5740 ------ DOCUMENTATION ------
5741
5742 Title: "Document child exit cause a parent sleep to end early"
5743 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5744 Msg-ID: <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
5745 Files: pod/perlfunc.pod
5746
5747 ------ EXTENSIONS ------
5748
5749 Title: "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
5750 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5751 Msg-ID: <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
5752 Files: MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
5753 ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
5754
5755 Title: "MM_VMS.pm fixes for building external library"
5756 From: Dan Sugalski <sugalskd@ous.edu>
5757 Msg-ID: <3.0.5.32.19980511160542.009dd480@ous.edu>
5758 Files: lib/ExtUtils/MM_VMS.pm
5759
5760 Title: "Appease picky DEC compiler in POSIX.xs"
5761 From: Dan Sugalski <sugalskd@ous.edu>
5762 Msg-ID: <3.0.5.32.19980511161434.009f8bb0@ous.edu>
5763 Files: ext/POSIX/POSIX.xs
5764
5765 ------ TESTS ------
5766
5767 Title: "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
5768 From: Jarkko Hietaniemi <jhi@iki.fi>
5769 Msg-ID: <199805121212.PAA15351@alpha.hut.fi>
5770 Files: t/op/ipcsem.t
5771
5772 Title: "Fix doc bug for system() return value"
5773 From: Daniel Grisinger <dgris@perrin.dimensional.com>
5774 Msg-ID: <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
5775 Files: pod/perlfunc.pod t/op/exec.t
5776
5777 ------ UTILITIES ------
5778
5779 Title: "Avoid possible constant autoload loop"
5780 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
5781 Zakharevich <ilya@math.ohio-state.edu>
5782 Msg-ID: <199805141910.PAA26994@monk.mps.ohio-state.edu>,
5783 <355B475A.C5AD4B90@ti.com>,
5784 <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
5785 Files: utils/h2xs.PL
5786
5787 Title: "Further improvements to h2ph.PL"
5788 From: kstar@chapin.edu
5789 Msg-ID: <199805130241.WAA25459@chapin.edu>
5790 Files: utils/h2ph.PL
5791 Branch: maint-5.004/perl
5792 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
5793 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
5794 ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
5795 ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
5796 ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
5797
5798----------------
5799Version 5.004_64
5800----------------
5801
5802____________________________________________________________________________
5803[ 983] By: mbeattie on 1998/05/15 14:04:17
5804 Log: Integrate win32 branch into mainline.
5805 Branch: perl
5806 +> Porting/patching.pod t/op/defins.t
5807 !> (integrate 107 files)
5808____________________________________________________________________________
5809[ 982] By: TimBunce on 1998/05/15 12:33:26
5810 Log: Title: "comment init_postdump_symbols issues"
5811 From: Tim Bunce
5812 Files: perl.c
5813
5814 Title: "Improve sort docs re SUBNAME"
5815 From: circle@azstarnet.com
5816 Msg-ID: <199804281828.LAA22737@andromeda.azstarnet.com>
5817 Files: pod/perlfunc.pod
5818 Branch: maint-5.004/perl
5819 ! perl.c pod/perlfunc.pod
5820____________________________________________________________________________
5821[ 981] By: TimBunce on 1998/05/15 11:47:28
5822 Log: Title: "Add hook to tie %! to external Errno.pm module (not included)"
5823 From: Graham Barr <gbarr@ti.com>
5824 Msg-ID: <355080CD.1111BC81@ti.com>
5825 Files: gv.c
5826 Branch: maint-5.004/perl
5827 ! gv.c
5828____________________________________________________________________________
5829[ 980] By: gsar on 1998/05/15 06:16:13
5830 Log: add doc for C<+{}> vs. C<{;}> disambiguation
5831 Branch: win32/perl
5832 ! pod/perlref.pod
5833____________________________________________________________________________
5834[ 979] By: gsar on 1998/05/15 04:59:47
5835 Log: tweaks to win32 makefiles. This version builds and passes all
5836 tests on Solaris/gcc, win32/[bv]c. Looks all set to go.
5837 Branch: win32/perl
5838 ! win32/Makefile win32/makefile.mk
5839____________________________________________________________________________
5840[ 978] By: gsar on 1998/05/15 02:41:58
5841 Log: merge changes#922,944,949,965,970 from maintbranch
5842 Branch: win32/perl
5843 + Porting/patching.pod t/op/defins.t
5844 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
5845 ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
5846 ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
5847 ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
5848 ! utils/perlbug.PL
5849____________________________________________________________________________
5850[ 977] By: gsar on 1998/05/15 02:15:25
5851 Log: merge changes#906,907,909,910 from maintbranch
5852 Branch: win32/perl
5853 ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
5854 ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
5855 ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
5856 ! util.c
5857____________________________________________________________________________
5858[ 976] By: gsar on 1998/05/15 01:34:53
5859 Log: merge change#905 from maintbranch, minor fixes to get
5860 clean build+test on Solaris
5861 Branch: win32/perl
5862 ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
5863 ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
5864 ! regcomp.c sv.c t/op/taint.t toke.c
5865____________________________________________________________________________
5866[ 975] By: gsar on 1998/05/14 23:34:26
5867 Log: merge change#904 from maintbranch
5868 Branch: win32/perl
5869 ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
5870 ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
5871 ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
5872 ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
5873 ! vms/descrip.mms
5874____________________________________________________________________________
5875[ 974] By: gsar on 1998/05/14 23:11:05
5876 Log: merge change#897 from maintbranch
5877 Branch: win32/perl
5878 ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
5879 ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
5880 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
5881 ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
5882 ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
5883 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
5884 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5885 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
5886 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
5887 ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
5888 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5889 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
5890 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
5891 ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
5892 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
5893 ! win32/config_H.bc win32/config_H.vc win32/win32.c
5894 ! x2p/find2perl.PL
5895____________________________________________________________________________
5896[ 973] By: gsar on 1998/05/14 22:24:26
5897 Log: integrate mainline
5898 Branch: win32/perl
5899 + Porting/Contract
5900 +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
5901 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
5902 +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
5903 +> utils/perlcc.PL
5904 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
5905 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
5906 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
5907 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
5908 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
5909 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
5910 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
5911 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
5912 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
5913 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
5914 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
5915 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
5916 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5917 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
5918 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
5919 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
5920 ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
5921 ! win32/config.vc win32/config_H.bc win32/config_H.vc
5922 ! win32/win32.c x2p/find2perl.PL
5923 !> (integrate 59 files)
5924____________________________________________________________________________
5925[ 972] By: nick on 1998/05/14 18:09:01
5926 Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
5927 Remove K&R style functions, avoid struct/typedef clash.
5928 Branch: ansiperl
5929 ! bytecode.h byterun.c sv.c toke.c
5930____________________________________________________________________________
5931[ 971] By: TimBunce on 1998/05/14 16:52:19
5932 Log:
5933 Title: "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
5934 From: Gurusamy Sarathy <gsar@engin.umich.edu>
5935 Msg-ID: <199805070402.AAA02858@aatma.engin.umich.edu>
5936 Files: pp.c
5937 Branch: maint-5.004/perl
5938 ! pp.c
5939____________________________________________________________________________
5940[ 970] By: TimBunce on 1998/05/14 16:18:06
5941 Log:
5942 Title: "perlbug reformatted"
5943 From: Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
5944 <hv@crypt0.demon.co.uk>
5945 Msg-ID: <199805110954.LAA20367@dorlas.elsevier.nl>,
5946 <l03130300b17cebcb6d33@[194.222.64.89]>,
5947 <v03110702b17ccbab6824@[195.95.102.67]>
5948 Files: utils/perlbug.PL
5949 Branch: maint-5.004/perl
5950 ! utils/perlbug.PL
5951____________________________________________________________________________
5952[ 969] By: mbeattie on 1998/05/14 16:15:09
5953 Log: Integrate win32 branch into mainline
5954 Branch: perl
5955 +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
5956 +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
5957 - ext/DynaLoader/DynaLoader.pm
5958 !> (integrate 118 files)
5959____________________________________________________________________________
5960[ 968] By: mbeattie on 1998/05/14 16:05:57
5961 Log: Bump patchlevel to 65
5962 Branch: perl
5963 ! patchlevel.h
5964____________________________________________________________________________
5965[ 967] By: mbeattie on 1998/05/14 16:05:19
5966 Log: Another fixup of MANIFEST
5967 Branch: perl
5968 ! MANIFEST
5969____________________________________________________________________________
5970[ 966] By: mbeattie on 1998/05/14 16:02:20
5971 Log: Add missing files to MANIFEST
5972 Branch: perl
5973 ! MANIFEST
5974____________________________________________________________________________
5975[ 965] By: TimBunce on 1998/05/14 16:00:11
5976 Log:
5977 Title: "Sub declaration cost reduced from ~500 to ~100 bytes"
5978 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5979 Msg-ID: <199805050607.CAA02050@monk.mps.ohio-state.edu>
5980 Files: gv.h gv.c op.c
5981 Branch: maint-5.004/perl
5982 ! gv.c gv.h op.c
5983____________________________________________________________________________
5984[ 964] By: mbeattie on 1998/05/14 15:58:01
5985 Log: Subject: [PATCH] Using Getopts::* with strict vars
5986 Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
5987 From: Tom Phoenix <rootbeer@teleport.com>
5988 Branch: perl
5989 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
5990____________________________________________________________________________
5991[ 963] By: mbeattie on 1998/05/14 15:56:53
5992 Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
5993 Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
5994 From: epeschko@den-mdev1 (Ed Peschko)
5995 Branch: perl
5996 + utils/perlcc.PL
5997 ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
5998 ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
5999____________________________________________________________________________
6000[ 962] By: mbeattie on 1998/05/14 15:45:28
6001 Log: From: Dan Sugalski <sugalskd@ous.edu>
6002 Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
6003 Date: Wed, 08 Apr 1998 17:08:48 -0700
6004 Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
6005 Date: Fri, 08 May 1998 10:49:16 -0700
6006 Branch: perl
6007 ! ext/Thread/Thread.pm
6008____________________________________________________________________________
6009[ 961] By: mbeattie on 1998/05/14 15:43:39
6010 Log: Subject: Consolidated patch to 5.004_64
6011 Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
6012 From: Charles Bailey <BAILEY@newman.upenn.edu>
6013 Branch: perl
6014 ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
6015 ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
6016 ! vms/config.vms vms/descrip.mms vms/genconfig.pl
6017 ! vms/perlvms.pod
6018____________________________________________________________________________
6019[ 960] By: mbeattie on 1998/05/14 15:41:41
6020 Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
6021 Date: 07 Apr 1998 18:31:21 +0200
6022 From: JVromans@Squirrel.nl (Johan Vromans)
6023 Branch: perl
6024 ! lib/Getopt/Long.pm
6025____________________________________________________________________________
6026[ 959] By: mbeattie on 1998/05/14 15:39:29
6027 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6028 Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time
6029 Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
6030 Subject: [PATCH] perl 5.004_64+Config_04
6031 Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
6032 Branch: perl
6033 ! lib/Benchmark.pm pod/perlfunc.pod
6034____________________________________________________________________________
6035[ 958] By: mbeattie on 1998/05/14 15:36:30
6036 Log: From: kstar@chapin.edu
6037 Subject: [PATCH] hints for Irix 6
6038 Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
6039 Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
6040 Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
6041 Branch: perl
6042 ! INSTALL hints/irix_6.sh installperl
6043____________________________________________________________________________
6044[ 957] By: mbeattie on 1998/05/14 15:33:48
6045 Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
6046 Date: Mon, 06 Apr 1998 21:09:24 +0200
6047 From: Achim Bohnet <ach@mpe.mpg.de>
6048 Branch: perl
6049 ! lib/ExtUtils/Install.pm
6050____________________________________________________________________________
6051[ 956] By: mbeattie on 1998/05/14 15:32:39
6052 Log: Subject: [PATCH] Config: Irix 5 hints
6053 Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
6054 From: kstar@O2.chapin.edu
6055 Branch: perl
6056 ! hints/irix_5.sh
6057____________________________________________________________________________
6058[ 955] By: mbeattie on 1998/05/14 15:31:12
6059 Log: Subject: PATCH: h2ph produces incorrect code
6060 Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
6061 From: Billy <wdconsta@cs.adelaide.edu.au>
6062 Branch: perl
6063 ! utils/h2ph.PL
6064____________________________________________________________________________
6065[ 954] By: mbeattie on 1998/05/14 15:29:27
6066 Log: Subject: [PATCH] perldebug.pod
6067 Date: Mon, 6 Apr 1998 00:36:57 -0600
6068 From: jason stewart <jasons@sandy-home.arc.unm.edu>
6069 Branch: perl
6070 ! pod/perldebug.pod
6071____________________________________________________________________________
6072[ 953] By: mbeattie on 1998/05/14 15:28:00
6073 Log: From: Dominic Dunlop <domo@vo.lu>
6074 Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
6075 Date: Wed, 6 May 1998 14:39:32 +0000
6076 Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
6077 Date: Sat, 4 Apr 1998 19:44:34 +0000
6078 Branch: perl
6079 ! hints/machten.sh t/op/hashwarn.t
6080____________________________________________________________________________
6081[ 952] By: mbeattie on 1998/05/14 15:23:19
6082 Log: New pod/perldelta.pod (previous one branched in last change):
6083 Subject: [PATCH 5.004_64] Start new perldelta
6084 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6085 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6086 Branch: perl
6087 + pod/perldelta.pod
6088____________________________________________________________________________
6089[ 951] By: mbeattie on 1998/05/14 15:20:43
6090 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6091 Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
6092 Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
6093 Subject: [PATCH 5.004_64] Start new perldelta
6094 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
6095 (above branched perldelta -> perldelta4, new perldelta will be
6096 created/added next change)
6097 Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
6098 Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
6099 Branch: perl
6100 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
6101 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
6102 +> pod/perldelta4.pod
6103 - pod/perldelta.pod
6104 ! MANIFEST hints/svr4.sh
6105____________________________________________________________________________
6106[ 949] By: TimBunce on 1998/05/14 15:11:30
6107 Log:
6108 Title: "while($x=<>) no longer warns (implicit defined added)"
6109 From: Nick Ing-Simmons <nik@tiuk.ti.com>
6110 Msg-ID: <199805051035.LAA27365@pluto.tiuk.ti.com>
6111 Files: MANIFEST op.c t/op/defins.t
6112 Branch: maint-5.004/perl
6113 + t/op/defins.t
6114 ! MANIFEST op.c
6115____________________________________________________________________________
6116[ 948] By: mbeattie on 1998/05/14 15:09:51
6117 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6118 Subject: [PATCH for 5.004_64] Configure patch Config_64-01
6119 Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
6120 Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
6121 Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
6122 Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
6123 Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
6124 Subject: [PATCH 5.004_64] Config_64-03-04.diff
6125 Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
6126 Branch: perl
6127 + README.beos beos/nm.c hints/beos.sh
6128 ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
6129 ! Porting/Glossary Porting/config.sh Porting/config_H
6130 ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
6131 ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
6132 ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
6133 ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
6134 ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
6135 ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
6136 ! win32/config.vc win32/config_H.bc win32/config_H.vc
6137____________________________________________________________________________
6138[ 946] By: TimBunce on 1998/05/14 15:07:06
6139 Log:
6140 Title: "Fix PERL_DESTRUCT_LEVEL core dumps"
6141 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6142 Msg-ID: <199805062301.TAA24599@aatma.engin.umich.edu>
6143 Files: perl.c sv.c t/op/misc.t
6144 Branch: maint-5.004/perl
6145 ! perl.c sv.c t/op/misc.t
6146____________________________________________________________________________
6147[ 945] By: mbeattie on 1998/05/14 15:00:31
6148 Log: Subject: Perl Social Contract
6149 Date: 13 Apr 1998 06:16:59 -0700
6150 From: Russ Allbery <rra@stanford.edu>
6151 Branch: perl
6152 + Porting/Contract
6153____________________________________________________________________________
6154[ 944] By: TimBunce on 1998/05/14 14:59:37
6155 Log:
6156 Title: "5.004_04-m2 Cleanup of test failures"
6157 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6158 Msg-ID: <199805070416.AAA03082@aatma.engin.umich.edu>
6159 Files: t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6160 win32/config.bc win32/config.vc
6161 Branch: maint-5.004/perl
6162 ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
6163 ! win32/config.bc win32/config.vc
6164____________________________________________________________________________
6165[ 943] By: mbeattie on 1998/05/14 14:58:13
6166 Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
6167 Subject: [PATCH 5.004_64] Test.pm update
6168 Date: Sat, 4 Apr 1998 08:33:50 -0500
6169 Subject: [PATCH 5.004_64] modcount + comments
6170 Date: Fri, 17 Apr 1998 16:07:35 -0400
6171 Branch: perl
6172 ! lib/Test.pm op.c thrdvar.h
6173____________________________________________________________________________
6174[ 942] By: mbeattie on 1998/05/14 14:49:43
6175 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6176 Subject: [PATCH 5.004_64] newSV
6177 Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
6178 Subject: [PATCH 5.004_64] Cryptic error from B::CC
6179 Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
6180 Branch: perl
6181 ! ext/B/B/CC.pm handy.h proto.h sv.c
6182____________________________________________________________________________
6183[ 941] By: mbeattie on 1998/05/14 14:47:29
6184 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6185 Subject: [PATCH 5.004_64] anydbm.t
6186 Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
6187 Subject: [PATCH 5.004_64] threads on OS/2
6188 Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
6189 Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
6190 Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
6191 Subject: [PATCH 5.004_64] Immediate stop in debugger
6192 Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
6193 Subject: [PATCH 5.005_64] ptags broken
6194 Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
6195 Subject: [PATCH 5.004_64] Document switch syntax via RE
6196 Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
6197 Branch: perl
6198 ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6199 ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
6200 ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
6201____________________________________________________________________________
6202[ 940] By: mbeattie on 1998/05/14 14:38:44
6203 Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of normal VMS perl build
6204 Date: Fri, 03 Apr 1998 16:01:57 -0800
6205 From: Dan Sugalski <sugalskd@osshe.edu>
6206 Branch: perl
6207 ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
6208 ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
6209____________________________________________________________________________
6210[ 939] By: mbeattie on 1998/05/14 14:35:42
6211 Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled with MULTIPLICITY
6212 Date: Fri, 03 Apr 1998 13:58:15 -0800
6213 From: Dan Sugalski <sugalskd@osshe.edu>
6214 Branch: perl
6215 ! perl.c
6216____________________________________________________________________________
6217[ 938] By: gsar on 1998/05/14 10:53:55
6218 Log: merge change#896 from maintbranch
6219 Branch: win32/perl
6220 ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
6221 ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
6222 ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
6223 ! t/op/gv.t t/op/misc.t t/op/pack.t
6224____________________________________________________________________________
6225[ 937] By: gsar on 1998/05/14 09:31:34
6226 Log: merge change#887 from maintbranch
6227 Branch: win32/perl
6228 + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
6229 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
6230 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
6231 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
6232 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
6233 ! t/op/stat.t toke.c utils/h2xs.PL
6234____________________________________________________________________________
6235[ 936] By: gsar on 1998/05/14 09:06:18
6236 Log: merge change#886 from maintbranch
6237 Branch: win32/perl
6238 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
6239 ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
6240 ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
6241 ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
6242 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6243 ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
6244 ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
6245 ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
6246 ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
6247 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
6248 ! vms/test.com
6249____________________________________________________________________________
6250[ 935] By: gsar on 1998/05/14 07:00:02
6251 Log: merge changes#872,873 from maintbranch
6252 Branch: win32/perl
6253 ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
6254 ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
6255 ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
6256 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
6257 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
6258 ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
6259 ! utils/perldoc.PL
6260____________________________________________________________________________
6261[ 934] By: gsar on 1998/05/14 06:24:38
6262 Log: merge changes#755..759,763,764 from maintbranch
6263 Branch: win32/perl
6264 + hints/openbsd.sh
6265 ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
6266 ! t/op/pos.t utils/perldoc.PL
6267____________________________________________________________________________
6268[ 933] By: gsar on 1998/05/14 06:07:31
6269 Log: merge change#754 from maintbranch
6270 Branch: win32/perl
6271 ! perl.c
6272____________________________________________________________________________
6273[ 932] By: gsar on 1998/05/14 06:03:50
6274 Log: merge changes#752,753 from maintbranch
6275 Branch: win32/perl
6276 + t/op/pos.t
6277 ! README ext/GDBM_File/GDBM_File.pm
6278 ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
6279____________________________________________________________________________
6280[ 931] By: gsar on 1998/05/14 05:51:19
6281 Log: merge change#745 from maintbranch
6282 Branch: win32/perl
6283 + ext/DynaLoader/DynaLoader.pm.PL
6284 - ext/DynaLoader/DynaLoader.pm
6285 ! MANIFEST ext/DynaLoader/Makefile.PL
6286____________________________________________________________________________
6287[ 930] By: nick on 1998/05/13 20:39:59
6288 Log: resolve -at //depot/win32 into ansiperl for C++ testing.
6289 Branch: ansiperl
6290 ! utils/perldoc.PL
6291 !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
6292 !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
6293 !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
6294 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6295 !> win32/makedef.pl win32/makefile.mk
6296____________________________________________________________________________
6297[ 929] By: gsar on 1998/05/13 10:13:36
6298 Log: merge change#687 from maintbranch
6299 Branch: win32/perl
6300 ! pod/perlfunc.pod
6301____________________________________________________________________________
6302[ 928] By: gsar on 1998/05/13 10:08:13
6303 Log: merge change#683 from maintbranch
6304 Branch: win32/perl
6305 ! pod/perlguts.pod
6306____________________________________________________________________________
6307[ 927] By: gsar on 1998/05/13 09:51:43
6308 Log: merge change#681 from maintbranch
6309 Branch: win32/perl
6310 ! ext/Fcntl/Fcntl.pm
6311____________________________________________________________________________
6312[ 926] By: gsar on 1998/05/13 09:47:11
6313 Log: merge change#664 from maint branch
6314 Branch: win32/perl
6315 ! regcomp.c regcomp.h regexec.c
6316____________________________________________________________________________
6317[ 925] By: gsar on 1998/05/13 08:55:28
6318 Log: merge missing part of change#663 from maint branch
6319 Branch: win32/perl
6320 ! op.c
6321____________________________________________________________________________
6322[ 924] By: gsar on 1998/05/12 18:50:04
6323 Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
6324 and seems to generate problematic code for PII.
6325 Branch: win32/perl
6326 ! win32/makefile.mk
6327____________________________________________________________________________
6328[ 923] By: gsar on 1998/05/12 16:24:02
6329 Log: fix test failure
6330 Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
6331 Date: Tue, 12 May 1998 10:40:57 BST
6332 From: Nick.Ing-Simmons@tiuk.ti.com
6333 Subject: test buglet
6334 Branch: win32/perl
6335 ! t/op/hashwarn.t
6336____________________________________________________________________________
6337[ 922] By: TimBunce on 1998/05/11 20:58:58
6338 Log: Assorted patches:
6339
6340 ------ CORE LANGUAGE ------
6341
6342 Title: "incorrect return value for hv_iterinit"
6343 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6344 Msg-ID: <199805031848.OAA20618@aatma.engin.umich.edu>
6345 Files: pod/perlguts.pod hv.c
6346
6347 ------ DOCUMENTATION ------
6348
6349 Title: "perlvar.pod buglet E<EVMSERR>"
6350 From: Achim Bohnet <ach@mpe.mpg.de>
6351 Msg-ID: <9805041415.AA22185@o09.xray.mpe.mpg.de>
6352 Files: pod/perlvar.pod
6353
6354 Title: "Improve docs for warning about code after an exec()"
6355 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
6356 <chaimf@concentric.net>
6357 Msg-ID: <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
6358 <m3ra22qn1z.fsf@chany-p100.emwp.com>
6359 Files: pod/perlfunc.pod
6360
6361 Title: "Remove dead code from pod2man"
6362 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6363 Msg-ID: <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
6364 Files: pod/pod2man.PL
6365
6366 Title: "tweak doc for C<do FILENAME>"
6367 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6368 Msg-ID: <199805090017.UAA06888@aatma.engin.umich.edu>
6369 Files: pod/perlfunc.pod
6370
6371 Title: "Document integer pragma effect on % operator"
6372 From: Gisle Aas <gisle@aas.no>
6373 Msg-ID: <m3yawjmzhx.fsf@furu.g.aas.no>
6374 Files: pod/perlop.pod
6375
6376 Title: "Reduce rm command line length in pod/Makefile"
6377 From: Hugo van der Sanden <h.sanden@elsevier.nl>
6378 Msg-ID: <199805041423.QAA13199@dorlas.elsevier.nl>
6379 Files: pod/Makefile
6380
6381 ------ EXTENSIONS ------
6382
6383 Title: "Clarify Termios usage in POSIX.pod"
6384 From: Rocco Caputo <troc@netrus.net>
6385 Msg-ID: <199805101952.PAA12738@ns.netrus.net>
6386 Files: ext/POSIX/POSIX.pod
6387
6388 ------ LIBRARY ------
6389
6390 Title: "Fix File::Find::finddepth typo in trial 2 release"
6391 From: koenig@kulturbox.de (Andreas J. Koenig)
6392 Msg-ID: <sfcbttflsjz.fsf@dubravka.in-berlin.de>
6393 Files: lib/File/Find.pm t/lib/filefind.t
6394
6395 ------ PORTABILITY - GENERAL ------
6396
6397 Title: "Add Porting/patching.pod document"
6398 From: Daniel Grisinger <dgris@tdrenterprises.com>
6399 Msg-ID: <199805030305.XAA16147@relay.pair.com>
6400 Files: MANIFEST Porting/patching.pod
6401
6402 Title: "hints/machten.sh: disable semctl(), align with devel version"
6403 From: Dominic Dunlop <domo@vo.lu>
6404 Msg-ID: <v03110701b175fc029eb1@[195.95.102.115]>
6405 Files: hints/machten.sh
6406
6407 Title: "Add VMS specifics to Porting/makerel"
6408 From: Charles Bailey <BAILEY@newman.upenn.edu>
6409 Msg-ID: <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
6410 <199804271732.SAA13762@toad.ig.co.uk>,
6411 <9804250212.AA27695@forte.com>
6412 Files: Porting/makerel
6413 Branch: maint-5.004/perl
6414 + Porting/patching.pod
6415 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
6416 ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
6417 ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
6418 ! t/lib/filefind.t
6419____________________________________________________________________________
6420[ 921] By: gsar on 1998/05/10 02:28:03
6421 Log: various tweaks to makefiles
6422 Branch: win32/perl
6423 ! win32/Makefile win32/makedef.pl win32/makefile.mk
6424____________________________________________________________________________
6425[ 920] By: gsar on 1998/05/10 02:27:19
6426 Log: fix ExtUtils::Liblist mishandling paths with spaces
6427 Branch: win32/perl
6428 ! lib/ExtUtils/Liblist.pm
6429____________________________________________________________________________
6430[ 919] By: gsar on 1998/05/09 17:10:15
6431 Log: minor cleanup
6432 Branch: win32/perl
6433 ! MANIFEST perl.c
6434____________________________________________________________________________
6435[ 918] By: gsar on 1998/05/09 17:09:09
6436 Log: protect sortcop from C<sort { sort { ... } ... } ...>
6437 Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
6438 Date: Fri, 08 May 1998 19:33:44 EDT
6439 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6440 Subject: [PATCH] Re: double recursion in sort
6441 Branch: win32/perl
6442 ! pp_ctl.c t/op/runlevel.t
6443____________________________________________________________________________
6444[ 917] By: gsar on 1998/05/09 17:05:55
6445 Log: c
6446 Branch: win32/perl
6447 ! win32/config.bc win32/config.gc win32/config.vc
6448____________________________________________________________________________
6449[ 916] By: gsar on 1998/05/07 03:40:15
6450 Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
6451 Branch: win32/perl
6452 ! pp.c
6453____________________________________________________________________________
6454[ 915] By: mbeattie on 1998/05/06 13:08:29
6455 Log: Speed up pp_entersub for usethreads with only 1 thread running.
6456 Branch: perl
6457 ! pp_hot.c
6458____________________________________________________________________________
6459[ 914] By: gsar on 1998/05/03 18:44:38
6460 Log: make hv_iterinit() return HvKEYS()
6461 Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
6462 Date: Sat, 02 May 1998 16:29:22 EDT
6463 From: "SynaptiCAD, Inc." <sales@syncad.com>
6464 Subject: incorrect return value for hv_iterinit
6465 Branch: win32/perl
6466 ! hv.c pod/perlguts.pod
6467____________________________________________________________________________
6468[ 913] By: TimBunce on 1998/05/01 22:38:38
6469 Log: Update MANIFEST for trial 2.
6470 (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
6471 Branch: maint-5.004/perl
6472 ! MANIFEST
6473____________________________________________________________________________
6474[ 912] By: TimBunce on 1998/05/01 22:30:29
6475 Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
6476 Branch: maint-5.004/perl
6477 + t/op/tiehandle.t
6478____________________________________________________________________________
6479[ 911] By: TimBunce on 1998/05/01 21:35:03
6480 Log:
6481 Title: "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
6482 From: timbo@ig.co.uk (Tim Bunce)
6483 Msg-ID: <199804200854.JAA01482@toad.ig.co.uk>
6484 Files: perl.h
6485
6486 Title: "Add WRITE & CLOSE to TIEHANDLE"
6487 From: Graham Barr <gbarr@pobox.com>
6488 Msg-ID: <34F63DC8.CA95670F@pobox.com>
6489 Files: pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
6490 Branch: maint-5.004/perl
6491 + lib/Tie/Handle.pm
6492 ! perl.h pod/perltie.pod pp_sys.c
6493____________________________________________________________________________
6494[ 910] By: TimBunce on 1998/05/01 20:47:47
6495 Log:
6496 Title: "Add warning for Illegal hex digit"
6497 From: Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
6498 <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
6499 Msg-ID: <199804232219.SAA02267@spp.users.ds.net>,
6500 <199804271409.PAA12819@toad.ig.co.uk>,
6501 <199804280307.WAA12332@psasolar.psa.pencom.com>
6502 Files: pod/perldiag.pod util.c
6503
6504 Title: "perl_call_method() bug fix (corrupt op pointer)"
6505 From: "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
6506 Msg-ID: <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
6507 Files: perl.c
6508
6509 Title: "Fix printf segmentation fault"
6510 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
6511 Msg-ID: <l03130300b16bebdbc314@[194.222.64.89]>
6512 Files: pp_hot.c
6513
6514 Title: "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
6515 From: Charles Bailey <BAILEY@newman.upenn.edu>
6516 Msg-ID: <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
6517 Files: pod/perlsub.pod
6518 Branch: maint-5.004/perl
6519 ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
6520____________________________________________________________________________
6521[ 909] By: TimBunce on 1998/05/01 19:44:47
6522 Log:
6523 Title: "Change Ilya's do_binmode to K&R prototype and move to doio.c"
6524 Files: doio.c util.c
6525 Branch: maint-5.004/perl
6526 ! doio.c util.c
6527____________________________________________________________________________
6528[ 908] By: gsar on 1998/05/01 19:21:02
6529 Log: add AS patch#20 (exposes more global constants)
6530 Branch: asperl
6531 ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
6532 ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
6533 ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
6534____________________________________________________________________________
6535[ 907] By: TimBunce on 1998/05/01 17:50:46
6536 Log:
6537 Title: "Runtime Carp verbosity without aliasing"
6538 From: Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
6539 Msg-ID: <H00000e50003936c@MHS>
6540 Files: lib/Carp.pm
6541
6542 Title: "Fix File::Basename to not untaint results (using new //t flag)"
6543 From: Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
6544 <rootbeer@teleport.com>
6545 Msg-ID: <199710070515.WAA00682@finity.citysearch.com>,
6546 <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
6547 Files: lib/File/Basename.pm
6548 Branch: maint-5.004/perl
6549 ! lib/Carp.pm lib/File/Basename.pm
6550____________________________________________________________________________
6551[ 906] By: TimBunce on 1998/04/28 11:04:49
6552 Log:
6553 ------ CORE LANGUAGE ------
6554
6555 Title: "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
6556 references in LVs"
6557 From: Spider Boardman <spider@orb.nashua.nh.us>
6558 Msg-ID: <199804010541.AAA32615@Orb.Nashua.NH.US>,
6559 <19980422164037.D29222@perl.org>
6560 Files: embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
6561 pp.c sv.c
6562
6563 Title: "Fix SvGMAGIC typo in change 904"
6564 Files: doop.c
6565 Branch: maint-5.004/perl
6566 ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
6567 ! proto.h sv.c
6568____________________________________________________________________________
6569[ 905] By: TimBunce on 1998/04/28 10:32:20
6570 Log: Regexp patches
6571
6572 Title: "New regex flag //t to leave $1 etc. tainted"
6573 From: Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
6574 Msg-ID: <19980310192640.37826@cyprus>
6575 Files: pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
6576 t/op/taint.t toke.c
6577
6578 Title: "Don't accidentally untaint target of s///"
6579 From: Chip Salzenberg <chip@pobox.com>
6580 Msg-ID: <19980310151756.24767@cyprus>
6581 Files: pp_ctl.c pp_hot.c t/op/taint.t
6582
6583 Title: "Allow but ignore embedded /...(?o).../ in regexp"
6584 From: h.sanden@elsevier.nl (Hugo van der Sanden)
6585 Msg-ID: <199804201243.OAA08244@dorlas.elsevier.nl>
6586 Files: regcomp.c
6587 Branch: maint-5.004/perl
6588 ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
6589 ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
6590____________________________________________________________________________
6591[ 904] By: TimBunce on 1998/04/27 20:20:21
6592 Log: Assorted patches:
6593
6594 ------ CORE LANGUAGE ------
6595
6596 Title: "Protect join() against double reads on undef and SvGMAGICALs"
6597 From: Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
6598 <Tim.Bunce@ig.co.uk>
6599 Msg-ID: <19980424080630.D13985@perl.org>
6600 Files: doop.c
6601
6602 Title: "Better error message for require failure"
6603 From: epeschko@den-mdev1 (Ed Peschko)
6604 Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
6605 Files: pod/perldiag.pod pp_ctl.c
6606
6607 Title: "fixes for various noises under PERL_DESTRUCT_LEVEL"
6608 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6609 Msg-ID: <199804231926.PAA23969@aatma.engin.umich.edu>
6610 Files: perl.c
6611
6612 Title: "Fix nice_chunk memory leak"
6613 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6614 Msg-ID: <199804052347.TAA15699@aatma.engin.umich.edu>
6615 Files: sv.c
6616
6617 Title: "-2.0 vs. -2 (was Number representations)"
6618 From: Chip Salzenberg <chip@pobox.com>
6619 Msg-ID: <19980309185652.11231@cyprus>
6620 Files: op.c
6621
6622 Title: "perl.c fixes for -DUNEXEC"
6623 From: Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
6624 <mwette@mr-ed.jpl.nasa.gov>
6625 Msg-ID: <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
6626 Files: perl.c
6627
6628 ------ DOCUMENTATION ------
6629
6630 Title: "perlcall is Perl from C, not C from Perl"
6631 From: Steve A Fink <sfink@cs.berkeley.edu>
6632 Files: pod/perlembed.pod
6633
6634 Title: "Clarify require "Foo::Bar" non-bareword issue"
6635 From: Dominique Dumont <domi@ss7serv.grenoble.hp.com>
6636 Msg-ID: <199804231527.AA153445256@ss7serv.grenoble.hp.com>
6637 Files: pod/perlfunc.pod
6638
6639 Title: "(repost) new text for perlsec", "new text for perlsec"
6640 From: Tom Phoenix <rootbeer@teleport.com>
6641 Msg-ID: <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
6642 Files: pod/perlsec.pod
6643
6644 ------ EXTENSIONS ------
6645
6646 Title: "IO::Socket->socketpair broken (typo)"
6647 From: Olaf Titz <olaf@bigred.inka.de>
6648 Msg-ID: <19980425224535.2807.qmail@bigred.inka.de>
6649 Files: ext/IO/lib/IO/Socket.pm
6650
6651 Title: "NDBM_File man page needs Fcntl"
6652 From: "Danny R. Faught" <faught@mailhost.rsn.hp.com>
6653 Msg-ID: <199707011500.IAA00601@palrel3.hp.com>
6654 Files: ext/NDBM_File/NDBM_File.pm
6655
6656 ------ LIBRARY ------
6657
6658 Title: "Documentation discrepancy: pragmatic modules"
6659 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
6660 Msg-ID: <199804221525.RAA12695@dorlas.elsevier.nl>,
6661 <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
6662 Files: lib/strict.pm lib/subs.pm lib/vars.pm
6663
6664 ------ PORTABILITY - GENERAL ------
6665
6666 Title: "Updated hints file for svr4"
6667 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6668 Msg-ID: <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
6669 Files: hints/svr4.sh
6670
6671 Title: "Pumpkin update -- shared libperl.so location"
6672 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6673 Msg-ID: <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
6674 Files: Porting/pumpkin.pod
6675
6676 Title: "perl compile fix for AIX 4.3"
6677 From: Jens-Uwe Mager <jum@helios.de>
6678 Msg-ID: <199804261611.SAA34728@ans.helios.de>
6679 Files: ext/DynaLoader/dl_aix.xs
6680
6681 Title: "Dynaloader build on VMS",
6682 From: pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
6683 Msg-ID: <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
6684 Files: vms/descrip.mms
6685
6686 ------ UTILITIES ------
6687
6688 Title: "Major update to h2ph.PL"
6689 From: Billy <wdconsta@cs.adelaide.edu.au>
6690 Msg-ID: <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
6691 Files: utils/h2ph.PL
6692 Branch: maint-5.004/perl
6693 ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
6694 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
6695 ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
6696 ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
6697 ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
6698____________________________________________________________________________
6699[ 903] By: gsar on 1998/04/25 22:27:19
6700 Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
6701 Branch: asperl
6702 ! win32/GenCAPI.pl
6703____________________________________________________________________________
6704[ 902] By: nick on 1998/04/25 16:35:08
6705 Log: Case sensitive tweak to perldoc.PL
6706 Branch: ansiperl
6707 ! utils/perldoc.PL
6708____________________________________________________________________________
6709[ 901] By: nick on 1998/04/25 15:16:54
6710 Log: Implement use attrs qw(locked package);
6711 Passes all tests except posix (hangs/dies) in sigaction test after
6712 printing "ok 9".
6713 Branch: ansiperl
6714 ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
6715____________________________________________________________________________
6716[ 900] By: nick on 1998/04/25 13:58:17
6717 Log: Auto-insert defined() test in while when test expression is
6718 readline (i.e. <>), glob, readdir, or each.
6719 Branch: ansiperl
6720 + t/op/defins.t
6721 ! op.c pod/perlop.pod
6722____________________________________________________________________________
6723[ 899] By: nick on 1998/04/25 13:14:52
6724 Log: Resolve ansiperl against win32 branch
6725 Branch: ansiperl
6726 +> (branch 53 files)
6727 - config_H
6728 !> (integrate 227 files)
6729____________________________________________________________________________
6730[ 898] By: gsar on 1998/04/24 17:01:05
6731 Log: add AS patch#18
6732 Branch: asperl
6733 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
6734____________________________________________________________________________
6735[ 897] By: TimBunce on 1998/04/23 19:49:22
6736 Log: Assorted patches:
6737
6738 ------ CORE LANGUAGE ------
6739
6740 Title: "fix for "Unbalanced string table refcount""
6741 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6742 Msg-ID: <199804042251.RAA25527@aatma.engin.umich.edu>
6743 Files: sv.c
6744
6745 Title: "Allow more lenient switch processing"
6746 From: "John L. Allen" <allen@grumman.com>
6747 Msg-ID: <199803251638.LAA22664@gateway.grumman.com>
6748 Files: perl.c
6749
6750 Title: "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
6751 From: Gisle Aas <gisle@aas.no>
6752 Msg-ID: <m3g1jglqtm.fsf@furu.g.aas.no>
6753 Files: pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
6754
6755 Title: "Odd number of elements in hash list."
6756 From: Tom Phoenix <rootbeer@teleport.com>
6757 Msg-ID: <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
6758 Files: MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
6759
6760 Title: "another destruct_level fix"
6761 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6762 Msg-ID: <199804030105.UAA04400@aatma.engin.umich.edu>
6763 Files: hv.c
6764
6765 Title: "bidirectional pipe warning blues"
6766 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6767 Msg-ID: <9804082151.AA20399@claudius.bfsec.bt.co.uk>
6768 Files: doio.c
6769
6770 Title: "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
6771 From: Malcolm Beattie <mbeattie@sable.ox.ac.uk>
6772 Msg-ID: <199801191107.LAA17979@sable.ox.ac.uk>
6773 Files: pp_hot.c pp_sys.c
6774
6775 Title: "unimplemented umask() should return undef not die"
6776 From: kstar@chapin.edu (Kurt D. Starsinic)
6777 Msg-ID: <199803120515.VAA08660@chapin.edu>
6778 Files: pod/perlfunc.pod pp_sys.c
6779
6780 Title: "warning for: bless $foo, """
6781 From: Joshua.Pritikin@NewYork2.dmg.deuba.com
6782 Msg-ID: <H00000e5000378a0@MHS>
6783 Files: pod/perldiag.pod pp.c
6784
6785 ------ DOCUMENTATION ------
6786
6787 Title: "Mention SWIG in perlxs.pod"
6788 From: Steve A Fink <sfink@cs.berkeley.edu>
6789 Msg-ID: <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
6790 Files: pod/perlxs.pod
6791
6792 Title: "fix-up of previous perlre.pod patch"
6793 From: Ted Ashton <ashted@southern.edu>
6794 Msg-ID: <199803031540.KAA09388@ns.southern.edu>
6795 Files: pod/perlre.pod
6796
6797 Title: "long list of man page nitpicks"
6798 From: Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
6799 <tchrist@jhereg.perl.com>
6800 Msg-ID: <199804221844.NAA08338@pluto.cs.uah.edu>,
6801 <199804222204.QAA20805@jhereg.perl.com>
6802 Files: pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
6803 pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
6804 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6805 pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
6806 pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
6807 pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
6808 pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6809 pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6810 pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
6811 pod/pod2man.PL
6812
6813 Title: "document that system() does not set $! when it fails"
6814 From: "Mark R. Levinson" <mrl@isc.upenn.edu>
6815 Msg-ID: <199803011946.OAA31942@anaximander.dccs.upenn.edu>
6816 Files: pod/perlfunc.pod
6817
6818 Title: "Fix pod/roffitall execute permission"
6819 From: lvirden@cas.org
6820 Msg-ID: <1997Nov17.132031.2589892@cor.newman>
6821 Files: pod/roffitall
6822
6823 Title: "document when split ignores trailing empty fields"
6824 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
6825 Msg-ID: <l03130300b14fac832b77@[194.222.64.89]>
6826 Files: pod/perlfunc.pod
6827
6828 ------ EXTENSIONS ------
6829
6830 Title: "Buglet in Opcode.pm documentation"
6831 From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
6832 Msg-ID: <199804170349.XAA32445@sleipnir.valparaiso.cl>
6833 Files: ext/Opcode/Opcode.pm
6834
6835 Title: "Failure to append to perllocal.pod should not be fatal"
6836 From: koenig@kulturbox.de (Andreas J. Koenig)
6837 Msg-ID: <sfciuogy67x.fsf@dubravka.in-berlin.de>
6838 Files: lib/ExtUtils/MM_Unix.pm
6839
6840 Title: "Document that IO.pm does not load IO::Select etc"
6841 From: Graham Barr <gbarr@ti.com>
6842 Msg-ID: <353B48F1.64E35A63@ti.com>
6843 Files: ext/IO/IO.pm
6844
6845 Title: "Install extensions with bootstrap (again) in $archlib"
6846 From: Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
6847 Koenig)
6848 Msg-ID: <9804061909.AA12675@o09.xray.mpe.mpg.de>,
6849 <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
6850 Files: lib/ExtUtils/Install.pm
6851
6852 Title: "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
6853 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6854 Msg-ID: <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
6855 Files: ext/Socket/Socket.xs
6856
6857 ------ LIBRARY ------
6858
6859 Title: "Benchmark.pm: add run-for-some-time mode"
6860 From: Jarkko Hietaniemi <jhi@iki.fi>
6861 Msg-ID: <199804080647.JAA15136@alpha.hut.fi>
6862 Files: lib/Benchmark.pm
6863
6864 Title: "Comments added to Carp.pm"
6865 From: Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
6866 <chip@perlsupport.com>, Tom Christiansen
6867 <tchrist@jhereg.perl.com>
6868 Msg-ID: <19980422164242.E29222@perl.org>,
6869 <199804222033.OAA17959@jhereg.perl.com>,
6870 <980409182357.ZM21638@bandanna>
6871 Files: lib/Carp.pm
6872
6873 Title: "chat2.pl fix"
6874 From: Charles Bailey <BAILEY@newman.upenn.edu>
6875 Msg-ID: <01IVMVF507PO001NKH@cor.newman.upenn.edu>
6876 Files: lib/chat2.pl
6877
6878 Title: "lib/Pod/Html.pm"
6879 From: d-lewart@uiuc.edu (Daniel S. Lewart)
6880 Msg-ID: <199710170718.DAA25472@staff1.cso.uiuc.edu>,
6881 <199710180417.AAA19778@staff2.cso.uiuc.edu>
6882 Files: lib/Pod/Html.pm
6883
6884 Title: "ormaments method in Term/ReadLine.pm causes warning with string
6885 arg."
6886 From: hiroo.hayashi@computer.org
6887 Msg-ID: <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
6888 Files: lib/Term/ReadLine.pm
6889
6890 ------ OTHER CHANGES ------
6891
6892 Title: "ptags broken"
6893 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6894 Msg-ID: <199804120208.WAA29264@monk.mps.ohio-state.edu>
6895 Files: emacs/ptags
6896
6897 ------ PORTABILITY - WIN32 ------
6898
6899 Title: "win32 tweaks (signals and crypt support)"
6900 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6901 Msg-ID: <199804170505.BAA06413@aatma.engin.umich.edu>
6902 Files: perl.h win32/config.bc win32/config.vc win32/config_H.bc
6903 win32/config_H.vc win32/win32.c
6904
6905 ------ PORTABILITY - GENERAL ------
6906
6907 Title: "Add Social Contract (2nd Draft) as Porting/Contract"
6908 From: Russ Allbery <rra@stanford.edu>
6909 Msg-ID: <m3btw66n8i.fsf@windlord.Stanford.EDU>
6910 Files: Porting/Contract
6911
6912 Title: "Config: Irix 5 hints"
6913 From: kstar@O2.chapin.edu
6914 Msg-ID: <199804061712.NAA22823@O2.chapin.edu>
6915 Files: hints/irix_5.sh
6916
6917 Title: "VMS patches to 5.004_03"
6918 From: Charles Bailey <BAILEY@newman.upenn.edu>
6919 Msg-ID: <01IVYJS0L8D200209B@cor.newman.upenn.edu>
6920 Files: vms/vms.c
6921
6922 Title: "hints/netbsd.sh - enable vfork"
6923 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6924 Msg-ID: <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
6925 Files: hints/netbsd.sh
6926
6927 ------ UTILITIES ------
6928
6929 Title: "support find2perl -follow"
6930 From: Billy <wdconsta@cs.adelaide.edu.au>
6931 Msg-ID: <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
6932 Files: x2p/find2perl.PL
6933 Branch: maint-5.004/perl
6934 + Porting/Contract t/op/hashwarn.t
6935 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
6936 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
6937 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
6938 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6939 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
6940 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
6941 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
6942 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
6943 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
6944 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
6945 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
6946 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
6947 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
6948 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
6949 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
6950 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
6951 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
6952 ! win32/config_H.bc win32/config_H.vc win32/win32.c
6953 ! x2p/find2perl.PL
6954____________________________________________________________________________
6955[ 896] By: TimBunce on 1998/04/22 11:49:24
6956 Log: Assorted patches:
6957
6958 ------ CORE LANGUAGE ------
6959
6960 Title: "Additional regex-cache patch"
6961 From: Chip Salzenberg <chip@atlantic.net>
6962 Msg-ID: <19980305104831.38100@cyprus>
6963 Files: pp_ctl.c
6964
6965 Title: "Conservative C<*x = undef> patch"
6966 From: Chip Salzenberg <chip@atlantic.net>
6967 Msg-ID: <19980310163310.48509@cyprus>
6968 Files: pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
6969
6970 Title: "Consider @ARGV to be plain files if inplace (-i)"
6971 From: Chip Salzenberg <salzench@nielsenmedia.com>
6972 Msg-ID: <199802042106.QAA04082@nielsenmedia.com>
6973 Files: doio.c
6974
6975 Title: "Fix semctl for Linux, Sun and SVR4"
6976 From: Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
6977 Msg-ID: <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
6978 Files: doio.c
6979
6980 Title: "C<dSP> entails using C<SP>, not C<sp>"
6981 From: Gurusamy Sarathy <gsar@engin.umich.edu>
6982 Msg-ID: <199803070149.UAA12217@aatma.engin.umich.edu>
6983 Files: pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
6984 doio.c doop.c ext/DB_File/DB_File.xs
6985 ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
6986 ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
6987 lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
6988 win32/win32.c
6989
6990 Title: "Make autouse -w-safe"
6991 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6992 Msg-ID: <199803030236.VAA13244@monk.mps.ohio-state.edu>
6993 Files: lib/autouse.pm op.c sv.c
6994
6995 Title: "Misleading error on close of unopened handle"
6996 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6997 Msg-ID: <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
6998 Files: doio.c
6999
7000 Title: "Confusing error from perl -e "x'""
7001 From: Hans Mulder <hansmu@xs4all.nl>
7002 Msg-ID: <1998Mar25.174320.2866352@cor.newman.upenn.edu>
7003 Files: toke.c
7004
7005 Title: "Add HAS_GNULIBC define"
7006 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7007 Msg-ID: <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
7008 Files: config_H config_h.SH
7009
7010 Title: "h_errno might not be an int"
7011 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7012 Msg-ID: <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
7013 Files: pp_sys.c
7014
7015 Title: "Revised taint hole closer", "Revised taint hole closer"
7016 From: Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
7017 <ilya@math.ohio-state.edu>
7018 Msg-ID: <19980310222127.09350@cyprus>,
7019 <199803110554.AAA29157@monk.mps.ohio-state.edu>
7020 Files: doio.c
7021
7022 Title: "SEGV compiling localised lexical in perl5.004_05t1"
7023 From: Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
7024 van der Sanden)
7025 Msg-ID: <199803171530.QAA24053@dorlas.elsevier.nl>,
7026 <199803171727.MAA05234@aatma.engin.umich.edu>
7027 Files: op.c t/op/misc.t
7028
7029 Title: "Stale SP in pp_substr"
7030 From: Stephen McCamant <alias@mcs.com>
7031 Msg-ID: <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
7032 Files: pp.c
7033
7034 Title: "Statement unlikely to be reached warning"
7035 From: Hans Mulder <hansm@icgned.nl>
7036 Msg-ID: <1997Dec24.171511.2683516@cor.newman>
7037 Files: op.c
7038
7039 Title: "Tainting propagates from nowhere"
7040 From: Gurusamy Sarathy <gsar@engin.umich.edu>
7041 Msg-ID: <199803140411.XAA09343@aatma.engin.umich.edu>
7042 Files: pp.c
7043
7044 Title: "two trivial tweaks to 5.004m5t1"
7045 From: Gurusamy Sarathy <gsar@engin.umich.edu>
7046 Msg-ID: <199803060553.AAA28461@aatma.engin.umich.edu>
7047 Files: proto.h win32/Makefile
7048
7049 Title: "unpacking negatives on Alpha"
7050 From: Achim Bohnet <ach@mpe.mpg.de>
7051 Msg-ID: <9710201503.AA24797@o09.xray.mpe.mpg.de>
7052 Files: pp.c t/op/pack.t
7053
7054 ------ LIBRARY AND EXTENSIONS ------
7055
7056 Title: "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
7057 From: Graham Barr <gbarr@ti.com>
7058 Msg-ID: <3482F365.4A0486BA@ti.com>
7059 Files: lib/Cwd.pm
7060
7061 Title: "Math/BigInt.pm, fixed use of undefined value."
7062 From: abigail@fnx.com
7063 Msg-ID: <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
7064 Files: lib/Math/BigInt.pm
7065
7066 Title: "File::Find rewrite"
7067 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7068 Msg-ID: <199803052344.SAA01008@monk.mps.ohio-state.edu>
7069 Files: lib/File/Find.pm
7070
7071 Title: "efficient version of strict.pm"
7072 From: koenig@anna.mind.de (Andreas J. Koenig)
7073 Msg-ID: <sfcpvonhdnc.fsf@anna.in-berlin.de>
7074 Files: lib/strict.pm
7075
7076 Title: "Socket occasional SEGV in pack_sockaddr_un"
7077 From: Trevor Blackwell <tlb@viaweb.com>
7078 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
7079 Files: ext/Socket/Socket.xs
7080
7081 Title: "Warning on mis-use of 'use lib'"
7082 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
7083 <rootbeer@teleport.com>, chip@atlantic.net
7084 Msg-ID: <199801270435.XAA14147@cyprus.atlantic.net>,
7085 <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
7086 <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
7087 Files: lib/lib.pm
7088
7089 Title: "bug in Class::Struct"
7090 From: Tom Christiansen <tchrist@toy.perl.com>
7091 Msg-ID: <199803290814.KAA05699@toy.perl.com>
7092 Files: lib/Class/Struct.pm
7093
7094 Title: "Allow POSIX to export nice()"
7095 From: bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
7096 Msg-ID: <eclg1kf5yf0.fsf@ws010.dp.intel.com>
7097 Files: ext/POSIX/POSIX.pm
7098
7099 Title: "'use Env' on WinNT/95 fails"
7100 From: Gurusamy Sarathy <gsar@engin.umich.edu>
7101 Msg-ID: <199803280511.AAA15933@aatma.engin.umich.edu>
7102 Files: lib/Env.pm
7103
7104 ------ OTHER CHANGES ------
7105
7106 Title: "mv-if-diff"
7107 From: Robin Barker <rmb1@cise.npl.co.uk>
7108 Msg-ID: <14572.9803271806@tempest.cise.npl.co.uk>
7109 Files: mv-if-diff
7110
7111 ------ PORTABILITY - WIN32 ------
7112
7113 Title: "fix various problems with backticks on win32"
7114 From: Gurusamy Sarathy <gsar@engin.umich.edu>
7115 Msg-ID: <199803070705.CAA15945@aatma.engin.umich.edu>
7116 Files: win32/config_h.PL win32/win32.c
7117
7118 ------ TESTS ------
7119
7120 Title: "Fix bug in locale.t"
7121 From: Jarkko Hietaniemi <jhi@iki.fi>
7122 Msg-ID: <199801042148.XAA08599@alpha.hut.fi>
7123 Files: t/pragma/locale.t
7124 Branch: maint-5.004/perl
7125 ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
7126 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
7127 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
7128 ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
7129 ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
7130 ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
7131 ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
7132 ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
7133 ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
7134 ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
7135 ! win32/Makefile win32/config_h.PL win32/win32.c
7136____________________________________________________________________________
7137[ 895] By: gsar on 1998/04/22 03:13:19
7138 Log: intern -> sys_intern
7139 Branch: win32/perl
7140 ! embedvar.h interp.sym intrpvar.h win32/win32.h
7141____________________________________________________________________________
7142[ 894] By: gsar on 1998/04/22 02:42:20
7143 Log: hand-applied patch along with small tweaks
7144 Message-Id: <35400e2a.13538517@smtp1.ibm.net>
7145 Date: Tue, 21 Apr 1998 23:31:06 +0200
7146 From: jan.dubois@ibm.net (Jan Dubois)
7147 Subject: Re: Per-Interpreter variables for win32.c
7148 Branch: win32/perl
7149 ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
7150 ! win32/makedef.pl win32/win32.c win32/win32.h
7151____________________________________________________________________________
7152[ 893] By: gsar on 1998/04/21 03:42:21
7153 Log: add AS patch#17
7154 Branch: asperl
7155 + win32/GenCAPI.pl
7156 ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
7157 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7158 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
7159 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
7160 ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
7161 ! win32/win32.c
7162____________________________________________________________________________
7163[ 892] By: gsar on 1998/04/20 20:51:50
7164 Log: add AS patch#16
7165 Branch: asperl
7166 ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
7167 ! win32/makefile.mk
7168____________________________________________________________________________
7169[ 891] By: gsar on 1998/04/19 23:50:34
7170 Log: tweak doc for C<do FILENAME>
7171 Branch: win32/perl
7172 ! pod/perlfunc.pod
7173____________________________________________________________________________
7174[ 890] By: gsar on 1998/04/19 01:08:11
7175 Log: use a pidtable that grows dynamically for popen()
7176 Message-Id: <3539f434.44835409@smtp1.ibm.net>
7177 Date: Sat, 18 Apr 1998 21:01:27 +0200
7178 From: jan.dubois@ibm.net (Jan Dubois)
7179 Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2
7180 Branch: win32/perl
7181 ! win32/win32.c
7182____________________________________________________________________________
7183[ 889] By: gsar on 1998/04/17 02:13:58
7184 Log: support POSIX, enable more locale tests
7185 Branch: win32/perl
7186 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7187 ! t/lib/posix.t t/pragma/locale.t win32/Makefile
7188 ! win32/makedef.pl win32/makefile.mk
7189____________________________________________________________________________
7190[ 888] By: mbeattie on 1998/04/14 16:22:51
7191 Log: CC did "<<" instead of ">>" for right-shift on ints.
7192 Branch: perl
7193 ! ext/B/B/CC.pm
7194____________________________________________________________________________
7195[ 887] By: TimBunce on 1998/04/10 17:44:55
7196 Log: Assorted patches:
7197
7198 ------ CORE LANGUAGE ------
7199
7200 Title: "Re: die exits with 0"
7201 From: Robin Barker <rmb1@cise.npl.co.uk>
7202 Files: perl.c t/op/die_exit.t
7203
7204 Title: "More toke.c commentary; fix oddity"
7205 From: h.sanden@elsevier.nl (Hugo van der Sanden)
7206 Msg-ID: <199803251022.LAA01308@dorlas.elsevier.nl>
7207 Files: toke.c
7208
7209 Title: "for semctl on solaris"
7210 From: Graham Barr <gbarr@ti.com>
7211 Msg-ID: <34624B80.C014E841@ti.com>
7212 Files: doio.c t/op/ipcmsg.t t/op/ipcsem.t
7213
7214 ------ DOCUMENTATION ------
7215
7216 Title: "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
7217 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
7218 Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
7219 Msg-ID: <199803050000.LAA11476@watcher.telecom.com.au>,
7220 <199803050231.VAA19128@monk.mps.ohio-state.edu>,
7221 <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
7222 Files: pod/perlre.pod
7223
7224 ------ LIBRARY AND EXTENSIONS ------
7225
7226 Title: "BigFloat - small neagtive numbers cause panic"
7227 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7228 Msg-ID: <199711201325.NAA09732@crypt.compulink.co.uk>
7229 Files: lib/Math/BigFloat.pm
7230
7231 Title: "Update Getopt::Long to 2.16"
7232 From: JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
7233 <jvromans@squirrel.nl>
7234 Msg-ID: <13571.48089.726787.147769@plume.nl.compuware.com>,
7235 <13572.6847.863219.973795@phoenix.squirrel.nl>
7236 Files: lib/Getopt/Long.pm
7237
7238 Title: "New Text::ParseWords"
7239 From: pomeranz@netcom.com (Hal Pomeranz)
7240 Msg-ID: <199710162118.OAA06275@netcom7.netcom.com>
7241 Files: lib/Text/ParseWords.pm t/lib/parsewords.t
7242
7243 Title: "Fixed Text/Wrap.pm bugs (2)"
7244 From: Jacqui Caren <Jacqui.Caren@ig.co.uk>
7245 Msg-ID: <199709291548.QAA08645@toad.ig.co.uk>
7246 Files: lib/Text/Wrap.pm
7247
7248 Title: "Very *evil* File::CheckTree behavior! (now uses warn/die not
7249 print/exit)"
7250 From: Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
7251 Msg-ID: <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
7252 Files: lib/File/CheckTree.pm
7253
7254 ------ OTHER CHANGES ------
7255
7256 Title: "Add ./emacs/ptags"
7257 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7258 Msg-ID: <199803150847.DAA08196@monk.mps.ohio-state.edu>
7259 Files: emacs/ptags
7260
7261 ------ TESTS ------
7262
7263 Title: "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
7264 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
7265 <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
7266 Msg-ID: <199710171616.LAA13435@crp-201.adtran.com>,
7267 <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
7268 <v02130515b06be80f1486@[205.228.240.16]>
7269 Files: t/op/stat.t
7270
7271 Title: "for failure with lib/timelocal"
7272 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
7273 Msg-ID: <34c78f61.2529827@smtp1.ibm.net>,
7274 <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
7275 Files: t/lib/timelocal.t
7276
7277 Title: "Make "localhost" related failures more clear"
7278 From: Paul Hoffman <phoffman@proper.com>
7279 Msg-ID: <199801201859.KAA05686@mail.proper.com>
7280 Files: t/lib/io_sock.t t/lib/io_udp.t
7281
7282 ------ UTILITIES ------
7283
7284 Title: "Let h2xs read multiple header files"
7285 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
7286 <bsugars@canoe.ca>
7287 Msg-ID: <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
7288 <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
7289 Files: utils/h2xs.PL
7290 Branch: maint-5.004/perl
7291 + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
7292 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
7293 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
7294 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
7295 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
7296 ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
7297____________________________________________________________________________
7298[ 886] By: TimBunce on 1998/04/10 14:35:34
7299 Log: Changes relating primarily to portability.
7300
7301 ------ CORE LANGUAGE ------
7302
7303 Title: "5.004_55: Another round of OS/2 patches"
7304 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7305 Msg-ID: <199803050945.EAA20153@monk.mps.ohio-state.edu>
7306 Files: hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
7307 global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
7308 os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
7309 perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
7310 t/lib/filecopy.t util.c utils/perldoc.PL
7311
7312 Title: "VMS: chdir() with empty arg list"
7313 From: lane@duphy4.drexel.edu (Charles Lane)
7314 Msg-ID: <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
7315 Files: pp_sys.c
7316
7317 ------ LIBRARY AND EXTENSIONS ------
7318
7319 Title: "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
7320 From: "W. Phillip Moore" <wpm@ms.com>
7321 Msg-ID: <199712011738.MAA21139@zappa.morgan.com>
7322 Files: lib/ExtUtils/MM_Unix.pm
7323
7324 Title: "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
7325 From: Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
7326 Msg-ID: <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
7327 Files: ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
7328
7329 Title: "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
7330 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7331 Msg-ID: <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
7332 Files: ext/POSIX/POSIX.xs
7333
7334 Title: ""ODBM_File.c", line 275: NULL undefined"
7335 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7336 Msg-ID: <9803091310.AA23264@claudius.bfsec.bt.co.uk>
7337 Files: ext/ODBM_File/ODBM_File.xs
7338
7339 ------ OTHER CHANGES ------
7340 Files:
7341
7342 ------ PORTABILITY - GENERAL ------
7343
7344 Title: "5.004_04 QNX getcwd"
7345 From: Norton Allen <allen@huarp.harvard.edu>
7346 Msg-ID: <199802121838.NAA20452@dolores.harvard.edu>,
7347 <199803061511.KAA22346@bottesini.harvard.edu>
7348 Files: hints/qnx.sh lib/Cwd.pm t/op/magic.t
7349
7350 Title: "hints/netbsd.sh d_setrgid d_setruid"
7351 From: Jarkko Hietaniemi <jhi@iki.fi>
7352 Msg-ID: <199802281435.QAA10866@alpha.hut.fi>
7353 Files: hints/netbsd.sh
7354
7355 Title: "osname=unixware, osvers=2.03, archname=i386-unixware
7356 d_casti32=undef"
7357 From: Tom Hughes <tom@compton.demon.co.uk>
7358 Msg-ID: <465398da47%tom@compton.demon.co.uk>
7359 Files: hints/svr4.sh
7360
7361 Title: "hints/bsdos.sh patch for BSDI 3.1"
7362 From: Jan-Pieter Cornet <johnpc@xs4all.nl>
7363 Msg-ID: <6fbip6$3cp$1@xs1.xs4all.nl>
7364 Files: hints/bsdos.sh
7365
7366 Title: "Remove BIND_NOSTART from DynaLoader for HP"
7367 From: Keong Lim <Keong.Lim@sr.com.au>
7368 Msg-ID: <01BD1D03.53B65E90@sieplan2.sr.com.au>
7369 Files: ext/DynaLoader/dl_hpux.xs
7370
7371 Title: "Building Perl on AIX 4+ with shared libraries and dynamic loading"
7372 From: Juan Gallego <Little.Boss@physics.mcgill.ca>
7373 Msg-ID: <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
7374 Files: hints/aix.sh
7375
7376 Title: "alpha-dec_osf 5.0"
7377 From: Spider Boardman <spider@Orb.Nashua.NH.US>
7378 Msg-ID: <199712232305.SAA08359@Orb.Nashua.NH.US>
7379 Files: hints/dec_osf.sh
7380
7381 Title: "Off-by-one error with OS2::PrfDB"
7382 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7383 Msg-ID: <199710170920.FAA00390@monk.mps.ohio-state.edu>
7384 Files: os2/OS2/PrfDB/PrfDB.xs
7385
7386 Title: "5.004_04-m1] Allow overrides in hints/openbsd.sh"
7387 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7388 Msg-ID: <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
7389 Files: hints/openbsd.sh
7390
7391 Title: "5.004_04-m1] Linux shouldn't use -lnet"
7392 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7393 Msg-ID: <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
7394 Files: hints/linux.sh
7395
7396 Title: "5.004_(04|63)] Close VMS security hole"
7397 From: Charles Bailey <BAILEY@newman.upenn.edu>
7398 Msg-ID: <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
7399 Files: vms/vms.c
7400
7401 Title: "Re: Perl online documentation on OpenVMS"
7402 From: pvhp@forte.com (Peter Prymmer)
7403 Msg-ID: <9803192143.AA28120@forte.com>
7404 Files: README.vms
7405
7406 Title: "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
7407 vms/perly_c.vms and vms/perly_h.vms"
7408 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
7409 <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
7410 Msg-ID: <199710151650.JAA29185@wall.org>,
7411 <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
7412 <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
7413 Files: vms/perly_c.vms
7414
7415 Title: "Updated, non-wordwrapped, patch to README.VMS"
7416 From: Dan Sugalski <sugalskd@osshe.edu>
7417 Msg-ID: <3.0.5.32.19980213133828.0092c870@osshe.edu>
7418 Files: README.vms
7419
7420 Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
7421 From: Charles Bailey <BAILEY@newman.upenn.edu>
7422 Msg-ID: <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
7423 Files: lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
7424 vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
7425 vms/ext/filespec.t
7426
7427 Title: "Re: VMSperl crashes on -Mblib argument"
7428 From: bailey@newman.upenn.edu (Charles Bailey)
7429 Msg-ID: <1997Dec10.004439.2635060@cor.newman>
7430 Files: lib/blib.pm vms/vms.c
7431
7432 Title: "hints/linux.sh (MkLinux / PPC)"
7433 From: pudge@pobox.com (Chris Nandor)
7434 Msg-ID: <v0213050cb06c19682a25@[205.228.240.28]>
7435 Files: hints/linux.sh
7436
7437 Title: "hpux.sh hints file clarification suggestion"
7438 From: root@qad.com
7439 Msg-ID: <199802192351.QAA09096@jhereg.perl.com>
7440 Files: hints/hpux.sh
7441
7442 Title: "new hints/solaris_2.sh"
7443 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7444 Msg-ID: <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
7445 Files: hints/solaris_2.sh
7446 Branch: maint-5.004/perl
7447 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
7448 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
7449 ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
7450 ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
7451 ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
7452 ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
7453 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7454 ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
7455 ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
7456 ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
7457 ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
7458 ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
7459 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
7460 ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
7461 ! vms/vms.c
7462____________________________________________________________________________
7463[ 885] By: gsar on 1998/04/08 01:14:29
7464 Log: small tweaks to make it compile (doesn't run)
7465 Branch: asperl
7466 ! objpp.h win32/Makefile win32/config.bc win32/config.gc
7467 ! win32/config.vc win32/makefile.mk
7468____________________________________________________________________________
7469[ 884] By: gsar on 1998/04/08 00:14:13
7470 Log: integrate mainline changes
7471 Branch: asperl
7472 +> Changes5.004 ext/Thread/Thread/Signal.pm
7473 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
7474 +> lib/ExtUtils/inst t/op/hashwarn.t
7475 ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
7476 !> (integrate 127 files)
7477____________________________________________________________________________
7478[ 883] By: gsar on 1998/04/06 20:21:20
7479 Log: make old DomainName() implementation the default (so Win95
7480 is happy)
7481 Branch: win32/perl
7482 ! win32/win32.c
7483____________________________________________________________________________
7484[ 882] By: gsar on 1998/04/05 23:32:33
7485 Log: fix memory leaks in offer_nice_chunk()
7486 Branch: win32/perl
7487 ! perl.h sv.c
7488____________________________________________________________________________
7489[ 881] By: gsar on 1998/04/04 23:11:52
7490 Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
7491 Branch: win32/perl
7492 ! cop.h util.c
7493____________________________________________________________________________
7494[ 880] By: gsar on 1998/04/04 22:35:54
7495 Log: fix refcounting of GvSTASH() when glob becomes nought
7496 (this takes care of the "unbalanced strtab refcount" problem)
7497 Branch: win32/perl
7498 ! sv.c
7499____________________________________________________________________________
7500[ 879] By: gsar on 1998/04/04 21:16:17
7501 Log: change 866 was incomplete
7502 Branch: win32/perl
7503 ! hv.c
7504____________________________________________________________________________
7505[ 878] By: gsar on 1998/04/04 20:31:56
7506 Log: fixes for various noises under PERL_DESTRUCT_LEVEL
7507 Branch: win32/perl
7508 ! cop.h perl.c pp_ctl.c
7509____________________________________________________________________________
7510[ 877] By: gsar on 1998/04/04 17:55:30
7511 Log: integrate mainline
7512 Branch: win32/perl
7513 +> Changes5.004
7514 !> Changes MANIFEST sv.c t/op/misc.t
7515____________________________________________________________________________
7516[ 876] By: gsar on 1998/04/04 17:26:32
7517 Log: remove __declspec kludge in sdbm.h in favor of setting a
7518 flag for static symbols
7519 Branch: win32/perl
7520 ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
7521 ! ext/SDBM_File/sdbm/sdbm.h
7522____________________________________________________________________________
7523[ 875] By: gsar on 1998/04/04 01:11:57
7524 Log: fix order of init
7525 Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
7526 Date: Fri, 03 Apr 1998 13:58:15 PST
7527 From: Dan Sugalski <sugalskd@osshe.edu>
7528 Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
7529 with MULTIPLICITY
7530 Branch: win32/perl
7531 ! perl.c
7532____________________________________________________________________________
7533[ 874] By: gsar on 1998/04/04 00:34:59
7534 Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
7535 the declared symbol is not in a DLL (so kludge it)
7536 Branch: win32/perl
7537 ! ext/SDBM_File/sdbm/sdbm.h
7538____________________________________________________________________________
7539[ 873] By: TimBunce on 1998/04/03 22:17:40
7540 Log: Title: "FileHandle Documentation patch"
7541 From: "Darren/Torin/Who Ever..." <torin@daft.com>
7542 Msg-ID: <87emzqo49g.fsf@perv.daft.com>
7543 Files: lib/FileHandle.pm
7544 Branch: maint-5.004/perl
7545 ! lib/FileHandle.pm
7546____________________________________________________________________________
7547[ 872] By: TimBunce on 1998/04/03 22:01:03
7548 Log: Documentation and documentation related patches:
7549
7550 ------ BUILD PROCESS ------
7551
7552 Title: "Docs re /usr/bin/perl quasi-standard location"
7553 From: Tom Phoenix <rootbeer@teleport.com>
7554 Msg-ID: <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
7555 Files: INSTALL pod/perlrun.pod
7556
7557 ------ DOCUMENTATION ------
7558
7559 Title: "/RFC|RFC-1305/ non-greedy"
7560 From: Jan-Pieter Cornet <johnpc@xs4all.nl>
7561 Msg-ID: <6epo02$c4r$1@xs1.xs4all.nl>
7562 Files: pod/perlre.pod
7563
7564 Title: "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
7565 From: Jarkko Hietaniemi <jhi@iki.fi>
7566 Msg-ID: <199802191543.RAA29231@alpha.hut.fi>
7567 Files: pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
7568
7569 Title: "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
7570 From: Jarkko Hietaniemi <jhi@iki.fi>
7571 Msg-ID: <199711141555.RAA18875@alpha.hut.fi>
7572 Files: pod/perlfunc.pod
7573
7574 Title: "typo-fix and suggestion for perlguts.pod"
7575 From: h.sanden@elsevier.nl (Hugo van der Sanden)
7576 Msg-ID: <199803051543.QAA03097@dorlas.elsevier.nl>
7577 Files: pod/perlguts.pod
7578
7579 Title: "perlfunc/syscall curiosity"
7580 From: Roderick Schertler <roderick@argon.org>, Tkil
7581 <tkil@reptile.scrye.com>
7582 Msg-ID: <199711302259.PAA02134@reptile.scrye.com>,
7583 <pziut8snva.fsf@eeyore.ibcinc.com>
7584 Files: pod/perlfunc.pod
7585
7586 Title: "Document sprintf %#x behaviour for zero value"
7587 From: ilya@math.ohio-state.edu (Ilya Zakharevich)
7588 Msg-ID: <1997Nov5.185959.2539604@cor.newman>
7589 Files: pod/perlfunc.pod
7590
7591 Title: "NUL termination (was Re: STOP THE PRESSES)"
7592 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7593 Msg-ID: <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
7594 Files: pod/perlguts.pod
7595
7596 Title: "Typo fix."
7597 From: abigail@fnx.com
7598 Msg-ID: <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
7599 Files: pod/perlop.pod pod/perlvar.pod
7600
7601 Title: "5.004_63 perlrun.pod: _DEBUG_MSTATS"
7602 From: Achim Bohnet <ach@mpe.mpg.de>
7603 Msg-ID: <9803181940.AA22587@o09.xray.mpe.mpg.de>
7604 Files: pod/perlrun.pod
7605
7606 Title: "Re: Conservative C<*x = undef> patch"
7607 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7608 Msg-ID: <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
7609 Files: pod/perltrap.pod
7610
7611 Title: "perlfunc.pod for flock()"
7612 From: "Jeremy D. Zawodny" <jzawodn@wcnet.org>
7613 Msg-ID: <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
7614 Files: pod/perlfunc.pod
7615
7616 Title: "buglet: 'perltoc' not mentioned in perl.pod"
7617 From: Tkil <tkil@scrye.com>
7618 Msg-ID: <19971127035036.17668.qmail@scrye.com>
7619 Files: pod/perl.pod
7620
7621 Title: "for() and map() peculiarity"
7622 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7623 Msg-ID: <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
7624 Files: pod/perlsyn.pod
7625
7626 Title: "Re: new text for perlsec"
7627 From: Tom Phoenix <rootbeer@teleport.com>
7628 Msg-ID: <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
7629 Files: pod/perlsec.pod
7630
7631 Title: "perldsc's debugger x command"
7632 From: Roderick Schertler <roderick@argon.org>
7633 Msg-ID: <10669.878352893@eeyore.ibcinc.com>
7634 Files: pod/perldsc.pod
7635
7636 Title: "perlre.pod"
7637 From: Ted Ashton <ashted@southern.edu>
7638 Msg-ID: <199802271501.KAA09279@ns.southern.edu>
7639 Files: pod/perlre.pod
7640
7641 Title: "Re: printf and $\", "printf and $\"
7642 From: Roderick Schertler <roderick@argon.org>, Tom Phoenix
7643 <rootbeer@teleport.com>, nag <nick@flirble.org>
7644 Msg-ID: <199711141918.TAA08096@flirble.org>,
7645 <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
7646 .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
7647 Files: pod/perlfunc.pod
7648
7649 Title: "recv() typo"
7650 From: Roderick Schertler <roderick@argon.org>
7651 Msg-ID: <12064.877012073@eeyore.ibcinc.com>
7652 Files: pod/perlfunc.pod
7653
7654 Title: "truncate return value"
7655 From: Roderick Schertler <roderick@argon.org>
7656 Msg-ID: <5490.878337883@eeyore.ibcinc.com>
7657 Files: pod/perlfunc.pod
7658
7659 Title: "update to perlbook.pod"
7660 From: "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
7661 <merlyn@stonehenge.com>, Stephen Potter
7662 <spp@psasolar.colltech.com>, Tom Phoenix
7663 <rootbeer@teleport.com>
7664 Msg-ID: <199803241354.HAA23938@psasolar.psa.pencom.com>,
7665 <199803241441.OAA01261@mediaone.net>,
7666 <8clnu0i05k.fsf@gadget.cscaper.com>,
7667 <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
7668 Files: pod/perlbook.pod
7669
7670 Title: "utime documentation"
7671 From: "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
7672 <mjtg@cus.cam.ac.uk>
7673 Msg-ID: <199802180256.VAA11369@speaker.kf8nh.apk.net>,
7674 <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
7675 Files: pod/perlfunc.pod
7676
7677 Title: "(well, doc patch) use of // requires successful match"
7678 From: Roderick Schertler <roderick@argon.org>
7679 Msg-ID: <pz7mb4bips.fsf@eeyore.ibcinc.com>
7680 Files: pod/perlop.pod
7681
7682 ------ LIBRARY AND EXTENSIONS ------
7683
7684 Title: "MakeMaker PM doc patch and a DIR buglet"
7685 From: Achim Bohnet <ach@mpe.mpg.de>
7686 Msg-ID: <9711101050.AA13868@o09.xray.mpe.mpg.de>
7687 Files: lib/ExtUtils/MakeMaker.pm
7688
7689 Title: "bareword clarification for constant.pm"
7690 From: Roderick Schertler <roderick@argon.org>
7691 Msg-ID: <6460.878143077@eeyore.ibcinc.com>
7692 Files: lib/constant.pm
7693
7694 Title: "integer rand - bug or feature?"
7695 From: Roderick Schertler <roderick@argon.org>
7696 Msg-ID: <pzhg8lvgta.fsf@eeyore.ibcinc.com>
7697 Files: lib/integer.pm
7698
7699 ------ OTHER CHANGES ------
7700
7701 Title: "FileHandle Documentation patch"
7702 From: "Darren/Torin/Who Ever..." <torin@daft.com>
7703 Msg-ID: <87emzqo49g.fsf@perv.daft.com>
7704
7705 Title: "perl5.004_61 myconfig updates"
7706 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7707 Msg-ID: <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
7708 Files: myconfig
7709
7710 Title: "small fixups in pod2latex.PL"
7711 From: "Darren/Torin/Who Ever..." <torin@daft.com>
7712 Msg-ID: <873eg6o3v2.fsf@perv.daft.com>
7713
7714 ------ PORTABILITY - GENERAL ------
7715
7716 Title: "Misc doc fixes for README.VMS"
7717 From: Dan Sugalski <sugalskd@osshe.edu>
7718 Msg-ID: <3.0.5.32.19980121113134.00924a20@osshe.edu>
7719 Files: README.vms
7720
7721 Title: "moved DynaLib"
7722 From: John Tobey <jtobey@channel1.com>
7723 Msg-ID: <199710182332.XAA21630@remote212>
7724 Files: ext/DynaLoader/DynaLoader.pm.PL
7725
7726 ------ UTILITIES ------
7727
7728 Title: "Searching for FAQs (patch to perldoc)"
7729 From: Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
7730 Msg-ID: <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
7731 <m3iuqkfmiq.fsf@tower.bofh.org.uk>
7732 Files: utils/perldoc.PL
7733
7734 Title: "perldoc"
7735 From: Ted Ashton <ashted@southern.edu>
7736 Msg-ID: <199802271510.KAA10506@ns.southern.edu>
7737 Files: utils/perldoc.PL
7738
7739 Title: "perldoc -f not using pod2man"
7740 From: Russ Allbery <rra@stanford.edu>
7741 Msg-ID: <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
7742 Files: utils/perldoc.PL
7743
7744 Title: "perldoc -m should not require pod"
7745 From: Robin Houston <robin@nml.guardian.co.uk>
7746 Msg-ID: <199803241319.NAA24777@stringfellow.guardian.co.uk>
7747 Files: utils/perldoc.PL
7748
7749 Title: "small fix for perldoc in perl 5.004_04"
7750 From: Julian Yip <julian@imoney.com>
7751 Msg-ID: <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
7752 Files: utils/perldoc.PL
7753 Branch: maint-5.004/perl
7754 - ext/DynaLoader/DynaLoader.pm
7755 ! Changes Configure INSTALL README.vms
7756 ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
7757 ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
7758 ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
7759 ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
7760 ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
7761 ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
7762 ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
7763 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
7764 ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
7765 ! pod/pod2latex.PL toke.c utils/perldoc.PL
7766
7767----------------
7768Version 5.004_64
7769----------------
7770
7771____________________________________________________________________________
7772[ 871] By: mbeattie on 1998/04/03 13:38:59
7773 Log: Update Changes5.004 and Changes, fix MANIFEST
7774 Branch: perl
7775 + Changes
7776 ! Changes5.004 MANIFEST
7777____________________________________________________________________________
7778[ 870] By: mbeattie on 1998/04/03 13:36:29
7779 Log: Rename Changes to Changes5.004 (via an integrate)
7780 Branch: perl
7781 +> Changes5.004
7782 - Changes
7783____________________________________________________________________________
7784[ 869] By: mbeattie on 1998/04/03 11:53:00
7785 Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
7786 Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
7787 From: Jan-Pieter Cornet <johnpc@xs4all.net>
7788 Branch: perl
7789 ! sv.c t/op/misc.t
7790____________________________________________________________________________
7791[ 868] By: mbeattie on 1998/04/03 11:16:26
7792 Log: Integrate win32 branch into mainline
7793 Branch: perl
7794 !> (integrate 31 files)
7795____________________________________________________________________________
7796[ 867] By: gsar on 1998/04/03 08:47:55
7797 Log: config.* fixes
7798 Branch: win32/perl
7799 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7800 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7801 ! win32/makefile.mk
7802____________________________________________________________________________
7803[ 866] By: gsar on 1998/04/03 07:22:50
7804 Log: fixup hv_free_ent() to not fail on null HeVAL()
7805 Branch: win32/perl
7806 ! hv.c perl.c
7807____________________________________________________________________________
7808[ 865] By: gsar on 1998/04/03 07:06:12
7809 Log: integrate mainline
7810 Branch: win32/perl
7811 +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
7812 !> (integrate 71 files)
7813____________________________________________________________________________
7814[ 864] By: gsar on 1998/04/03 06:59:37
7815 Log: implement stack-of-stacks so that magic invocations don't
7816 invalidate local stack pointer
7817 Branch: win32/perl
7818 ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
7819 ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
7820 ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
7821____________________________________________________________________________
7822[ 863] By: gsar on 1998/04/03 01:26:09
7823 Log: add AS patch#15
7824 Branch: asperl
7825 ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
7826 ! win32/config.bc win32/config.gc win32/config.vc
7827 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7828 ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
7829 ! win32/win32.c win32/win32.h
7830____________________________________________________________________________
7831[ 862] By: mbeattie on 1998/04/02 17:08:43
7832 Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
7833 Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
7834 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7835 Branch: perl
7836 ! Configure ext/Socket/Socket.xs myconfig
7837____________________________________________________________________________
7838[ 861] By: mbeattie on 1998/04/02 16:32:53
7839 Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
7840 since appropriate headers aren't included.
7841 Branch: perl
7842 ! ext/SDBM_File/sdbm/sdbm.h
7843____________________________________________________________________________
7844[ 860] By: mbeattie on 1998/04/02 16:17:11
7845 Log: Bumped patchlevel.h to 64
7846 Branch: perl
7847 ! patchlevel.h
7848____________________________________________________________________________
7849[ 859] By: mbeattie on 1998/04/02 16:16:26
7850 Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
7851 Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
7852 From: Jarkko Hietaniemi <jhi@iki.fi>
7853 Branch: perl
7854 ! hints/unicos.sh regcomp.h
7855____________________________________________________________________________
7856[ 858] By: mbeattie on 1998/04/02 16:13:24
7857 Log: Subject: [PATCH] Re: Odd number of elements in hash list.
7858 Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
7859 From: Tom Phoenix <rootbeer@teleport.com>
7860 Branch: perl
7861 + t/op/hashwarn.t
7862 ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
7863____________________________________________________________________________
7864[ 857] By: mbeattie on 1998/04/02 16:08:43
7865 Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
7866 Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
7867 From: Charles Bailey <BAILEY@newman.upenn.edu>
7868 Branch: perl
7869 ! vms/vms.c
7870____________________________________________________________________________
7871[ 856] By: mbeattie on 1998/04/02 16:07:44
7872 Log: Subject: [PATCH] mv-if-diff
7873 Date: Fri, 27 Mar 98 18:06:11 GMT
7874 From: Robin Barker <rmb1@cise.npl.co.uk>
7875 Branch: perl
7876 ! mv-if-diff
7877____________________________________________________________________________
7878[ 855] By: mbeattie on 1998/04/02 16:06:54
7879 Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
7880 Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
7881 Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
7882 Subject: [PATCH] another destruct_level fix
7883 Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
7884 Branch: perl
7885 ! perl.c sv.c
7886____________________________________________________________________________
7887[ 854] By: mbeattie on 1998/04/02 16:03:37
7888 Log: Subject: Next wave of _63 VMS patches
7889 Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
7890 From: Charles Bailey <BAILEY@newman.upenn.edu>
7891 Branch: perl
7892 ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
7893 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
7894 ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
7895 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
7896 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
7897 ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
7898 ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
7899 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
7900 ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
7901 ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
7902 ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
7903 ! vms/vmsish.h
7904____________________________________________________________________________
7905[ 853] By: mbeattie on 1998/04/02 15:55:46
7906 Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
7907 Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
7908 From: Hans Mulder <hansmu@xs4all.nl>
7909 Branch: perl
7910 ! toke.c
7911____________________________________________________________________________
7912[ 852] By: mbeattie on 1998/04/02 15:54:24
7913 Log: Subject: [PATCH] small fixups in pod2latex.PL
7914 Date: 25 Mar 1998 13:30:25 -0800
7915 From: "Darren/Torin/Who Ever..." <torin@daft.com>
7916 Branch: perl
7917 ! pod/pod2latex.PL
7918____________________________________________________________________________
7919[ 851] By: mbeattie on 1998/04/02 15:50:58
7920 Log: Subject: [PATCH] hints/irix_6.sh with GCC
7921 Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
7922 From: kstar@chapin.edu (Kurt D. Starsinic)
7923 Branch: perl
7924 ! hints/irix_6.sh
7925____________________________________________________________________________
7926[ 850] By: mbeattie on 1998/04/02 15:45:33
7927 Log: Subject: [PATCH] perldoc -m
7928 Date: Tue, 24 Mar 1998 13:19:38 GMT
7929 From: Robin Houston <robin@nml.guardian.co.uk>
7930 Branch: perl
7931 ! utils/perldoc.PL
7932____________________________________________________________________________
7933[ 849] By: mbeattie on 1998/04/02 15:42:52
7934 Log: Subject: [PATCH for 5.004_63] dos-djgpp update
7935 Date: Mon, 23 Mar 1998 14:13:46 +0100
7936 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7937 Branch: perl
7938 ! djgpp/config.over hints/dos_djgpp.sh
7939____________________________________________________________________________
7940[ 848] By: mbeattie on 1998/04/02 15:38:19
7941 Log: Subject: [PATCH] Stale SP in pp_substr
7942 Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
7943 From: Stephen McCamant <alias@mcs.com>
7944 Branch: perl
7945 ! pp.c
7946____________________________________________________________________________
7947[ 847] By: mbeattie on 1998/04/02 15:36:33
7948 Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
7949 Branch: perl
7950 ! ext/POSIX/POSIX.pm
7951____________________________________________________________________________
7952[ 846] By: mbeattie on 1998/04/02 15:34:36
7953 Log: Subject: [PATCH] 5.004_63: further -e patching
7954 Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
7955 From: Jarkko Hietaniemi <jhi@iki.fi>
7956 Branch: perl
7957 ! perl.c pod/perldiag.pod
7958____________________________________________________________________________
7959[ 845] By: mbeattie on 1998/04/02 15:25:18
7960 Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
7961 Branch: perl
7962 ! Configure INSTALL Policy_sh.SH Porting/Glossary
7963 ! Porting/config.sh Porting/config_H config_h.SH
7964 ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
7965 ! pp.c pp_sys.c regexec.c
7966____________________________________________________________________________
7967[ 844] By: mbeattie on 1998/04/02 14:28:17
7968 Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS
7969 Date: Wed, 18 Mar 1998 20:40:19 +0100
7970 From: Achim Bohnet <ach@mpe.mpg.de>
7971 Branch: perl
7972 ! pod/perlrun.pod
7973____________________________________________________________________________
7974[ 843] By: mbeattie on 1998/04/02 14:26:52
7975 Log: From: Dan Sugalski <sugalskd@osshe.edu>
7976 Subject: 5.004_63 picky compiler fixes [PATCH]
7977 Date: Wed, 18 Mar 1998 09:36:32 -0800
7978 Subject: [PATCH 5.004_63] Fix function prototype with long doubles
7979 Date: Wed, 18 Mar 1998 14:48:19 -0800
7980 Branch: perl
7981 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
7982____________________________________________________________________________
7983[ 842] By: mbeattie on 1998/04/02 14:22:41
7984 Log: From: Stephen Potter <spp@psasolar.colltech.com>
7985 Subject: Re: doc: perlrun typo
7986 Date: Wed, 18 Mar 1998 10:06:55 -0600
7987 Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup
7988 Date: Tue, 24 Mar 1998 21:20:51 -0600
7989 Branch: perl
7990 ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
7991____________________________________________________________________________
7992[ 841] By: mbeattie on 1998/04/02 14:17:31
7993 Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
7994 Date: Wed, 18 Mar 1998 12:44:58 +0100
7995 From: Dominic Dunlop <domo@vo.lu>
7996 Branch: perl
7997 ! Porting/pumpkin.pod Todo
7998____________________________________________________________________________
7999[ 840] By: mbeattie on 1998/04/02 14:14:22
8000 Log: Subject: [PATCH] Configure hints/ patches
8001 Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
8002 From: Jan-Pieter Cornet <johnpc@xs4all.net>
8003 Branch: perl
8004 ! hints/linux.sh hints/qnx.sh
8005____________________________________________________________________________
8006[ 839] By: mbeattie on 1998/04/02 14:13:13
8007 Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
8008 Branch: perl
8009 ! cygwin32/perlgcc
8010____________________________________________________________________________
8011[ 838] By: gsar on 1998/03/28 05:01:57
8012 Log: fix Env.pm to weed out illegal names
8013 Branch: win32/perl
8014 ! lib/Env.pm
8015____________________________________________________________________________
8016[ 837] By: gsar on 1998/03/28 04:39:43
8017 Log: fix typo in makefile.mk
8018 Branch: win32/perl
8019 ! win32/makefile.mk
8020____________________________________________________________________________
8021[ 836] By: gsar on 1998/03/23 17:40:15
8022 Log: add file: to installhtml URLs
8023 Branch: win32/perl
8024 ! win32/Makefile win32/makefile.mk
8025____________________________________________________________________________
8026[ 835] By: mbeattie on 1998/03/18 11:03:11
8027 Log: Add Thread::Signal to run signal handlers reliably in a new thread
8028 Branch: perl
8029 + ext/Thread/Thread/Signal.pm
8030 ! MANIFEST ext/Thread/Thread.xs
8031
8032----------------
8033Version 5.004_63
8034----------------
8035
8036____________________________________________________________________________
8037[ 834] By: mbeattie on 1998/03/17 16:19:10
8038 Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
8039 Branch: perl
8040 ! Policy_sh.SH
8041____________________________________________________________________________
8042[ 833] By: mbeattie on 1998/03/17 16:11:02
8043 Log: Integrate win32 branch into mainline.
8044 Branch: perl
8045 !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
8046 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8047 !> win32/win32.c
8048____________________________________________________________________________
8049[ 832] By: gsar on 1998/03/17 14:32:39
8050 Log: propagate bugfix @ change831 from asperl
8051 Branch: win32/perl
8052 ! regcomp.c
8053____________________________________________________________________________
8054[ 831] By: gsar on 1998/03/17 14:02:51
8055 Log: fix buggy order of free() in regcomp.c (from AS)
8056 Branch: asperl
8057 ! regcomp.c
8058____________________________________________________________________________
8059[ 830] By: gsar on 1998/03/17 01:10:54
8060 Log: add a part of AS patch#14, backout incomplete variable
8061 name changes for gcc. Builds and tests under VC/BC once again.
8062 Branch: asperl
8063 ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
8064____________________________________________________________________________
8065[ 829] By: gsar on 1998/03/16 23:49:18
8066 Log: stray tweak to win32.c
8067 Branch: win32/perl
8068 ! win32/win32.c
8069____________________________________________________________________________
8070[ 828] By: gsar on 1998/03/16 22:06:03
8071 Log: update win32/config* files
8072 Branch: win32/perl
8073 ! win32/config.bc win32/config.gc win32/config.vc
8074 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8075____________________________________________________________________________
8076[ 827] By: gsar on 1998/03/16 19:09:30
8077 Log: trivial integrate of mainline
8078 Branch: win32/perl
8079 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
8080 +> lib/ExtUtils/inst
8081 !> (integrate 61 files)
8082____________________________________________________________________________
8083[ 826] By: mbeattie on 1998/03/16 16:39:23
8084 Log: newCONSTSUB had private MY_start_subparse.
8085 Branch: perl
8086 ! op.c
8087____________________________________________________________________________
8088[ 825] By: mbeattie on 1998/03/16 16:36:55
8089 Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
8090 Branch: perl
8091 ! hv.c
8092____________________________________________________________________________
8093[ 824] By: mbeattie on 1998/03/16 16:27:43
8094 Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
8095 Branch: perl
8096 ! MANIFEST
8097____________________________________________________________________________
8098[ 823] By: mbeattie on 1998/03/16 16:26:02
8099 Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
8100 Branch: perl
8101 + lib/ExtUtils/Packlist.pm
8102____________________________________________________________________________
8103[ 822] By: mbeattie on 1998/03/16 16:22:58
8104 Log: Bump patchlevel.h to 63.
8105 Branch: perl
8106 ! ext/IO/IO.xs patchlevel.h
8107 !> (integrate 41 files)
8108____________________________________________________________________________
8109[ 821] By: mbeattie on 1998/03/16 16:18:35
8110 Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
8111 Subject: Bundling builtin.pm and newCONSTSUB with the core?
8112 From: jan.dubois@ibm.net (Jan Dubois)
8113 Date: Sun, 15 Mar 1998 19:09:05 +0100
8114 Branch: perl
8115 ! embed.h global.sym op.c pod/perlguts.pod proto.h
8116____________________________________________________________________________
8117[ 820] By: mbeattie on 1998/03/16 16:02:50
8118 Log: Subject: [PATCH] STRESS_REALLOC
8119 Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
8120 From: Stephen McCamant <alias@mcs.com>
8121 Branch: perl
8122 ! malloc.c perl.c scope.c
8123____________________________________________________________________________
8124[ 819] By: mbeattie on 1998/03/16 16:01:06
8125 Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
8126 Date: Fri, 13 Mar 1998 23:21:25 +0100
8127 From: Jan-Pieter Cornet <john@pc.xs4all.nl>
8128 Branch: perl
8129 ! perly.c
8130____________________________________________________________________________
8131[ 818] By: mbeattie on 1998/03/16 15:59:16
8132 Log: Subject: [Configure PATCH] for OS/2
8133 Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
8134 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8135 [Two hunks to Configure failed to apply due to clashes]
8136 Branch: perl
8137 ! Configure hints/os2.sh
8138____________________________________________________________________________
8139[ 817] By: mbeattie on 1998/03/16 15:55:28
8140 Log: Subject: [PATCH 5.004_62] VMS updates (direct)
8141 Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
8142 From: Charles Bailey <BAILEY@newman.upenn.edu>
8143 [Needed manual tweaks on vms/config.vms since it clashed with other
8144 patches. I may have got it wrong.]
8145 Branch: perl
8146 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8147 ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
8148 ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
8149 ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
8150 ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
8151 ! vms/test.com vms/vms.c vms/vmsish.h
8152____________________________________________________________________________
8153[ 816] By: mbeattie on 1998/03/16 15:26:04
8154 Log: Subject: [PATCH] Let h2xs read multiple header files
8155 Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
8156 From: Benjamin Sugars <bsugars@canoe.ca>
8157 Branch: perl
8158 ! utils/h2xs.PL
8159____________________________________________________________________________
8160[ 815] By: mbeattie on 1998/03/16 15:24:12
8161 Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
8162 Date: Mon, 09 Mar 1998 09:18:56 -0800
8163 From: Dan Sugalski <sugalskd@osshe.edu>
8164 Branch: perl
8165 ! vms/config.vms
8166____________________________________________________________________________
8167[ 814] By: mbeattie on 1998/03/16 13:17:14
8168 Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
8169 Date: Sun, 08 Mar 1998 12:50:23 +0000
8170 From: Alan Burlison <alan.burlison@UK.Sun.COM>
8171 plus manual update of MANIFEST
8172 Branch: perl
8173 + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
8174 ! MANIFEST installman installperl lib/ExtUtils/Install.pm
8175 ! lib/ExtUtils/MM_Unix.pm
8176____________________________________________________________________________
8177[ 813] By: mbeattie on 1998/03/16 13:08:55
8178 Log: From: Blair Zajac <blair@gps.caltech.edu>
8179 Subject: PATCH: util.c and util.h function declarations do not match
8180 Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
8181 Subject: PATCH: cgywin32 patch for perlgcc
8182 Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
8183 Subject: PATCH: perl5.004_62 on cygwin32
8184 Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
8185 Branch: perl
8186 ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
8187____________________________________________________________________________
8188[ 812] By: mbeattie on 1998/03/16 12:55:39
8189 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8190 Subject: [PATCH 5.004_62} Config_62-01 patch available.
8191 Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
8192 Subject: [PATCH 5.004_62] Tiny hint file updates
8193 Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
8194 Branch: perl
8195 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8196 ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
8197 ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
8198 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8199 ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
8200 ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
8201____________________________________________________________________________
8202[ 811] By: mbeattie on 1998/03/16 12:13:55
8203 Log: DOS djgpp updates:
8204 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8205 Subject: [PATCH for 5.004_61] dos-djgpp update
8206 Date: Fri, 6 Mar 1998 10:41:01 +0100
8207 Subject: [PATCH 5.004_62] dos-djgpp update
8208 Date: Thu, 12 Mar 1998 13:34:51 +0100
8209 Branch: perl
8210 ! djgpp/config.over hints/dos_djgpp.sh
8211____________________________________________________________________________
8212[ 810] By: gsar on 1998/03/16 08:48:17
8213 Log: integrate mainline
8214 Branch: win32/perl
8215 !> pp_sys.c
8216____________________________________________________________________________
8217[ 809] By: gsar on 1998/03/16 08:44:37
8218 Log: various changes to get asperl working under Borland
8219 (passes all tests when built under PERL_OBJECT)
8220 Branch: asperl
8221 ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
8222 ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
8223 ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
8224 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
8225 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
8226 ! win32/win32sck.c
8227____________________________________________________________________________
8228[ 808] By: gsar on 1998/03/12 19:50:20
8229 Log: set sockets to nonoverlapped mode for every thread
8230 Message-Id: <35081FE4.965A484D@enteract.com>
8231 Date: Thu, 12 Mar 1998 11:48:20 CST
8232 From: Steve Nielsen <spn@enteract.com>
8233 Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
8234 Branch: win32/perl
8235 ! win32/win32.h win32/win32sck.c
8236____________________________________________________________________________
8237[ 807] By: gsar on 1998/03/12 19:26:54
8238 Log: add AS patch#13
8239 Branch: asperl
8240 ! win32/Makefile
8241____________________________________________________________________________
8242[ 806] By: gsar on 1998/03/12 00:51:08
8243 Log: added AS patch#12 with minor changes
8244 Branch: asperl
8245 ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
8246 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8247 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
8248 ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
8249 ! win32/runperl.c
8250____________________________________________________________________________
8251[ 805] By: gsar on 1998/03/10 20:35:10
8252 Log: reinstate some standard sig_names to avoid noise from
8253 modules (and in hopes of making them _do_ something in future)
8254 Branch: win32/perl
8255 ! win32/config.bc win32/config.gc win32/config.vc
8256 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8257____________________________________________________________________________
8258[ 804] By: gsar on 1998/03/10 20:33:05
8259 Log: mingw32 tweaks
8260 Branch: win32/perl
8261 ! win32/makefile.mk win32/win32.c win32/win32.h
8262____________________________________________________________________________
8263[ 803] By: gsar on 1998/03/09 20:56:07
8264 Log: tweak Win32::DomainName() implementation
8265 Branch: win32/perl
8266 ! win32/Makefile win32/win32.c
8267____________________________________________________________________________
8268[ 802] By: gsar on 1998/03/09 03:51:01
8269 Log: merge C<local $tied{foo}> patch, also moved statics in
8270 [ah]v.c to thrdvar.h
8271 Branch: win32/perl
8272 ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
8273____________________________________________________________________________
8274[ 801] By: gsar on 1998/03/09 02:38:35
8275 Log: minor win32 support fixes
8276 - add a better implementation of Win32::DomainName() (as
8277 suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
8278 - fix opendir() emulation was unsafe what given long paths
8279 Branch: win32/perl
8280 ! win32/win32.c
8281____________________________________________________________________________
8282[ 800] By: nick on 1998/03/07 09:36:41
8283 Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
8284 So pp_sys.c needs tweaking otherwise it does not believe getservby*()
8285 exist. (Breaks libnet).
8286 Branch: perl
8287 ! pp_sys.c
8288____________________________________________________________________________
8289[ 799] By: gsar on 1998/03/07 07:51:28
8290 Log: integrate mainline changes
8291 Branch: asperl
8292 !> (integrate 111 files)
8293____________________________________________________________________________
8294[ 798] By: gsar on 1998/03/07 07:01:55
8295 Log: integrate mainline
8296 Branch: win32/perl
8297 !> myconfig patchlevel.h
8298____________________________________________________________________________
8299[ 797] By: gsar on 1998/03/07 06:49:49
8300 Log: provide our own popen()/pclose() to fix problems with qx//:
8301 - qx// used to always invoke the shell, now does so only when needed
8302 - qx// didn't respect PERL5SHELL, now does
8303 Branch: win32/perl
8304 ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
8305____________________________________________________________________________
8306[ 796] By: gsar on 1998/03/07 01:37:10
8307 Log: a missed s/sp/SP/
8308 Branch: win32/perl
8309 ! lib/ExtUtils/typemap pod/perlcall.pod
8310____________________________________________________________________________
8311[ 795] By: gsar on 1998/03/07 01:05:21
8312 Log: change all 'sp' to 'SP' in code and in the docs. Explicitly
8313 mention that local stack pointer should be called SP. This makes the
8314 API safer from source incompatibilities down the line.
8315 Branch: win32/perl
8316 ! av.c doio.c doop.c ext/DB_File/DB_File.xs
8317 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
8318 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
8319 ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
8320 ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
8321 ! pp_ctl.c pp_hot.c pp_sys.c util.c
8322
8323----------------
8324Version 5.004_62
8325----------------
8326
8327____________________________________________________________________________
8328[ 794] By: mbeattie on 1998/03/06 09:38:08
8329 Log: Subject: [PATCH] perl5.004_61 myconfig updates
8330 Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
8331 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8332 Branch: perl
8333 ! myconfig
8334____________________________________________________________________________
8335[ 793] By: mbeattie on 1998/03/06 09:36:37
8336 Log: Bump patchlevel.h to 62.
8337 Branch: perl
8338 ! patchlevel.h
8339____________________________________________________________________________
8340[ 792] By: mbeattie on 1998/03/06 09:35:57
8341 Log: Integrate win32 branch into mainline.
8342 Branch: perl
8343 !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
8344 !> win32/config.gc win32/config.vc win32/config_H.bc
8345 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8346____________________________________________________________________________
8347[ 791] By: gsar on 1998/03/06 06:00:08
8348 Log: various
8349 - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
8350 - add missing prototypes
8351 - regenerate win32/config*.?c
8352 Branch: win32/perl
8353 ! bytecode.h proto.h win32/config.bc win32/config.gc
8354 ! win32/config.vc win32/config_H.bc win32/config_H.gc
8355 ! win32/config_H.vc win32/makefile.mk
8356____________________________________________________________________________
8357[ 790] By: gsar on 1998/03/06 03:19:23
8358 Log: fix typo in Makefile
8359 Branch: win32/perl
8360 ! win32/Makefile
8361____________________________________________________________________________
8362[ 789] By: gsar on 1998/03/05 22:55:53
8363 Log: integrate mainline
8364 Branch: win32/perl
8365 !> (integrate 47 files)
8366____________________________________________________________________________
8367[ 788] By: gsar on 1998/03/05 20:02:09
8368 Log: added AS patch#11
8369 Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
8370 Date: Thu, 05 Mar 1998 10:23:04 PST
8371 From: Douglas Lankshear <dougl@ActiveState.com>
8372
8373 This patch fixes a bug I introduced removing duplicate code.
8374 -- Doug
8375 Branch: asperl
8376 ! ObjXSub.h objpp.h win32/runperl.c
8377____________________________________________________________________________
8378[ 787] By: gsar on 1998/03/05 19:56:17
8379 Log: add Nick's dTHR fixes
8380 Branch: win32/perl
8381 ! op.c scope.c
8382____________________________________________________________________________
8383[ 786] By: gsar on 1998/03/05 19:54:49
8384 Log: maintpatch
8385 Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
8386 Date: Thu, 05 Mar 1998 02:49:46 EST
8387 From: Spider Boardman <spider@orb.nashua.nh.us>
8388 Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
8389 Branch: win32/perl
8390 ! scope.c
8391____________________________________________________________________________
8392[ 785] By: mbeattie on 1998/03/05 19:12:14
8393 Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
8394 Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
8395 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8396 Branch: perl
8397 ! op.c proto.h regcomp.c regexp.h util.c
8398____________________________________________________________________________
8399[ 784] By: mbeattie on 1998/03/05 19:11:09
8400 Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
8401 Date: Wed, 4 Mar 1998 10:18:03 GMT
8402 From: Nick Ing-Simmons <nik@tiuk.ti.com>
8403 Branch: perl
8404 ! atomic.h
8405____________________________________________________________________________
8406[ 783] By: mbeattie on 1998/03/05 19:09:16
8407 Log: Subject: Configure patches -01 and -02 for 5.004_61.
8408 Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
8409 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8410 Branch: perl
8411 ! Configure INSTALL Policy_sh.SH Porting/Glossary
8412 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
8413 ! config_h.SH handy.h hints/README.hints hints/aix.sh
8414 ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
8415 ! makedepend.SH myconfig pp_sys.c
8416____________________________________________________________________________
8417[ 782] By: mbeattie on 1998/03/05 19:05:23
8418 Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
8419 Date: 03 Mar 1998 18:05:07 +0100
8420 From: Gisle Aas <gisle@aas.no>
8421 Branch: perl
8422 ! perl.h pp_ctl.c
8423____________________________________________________________________________
8424[ 781] By: mbeattie on 1998/03/05 19:04:34
8425 Log: Subject: [PATCH] Make autouse -w-safe
8426 Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
8427 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8428 Branch: perl
8429 ! lib/autouse.pm op.c sv.c
8430____________________________________________________________________________
8431[ 780] By: mbeattie on 1998/03/05 19:02:50
8432 Log: Subject: [PATCH] External symbol re_croak2
8433 Date: 02 Mar 1998 13:00:45 +0100
8434 From: Gisle Aas <gisle@aas.no>
8435 Branch: perl
8436 ! regcomp.c regcomp.h
8437____________________________________________________________________________
8438[ 779] By: mbeattie on 1998/03/05 19:01:25
8439 Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
8440 Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
8441 From: bailey@newman.upenn.edu (Charles Bailey)
8442 Branch: perl
8443 ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
8444 ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
8445 ! sv.h
8446____________________________________________________________________________
8447[ 778] By: mbeattie on 1998/03/05 18:53:13
8448 Log: Subject: [PATCH 5.004_61] USHRT range limit macros
8449 Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
8450 From: bailey@newman.upenn.edu (Charles Bailey)
8451 Branch: perl
8452 ! perl.h
8453____________________________________________________________________________
8454[ 777] By: mbeattie on 1998/03/05 18:50:25
8455 Log: Subject: [PATCH 5.004_61] File::Basename taint fix (revised)
8456 Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
8457 From: bailey@newman.upenn.edu (Charles Bailey)
8458 Branch: perl
8459 ! lib/File/Basename.pm
8460____________________________________________________________________________
8461[ 776] By: mbeattie on 1998/03/05 18:49:15
8462 Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
8463 Date: 01 Mar 1998 15:16:03 +0100
8464 From: Gisle Aas <gisle@aas.no>
8465 Branch: perl
8466 ! pod/perlguts.pod
8467____________________________________________________________________________
8468[ 775] By: mbeattie on 1998/03/05 18:48:05
8469 Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
8470 Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
8471 From: Jarkko Hietaniemi <jhi@iki.fi>
8472 Branch: perl
8473 ! Makefile.SH perl_exp.SH
8474____________________________________________________________________________
8475[ 774] By: mbeattie on 1998/03/05 18:46:32
8476 Log: Subject: Almost OK: 5.004_61 (threads, perlio)
8477 Date: Sun, 1 Mar 1998 02:02:47 -0500
8478 From: Spider Boardman <spider@orb.nashua.nh.us>
8479 Branch: perl
8480 ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
8481____________________________________________________________________________
8482[ 773] By: mbeattie on 1998/03/05 18:43:57
8483 Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
8484 Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
8485 From: Hans Mulder <hansmu@xs4all.nl>
8486 Branch: perl
8487 ! pp_ctl.c
8488____________________________________________________________________________
8489[ 772] By: mbeattie on 1998/03/05 18:39:25
8490 Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
8491 Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
8492 From: Jarkko Hietaniemi <jhi@iki.fi>
8493 Branch: perl
8494 ! Makefile.SH
8495____________________________________________________________________________
8496[ 771] By: mbeattie on 1998/03/05 18:38:32
8497 Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
8498 Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
8499 From: Jarkko Hietaniemi <jhi@iki.fi>
8500 Branch: perl
8501 ! hints/netbsd.sh
8502____________________________________________________________________________
8503[ 770] By: mbeattie on 1998/03/05 18:36:50
8504 Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
8505 Branch: perl
8506 ! cflags.SH
8507____________________________________________________________________________
8508[ 769] By: mbeattie on 1998/03/05 18:34:35
8509 Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
8510 Subject: [PATCH 5.004_61] bunch of small patches
8511 Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
8512 From: Andrew Cohen <cohen@andy.bu.edu>
8513 Branch: perl
8514 ! bytecode.h
8515____________________________________________________________________________
8516[ 768] By: mbeattie on 1998/03/05 18:13:06
8517 Log: Integrate win32 branch into mainline.
8518 Branch: perl
8519 !> (integrate 53 files)
8520____________________________________________________________________________
8521[ 767] By: TimBunce on 1998/03/05 11:48:09
8522 Log: Update to change 744.
8523 Branch: maint-5.004/perl
8524 ! lib/ExtUtils/Install.pm
8525____________________________________________________________________________
8526[ 765] By: TimBunce on 1998/03/05 11:24:24
8527 Log: Update embed.h after make regen_headers.
8528 Branch: maint-5.004/perl
8529 ! embed.h
8530____________________________________________________________________________
8531[ 764] By: TimBunce on 1998/03/05 11:05:13
8532 Log: APPLLIB_EXP now has arch and version dirs added to @INC
8533 Branch: maint-5.004/perl
8534 ! perl.c
8535____________________________________________________________________________
8536[ 763] By: TimBunce on 1998/03/05 11:01:38
8537 Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
8538 Added MAINT_TRIAL_1 local patch label to patchlevel.h
8539 Removed win32/win32io.c and win32/win32io.h from repository
8540 Branch: maint-5.004/perl
8541 - win32/win32io.c win32/win32io.h
8542 ! MANIFEST patchlevel.h
8543____________________________________________________________________________
8544[ 762] By: TimBunce on 1998/03/05 10:05:34
8545 Log: Title: "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
8546 From: Spider Boardman <spider@orb.nashua.nh.us>
8547 Files: scope.c
8548 Branch: maint-5.004/perl
8549 ! scope.c
8550____________________________________________________________________________
8551[ 761] By: TimBunce on 1998/03/05 10:03:10
8552 Log: Title: "properly refcount localization, fix C<local $tied{foo}>"
8553 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8554 Msg-ID: <199802191207.MAA10742@toad.ig.co.uk>
8555 Files: av.c hv.c scope.c t/op/local.t
8556 Branch: maint-5.004/perl
8557 ! av.c hv.c scope.c t/op/local.t
8558____________________________________________________________________________
8559[ 760] By: gsar on 1998/03/04 20:58:21
8560 Log: added AS patch#10
8561 Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
8562 Date: Tue, 03 Mar 1998 10:46:13 PST
8563 From: Douglas Lankshear <dougl@ActiveState.com>
8564 Subject: [PATCH]
8565
8566 Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically
8567 linked modules.
8568
8569 -- Doug
8570 Branch: asperl
8571 ! win32/dl_win32.xs
8572____________________________________________________________________________
8573[ 759] By: TimBunce on 1998/03/04 18:46:41
8574 Log: Update patchls utility
8575 Branch: maint-5.004/perl
8576 ! Porting/patchls
8577____________________________________________________________________________
8578[ 758] By: TimBunce on 1998/03/04 17:07:06
8579 Log: perldoc -f now uses pager if text is too long for screen
8580 Branch: maint-5.004/perl
8581 ! utils/perldoc.PL
8582____________________________________________________________________________
8583[ 757] By: TimBunce on 1998/03/04 16:57:04
8584 Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
8585 Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
8586 Branch: maint-5.004/perl
8587 + hints/openbsd.sh
8588 ! pod/perlfunc.pod
8589____________________________________________________________________________
8590[ 756] By: TimBunce on 1998/03/04 16:48:40
8591 Log: Fix for new gnulibc stdio.h when using sfio+perlio
8592 Branch: maint-5.004/perl
8593 ! perlsdio.h
8594____________________________________________________________________________
8595[ 755] By: TimBunce on 1998/03/04 16:47:08
8596 Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
8597 Added details of split in scalar context to perlfunc.pod
8598 Branch: maint-5.004/perl
8599 ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
8600____________________________________________________________________________
8601[ 754] By: TimBunce on 1998/03/04 16:35:58
8602 Log: Updated perl -v info to include reference to docs and home page.
8603 Branch: maint-5.004/perl
8604 ! perl.c
8605____________________________________________________________________________
8606[ 753] By: TimBunce on 1998/03/04 16:31:29
8607 Log: Updated hints/bsdos.sh for BSD/OS 3.1
8608 Fixed typo in pod/perlsyn.pod
8609 Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
8610 Fixed typo in ext/GDBM_File/GDBM_File.pm
8611 Branch: maint-5.004/perl
8612 ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
8613 ! hints/bsdos.sh pod/perlsyn.pod
8614____________________________________________________________________________
8615[ 752] By: TimBunce on 1998/03/04 15:49:19
8616 Log: Changed bug address in README to perlbug@perl.com
8617 Changed Copyright in perl.c to 1998
8618 Added op/pos.t test from Robin Houston <robin@oneworld.org>
8619 Branch: maint-5.004/perl
8620 + t/op/pos.t
8621 ! README perl.c
8622____________________________________________________________________________
8623[ 751] By: TimBunce on 1998/03/04 14:47:15
8624 Log: Make t/comp/require.t and t/lib/ph.t executable in repository
8625 Branch: maint-5.004/perl
8626 ! t/comp/require.t t/lib/ph.t
8627____________________________________________________________________________
8628[ 750] By: TimBunce on 1998/03/04 13:29:58
8629 Log: Added dTHR definition to ease backwards compatibility for XS
8630 source code from 5.005.
8631 Branch: maint-5.004/perl
8632 ! perl.h
8633____________________________________________________________________________
8634[ 749] By: TimBunce on 1998/03/04 12:19:19
8635 Log: Title: "rename local 'op' variables to 'o'", #F114
8636 From: Gurusamy Sarathy
8637 Files: op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
8638 toke.c
8639 Branch: maint-5.004/perl
8640 ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
8641 ! scope.c toke.c
8642____________________________________________________________________________
8643[ 748] By: TimBunce on 1998/03/04 12:12:27
8644 Log: Title: "consolidated win32 patch", #F112
8645 From: Gurusamy Sarathy
8646 Files: MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
8647 EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
8648 lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
8649 lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
8650 t/harness win32/win32.h win32/win32iop.h README.win32
8651 doio.c installhtml installperl pp_sys.c win32/Makefile
8652 win32/config.bc win32/config.vc win32/config_H.bc
8653 win32/config_H.vc win32/config_h.PL win32/config_sh.PL
8654 win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
8655 win32/perllib.c win32/runperl.c win32/win32.c
8656 win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
8657 x2p/a2py.c
8658 Branch: maint-5.004/perl
8659 + win32/bin/perlglob.pl
8660 ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
8661 ! installhtml installperl lib/ExtUtils/Command.pm
8662 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
8663 ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
8664 ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
8665 ! win32/Makefile win32/config.bc win32/config.vc
8666 ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
8667 ! win32/config_sh.PL win32/dl_win32.xs
8668 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8669 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8670 ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
8671 ! x2p/a2py.c
8672____________________________________________________________________________
8673[ 747] By: TimBunce on 1998/03/04 11:59:57
8674 Log: Title: "initialize @INC in ph.t, and fix up MANIFEST", #F111
8675 From: Gurusamy Sarathy
8676 Files: MANIFEST t/lib/ph.t
8677 Branch: maint-5.004/perl
8678 ! MANIFEST t/lib/ph.t
8679____________________________________________________________________________
8680[ 746] By: TimBunce on 1998/03/04 11:47:43
8681 Log: Title: "properly save STDOUT during system() in debugger", #F110
8682 From: Jason Smith <smithj4@rpi.edu>
8683 Files: lib/perl5db.pl
8684 Branch: maint-5.004/perl
8685 ! lib/perl5db.pl
8686____________________________________________________________________________
8687[ 745] By: TimBunce on 1998/03/04 11:40:19
8688 Log: Title: "generate DynaLoader.pm at build time", #F109
8689 From: Achim Bohnet <ach@mpe.mpg.de>
8690 Msg-ID: <9802111938.AA26224@o09.xray.mpe.mpg.de>
8691 Files: MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
8692 Branch: maint-5.004/perl
8693 + ext/DynaLoader/DynaLoader.pm.PL
8694 ! MANIFEST ext/DynaLoader/Makefile.PL
8695____________________________________________________________________________
8696[ 744] By: TimBunce on 1998/03/04 11:34:09
8697 Log: Title: "Install extensions with bootstrap in $archlib", #F108
8698 From: koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
8699 J. Koenig)
8700 Msg-ID: <sfcra9fqx0n.fsf@anna.in-berlin.de>
8701 Files: lib/ExtUtils/Install.pm
8702 Branch: maint-5.004/perl
8703 ! lib/ExtUtils/Install.pm
8704____________________________________________________________________________
8705[ 743] By: TimBunce on 1998/03/04 10:45:05
8706 Log: Title: "Pod::Html trips over "C<0>"", #F107
8707 From: Chip Salzenberg
8708 Files: lib/Pod/Html.pm
8709 Branch: maint-5.004/perl
8710 ! lib/Pod/Html.pm
8711____________________________________________________________________________
8712[ 742] By: TimBunce on 1998/03/04 10:12:54
8713 Log: Title: "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
8714 From: Achim Bohnet <ach@mpe.mpg.de>
8715 Msg-ID: <9802111629.AA00595@o09.xray.mpe.mpg.de>
8716 Files: pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
8717 Branch: maint-5.004/perl
8718 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
8719____________________________________________________________________________
8720[ 741] By: TimBunce on 1998/03/04 10:08:31
8721 Log: Title: "New patch for $^E==GetLastError() under Win32", #F105
8722 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
8723 <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
8724 Zakharevich)
8725 Msg-ID: <199801040630.AA29298@metronet.com>,
8726 <199801041826.NAA11568@aatma.engin.umich.edu>,
8727 <1998Jan4.130412.2719461@cor.newman>
8728 Files: pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
8729 win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
8730 Branch: maint-5.004/perl
8731 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
8732 ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
8733 ! win32/win32.h
8734____________________________________________________________________________
8735[ 740] By: TimBunce on 1998/03/04 09:55:57
8736 Log: Title: "5.004_56: Patch to Tie::Hash and docs", #F104
8737 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8738 Msg-ID: <199801120134.UAA05437@monk.mps.ohio-state.edu>
8739 Files: pod/perlfunc.pod lib/Tie/Hash.pm
8740 Branch: maint-5.004/perl
8741 ! lib/Tie/Hash.pm pod/perlfunc.pod
8742____________________________________________________________________________
8743[ 739] By: TimBunce on 1998/03/04 09:26:01
8744 Log: Title: "more doc for perldoc", #F103
8745 From: Gurusamy Sarathy
8746 Files: utils/perldoc.PL
8747 Branch: maint-5.004/perl
8748 ! utils/perldoc.PL
8749____________________________________________________________________________
8750[ 738] By: TimBunce on 1998/03/04 09:23:16
8751 Log: Title: "Make perldoc look for an index file ", #F102
8752 From: Gisle Aas <gisle@aas.no>
8753 Msg-ID: <199801221220.NAA22902@furu.g.aas.no>
8754 Files: utils/perldoc.PL
8755 Branch: maint-5.004/perl
8756 ! utils/perldoc.PL
8757____________________________________________________________________________
8758[ 737] By: TimBunce on 1998/03/04 09:21:15
8759 Log: Title: "perldoc -F filename", #F101
8760 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8761 Msg-ID: <199712120037.TAA00176@math.mps.ohio-state.edu>
8762 Files: utils/perldoc.PL
8763 Branch: maint-5.004/perl
8764 ! utils/perldoc.PL
8765____________________________________________________________________________
8766[ 736] By: TimBunce on 1998/03/04 09:16:20
8767 Log: Title: "sv_grow can fail for HAS_64K_LIMIT systems", #F100
8768 From: Gisle Aas <gisle@aas.no>
8769 Msg-ID: <m3iuqsl3oq.fsf@furu.g.aas.no>
8770 Files: sv.c
8771 Branch: maint-5.004/perl
8772 ! sv.c
8773____________________________________________________________________________
8774[ 735] By: TimBunce on 1998/03/04 09:08:51
8775 Log: Title: "Benchmark.pm: timethese corrupts $_", #F099
8776 From: abigail@fnx.com
8777 Msg-ID: <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
8778 Files: lib/Benchmark.pm
8779 Branch: maint-5.004/perl
8780 ! lib/Benchmark.pm
8781____________________________________________________________________________
8782[ 734] By: TimBunce on 1998/03/04 08:59:58
8783 Log: Title: "STRANGE_MALLOC should test failed alloc", #F098
8784 From: Gisle Aas <gisle@aas.no>
8785 Msg-ID: <199802021406.PAA03285@furu.g.aas.no>
8786 Files: hv.c
8787 Branch: maint-5.004/perl
8788 ! hv.c
8789____________________________________________________________________________
8790[ 733] By: TimBunce on 1998/03/04 08:35:19
8791 Log: Title: "support caseless %ENV", #F097
8792 From: Gurusamy Sarathy
8793 Files: hv.c t/op/magic.t win32/win32.h
8794 Branch: maint-5.004/perl
8795 ! hv.c t/op/magic.t win32/win32.h
8796____________________________________________________________________________
8797[ 732] By: TimBunce on 1998/03/04 08:33:58
8798 Log: Title: "newer cperl-mode.el (from 5.004_60)", #F096
8799 From: Ilya Zakharevich
8800 Files: emacs/cperl-mode.el
8801 Branch: maint-5.004/perl
8802 ! emacs/cperl-mode.el
8803____________________________________________________________________________
8804[ 731] By: TimBunce on 1998/03/04 08:26:23
8805 Log: Title: "Handle set magic on xsub OUTPUT args, add API functions that handle
8806 magic", #F095
8807 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8808 Msg-ID: <199801190409.XAA26710@aatma.engin.umich.edu>
8809 Files: pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
8810 lib/ExtUtils/xsubpp sv.c
8811 Branch: maint-5.004/perl
8812 ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
8813 ! pod/perlxs.pod proto.h sv.c sv.h
8814____________________________________________________________________________
8815[ 730] By: TimBunce on 1998/03/04 08:20:52
8816 Log: Title: "Fix flawed cleanup when signal handlers are not defined", #F094
8817 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8818 Msg-ID: <199710290106.UAA11485@aatma.engin.umich.edu>
8819 Files: mg.c
8820 Branch: maint-5.004/perl
8821 ! mg.c
8822____________________________________________________________________________
8823[ 729] By: TimBunce on 1998/03/04 08:18:02
8824 Log: Title: "Tests for C<sort 'foo','bar'>", #F093
8825 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8826 Msg-ID: <199711021247.MAA01743@crypt.compulink.co.uk>
8827 Files: t/op/sort.t
8828 Branch: maint-5.004/perl
8829 ! t/op/sort.t
8830____________________________________________________________________________
8831[ 728] By: TimBunce on 1998/03/04 08:17:07
8832 Log: Title: "Make search.pl work on win32", #F092
8833 From: Gurusamy Sarathy
8834 Files: win32/bin/search.pl
8835 Branch: maint-5.004/perl
8836 ! win32/bin/search.pl
8837____________________________________________________________________________
8838[ 727] By: gsar on 1998/03/04 04:13:23
8839 Log: missing s/op/o/ from one of the mainpatches
8840 Branch: win32/perl
8841 ! op.c
8842____________________________________________________________________________
8843[ 726] By: gsar on 1998/03/04 02:12:13
8844 Log: maintpatches #102 and #103 to perldoc.PL
8845 Branch: win32/perl
8846 ! utils/perldoc.PL
8847____________________________________________________________________________
8848[ 725] By: gsar on 1998/03/04 02:00:15
8849 Log: renumber some tests to match maint branch
8850 Branch: win32/perl
8851 ! t/op/local.t
8852____________________________________________________________________________
8853[ 724] By: gsar on 1998/03/04 01:25:50
8854 Log: maintpatch
8855 #70: "Fix random whitespace errors in docs"
8856 From: Roderick Schertler <roderick@argon.org>
8857 Msg-ID: <12726.877706444@eeyore.ibcinc.com>
8858 Date: Fri, 24 Oct 1997 11:20:44 -0400
8859 Files: pod/checkpods.PL pod/perlfunc.pod
8860 Branch: win32/perl
8861 ! pod/checkpods.PL
8862____________________________________________________________________________
8863[ 723] By: gsar on 1998/03/04 01:04:37
8864 Log: sync maintpatch
8865 #76: "Fix infinite loop on unlink() failure in File::Path::rmtree()
8866 From: Chip Salzenberg
8867 Files: lib/File/Path.pm
8868 Branch: win32/perl
8869 ! lib/File/Path.pm
8870____________________________________________________________________________
8871[ 722] By: gsar on 1998/03/04 00:46:46
8872 Log: remove redundancy in File::Find
8873 Branch: win32/perl
8874 ! lib/File/Find.pm
8875____________________________________________________________________________
8876[ 721] By: TimBunce on 1998/03/03 20:06:41
8877 Log: Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091
8878 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
8879 Msg-ID: <34475659.1AA69855@cdata.tvnet.hu>
8880 Files: utils/perldoc.PL
8881 Branch: maint-5.004/perl
8882 ! utils/perldoc.PL
8883____________________________________________________________________________
8884[ 720] By: TimBunce on 1998/03/03 20:03:59
8885 Log: Title: "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
8886 #F090
8887 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8888 Msg-ID: <199801070016.TAA17766@aatma.engin.umich.edu>
8889 Files: lib/ExtUtils/MM_Unix.pm
8890 Branch: maint-5.004/perl
8891 ! lib/ExtUtils/MM_Unix.pm
8892____________________________________________________________________________
8893[ 719] By: TimBunce on 1998/03/03 20:02:06
8894 Log: Title: "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
8895 From: Gurusamy Sarathy
8896 Files: lib/FindBin.pm
8897 Branch: maint-5.004/perl
8898 ! lib/FindBin.pm
8899____________________________________________________________________________
8900[ 718] By: TimBunce on 1998/03/03 20:00:26
8901 Log: Title: "Fix File::Find's longstanding confusion about win32 being like VMS",
8902 #F088
8903 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8904 Msg-ID: <199802020459.XAA04964@aatma.engin.umich.edu>
8905 Files: lib/File/Find.pm
8906 Branch: maint-5.004/perl
8907 ! lib/File/Find.pm
8908____________________________________________________________________________
8909[ 717] By: TimBunce on 1998/03/03 19:59:38
8910 Log: Title: "do_postponed breaks with multiple interpreters", #F087
8911 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8912 Msg-ID: <199710290316.WAA15888@aatma.engin.umich.edu>
8913 Files: op.c
8914 Branch: maint-5.004/perl
8915 ! op.c
8916____________________________________________________________________________
8917[ 716] By: TimBunce on 1998/03/03 19:57:17
8918 Log: Title: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
8919 #F086
8920 From: Gurusamy Sarathy
8921 Files: pod/perldelta.pod pod/perldiag.pod toke.c
8922 Branch: maint-5.004/perl
8923 ! pod/perldelta.pod pod/perldiag.pod toke.c
8924____________________________________________________________________________
8925[ 715] By: TimBunce on 1998/03/03 19:51:33
8926 Log: Title: "Pod::Html bug and fix: missing </UL> in index", #F085
8927 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8928 Msg-ID: <199802192314.SAA23326@aatma.engin.umich.edu>
8929 Files: lib/Pod/Html.pm
8930 Branch: maint-5.004/perl
8931 ! lib/Pod/Html.pm
8932____________________________________________________________________________
8933[ 714] By: TimBunce on 1998/03/03 19:50:28
8934 Log: Title: "New pod: perlhist", #F084
8935 From: Jarkko Hietaniemi <jhi@iki.fi>
8936 Msg-ID: <199802191556.RAA09578@alpha.hut.fi>
8937 Files: MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
8938 Branch: maint-5.004/perl
8939 + pod/perlhist.pod
8940 ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
8941____________________________________________________________________________
8942[ 713] By: TimBunce on 1998/03/03 19:47:13
8943 Log: Title: "Fix restoration of locals on scope unwinding", #F083
8944 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8945 Msg-ID: <199802110515.AAA23700@aatma.engin.umich.edu>
8946 Files: pp_ctl.c t/op/local.t
8947 Branch: maint-5.004/perl
8948 ! pp_ctl.c t/op/local.t
8949____________________________________________________________________________
8950[ 712] By: TimBunce on 1998/03/03 19:45:56
8951 Log: Title: "after an eval-ed bad require, requiring a string ref SEGVs", #F082
8952 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8953 Msg-ID: <199802102349.SAA16001@aatma.engin.umich.edu>
8954 Files: pp_ctl.c
8955 Branch: maint-5.004/perl
8956 ! pp_ctl.c
8957____________________________________________________________________________
8958[ 711] By: TimBunce on 1998/03/03 19:44:41
8959 Log: Title: "Fix seg fault on eval/require and syntax errors", #F081
8960 From: Gurusamy Sarathy <gsar@engin.umich.edu>
8961 Msg-ID: <199802102321.SAA15346@aatma.engin.umich.edu>
8962 Files: MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
8963 Branch: maint-5.004/perl
8964 + t/comp/require.t
8965 ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
8966____________________________________________________________________________
8967[ 710] By: TimBunce on 1998/03/03 19:36:34
8968 Log: Title: "5.004_58: the locale.t problem in IRIX", #F080
8969 From: Jarkko Hietaniemi <jhi@iki.fi>
8970 Msg-ID: <199802091747.TAA01735@alpha.hut.fi>
8971 Files: t/pragma/locale.t
8972 Branch: maint-5.004/perl
8973 ! t/pragma/locale.t
8974____________________________________________________________________________
8975[ 709] By: TimBunce on 1998/03/03 19:32:30
8976 Log: Title: "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
8977 From: Gisle Aas <gisle@aas.no>
8978 Msg-ID: <m3g1lwl3bq.fsf@furu.g.aas.no>
8979 Files: sv.c
8980 Branch: maint-5.004/perl
8981 ! sv.c
8982____________________________________________________________________________
8983[ 708] By: TimBunce on 1998/03/03 19:28:06
8984 Log: Title: "Eliminate double warnings under C<package;>", #F077
8985 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8986 Msg-ID: <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
8987 Files: gv.c op.c toke.c
8988 Branch: maint-5.004/perl
8989 ! gv.c op.c toke.c
8990____________________________________________________________________________
8991[ 707] By: TimBunce on 1998/03/03 19:13:17
8992 Log: Title: "Fix infinite loop on unlink() failure in File::Path::rmtree()",
8993 #F076
8994 From: Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
8995 Msg-ID: <199802061100.LAA16423@toad.ig.co.uk>
8996 Files: lib/File/Path.pm
8997 Branch: maint-5.004/perl
8998 ! lib/File/Path.pm
8999____________________________________________________________________________
9000[ 706] By: TimBunce on 1998/03/03 19:08:45
9001 Log: Title: "Update of h2ph", #F075
9002 From: kstar@www.chapin.edu (Kurt D. Starsinic)
9003 Msg-ID: <199802051354.FAA11452@www.chapin.edu>
9004 Files: t/lib/ph.t utils/h2ph.PL
9005 Branch: maint-5.004/perl
9006 + t/lib/ph.t
9007 ! utils/h2ph.PL
9008____________________________________________________________________________
9009[ 705] By: TimBunce on 1998/03/03 18:56:59
9010 Log: Title: "Fix AutoLoader for deep packages", #F074
9011 From: Zachary Miller <zcmiller@zappy.er.usgs.gov>
9012 Msg-ID: <199710092348.SAA02108@zappy.er.usgs.gov>
9013 Files: lib/AutoLoader.pm
9014 Branch: maint-5.004/perl
9015 ! lib/AutoLoader.pm
9016____________________________________________________________________________
9017[ 704] By: TimBunce on 1998/03/03 18:35:36
9018 Log: Title: "Fix order of warnings for misplaced subscripts", #F073
9019 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9020 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
9021 Files: op.c
9022 Branch: maint-5.004/perl
9023 ! op.c
9024____________________________________________________________________________
9025[ 703] By: TimBunce on 1998/03/03 18:32:28
9026 Log: Title: "Make recursive lexical analysis more robust", #F072
9027 From: Ilya Zakharevich and Chip Salzenberg
9028 Msg-ID: <199710160102.VAA28817@monk.mps.ohio-state.edu>
9029 Files: toke.c
9030 Branch: maint-5.004/perl
9031 ! toke.c
9032____________________________________________________________________________
9033[ 702] By: TimBunce on 1998/03/03 18:18:10
9034 Log: Title: "Fix random whitespace errors in docs", #F070
9035 From: Roderick Schertler <roderick@argon.org>
9036 Msg-ID: <12726.877706444@eeyore.ibcinc.com>
9037 Files: pod/perlfunc.pod pod/checkpods.PL
9038 Branch: maint-5.004/perl
9039 ! pod/checkpods.PL pod/perlfunc.pod
9040____________________________________________________________________________
9041[ 701] By: TimBunce on 1998/03/03 18:13:54
9042 Log: Title: "Fix line numbers after here documents in eval STRING", #F069
9043 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9044 Msg-ID: <199710241745.NAA08166@monk.mps.ohio-state.edu>
9045 Files: toke.c
9046 Branch: maint-5.004/perl
9047 ! toke.c
9048____________________________________________________________________________
9049[ 700] By: TimBunce on 1998/03/03 18:11:20
9050 Log: Title: "Fix SEGV from combining caller and C<package;>", #F068
9051 From: James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
9052 <nick@flirble.org>
9053 Msg-ID: <199710241248.NAA00163@flirble.org>,
9054 <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
9055 net>
9056 Files: pp_ctl.c sv.c
9057 Branch: maint-5.004/perl
9058 ! pp_ctl.c sv.c
9059____________________________________________________________________________
9060[ 699] By: TimBunce on 1998/03/03 18:06:59
9061 Log: Title: "Don't fold string comparison under C<use locale>", #F067
9062 From: Jarkko Hietaniemi <jhi@iki.fi>
9063 Msg-ID: <199711151506.RAA26287@alpha.hut.fi>
9064 Files: op.c
9065 Branch: maint-5.004/perl
9066 ! op.c
9067____________________________________________________________________________
9068[ 698] By: TimBunce on 1998/03/03 18:04:51
9069 Log: Title: "Fix SEGV on constant at end of sort block", #F066
9070 From: Administration <fadmin@informatics.muni.cz>
9071 Msg-ID: <199711170838.JAA26073@thetis.fi.muni.cz>
9072 Files: op.c
9073 Branch: maint-5.004/perl
9074 ! op.c
9075____________________________________________________________________________
9076[ 697] By: TimBunce on 1998/03/03 18:02:54
9077 Log: Title: "Allow C<last()> to mean C<last>", #F065
9078 From: Chip Salzenberg
9079 Files: op.c
9080 Branch: maint-5.004/perl
9081 ! op.c
9082____________________________________________________________________________
9083[ 696] By: TimBunce on 1998/03/03 17:58:12
9084 Log: Title: "Fix extension version mismatch message", #F064
9085 From: Chip Salzenberg
9086 Files: XSUB.h
9087 Branch: maint-5.004/perl
9088 ! XSUB.h
9089____________________________________________________________________________
9090[ 695] By: TimBunce on 1998/03/03 17:53:04
9091 Log: Title: "Better handle and test struct tm of Linux and SunOS", #F063
9092 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
9093 Msg-ID: <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
9094 Files: MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9095 hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9096 Branch: maint-5.004/perl
9097 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9098 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9099____________________________________________________________________________
9100[ 694] By: TimBunce on 1998/03/03 17:40:47
9101 Log: Title: "Fix doc bug in getservbyname() examples", #F062
9102 From: Tom Christiansen
9103 Files: ext/Socket/Socket.pm
9104 Branch: maint-5.004/perl
9105 ! ext/Socket/Socket.pm
9106____________________________________________________________________________
9107[ 693] By: TimBunce on 1998/03/03 17:32:57
9108 Log: Title: "Kill warning about parameter type", #F061
9109 From: Chip Salzenberg
9110 Files: op.c
9111 Branch: maint-5.004/perl
9112 ! op.c
9113____________________________________________________________________________
9114[ 692] By: TimBunce on 1998/03/03 17:11:07
9115 Log: Title: "Socket occasional SEGV", #F060
9116 From: Trevor Blackwell <tlb@viaweb.com>
9117 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
9118 Files: ext/Socket/Socket.xs
9119 Branch: maint-5.004/perl
9120 ! ext/Socket/Socket.xs
9121____________________________________________________________________________
9122[ 691] By: TimBunce on 1998/03/03 17:09:51
9123 Log: Title: "Avoid SEGV from local($@)", #F059
9124 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9125 Msg-ID: <199710290251.VAA14362@aatma.engin.umich.edu>
9126 Files: pp_ctl.c
9127 Branch: maint-5.004/perl
9128 ! pp_ctl.c
9129____________________________________________________________________________
9130[ 690] By: TimBunce on 1998/03/03 17:08:21
9131 Log: Title: "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
9132 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9133 Msg-ID: <199710300036.TAA01004@aatma.engin.umich.edu>
9134 Files: op.c
9135 Branch: maint-5.004/perl
9136 ! op.c
9137____________________________________________________________________________
9138[ 689] By: TimBunce on 1998/03/03 17:05:57
9139 Log: Title: "Use STMT_{START,END} in XSRETURN", #F057
9140 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9141 Msg-ID: <199710300245.VAA04244@aatma.engin.umich.edu>
9142 Files: XSUB.h
9143 Branch: maint-5.004/perl
9144 ! XSUB.h
9145____________________________________________________________________________
9146[ 688] By: TimBunce on 1998/03/03 17:04:15
9147 Log: Title: "Re: Sort grammar bug", #F056
9148 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9149 Msg-ID: <199711011946.OAA18882@aatma.engin.umich.edu>
9150 Files: toke.c
9151 Branch: maint-5.004/perl
9152 ! toke.c
9153____________________________________________________________________________
9154[ 687] By: TimBunce on 1998/03/03 17:01:32
9155 Log: Title: "Document indirect object cases for exec(), system()", #F055
9156 From: Dominic Dunlop <domo@slipper.ip.lu>
9157 Msg-ID: <v03110700b084e89234a7@[194.51.248.90]>
9158 Files: pod/perlfunc.pod
9159 Branch: maint-5.004/perl
9160 ! pod/perlfunc.pod
9161____________________________________________________________________________
9162[ 686] By: TimBunce on 1998/03/03 16:56:44
9163 Log: Title: "Update docs on tr///", #F054
9164 From: Tom Phoenix <rootbeer@teleport.com>
9165 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
9166 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9167 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9168 pod/perlstyle.pod toke.c
9169 Branch: maint-5.004/perl
9170 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9171 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9172 ! pod/perlstyle.pod toke.c
9173____________________________________________________________________________
9174[ 685] By: TimBunce on 1998/03/03 16:38:50
9175 Log: Title: "Re: perlop bitwise & | ^ documentation", #F053
9176 From: Tom Phoenix <rootbeer@teleport.com>
9177 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
9178 Files: pod/perlop.pod
9179 Branch: maint-5.004/perl
9180 ! pod/perlop.pod
9181____________________________________________________________________________
9182[ 684] By: TimBunce on 1998/03/03 16:37:00
9183 Log: Title: "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
9184 From: "Joseph N. Hall" <joseph@cscaper.com>
9185 Msg-ID: <199711110552.WAA12613@gadget.cscaper.com>
9186 Files: perly.c perly.c.diff perly.y vms/perly_c.vms
9187 Branch: maint-5.004/perl
9188 ! perly.c perly.c.diff perly.y vms/perly_c.vms
9189____________________________________________________________________________
9190[ 683] By: TimBunce on 1998/03/03 16:31:15
9191 Log: Title: "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
9192 sv_vsetpfn", #F051
9193 From: jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
9194 Msg-ID: <346ae970.7444534@smtp1.ibm.net>
9195 Files: pod/perlguts.pod
9196 Branch: maint-5.004/perl
9197 ! pod/perlguts.pod
9198____________________________________________________________________________
9199[ 682] By: TimBunce on 1998/03/03 16:28:30
9200 Log: Title: "5.004_04: locale startup failure (at last) documented", #F050
9201 From: Jarkko Hietaniemi <jhi@iki.fi>
9202 Msg-ID: <199711172054.WAA08261@alpha.hut.fi>
9203 Files: INSTALL pod/perldiag.pod pod/perllocale.pod
9204 Branch: maint-5.004/perl
9205 ! INSTALL pod/perldiag.pod pod/perllocale.pod
9206____________________________________________________________________________
9207[ 681] By: TimBunce on 1998/03/03 16:24:12
9208 Log: Title: "Cope with lack of args in Fcntl::AUTOLOAD", #F049
9209 From: Jerome Abela <abela@hsc.fr>
9210 Msg-ID: <19971120183248.23588@coredump.hsc.fr>
9211 Files: ext/Fcntl/Fcntl.pm
9212 Branch: maint-5.004/perl
9213 ! ext/Fcntl/Fcntl.pm
9214____________________________________________________________________________
9215[ 680] By: TimBunce on 1998/03/03 16:23:20
9216 Log: Title: "Commenting toke.c", #F048
9217 From: gnat@frii.com
9218 Msg-ID: <199801082138.OAA14186@prometheus.frii.com>
9219 Files: toke.c
9220 Branch: maint-5.004/perl
9221 ! toke.c
9222____________________________________________________________________________
9223[ 679] By: TimBunce on 1998/03/03 16:18:32
9224 Log: Title: "Re: 5.004_04 vec() fails with 32-bit values", #F047
9225 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9226 Msg-ID: <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
9227 Files: pod/perlguts.pod pp.c t/op/vec.t
9228 Branch: maint-5.004/perl
9229 ! pod/perlguts.pod pp.c t/op/vec.t
9230____________________________________________________________________________
9231[ 678] By: TimBunce on 1998/03/03 16:15:44
9232 Log: Title: "A few perl5.004_03 bugs", #F046
9233 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9234 Msg-ID: <199801221211.MAA05315@crypt.compulink.co.uk>
9235 Files: mg.c t/op/magic.t
9236 Branch: maint-5.004/perl
9237 ! mg.c t/op/magic.t
9238____________________________________________________________________________
9239[ 677] By: TimBunce on 1998/03/03 16:13:11
9240 Log: Title: "Faster, cleaner av_unshift() ", #F045
9241 From: Gisle Aas <gisle@aas.no>
9242 Msg-ID: <199801221850.TAA23111@furu.g.aas.no>
9243 Files: av.c
9244 Branch: maint-5.004/perl
9245 ! av.c
9246____________________________________________________________________________
9247[ 676] By: TimBunce on 1998/03/03 16:04:30
9248 Log: Title: "New hints/solaris2.sh", #F044
9249 From: Stephen Zander <srz@mckesson.com>
9250 Msg-ID: <87oh12y458.fsf@wsuse5.mckesson.com>
9251 Files: hints/solaris_2.sh
9252 Branch: maint-5.004/perl
9253 ! hints/solaris_2.sh
9254____________________________________________________________________________
9255[ 675] By: TimBunce on 1998/03/03 15:33:07
9256 Log: Title: "Refresh Complex.pm and test", #F043
9257 From: Jarkko Hietaniemi <jhi@iki.fi>
9258 Msg-ID: <199802051608.SAA20262@alpha.hut.fi>
9259 Files: lib/Math/Complex.pm t/lib/complex.t
9260 Branch: maint-5.004/perl
9261 ! lib/Math/Complex.pm t/lib/complex.t
9262____________________________________________________________________________
9263[ 674] By: TimBunce on 1998/03/03 15:29:16
9264 Log: Title: "Fix (\@@) proto", #F042
9265 From: "Joseph N. Hall" <joseph@cscaper.com>
9266 Msg-ID: <199801240132.SAA25111@gadget.cscaper.com>
9267 Files: op.c t/comp/proto.t
9268 Branch: maint-5.004/perl
9269 ! op.c t/comp/proto.t
9270____________________________________________________________________________
9271[ 673] By: TimBunce on 1998/03/03 15:26:31
9272 Log: Title: "Allow empty BLOCK in code", #F041
9273 From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
9274 Msg-ID: <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
9275 Files: toke.c
9276 Branch: maint-5.004/perl
9277 ! toke.c
9278____________________________________________________________________________
9279[ 672] By: TimBunce on 1998/03/03 15:23:55
9280 Log: Title: "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
9281 From: Chip Salzenberg
9282 Files: gv.c t/op/gv.t
9283 Branch: maint-5.004/perl
9284 ! gv.c t/op/gv.t
9285____________________________________________________________________________
9286[ 671] By: TimBunce on 1998/03/03 10:02:32
9287 Log: Title: "Keep accurate reference count on globs' stashes", #F038
9288 From: Gisle Aas <gisle@aas.no>
9289 Msg-ID: <m3zpk7sd3n.fsf@furu.g.aas.no>
9290 Files: gv.c sv.c
9291 Branch: maint-5.004/perl
9292 ! gv.c sv.c
9293____________________________________________________________________________
9294[ 670] By: TimBunce on 1998/03/03 09:59:48
9295 Log: Title: "Avoid memory allocation in gv_fetchpv(), for speed", #F037
9296 From: Chip Salzenberg
9297 Files: gv.c
9298 Branch: maint-5.004/perl
9299 ! gv.c
9300____________________________________________________________________________
9301[ 669] By: TimBunce on 1998/03/03 09:58:58
9302 Log: Title: "Make Configure less negative about PerlIO", #F036
9303 From: chip@atlantic.net
9304 Msg-ID: <199801312323.SAA15237@cyprus.atlantic.net>
9305 Files: Configure
9306 Branch: maint-5.004/perl
9307 ! Configure
9308____________________________________________________________________________
9309[ 668] By: TimBunce on 1998/03/03 09:55:51
9310 Log: Title: "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
9311 From: Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
9312 Msg-ID: <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
9313 Files: pp_ctl.c
9314 Branch: maint-5.004/perl
9315 ! pp_ctl.c
9316____________________________________________________________________________
9317[ 667] By: TimBunce on 1998/03/03 09:52:59
9318 Log: Title: "Make Getopt::Long avoid $&, $`, $'", #F034
9319 From: Irving Reid <irving@tor.securecomputing.com>
9320 Msg-ID: <98Feb3.005102est.11655@janus.tor.securecomputing.com>
9321 Files: lib/Getopt/Long.pm
9322 Branch: maint-5.004/perl
9323 ! lib/Getopt/Long.pm
9324____________________________________________________________________________
9325[ 666] By: TimBunce on 1998/03/03 09:51:27
9326 Log: Title: "adding the newSVpvn API function", #F033
9327 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
9328 Msg-ID: <199801310532.GAA23798@solar.ethz.ch>
9329 Files: pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
9330 Branch: maint-5.004/perl
9331 ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
9332____________________________________________________________________________
9333[ 665] By: TimBunce on 1998/03/03 09:43:30
9334 Log: Title: "Support C<Package::> as function-blind bearword", #F032
9335 From: Chip Salzenberg
9336 Files: toke.c
9337 Branch: maint-5.004/perl
9338 ! toke.c
9339____________________________________________________________________________
9340[ 664] By: TimBunce on 1998/03/03 09:41:40
9341 Log: Title: "Re-optimize character classes", #F031
9342 From: Chip Salzenberg
9343 Files: regcomp.h regcomp.c regexec.c
9344 Branch: maint-5.004/perl
9345 ! regcomp.c regcomp.h regexec.c
9346____________________________________________________________________________
9347[ 663] By: TimBunce on 1998/03/03 09:39:55
9348 Log: Title: "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
9349 From: dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
9350 Msg-ID: <EnKC0q.6qI@drnews.dr.lucent.com>
9351 Files: op.c t/op/local.t
9352 Branch: maint-5.004/perl
9353 ! op.c t/op/local.t
9354____________________________________________________________________________
9355[ 662] By: TimBunce on 1998/03/03 09:37:51
9356 Log: Title: "Dramatically improve performance of // with parens or $&", #F029
9357 From: Chip Salzenberg
9358 Files: cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
9359 pp_hot.c regexec.c scope.c
9360 Branch: maint-5.004/perl
9361 ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
9362 ! proto.h regexec.c regexp.h scope.c
9363____________________________________________________________________________
9364[ 661] By: TimBunce on 1998/03/03 09:27:04
9365 Log: Title: "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
9366 From: Chip Salzenberg
9367 Files: toke.c
9368 Branch: maint-5.004/perl
9369 ! toke.c
9370____________________________________________________________________________
9371[ 660] By: TimBunce on 1998/03/03 09:24:41
9372 Log: Title: "Protect against weirdness with unreal @_ in C<local @_>", #F027
9373 From: Chip Salzenberg
9374 Files: scope.c
9375 Branch: maint-5.004/perl
9376 ! scope.c
9377____________________________________________________________________________
9378[ 659] By: TimBunce on 1998/03/03 09:24:00
9379 Log: Title: "Fix C<printf "%.0d", 0>", #F026
9380 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9381 Msg-ID: <199711021331.NAA01826@crypt.compulink.co.uk>
9382 Files: sv.c t/op/sprintf.t
9383 Branch: maint-5.004/perl
9384 ! sv.c t/op/sprintf.t
9385____________________________________________________________________________
9386[ 658] By: TimBunce on 1998/03/03 09:22:13
9387 Log: Title: "Tiny core patch for source filters", #F025
9388 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9389 Msg-ID: <9711202312.AA02937@claudius.bfsec.bt.co.uk>
9390 Files: toke.c
9391 Branch: maint-5.004/perl
9392 ! toke.c
9393____________________________________________________________________________
9394[ 657] By: TimBunce on 1998/03/03 09:20:00
9395 Log: Title: "Here-doc in s///e (was: Bug)", #F024
9396 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9397 Msg-ID: <199711221445.OAA14153@crypt.compulink.co.uk>
9398 Files: t/base/lex.t toke.c
9399 Branch: maint-5.004/perl
9400 ! t/base/lex.t toke.c
9401____________________________________________________________________________
9402[ 656] By: TimBunce on 1998/03/03 09:17:56
9403 Log: Title: "Fix duplicate warnings on C<-e undef>", #F023
9404 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9405 Msg-ID: <199711221252.MAA14000@crypt.compulink.co.uk>
9406 Files: doio.c t/pragma/warn-1global
9407 Branch: maint-5.004/perl
9408 ! doio.c t/pragma/warn-1global
9409____________________________________________________________________________
9410[ 655] By: TimBunce on 1998/03/03 09:16:56
9411 Log: Title: "Fix '*' prototype", #F022
9412 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9413 Msg-ID: <199711212225.RAA00755@monk.mps.ohio-state.edu>
9414 Files: toke.c
9415 Branch: maint-5.004/perl
9416 ! toke.c
9417____________________________________________________________________________
9418[ 654] By: TimBunce on 1998/03/03 09:15:04
9419 Log: Title: "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
9420 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
9421 Msg-ID: <199711260703.XAA21257@mailgate2.boeing.com>
9422 Files: lib/File/Find.pm
9423 Branch: maint-5.004/perl
9424 ! lib/File/Find.pm
9425____________________________________________________________________________
9426[ 653] By: TimBunce on 1998/03/03 09:11:55
9427 Log: Title: "Fix typo: FORM{,AT}LINE", #F020
9428 From: Chip Salzenberg
9429 Files: sv.c
9430 Branch: maint-5.004/perl
9431 ! sv.c
9432____________________________________________________________________________
9433[ 652] By: TimBunce on 1998/03/03 09:07:50
9434 Log: Title: "Fix use of unref mem when blessed object goes out of scope", #F019
9435 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9436 Msg-ID: <199711282326.SAA15090@aatma.engin.umich.edu>
9437 Files: scope.c
9438 Branch: maint-5.004/perl
9439 ! scope.c
9440____________________________________________________________________________
9441[ 651] By: TimBunce on 1998/03/03 09:07:10
9442 Log: Title: "Fix C<my ($a, undef, $b) = @x>", #F018
9443 From: Stephane Payrard <stef@francenet.fr>
9444 Msg-ID: <199712040054.BAA04612@www.zweig.com>
9445 Files: op.c t/op/my.t
9446 Branch: maint-5.004/perl
9447 ! op.c t/op/my.t
9448____________________________________________________________________________
9449[ 650] By: TimBunce on 1998/03/03 09:04:04
9450 Log: Title: "enhanced "use strict" warning", #F017
9451 From: Tkil <tkil@reptile.scrye.com>
9452 Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
9453 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
9454 Branch: maint-5.004/perl
9455 ! gv.c t/pragma/strict-subs t/pragma/strict-vars
9456____________________________________________________________________________
9457[ 649] By: TimBunce on 1998/03/03 09:02:55
9458 Log: Title: "eval of sub gives spurious "uninitialised" warning", #F016
9459 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9460 Msg-ID: <199712061025.FAA14396@aatma.engin.umich.edu>
9461 Files: pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
9462 Branch: maint-5.004/perl
9463 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
9464____________________________________________________________________________
9465[ 648] By: TimBunce on 1998/03/03 08:58:00
9466 Log: Title: "[PERL] Assigning result of pop scrambles unrelated reference", #F015
9467 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9468 Msg-ID: <199712061100.GAA14864@aatma.engin.umich.edu>
9469 Files: sv.c
9470 Branch: maint-5.004/perl
9471 ! sv.c
9472____________________________________________________________________________
9473[ 647] By: TimBunce on 1998/03/03 08:53:35
9474 Log: Title: "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
9475 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9476 Msg-ID: <199712151922.OAA06410@monk.mps.ohio-state.edu>
9477 Files: os2/os2.c util.c
9478 Branch: maint-5.004/perl
9479 ! os2/os2.c util.c
9480____________________________________________________________________________
9481[ 646] By: TimBunce on 1998/03/03 08:51:04
9482 Log: Title: "Fix fdopen() on STD{IN,OUT,ERR}", #F013
9483 From: Roderick Schertler <roderick@argon.org>
9484 Msg-ID: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
9485 Files: doio.c t/op/misc.t
9486 Branch: maint-5.004/perl
9487 ! doio.c t/op/misc.t
9488____________________________________________________________________________
9489[ 645] By: TimBunce on 1998/03/03 08:49:34
9490 Log: Title: "Fix local $a[0] and local $h{a}", #F012
9491 From: Stephen McCamant <alias@mcs.com>
9492 Msg-ID: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
9493 Files: embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
9494 Branch: maint-5.004/perl
9495 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
9496____________________________________________________________________________
9497[ 644] By: TimBunce on 1998/03/03 08:43:06
9498 Log: Title: "Eliminate redundant mg_get() in SvTRUE()", #F011
9499 From: Spider Boardman <spider@orb.nashua.nh.us>
9500 Msg-ID: <199712251839.NAA14800@Orb.Nashua.NH.US>
9501 Files: sv.c
9502 Branch: maint-5.004/perl
9503 ! sv.c
9504____________________________________________________________________________
9505[ 643] By: TimBunce on 1998/03/03 08:41:07
9506 Log: Title: "Don't force scalar context on C<my @x> or C<my %x>", #F010
9507 From: Chip Salzenberg
9508 Files: op.c t/op/my.t
9509 Branch: maint-5.004/perl
9510 ! op.c t/op/my.t
9511____________________________________________________________________________
9512[ 642] By: TimBunce on 1998/03/03 08:39:11
9513 Log: Title: "Fix assignment to $_[0] in DESTROY", #F009
9514 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9515 Msg-ID: <199801010030.TAA14274@aatma.engin.umich.edu>
9516 Files: pod/perlobj.pod sv.c t/op/ref.t
9517 Branch: maint-5.004/perl
9518 ! pod/perlobj.pod sv.c t/op/ref.t
9519____________________________________________________________________________
9520[ 641] By: gsar on 1998/03/03 04:39:49
9521 Log: merge problematic maintpatch to op.c
9522 #77: "Eliminate double warnings under C<package;>"
9523 From: Chip Salzenberg
9524 Files: gv.c op.c toke.c
9525 Branch: win32/perl
9526 ! gv.c op.c toke.c
9527____________________________________________________________________________
9528[ 640] By: gsar on 1998/03/03 04:30:22
9529 Log: merge another conflicting maintpatch to op.c
9530 #17: "Enhanced "use strict" warning"
9531 From: Tkil <tkil@reptile.scrye.com>
9532 Msg-ID: <199712040938.CAA07628@reptile.scrye.com>
9533 Date: Thu, 4 Dec 1997 02:38:26 -0700
9534 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars
9535 Branch: win32/perl
9536 ! gv.c t/pragma/strict-subs t/pragma/strict-vars
9537____________________________________________________________________________
9538[ 639] By: gsar on 1998/03/03 04:09:11
9539 Log: maintpatch
9540 #73: "Fix order of warnings for misplaced subscripts"
9541 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9542 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk>
9543 Date: Mon, 13 Oct 1997 11:23:56 +0100
9544 Files: op.c
9545 Branch: win32/perl
9546 ! op.c
9547____________________________________________________________________________
9548[ 638] By: gsar on 1998/03/03 04:02:16
9549 Log: manually apply another conflicting maintpatch
9550 #64: "Fix extension version mismatch message"
9551 From: Chip Salzenberg
9552 Files: XSUB.h
9553 Branch: win32/perl
9554 ! XSUB.h
9555____________________________________________________________________________
9556[ 637] By: gsar on 1998/03/03 03:57:08
9557 Log: maintpatch
9558 #62: "Fix doc bug in getservbyname() examples"
9559 From: Tom Christiansen
9560 Files: ext/Socket/Socket.pm
9561 Branch: win32/perl
9562 ! ext/Socket/Socket.pm
9563____________________________________________________________________________
9564[ 636] By: gsar on 1998/03/03 03:55:13
9565 Log: maintpatch
9566 #60: "Socket occasional SEGV"
9567 From: Trevor Blackwell <tlb@viaweb.com>
9568 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com>
9569 Date: Tue, 28 Oct 1997 13:04:43 -0500 (EST)
9570 Files: ext/Socket/Socket.xs
9571 Branch: win32/perl
9572 ! ext/Socket/Socket.xs
9573____________________________________________________________________________
9574[ 635] By: gsar on 1998/03/03 03:51:01
9575 Log: maintpatches for docs
9576 #53: "Perlop bitwise & | ^ documentation"
9577 From: Tom Phoenix <rootbeer@teleport.com>
9578 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
9579 Date: Thu, 6 Nov 1997 07:44:52 -0800 (PST)
9580 Files: pod/perlfunc.pod
9581 --------
9582 #54: "Update docs on tr///"
9583 From: Tom Phoenix <rootbeer@teleport.com>
9584 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
9585 Date: Mon, 3 Nov 1997 07:28:39 -0800 (PST)
9586 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9587 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9588 pod/perlstyle.pod toke.c
9589 Branch: win32/perl
9590 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9591 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
9592 ! pod/perlstyle.pod toke.c
9593____________________________________________________________________________
9594[ 634] By: gsar on 1998/03/03 03:43:42
9595 Log: another maintpatch (this one needed adjust of test nos.)
9596 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9597 Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
9598 Date: Thu, 22 Jan 1998 12:11:49 +0000
9599 Subject: Re: [PERL] A few perl5.004_03 bugs
9600 Branch: win32/perl
9601 ! mg.c t/op/magic.t
9602____________________________________________________________________________
9603[ 633] By: gsar on 1998/03/03 03:36:40
9604 Log: merge another toke.c patch and its dependent (very carefully)
9605 #32: "Support C<Package::> as function-blind bearword"
9606 From: Chip Salzenberg
9607 Files: toke.c
9608 --------
9609 #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
9610 From: Gurusamy Sarathy
9611 Files: toke.c pod/perldelta.pod pod/perldiag.pod
9612 Branch: win32/perl
9613 ! pod/perldelta.pod pod/perldiag.pod toke.c
9614____________________________________________________________________________
9615[ 632] By: gsar on 1998/03/03 03:12:16
9616 Log: another toke.c maintpatch
9617 #28: "Don't warn on $x{shift}, ne => 1, or -f => 1"
9618 From: Chip Salzenberg
9619 Files: toke.c
9620 Branch: win32/perl
9621 ! toke.c
9622____________________________________________________________________________
9623[ 631] By: gsar on 1998/03/03 03:06:59
9624 Log: still another maintpatch
9625 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9626 Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
9627 Date: Sun, 02 Nov 1997 13:31:54 +0000
9628 Subject: [PATCH] assorted sprintf bugs
9629 Branch: win32/perl
9630 ! sv.c t/op/sprintf.t
9631____________________________________________________________________________
9632[ 630] By: gsar on 1998/03/03 03:03:55
9633 Log: yet another maintpatch
9634 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9635 Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
9636 Date: Sat, 22 Nov 1997 12:52:16 +0000
9637 Subject: Re: [PERL] Unexpected output
9638 Branch: win32/perl
9639 ! doio.c t/pragma/warn-1global
9640____________________________________________________________________________
9641[ 629] By: gsar on 1998/03/03 02:57:33
9642 Log: merge another maintpatch to toke.c
9643 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9644 Date: Sat, 22 Nov 1997 14:45:23 GMT
9645 Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
9646 Subject: Re: [PERL] Here-doc in s///e (was: Bug)
9647 Branch: win32/perl
9648 ! t/base/lex.t toke.c
9649____________________________________________________________________________
9650[ 628] By: gsar on 1998/03/03 02:50:20
9651 Log: manually merge a maintpatch
9652 Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
9653 Message-Id: <199801082138.OAA14186@prometheus.frii.com>
9654 From: gnat@frii.com
9655 Subject: [PERL] Commenting toke.c
9656 Branch: win32/perl
9657 ! toke.c
9658____________________________________________________________________________
9659[ 627] By: TimBunce on 1998/03/02 22:34:47
9660 Log: Title: "Fix inefficient checks for TIEHANDLE", #F008
9661 From: Gurusamy Sarathy <gsar@engin.umich.edu>
9662 Msg-ID: <199801080106.UAA05048@aatma.engin.umich.edu>
9663 Files: pp_hot.c pp_sys.c
9664 Branch: maint-5.004/perl
9665 ! pp_hot.c pp_sys.c
9666____________________________________________________________________________
9667[ 626] By: TimBunce on 1998/03/02 22:31:13
9668 Log: This is the change description for change 625
9669 Title: "Fix tr///s option", #F007
9670 From: Inaba Hiroto <inaba@st.rim.or.jp>
9671 Msg-ID: <19980110155333D.inaba@st.rim.or.jp>
9672 Files: doop.c
9673 Branch: maint-5.004/perl
9674 ! doop.c
9675____________________________________________________________________________
9676[ 625] By: TimBunce on 1998/03/02 22:23:48
9677 Log: Branch: maint-5.004/perl
9678 ! doop.c
9679____________________________________________________________________________
9680[ 623] By: TimBunce on 1998/03/02 21:51:53
9681 Log: Title: "Fix lexical lookup in eval-sub-eval", #F006
9682 From: Chip Salzenberg
9683 Files: pp_ctl.c
9684 Branch: maint-5.004/perl
9685 ! pp_ctl.c
9686____________________________________________________________________________
9687[ 622] By: TimBunce on 1998/03/02 21:43:29
9688 Log: Title: "Don't upgrade target of assignment from LVALUE", #F005
9689 From: Chip Salzenberg
9690 Files: sv.c
9691 Branch: maint-5.004/perl
9692 ! sv.c
9693____________________________________________________________________________
9694[ 621] By: TimBunce on 1998/03/02 21:29:59
9695 Log: Title: "Fix compile-time warning line in while ()", #F004
9696 From: Chip Salzenberg
9697 Files: op.c
9698 Branch: maint-5.004/perl
9699 ! op.c
9700____________________________________________________________________________
9701[ 620] By: TimBunce on 1998/03/02 21:25:27
9702 Log: Title: "STMT foreach LIST;", #F002
9703 From: Chip Salzenberg
9704 Files: pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
9705 vms/perly_c.vms
9706 Branch: maint-5.004/perl
9707 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
9708 ! toke.c vms/perly_c.vms
9709____________________________________________________________________________
9710[ 619] By: TimBunce on 1998/03/02 21:12:58
9711 Log: Title: "Fix SIGSEGV on C<42 until forever>", #F001
9712 From: Chip Salzenberg
9713 Files: op.c
9714 Branch: maint-5.004/perl
9715 ! op.c
9716____________________________________________________________________________
9717[ 618] By: gsar on 1998/03/02 04:40:16
9718 Log: make t/lib/nothread.t type xtext also
9719 Branch: win32/perl
9720 ! t/op/nothread.t
9721____________________________________________________________________________
9722[ 617] By: gsar on 1998/03/02 04:35:15
9723 Log: make t/lib/thread.t type xtext
9724 Branch: win32/perl
9725 ! t/lib/thread.t
9726____________________________________________________________________________
9727[ 616] By: gsar on 1998/03/02 04:17:40
9728 Log: fix misapplied hunks in change#614
9729 Branch: win32/perl
9730 ! scope.c scope.h
9731____________________________________________________________________________
9732[ 615] By: gsar on 1998/03/02 03:39:16
9733 Log: another one down
9734 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
9735 Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
9736 Date: Tue, 25 Nov 1997 23:03:48 -0800
9737 Subject: [PERL] File::Find bugs & patches
9738 Branch: win32/perl
9739 ! lib/File/Find.pm
9740____________________________________________________________________________
9741[ 614] By: gsar on 1998/03/02 03:28:28
9742 Log: this one with adjusted test numbers
9743 Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
9744 Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
9745 From: Stephen McCamant <alias@mcs.com>
9746 Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
9747 Branch: win32/perl
9748 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
9749____________________________________________________________________________
9750[ 613] By: gsar on 1998/03/02 03:13:32
9751 Log: still another
9752 From: Inaba Hiroto <inaba@st.rim.or.jp>
9753 Subject: [PERL] tr///s bug
9754 Message-Id: <19980110155333D.inaba@st.rim.or.jp>
9755 Date: Sat, 10 Jan 1998 15:53:33 +0900
9756 Branch: win32/perl
9757 ! doop.c t/op/subst.t
9758____________________________________________________________________________
9759[ 612] By: gsar on 1998/03/02 03:01:27
9760 Log: yet another patch
9761 From: Chip Salzenberg <salzench@nielsenmedia.com>
9762 Message-Id: <199709161748.NAA08418@nielsenmedia.com>
9763 Subject: Tiny but massively cool: C<statement foreach @list>
9764 Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
9765 Branch: win32/perl
9766 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
9767 ! toke.c vms/perly_c.vms
9768____________________________________________________________________________
9769[ 611] By: gsar on 1998/03/02 01:52:46
9770 Log: yet another 'old' patch
9771 From: Stephane Payrard <stef@francenet.fr>
9772 Message-Id: <199712040054.BAA04612@www.zweig.com>
9773 To: perl5-porters@perl.org
9774 Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
9775 between `my' and `local' (Patch included)
9776 Branch: win32/perl
9777 ! op.c t/op/my.t
9778____________________________________________________________________________
9779[ 610] By: gsar on 1998/03/02 01:45:55
9780 Log: another 'old' patch
9781 From: Roderick Schertler <roderick@argon.org>
9782 Date: 19 Dec 1997 12:52:36 -0500
9783 Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
9784 Subject: [PERL] [PATCH] Re: Problem with open >&=
9785 Branch: win32/perl
9786 ! doio.c t/op/misc.t
9787____________________________________________________________________________
9788[ 609] By: gsar on 1998/03/02 01:23:56
9789 Log: apply missing pieces from:
9790 From: Chip Salzenberg <salzench@nielsenmedia.com>
9791 Message-Id: <199711272044.PAA12102@nielsenmedia.com>
9792 Subject: [PATCH] Improved LVALUE patch
9793 Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
9794 Branch: win32/perl
9795 ! sv.c
9796____________________________________________________________________________
9797[ 608] By: gsar on 1998/03/02 01:13:01
9798 Log: merge two important 'old' patches
9799 From: Chip Salzenberg <salzench@nielsenmedia.com>
9800 Message-Id: <199709241632.MAA09164@nielsenmedia.com>
9801 Subject: [PATCH] Fix C<42 until forever> SIGSEGV
9802 Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
9803 ------
9804 From: Chip Salzenberg <salzench@nielsenmedia.com>
9805 Message-Id: <199710221332.JAA04814@nielsenmedia.com>
9806 Subject: [PATCH] Fix for compile-time while() warnings
9807 Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
9808 Branch: win32/perl
9809 ! op.c
9810____________________________________________________________________________
9811[ 607] By: gsar on 1998/03/01 06:52:26
9812 Log: integrate mainline changes
9813 Branch: asperl
9814 +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
9815 +> lib/Tie/Handle.pm t/op/tiehandle.t
9816 - config_H
9817 !> (integrate 89 files)
9818____________________________________________________________________________
9819[ 606] By: gsar on 1998/02/28 23:11:00
9820 Log: misc small tweaks
9821 - AutoLoader fix for long::pack::names
9822 - d_mymalloc can be set from makefiles now
9823 - make search.pl actually work on win32
9824 - revert podoc about $^E on OS/2 (per Ilya's wishes)
9825 Branch: win32/perl
9826 ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
9827 ! win32/bin/search.pl win32/makefile.mk win32/win32.c
9828____________________________________________________________________________
9829[ 605] By: gsar on 1998/02/28 22:16:45
9830 Log: fix typo in sv.h, and run 'make regen_headers' to make it build
9831 Branch: win32/perl
9832 ! embedvar.h sv.h
9833____________________________________________________________________________
9834[ 604] By: gsar on 1998/02/28 21:08:58
9835 Log: integrate mainline
9836 Branch: win32/perl
9837 +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
9838 !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
9839 !> byterun.c ext/SDBM_File/Makefile.PL
9840 !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
9841 !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
9842 !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
9843 !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
9844 !> vms/test.com win32/makedef.pl
9845____________________________________________________________________________
9846[ 603] By: nick on 1998/02/28 11:31:15
9847 Log: Missed FREAD in bytecode.h
9848 Cannot export svref_mutex in non-threaded perl
9849 Branch: perl
9850 ! bytecode.h win32/makedef.pl
9851
9852----------------
9853Version 5.004_61
9854----------------
9855
9856____________________________________________________________________________
9857[ 602] By: mbeattie on 1998/02/27 18:35:27
9858 Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
9859 preprocessor symbol on Digital UNIX.
9860 Branch: perl
9861 ! bytecode.h bytecode.pl byterun.c
9862____________________________________________________________________________
9863[ 601] By: mbeattie on 1998/02/27 18:27:00
9864 Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
9865 Branch: perl
9866 ! sv.h
9867____________________________________________________________________________
9868[ 600] By: mbeattie on 1998/02/27 18:15:07
9869 Log: Add atomic.h to MANIFEST
9870 Branch: perl
9871 ! MANIFEST
9872____________________________________________________________________________
9873[ 599] By: mbeattie on 1998/02/27 18:13:52
9874 Log: Integrate win32 branch into mainline.
9875 Branch: perl
9876 ! bytecode.pl
9877 !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
9878 !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
9879 !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
9880 !> win32/config.gc win32/config.vc win32/config_H.bc
9881 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
9882 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
9883 !> win32/win32thread.h
9884____________________________________________________________________________
9885[ 598] By: mbeattie on 1998/02/27 18:06:41
9886 Log: Make refcounts atomic for threading (dependent on appropriate
9887 arch-dependent and compiler-dependent definitions in atomic.h
9888 or else falls back to a global mutex to protect refcounts).
9889 Branch: perl
9890 + atomic.h
9891 ! global.sym perl.c perlvars.h sv.c sv.h
9892____________________________________________________________________________
9893[ 597] By: mbeattie on 1998/02/27 15:37:22
9894 Log: Tiehandle stuff in change 595 didn't add to MANIFEST
9895 Branch: perl
9896 ! MANIFEST
9897____________________________________________________________________________
9898[ 596] By: mbeattie on 1998/02/27 15:34:55
9899 Log: Missed adding new file Policy_sh.SH in change 592.
9900 Branch: perl
9901 + Policy_sh.SH
9902____________________________________________________________________________
9903[ 595] By: mbeattie on 1998/02/27 15:34:06
9904 Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
9905 Date: Fri, 27 Feb 1998 04:15:04 +0000
9906 From: Graham Barr <gbarr@pobox.com>
9907 Branch: perl
9908 + lib/Tie/Handle.pm t/op/tiehandle.t
9909 ! pod/perltie.pod pp_sys.c
9910____________________________________________________________________________
9911[ 594] By: mbeattie on 1998/02/27 15:31:12
9912 Log: From: Dan Sugalski <sugalskd@osshe.edu>
9913 Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
9914 Date: Thu, 26 Feb 1998 11:09:55 -0800
9915 Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
9916 Date: Thu, 26 Feb 1998 11:15:24 -0800
9917 Branch: perl
9918 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
9919 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
9920 ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
9921 ! vms/test.com
9922____________________________________________________________________________
9923[ 593] By: mbeattie on 1998/02/27 15:26:45
9924 Log: Fix file-descriptor leak when pipes fail via taint checks:
9925 Subject: [PATCH] Some patches went through cracks
9926 Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
9927 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9928 Branch: perl
9929 ! os2/os2.c util.c
9930____________________________________________________________________________
9931[ 592] By: mbeattie on 1998/02/27 15:15:12
9932 Log: Subject: Config_60-03-04.diff patch for 5.004_60
9933 Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
9934 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9935 Branch: perl
9936 ! Configure MANIFEST Makefile.SH os2/diff.configure
9937____________________________________________________________________________
9938[ 591] By: gsar on 1998/02/26 19:34:50
9939 Log: added AS patch#9
9940 Branch: asperl
9941 - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
9942 - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
9943 - win32/ipstdiowin.h win32/perlobj.def
9944 ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
9945 ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
9946 ! win32/win32sck.c win32/win32thread.c
9947____________________________________________________________________________
9948[ 590] By: gsar on 1998/02/26 04:25:40
9949 Log: various changes to make win32 build under the new Configure & co.
9950 - added byterun.c to core C build
9951 - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
9952 after adding new variables to config.[bgv]c
9953 - sig_name_init now has only the valid signals
9954 - we now have $Config{usethreads}
9955 - tested under the two commercial compilers w/ and w/o usethreads
9956 Branch: win32/perl
9957 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9958 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9959 ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
9960____________________________________________________________________________
9961[ 589] By: gsar on 1998/02/26 03:56:19
9962 Log: various cleanups so that B can be built as "just another extension"
9963 - export symbols needed for building B
9964 - bset_obj_store() is needed by byterun(), so define it there instead
9965 of at B.xs, and export it
9966 - freadpv() is only used in B.xs, so move it there
9967 - byte*.h are now included by perl.h
9968 - regenerate embed*.h
9969 Branch: win32/perl
9970 ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
9971 ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
9972____________________________________________________________________________
9973[ 588] By: gsar on 1998/02/25 21:46:35
9974 Log: integrate mainline
9975 Branch: win32/perl
9976 +> Porting/config.sh Porting/config_H
9977 - config_H
9978 !> (integrate 54 files)
9979____________________________________________________________________________
9980[ 587] By: gsar on 1998/02/25 19:20:26
9981 Log: added AS patch#8
9982 Branch: asperl
9983 ! sv.c x2p/a2py.c x2p/util.c
9984____________________________________________________________________________
9985[ 586] By: gsar on 1998/02/25 19:08:06
9986 Log: added AS patch#7
9987 Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
9988 Date: Tue, 24 Feb 1998 07:57:07 PST
9989 From: Douglas Lankshear <dougl@ActiveState.com>
9990 Subject: [PATCH]
9991
9992 Here's an attempt at
9993 6. MANIFEST must be updated with new file names
9994 5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
9995 And some changes to move toward
9996 1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
9997
9998 -- Doug
9999 Branch: asperl
10000 ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
10001 ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
10002 ! perlenv.h perlio.h perllio.h win32/Makefile
10003____________________________________________________________________________
10004[ 585] By: mbeattie on 1998/02/25 17:44:34
10005 Log: More compiler tweaks.
10006 Branch: perl
10007 ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
10008____________________________________________________________________________
10009[ 584] By: mbeattie on 1998/02/25 15:36:38
10010 Log: Subject: [PATCH 5.004_60] dos-djgpp update
10011 Date: Wed, 25 Feb 1998 11:17:07 +0100
10012 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10013 Branch: perl
10014 ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
10015____________________________________________________________________________
10016[ 583] By: mbeattie on 1998/02/25 15:34:48
10017 Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
10018 Branch: perl
10019 ! global.sym patchlevel.h
10020____________________________________________________________________________
10021[ 582] By: mbeattie on 1998/02/25 15:28:08
10022 Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
10023 Date: Tue, 24 Feb 1998 11:15:57 +0000
10024 From: Robin Houston <robin@oneworld.org>
10025 Branch: perl
10026 ! pod/perldiag.pod pp_ctl.c
10027____________________________________________________________________________
10028[ 581] By: mbeattie on 1998/02/25 15:27:06
10029 Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
10030 Date: 23 Feb 1998 23:36:09 +0100
10031 From: Gisle Aas <gisle@aas.no>
10032 Branch: perl
10033 ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
10034____________________________________________________________________________
10035[ 580] By: mbeattie on 1998/02/25 15:25:29
10036 Log: Subject: [PATCH 5.004_60] improved Test.pm
10037 Date: Sat, 21 Feb 1998 14:17:09 -0500
10038 From: Joshua Pritikin <pritikin@mindspring.com>
10039 Branch: perl
10040 ! lib/Test.pm
10041____________________________________________________________________________
10042[ 579] By: mbeattie on 1998/02/25 15:23:24
10043 Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
10044 From: Jarkko Hietaniemi <jhi@iki.fi>
10045 Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
10046 Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
10047 Subject: Re: your HP-UX perl patch
10048 Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
10049 Branch: perl
10050 ! Makefile.SH embed.h global.sym hints/hpux.sh
10051____________________________________________________________________________
10052[ 578] By: mbeattie on 1998/02/25 15:18:06
10053 Log: Back out DB_File patch (change _553) and tweak Configure.
10054 Subject: ANNOUNCE: perl5.004_60 is available
10055 Date: Mon, 23 Feb 1998 10:47:26 -0000
10056 From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
10057 Branch: perl
10058 ! Configure ext/DB_File/DB_File.xs
10059____________________________________________________________________________
10060[ 577] By: mbeattie on 1998/02/25 15:04:00
10061 Log: Subject: [PATCH] Cwd.pm
10062 Date: Fri, 20 Feb 1998 10:27:54 -0600
10063 From: Graham Barr <gbarr@ti.com>
10064 Branch: perl
10065 ! lib/Cwd.pm
10066____________________________________________________________________________
10067[ 576] By: mbeattie on 1998/02/25 15:02:57
10068 Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
10069 Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
10070 Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
10071 Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
10072 Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
10073 Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
10074 Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
10075 Branch: perl
10076 ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
10077____________________________________________________________________________
10078[ 575] By: mbeattie on 1998/02/25 14:58:00
10079 Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
10080 Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
10081 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10082 Branch: perl
10083 + Porting/config.sh Porting/config_H
10084 - config_H
10085 ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
10086 ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
10087 ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
10088 ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
10089 ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
10090 ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
10091 ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
10092____________________________________________________________________________
10093[ 574] By: gsar on 1998/02/24 02:21:14
10094 Log: fix typos in sv.c
10095 Branch: win32/perl
10096 ! sv.c
10097____________________________________________________________________________
10098[ 573] By: mbeattie on 1998/02/23 10:03:39
10099 Log: Remove old Linux+threads segfault degugging kludge.
10100 Branch: perl
10101 ! perl.c
10102____________________________________________________________________________
10103[ 572] By: gsar on 1998/02/23 09:45:26
10104 Log: undo previous change (no added value!)
10105 Branch: win32/perl
10106 ! win32/bin/pl2bat.pl
10107____________________________________________________________________________
10108[ 571] By: gsar on 1998/02/23 09:18:32
10109 Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
10110 John Cavanaugh <cavanaug@sdd.hp.com>)
10111 Branch: win32/perl
10112 ! win32/bin/pl2bat.pl
10113____________________________________________________________________________
10114[ 570] By: gsar on 1998/02/22 04:02:15
10115 Log: support chown() (just a noop for now)
10116 Branch: win32/perl
10117 ! dosish.h win32/win32.c win32/win32.h
10118____________________________________________________________________________
10119[ 569] By: gsar on 1998/02/22 03:09:55
10120 Log: integrate latest win32 branch
10121 Branch: asperl
10122 +> (branch 41 files)
10123 !> (integrate 59 files)
10124____________________________________________________________________________
10125[ 568] By: gsar on 1998/02/22 02:40:56
10126 Log: get compiler building under win32 (needed Makefile.PL
10127 hacks that could be applicable to other platforms)
10128 Branch: win32/perl
10129 ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
10130____________________________________________________________________________
10131[ 567] By: gsar on 1998/02/22 01:30:19
10132 Log: integrate mainline
10133 Branch: win32/perl
10134 +> (branch 41 files)
10135 !> (integrate 46 files)
10136____________________________________________________________________________
10137[ 566] By: gsar on 1998/02/20 22:31:56
10138 Log: fix handle leak in join()
10139 Branch: win32/perl
10140 ! win32/win32thread.h
10141
10142----------------
10143Version 5.004_60
10144----------------
10145
10146____________________________________________________________________________
10147[ 565] By: mbeattie on 1998/02/20 18:23:47
10148 Log: Remove compiler files from their old lib/B locations. The compiler
10149 now builds by default (without the byteperl executable so far) and
10150 seems to work at least minimally.
10151 Branch: perl
10152 - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
10153 - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
10154 - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
10155 - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
10156 - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
10157 - lib/B/disassemble lib/B/makeliblinks lib/O.pm
10158 ! MANIFEST bytecode.pl
10159____________________________________________________________________________
10160[ 564] By: mbeattie on 1998/02/20 18:05:33
10161 Log: Move lib/B/... and lib/[BO].pm over to where they should be,
10162 under ext/B.
10163 Branch: perl
10164 +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
10165 +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
10166 +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
10167 +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
10168 +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
10169 +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
10170 +> ext/B/B/makeliblinks ext/B/O.pm
10171____________________________________________________________________________
10172[ 563] By: mbeattie on 1998/02/20 17:54:58
10173 Log: Start getting compiler to work when built with the core.
10174 [Still won't work as of this change.]
10175 Branch: perl
10176 +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
10177 +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
10178 +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
10179 +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
10180 +> lib/B/Terse.pm lib/B/Xref.pm
10181 ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
10182____________________________________________________________________________
10183[ 562] By: mbeattie on 1998/02/20 16:42:13
10184 Log: Merge perlext/Compiler/... into mainline. Some files move to
10185 ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
10186 move to the base perl directory (e.g. headers). Will need some
10187 cleaning up before it builds properly, I would guess.
10188 Branch: perl
10189 +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
10190 +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
10191 +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
10192 +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
10193 +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
10194 +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
10195 +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
10196 +> lib/B/makeliblinks lib/O.pm
10197____________________________________________________________________________
10198[ 561] By: mbeattie on 1998/02/20 16:39:38
10199 Log: Win32 changes from Sarathy, tweaked slightly by me.
10200 Branch: perlext
10201 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
10202 ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
10203 ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
10204 ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
10205____________________________________________________________________________
10206[ 560] By: mbeattie on 1998/02/20 15:46:15
10207 Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
10208 Branch: perl
10209 ! perl.c
10210____________________________________________________________________________
10211[ 559] By: mbeattie on 1998/02/20 12:56:10
10212 Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
10213 Branch: perl
10214 ! MANIFEST patchlevel.h
10215____________________________________________________________________________
10216[ 558] By: mbeattie on 1998/02/20 12:53:26
10217 Log: Integrate win32 branch into mainline.
10218 Branch: perl
10219 !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
10220 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10221 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10222 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
10223 !> win32/win32iop.h x2p/a2p.h
10224____________________________________________________________________________
10225[ 557] By: mbeattie on 1998/02/20 12:51:42
10226 Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
10227 Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
10228 From: Jarkko Hietaniemi <jhi@iki.fi>
10229 Branch: perl
10230 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
10231 ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
10232 ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
10233 ! pod/perltoc.pod pod/perlvar.pod
10234____________________________________________________________________________
10235[ 556] By: mbeattie on 1998/02/20 12:49:54
10236 Log: Subject: [PATCH] installperl
10237 Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
10238 From: Norton Allen <allen@huarp.harvard.edu>
10239 Branch: perl
10240 ! installperl
10241____________________________________________________________________________
10242[ 555] By: mbeattie on 1998/02/20 12:49:09
10243 Log: Subject: [PATCH:_59] t/op/wantarray.t
10244 Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
10245 From: Norton Allen <allen@huarp.harvard.edu>
10246 Branch: perl
10247 + t/op/wantarray.t
10248____________________________________________________________________________
10249[ 554] By: mbeattie on 1998/02/20 12:47:44
10250 Log: Subject: Misprint in regcomp.c [PATCH]
10251 Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
10252 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10253 Branch: perl
10254 ! regcomp.c
10255____________________________________________________________________________
10256[ 553] By: mbeattie on 1998/02/20 12:45:08
10257 Log: Subject: DB_File ->length does not work just after tie.
10258 Date: Tue, 17 Feb 1998 13:19:18 GMT
10259 From: Nick Ing-Simmons <nik@tiuk.ti.com>
10260 Branch: perl
10261 ! ext/DB_File/DB_File.xs
10262____________________________________________________________________________
10263[ 552] By: mbeattie on 1998/02/20 12:43:32
10264 Log: Subject: [PATCH] - perl5.005_59, update Copyright
10265 Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
10266 From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
10267 Branch: perl
10268 ! perl.c
10269____________________________________________________________________________
10270[ 551] By: mbeattie on 1998/02/20 12:42:41
10271 Log: Subject: Re: for() and map() peculiarity
10272 Date: Mon, 16 Feb 1998 21:33:44 +0000
10273 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10274 Branch: perl
10275 ! pod/perlsyn.pod
10276____________________________________________________________________________
10277[ 550] By: mbeattie on 1998/02/20 12:41:53
10278 Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
10279 Date: Mon, 16 Feb 1998 11:46:29 -0800
10280 From: Dan Sugalski <sugalskd@osshe.edu>
10281 Branch: perl
10282 ! vms/config.vms
10283____________________________________________________________________________
10284[ 549] By: mbeattie on 1998/02/20 12:40:55
10285 Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
10286 Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
10287 From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
10288 Branch: perl
10289 ! global.sym
10290____________________________________________________________________________
10291[ 548] By: mbeattie on 1998/02/20 12:39:56
10292 Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
10293 Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
10294 From: Jarkko Hietaniemi <jhi@iki.fi>
10295 Branch: perl
10296 ! hints/irix_6.sh
10297____________________________________________________________________________
10298[ 547] By: mbeattie on 1998/02/20 12:38:58
10299 Log: Subject: [PATCH] perlguts update
10300 Date: 16 Feb 1998 11:23:53 +0100
10301 From: Gisle Aas <gisle@aas.no>
10302 Branch: perl
10303 ! pod/perlguts.pod
10304____________________________________________________________________________
10305[ 546] By: mbeattie on 1998/02/20 12:38:01
10306 Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
10307 Date: Sun, 15 Feb 1998 23:56:05 -0500
10308 From: Irving Reid <irving@tor.securecomputing.com>
10309 Branch: perl
10310 ! hints/bsdos.sh
10311____________________________________________________________________________
10312[ 545] By: mbeattie on 1998/02/20 12:37:11
10313 Log: Subject: [PATCH] 5% speedup in an empty loop
10314 Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
10315 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10316 Branch: perl
10317 ! op.c
10318____________________________________________________________________________
10319[ 544] By: mbeattie on 1998/02/20 12:36:26
10320 Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
10321 Date: Sun, 15 Feb 98 23:06:16 +0100
10322 From: Hans Mulder <hansm@icgroup.nl>
10323 Branch: perl
10324 ! hints/next_3.sh hints/next_4.sh
10325____________________________________________________________________________
10326[ 543] By: mbeattie on 1998/02/20 12:35:39
10327 Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
10328 Date: Sun, 15 Feb 98 23:05:20 +0100
10329 From: Hans Mulder <hansm@icgroup.nl>
10330 Branch: perl
10331 ! malloc.c
10332____________________________________________________________________________
10333[ 542] By: mbeattie on 1998/02/20 12:35:03
10334 Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
10335 From: Hans Mulder <hansm@icgroup.nl>
10336 Date: Sun, 15 Feb 98 23:04:29 +0100
10337 Branch: perl
10338 ! Configure
10339____________________________________________________________________________
10340[ 541] By: mbeattie on 1998/02/20 12:33:56
10341 Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was:
10342 NeXT needs DONT_DECLARE_STD)
10343 Date: Sun, 15 Feb 98 23:04:19 +0100
10344 From: Hans Mulder <hansm@icgroup.nl>
10345 Branch: perl
10346 ! perl.h
10347____________________________________________________________________________
10348[ 540] By: mbeattie on 1998/02/20 12:32:25
10349 Log: Subject: [PATCH] sv_check_thinkfirst macroized
10350 Date: 15 Feb 1998 22:00:38 +0100
10351 From: Gisle Aas <gisle@aas.no>
10352 Branch: perl
10353 ! sv.c
10354____________________________________________________________________________
10355[ 539] By: mbeattie on 1998/02/20 12:31:07
10356 Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
10357 Date: Sat, 14 Feb 1998 17:58:01 -0500
10358 From: Joshua Pritikin <pritikin@mindspring.com>
10359 Branch: perl
10360 + lib/Test.pm
10361 ! MANIFEST lib/Test/Harness.pm
10362____________________________________________________________________________
10363[ 538] By: mbeattie on 1998/02/20 12:24:31
10364 Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
10365 Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
10366 From: Jarkko Hietaniemi <jhi@iki.fi>
10367 Branch: perl
10368 ! INSTALL pod/perldiag.pod pod/perllocale.pod
10369____________________________________________________________________________
10370[ 537] By: mbeattie on 1998/02/20 12:23:04
10371 Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
10372 Date: Fri, 13 Feb 1998 13:38:28 -0800
10373 From: Dan Sugalski <sugalskd@osshe.edu>
10374 Branch: perl
10375 ! README.vms
10376____________________________________________________________________________
10377[ 536] By: mbeattie on 1998/02/20 12:20:29
10378 Log: Subject: [PATCH] 5.004_58, move intuition tests
10379 Date: Thu, 12 Feb 1998 17:11:05 -0600
10380 From: Stephen Potter <spp@psa.pencom.com>
10381 Branch: perl
10382 ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10383 ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
10384 ! t/op/flip.t t/op/pat.t t/op/push.t
10385____________________________________________________________________________
10386[ 535] By: gsar on 1998/02/19 23:07:24
10387 Log: applied a version of this with tabs intact
10388 Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
10389 Date: 19 Feb 1998 15:06:38 EST
10390 From: dfan@harmonixmusic.com (Dan Schmidt)
10391 Subject: Pod::Html bug and fix: missing </UL> in index
10392 Branch: win32/perl
10393 ! lib/Pod/Html.pm
10394____________________________________________________________________________
10395[ 534] By: gsar on 1998/02/19 19:40:27
10396 Log: Fix C<0> problem in Pod::Html
10397 Branch: win32/perl
10398 ! lib/Pod/Html.pm
10399____________________________________________________________________________
10400[ 533] By: gsar on 1998/02/18 18:11:08
10401 Log: non-debug VC builds are -O1 now (they say it works, and is
10402 faster)
10403 Branch: win32/perl
10404 ! win32/Makefile win32/makefile.mk
10405____________________________________________________________________________
10406[ 532] By: gsar on 1998/02/18 04:11:03
10407 Log: integrate nick's patch to mainline
10408 Branch: win32/perl
10409 !> pp.c
10410____________________________________________________________________________
10411[ 531] By: mbeattie on 1998/02/17 17:50:50
10412 Log: Assorted changes to the compiler
10413 Branch: perlext
10414 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
10415 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
10416 ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
10417 ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
10418____________________________________________________________________________
10419[ 530] By: gsar on 1998/02/17 01:47:35
10420 Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
10421 FORCE_ARG_STRING() hack (that bug is fixed in gcc now). mingw32
10422 build passes all tests except t/lib/io_xs.t (seems to be due to
10423 broken tmpfile() in the CRT or import lib)
10424 Branch: win32/perl
10425 ! XSUB.h win32/makefile.mk win32/win32.h
10426____________________________________________________________________________
10427[ 529] By: gsar on 1998/02/16 23:03:31
10428 Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
10429 in this version of gcc!)
10430 Branch: win32/perl
10431 ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
10432 ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
10433____________________________________________________________________________
10434[ 528] By: nick on 1998/02/16 22:13:04
10435 Log: Missing PUSHMARK in unshift TIEARRAY hook
10436 Branch: perl
10437 ! pp.c
10438____________________________________________________________________________
10439[ 527] By: gsar on 1998/02/15 20:59:07
10440 Log: integrate win32 branch
10441 Branch: asperl
10442 !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
10443 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10444 !> win32/makedef.pl
10445____________________________________________________________________________
10446[ 526] By: gsar on 1998/02/15 20:02:11
10447 Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
10448 Branch: win32/perl
10449 ! config_h.SH win32/config_H.bc win32/config_H.gc
10450 ! win32/config_H.vc
10451____________________________________________________________________________
10452[ 525] By: gsar on 1998/02/15 03:26:45
10453 Log: fix build problems due to renamed Config variables
10454 Branch: win32/perl
10455 ! win32/config.bc win32/config.gc win32/config.vc
10456 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10457 ! win32/makedef.pl
10458____________________________________________________________________________
10459[ 524] By: gsar on 1998/02/14 01:00:15
10460 Log: bring ASPerl uptodate with mainline changes
10461 Branch: asperl
10462 +> ext/DB_File/Changes t/comp/require.t
10463 !> (integrate 41 files)
10464____________________________________________________________________________
10465[ 523] By: gsar on 1998/02/14 00:52:17
10466 Log: integrate mainline
10467 Branch: win32/perl
10468 !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
10469 !> pp_hot.c t/op/magic.t
10470____________________________________________________________________________
10471[ 522] By: gsar on 1998/02/14 00:42:37
10472 Log: added AS patch#6
10473 Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
10474 Date: Fri, 13 Feb 1998 06:14:51 PST
10475 From: Douglas Lankshear <dougl@ActiveState.com>
10476 Subject: [PATCH] command line build
10477
10478 This patch is for the command line build of perl object.
10479 I'll merge the ipfoo.c function with win32_xxx functions next.
10480
10481 -- Doug
10482 Branch: asperl
10483 ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
10484 ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
10485 ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
10486____________________________________________________________________________
10487[ 521] By: gsar on 1998/02/14 00:14:04
10488 Log: added AS patch#5 (patch #4 was intentionally skipped after
10489 discussion)
10490 Branch: asperl
10491 ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
10492 ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
10493 ! regexec.c sv.c toke.c
10494____________________________________________________________________________
10495[ 520] By: nick on 1998/02/13 18:15:46
10496 Log: Resolve ansiperl against win32
10497 Branch: ansiperl
10498 +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
10499 +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
10500 +> t/lib/ph.t
10501 !> (integrate 898 files)
10502
10503----------------
10504Version 5.004_59
10505----------------
10506
10507____________________________________________________________________________
10508[ 519] By: mbeattie on 1998/02/13 17:05:37
10509 Log: Integrate win32 into mainline.
10510 Branch: perl
10511 ! lib/ExtUtils/xsubpp
10512 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10513 !> win32/makefile.mk
10514____________________________________________________________________________
10515[ 518] By: mbeattie on 1998/02/13 17:01:16
10516 Log: Bump patchlevel.h to 59.
10517 Branch: perl
10518 ! patchlevel.h
10519____________________________________________________________________________
10520[ 517] By: mbeattie on 1998/02/13 16:57:59
10521 Log: Subject: [PATCH] _58: wantarray in void context broken
10522 Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
10523 From: Norton Allen <allen@huarp.harvard.edu>
10524 Branch: perl
10525 ! pp_hot.c
10526____________________________________________________________________________
10527[ 516] By: mbeattie on 1998/02/13 16:55:33
10528 Log: Subject: [PATCH] 5.004_58 QNX getcwd
10529 Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
10530 From: Norton Allen <allen@huarp.harvard.edu>
10531 Branch: perl
10532 ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
10533____________________________________________________________________________
10534[ 515] By: gsar on 1998/02/12 18:29:52
10535 Log: pickup lddlflags properly for Config.pm
10536 Branch: win32/perl
10537 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10538 ! win32/makefile.mk
10539____________________________________________________________________________
10540[ 514] By: gsar on 1998/02/12 18:16:09
10541 Log: fix xsubpp bug in SETMAGIC code
10542 Branch: win32/perl
10543 ! lib/ExtUtils/xsubpp
10544____________________________________________________________________________
10545[ 513] By: gsar on 1998/02/12 18:06:30
10546 Log: integrate mainline
10547 Branch: win32/perl
10548 +> ext/DB_File/Changes
10549 !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
10550 !> ext/DB_File/DB_File.xs hints/machten.sh
10551 !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
10552 !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
10553 !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
10554 !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
10555 !> t/op/re_tests t/pragma/locale.t
10556____________________________________________________________________________
10557[ 512] By: mbeattie on 1998/02/12 17:34:02
10558 Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
10559 with -DUSE_THREADS -DDEBUGGING to fail.
10560 Branch: perl
10561 ! scope.h
10562____________________________________________________________________________
10563[ 511] By: mbeattie on 1998/02/12 16:44:03
10564 Log: Integrate win32 into mainline
10565 Branch: perl
10566 +> t/comp/require.t
10567 !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
10568____________________________________________________________________________
10569[ 510] By: mbeattie on 1998/02/12 16:42:26
10570 Log: Subject: Re: [PATCH] 5.004_58 | _04 DynaLoader.pm -> DynaLoader.pm.PL (resend)
10571 Date: 12 Feb 1998 14:25:55 +0100
10572 From: koenig@kulturbox.de (Andreas J. Koenig)
10573 Branch: perl
10574 ! lib/ExtUtils/Install.pm
10575____________________________________________________________________________
10576[ 509] By: mbeattie on 1998/02/12 16:40:34
10577 Log: Subject: Re: wrong prototype for sbrk [PATCH]
10578 Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
10579 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
10580 Branch: perl
10581 ! malloc.c
10582____________________________________________________________________________
10583[ 508] By: mbeattie on 1998/02/12 16:36:53
10584 Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
10585 Date: Wed, 11 Feb 1998 17:29:20 +0100
10586 From: Achim Bohnet <ach@mpe.mpg.de>
10587 Branch: perl
10588 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
10589____________________________________________________________________________
10590[ 507] By: mbeattie on 1998/02/12 16:35:26
10591 Log: Subject: [PATCH] slight tweaks to hints/machten.sh
10592 Date: Wed, 11 Feb 1998 14:59:46 +0100
10593 From: Dominic Dunlop <domo@vo.lu>
10594 Branch: perl
10595 ! hints/machten.sh
10596____________________________________________________________________________
10597[ 506] By: mbeattie on 1998/02/12 16:28:40
10598 Log: Subject: DB_File 1.58 patch
10599 Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
10600 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10601 Branch: perl
10602 + ext/DB_File/Changes
10603 ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10604 ! t/lib/db-recno.t
10605____________________________________________________________________________
10606[ 505] By: mbeattie on 1998/02/12 16:24:26
10607 Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
10608 Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
10609 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10610 Branch: perl
10611 ! regexec.c t/op/re_tests
10612____________________________________________________________________________
10613[ 504] By: mbeattie on 1998/02/12 16:22:46
10614 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10615 Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
10616 Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
10617 Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
10618 Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
10619 Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
10620 Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
10621 Branch: perl
10622 ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
10623 ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
10624____________________________________________________________________________
10625[ 503] By: mbeattie on 1998/02/12 16:15:43
10626 Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
10627 Date: Mon, 9 Feb 1998 13:19:45 +0100
10628 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10629 Branch: perl
10630 ! t/lib/filecopy.t
10631____________________________________________________________________________
10632[ 502] By: mbeattie on 1998/02/12 16:14:27
10633 Log: Assorted patches to sv.c:
10634 From: Gisle Aas <gisle@aas.no>
10635 Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
10636 Date: 07 Feb 1998 00:21:57 +0100
10637 Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
10638 Date: 07 Feb 1998 00:29:45 +0100
10639 Subject: [PATCH] sv_upgrade() always returns TRUE
10640 Date: 09 Feb 1998 15:44:01 +0100
10641 Branch: perl
10642 ! sv.c
10643____________________________________________________________________________
10644[ 501] By: mbeattie on 1998/02/12 16:09:26
10645 Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
10646 Subject: Perl debugger.
10647 Date: Fri, 6 Feb 1998 17:47:08 -0500
10648 From: "Jason A. Smith" <smithj4@rpi.edu>
10649 Branch: perl
10650 ! lib/perl5db.pl
10651____________________________________________________________________________
10652[ 500] By: gsar on 1998/02/12 03:20:55
10653 Log: merge another maint patch
10654 Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
10655 Date: Tue, 10 Feb 1998 18:49:00 EST
10656 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10657 Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV
10658 Branch: win32/perl
10659 ! pp_ctl.c
10660____________________________________________________________________________
10661[ 499] By: gsar on 1998/02/12 03:14:39
10662 Log: make t/comp/require.t type xtext
10663 Branch: win32/perl
10664 ! t/comp/require.t
10665____________________________________________________________________________
10666[ 498] By: gsar on 1998/02/12 03:09:58
10667 Log: fix extra LEAVE when require fails
10668 Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
10669 Date: Tue, 10 Feb 1998 18:21:37 EST
10670 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10671 Subject: Re: evals and requires make seg-fault with bad require file
10672 Branch: win32/perl
10673 + t/comp/require.t
10674 ! MANIFEST pp_ctl.c scope.c scope.h toke.c
10675____________________________________________________________________________
10676[ 497] By: gsar on 1998/02/12 02:47:29
10677 Log: merge a maint patch
10678 Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
10679 Date: Wed, 11 Feb 1998 00:15:51 EST
10680 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10681 Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD
10682 Branch: win32/perl
10683 ! pp_ctl.c t/op/local.t
10684____________________________________________________________________________
10685[ 496] By: mbeattie on 1998/02/11 13:04:50
10686 Log: Integrate win32 into mainline.
10687 Branch: perl
10688 !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
10689 !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
10690 !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
10691 !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
10692 !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
10693 !> win32/makedef.pl win32/win32.c win32/win32iop.h
10694____________________________________________________________________________
10695[ 495] By: mbeattie on 1998/02/11 13:03:59
10696 Log: Fix special constants in Xref.pm
10697 Branch: perlext
10698 ! Compiler/B/Xref.pm
10699____________________________________________________________________________
10700[ 494] By: gsar on 1998/02/10 18:26:28
10701 Log: fix opendir() problem on share names
10702 Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
10703 Date: Tue, 10 Feb 1998 13:28:53 EST
10704 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10705 Subject: Re: BUG: opendir and UNC names on NT
10706 Branch: win32/perl
10707 ! win32/win32.c
10708____________________________________________________________________________
10709[ 493] By: gsar on 1998/02/09 23:09:40
10710 Log: integrate win32 branch contents
10711 Branch: asperl
10712 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
10713 +> lib/Fatal.pm t/lib/ph.t
10714 ! hv.c
10715 !> (integrate 895 files)
10716____________________________________________________________________________
10717[ 492] By: gsar on 1998/02/09 07:30:19
10718 Log: enhancements to previous patch for XSUB OUTPUT args
10719 Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
10720 Date: Mon, 09 Feb 1998 02:31:55 EST
10721 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10722 Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic
10723 Branch: win32/perl
10724 ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
10725 ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
10726 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
10727 ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
10728 ! sv.h
10729____________________________________________________________________________
10730[ 491] By: gsar on 1998/02/09 03:00:52
10731 Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
10732 Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
10733 Date: Wed, 29 Oct 1997 19:36:25 EST
10734 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10735 Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
10736 Branch: win32/perl
10737 ! op.c
10738____________________________________________________________________________
10739[ 490] By: gsar on 1998/02/09 02:30:43
10740 Log: fix for bugs in handling DESTROY (adjusted test numbers)
10741 Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
10742 Subject: Re: [PERL] RFD: iterative DESTROYing of objects
10743 Date: Wed, 31 Dec 1997 19:30:46 -0500
10744 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10745 Branch: win32/perl
10746 ! pod/perlobj.pod sv.c t/op/ref.t
10747____________________________________________________________________________
10748[ 489] By: gsar on 1998/02/09 00:30:35
10749 Log: ansify prototype for my_safemalloc(), avoid warnings
10750 Branch: win32/perl
10751 ! sv.c
10752____________________________________________________________________________
10753[ 488] By: gsar on 1998/02/09 00:29:08
10754 Log: fix misapplied hunks in 5.004_58
10755 Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
10756 Date: Sun, 08 Feb 1998 02:18:12 EST
10757 From: Gurusamy Sarathy <gsar@engin.umich.edu>
10758 Subject: [PATCH] fixes for test failures in 5.004_58
10759 Branch: win32/perl
10760 ! gv.c op.c
10761____________________________________________________________________________
10762[ 487] By: gsar on 1998/02/09 00:27:16
10763 Log: win32_utime() tweaks to avoid warnings
10764 Branch: win32/perl
10765 ! win32/win32.c win32/win32iop.h
10766____________________________________________________________________________
10767[ 486] By: gsar on 1998/02/07 23:45:22
10768 Log: integrate mainline, plus a few small win32 enhancements
10769 - remove Win32::GetCurrentDirectory()
10770 - add Win32::Sleep() for compat
10771 - add smarter utime() from Jan Dubois, and export it as win32_utime()
10772 Branch: win32/perl
10773 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
10774 +> lib/Fatal.pm t/lib/ph.t
10775 ! win32/makedef.pl win32/win32.c win32/win32iop.h
10776 !> (integrate 61 files)
10777
10778----------------
10779Version 5.004_58
10780----------------
10781
10782____________________________________________________________________________
10783[ 485] By: mbeattie on 1998/02/06 18:11:47
10784 Log: Bump patchlevel to 58.
10785 Branch: perl
10786 ! patchlevel.h
10787____________________________________________________________________________
10788[ 484] By: mbeattie on 1998/02/06 18:08:28
10789 Log: Fix up problem with gv.c from change 477.
10790 Fix up Config.pm use in t/lib/ph.t from change 478.
10791 Branch: perl
10792 ! gv.c t/lib/ph.t
10793____________________________________________________________________________
10794[ 483] By: mbeattie on 1998/02/06 17:34:34
10795 Log: Integrate win32 branch into mainline
10796 Branch: perl
10797 !> win32/win32sck.c
10798____________________________________________________________________________
10799[ 482] By: mbeattie on 1998/02/06 17:26:41
10800 Log: lib/Fatal.pm missing from repository
10801 Branch: perl
10802 + lib/Fatal.pm
10803____________________________________________________________________________
10804[ 481] By: mbeattie on 1998/02/06 17:24:57
10805 Log: Subject: [PATCH] Re: posix::strftime (core dumped)
10806 Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
10807 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
10808 Branch: perl
10809 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
10810 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
10811____________________________________________________________________________
10812[ 480] By: mbeattie on 1998/02/06 17:19:52
10813 Log: x2p/str.c was missing from list of changed files in change 466
10814 Branch: perl
10815 ! x2p/str.c
10816____________________________________________________________________________
10817[ 479] By: mbeattie on 1998/02/06 17:16:54
10818 Log: Added t/lib/ph.t to MANIFEST
10819 Branch: perl
10820 ! MANIFEST
10821____________________________________________________________________________
10822[ 478] By: mbeattie on 1998/02/06 17:15:38
10823 Log: Subject: [PATCH] h2ph.PL
10824 Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
10825 From: kstar@www.chapin.edu (Kurt D. Starsinic)
10826 Branch: perl
10827 + t/lib/ph.t
10828 ! utils/h2ph.PL
10829____________________________________________________________________________
10830[ 477] By: mbeattie on 1998/02/06 17:10:46
10831 Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
10832 Date: 04 Feb 1998 14:49:46 +0100
10833 From: Gisle Aas <gisle@aas.no>
10834 as modified by
10835 From: chip@atlantic.net
10836 Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
10837 Branch: perl
10838 ! gv.c
10839____________________________________________________________________________
10840[ 476] By: mbeattie on 1998/02/06 16:47:03
10841 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10842 Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
10843 Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
10844 Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t
10845 Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
10846 Branch: perl
10847 ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
10848____________________________________________________________________________
10849[ 475] By: mbeattie on 1998/02/06 16:44:57
10850 Log: Subject: [PATCH] nomemok
10851 Date: Mon, 2 Feb 1998 15:06:50 +0100
10852 From: Gisle Aas <gisle@aas.no>
10853 Branch: perl
10854 ! hv.c
10855____________________________________________________________________________
10856[ 474] By: mbeattie on 1998/02/06 16:43:46
10857 Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
10858 Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
10859 From: abigail@fnx.com
10860 Branch: perl
10861 ! lib/Benchmark.pm
10862____________________________________________________________________________
10863[ 473] By: mbeattie on 1998/02/06 16:42:53
10864 Log: Subject: [PATCH] adding the newSVpvn API function
10865 Date: Sat, 31 Jan 1998 06:32:42 +0100
10866 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
10867 Branch: perl
10868 ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
10869 ! proto.h sv.c
10870____________________________________________________________________________
10871[ 472] By: mbeattie on 1998/02/06 16:35:41
10872 Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
10873 Date: 28 Jan 1998 17:40:37 -0800
10874 From: Stephen Zander <srz@mckesson.com>
10875 Branch: perl
10876 ! hints/solaris_2.sh
10877____________________________________________________________________________
10878[ 471] By: mbeattie on 1998/02/06 16:02:57
10879 Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
10880 Date: Thu, 15 Jan 1998 11:53:06 +0000
10881 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10882 Branch: perl
10883 ! pod/perlguts.pod pp.c t/op/vec.t
10884____________________________________________________________________________
10885[ 470] By: mbeattie on 1998/02/06 16:01:36
10886 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10887 Subject: 5.004_56: Patch to Tie::Hash and docs
10888 Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
10889 Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
10890 Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
10891 Branch: perl
10892 ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
10893 ! t/op/misc.t t/op/pat.t toke.c
10894____________________________________________________________________________
10895[ 469] By: mbeattie on 1998/02/06 15:58:31
10896 Log: Subject: Another Array.pm patch
10897 Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
10898 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10899 Branch: perl
10900 ! lib/Tie/Array.pm
10901____________________________________________________________________________
10902[ 468] By: mbeattie on 1998/02/06 15:56:28
10903 Log: Subject: documentation patch for 5.004_57
10904 Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
10905 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10906 Branch: perl
10907 ! lib/Tie/Array.pm
10908____________________________________________________________________________
10909[ 467] By: mbeattie on 1998/02/06 15:55:34
10910 Log: Subject: 5.004_56: patch for `use Fatal' again
10911 Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
10912 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10913 Branch: perl
10914 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
10915 ! pp.c t/comp/proto.t toke.c
10916____________________________________________________________________________
10917[ 466] By: mbeattie on 1998/02/06 15:53:53
10918 Log: Subject: Newer -DLEAKTEST patch
10919 Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
10920 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10921 Branch: perl
10922 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
10923 ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
10924 ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
10925 ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
10926 ! toke.c util.c vms/perly_c.vms x2p/hash.c
10927____________________________________________________________________________
10928[ 465] By: mbeattie on 1998/02/06 15:46:35
10929 Log: More Chip patches (tweaked for _5x). The final one mentioned here
10930 (@ARGV with -i) actually went in at change 462 but I failed to
10931 add it to the change description:
10932 Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
10933 Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
10934 Subject: [PATCH] Fix for C<@x = my @y>
10935 Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
10936 Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
10937 Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
10938 Subject: [PATCH] Allow last() to mean last
10939 Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
10940 Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
10941 Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
10942 Branch: perl
10943 ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
10944 ! vms/perly_h.vms
10945____________________________________________________________________________
10946[ 464] By: mbeattie on 1998/02/06 15:06:18
10947 Log: More Chip patches:
10948 Subject: [PATCH] Fix SEGV from combining caller and C<package;>
10949 Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
10950 Subject: [PATCH] Fix line numbers after here documents in eval STRING
10951 Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
10952 Subject: [PATCH] Make recursive lexical analysis more robust
10953 Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
10954 Branch: perl
10955 ! pp_ctl.c sv.c toke.c
10956____________________________________________________________________________
10957[ 463] By: mbeattie on 1998/02/06 15:04:17
10958 Log: Some more Chip patches (tweaked to match _5x):
10959 Subject: [PATCH] Fix empty BLOCK
10960 Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
10961 Subject: [PATCH] fix (\@@) proto
10962 Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
10963 Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
10964 Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
10965 Subject: [PATCH] Don't fold string comparison under C<use locale>
10966 Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
10967 Branch: perl
10968 ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
10969____________________________________________________________________________
10970[ 462] By: mbeattie on 1998/02/06 14:56:30
10971 Log: Some Chip patches (some tweaked to match _5x source):
10972 From: Chip Salzenberg <salzench@nielsenmedia.com>
10973 Subject: [PATCH] local leakage
10974 Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
10975 Subject: [PATCH] NULs in patterns
10976 Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
10977 Subject: [PATCH] Configure on PerlIO
10978 Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
10979 Subject: [PATCH] Avoid core dump on package alias
10980 Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
10981 Subject: [PATCH] Fix name of $Foo::{'Bar::'}
10982 Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
10983 Branch: perl
10984 ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
10985 ! t/op/local.t
10986____________________________________________________________________________
10987[ 461] By: gsar on 1998/02/04 03:34:36
10988 Log: support win32_select(0,0,0,msec) (winsock doesn't)
10989 Branch: win32/perl
10990 ! win32/win32sck.c
10991____________________________________________________________________________
10992[ 460] By: gsar on 1998/02/04 00:44:47
10993 Log: bug: win32_select() must StartSockets()
10994 Branch: win32/perl
10995 ! win32/win32sck.c
10996
10997----------------
10998Version 5.004_57
10999----------------
11000
11001____________________________________________________________________________
11002[ 459] By: mbeattie on 1998/02/03 16:00:07
11003 Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
11004 of execution causes core dump if threadsvp is moved). Replaced
11005 lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
11006 Branch: perl
11007 ! av.c perl.c
11008____________________________________________________________________________
11009[ 458] By: mbeattie on 1998/02/03 14:40:02
11010 Log: Fix up MANIFEST.
11011 Branch: perl
11012 ! MANIFEST
11013____________________________________________________________________________
11014[ 457] By: mbeattie on 1998/02/03 13:50:23
11015 Log: Integrate win32 into mainline. My last integration from ansiperl
11016 to the mainline was a dismal failure: I did -ay but meant -at.
11017 This should fix things now since win32 has already integrated
11018 all the necessary changes from ansiperl.
11019 Branch: perl
11020 !> (integrate 111 files)
11021____________________________________________________________________________
11022[ 456] By: gsar on 1998/02/03 04:48:08
11023 Log: Fix minor problems with non USE_THREADS build. win32 branch
11024 now looks 5.004_57-ready.
11025 Branch: win32/perl
11026 ! thread.h win32/makedef.pl
11027____________________________________________________________________________
11028[ 455] By: gsar on 1998/02/03 03:45:09
11029 Log: integrate mainline
11030 Branch: win32/perl
11031 !> (integrate 887 files)
11032____________________________________________________________________________
11033[ 454] By: mbeattie on 1998/02/02 16:44:24
11034 Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
11035 defaults have been commented out for now.
11036 Branch: perl
11037 ! hints/dec_osf.sh
11038____________________________________________________________________________
11039[ 453] By: mbeattie on 1998/02/02 15:51:39
11040 Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
11041 variables. Moved threadnum to a per-interpreter variable and
11042 made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
11043 more than one thread may be running. Minor tweaks to Thread.xs.
11044 Branch: perl
11045 ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
11046 ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
11047 ! thread.h util.c
11048____________________________________________________________________________
11049[ 452] By: gsar on 1998/02/02 04:56:50
11050 Log: remove totally egregious s/\\dir// in File::Find
11051 Branch: win32/perl
11052 ! lib/File/Find.pm
11053____________________________________________________________________________
11054[ 451] By: gsar on 1998/02/01 22:20:20
11055 Log: added AS patch#3
11056 Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
11057 Date: Sun, 01 Feb 1998 09:18:13 PST
11058 From: Douglas Lankshear <dougl@ActiveState.com>
11059 To: "'Gurusamy Sarathy'" <gsar@umich.edu>
11060
11061 Here's an additional diff against //depot/asperl
11062
11063 The field name mg_length was changed back to mg_len
11064 The function name mg_len was change to mg_length
11065
11066 The need for sort_mutex removed thanks to the code derived
11067 from Tom Horsley's work.
11068
11069 -- Doug
11070 Branch: asperl
11071 + XSLock.h
11072 ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
11073 ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
11074 ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
11075 ! scope.c scope.h sv.c toke.c universal.c util.c
11076 ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
11077 ! win32/perlobj.def win32/runperl.c
11078____________________________________________________________________________
11079[ 450] By: gsar on 1998/01/30 23:43:57
11080 Log: various tweaks
11081 - add new functions to proto.h
11082 - fix up makefile.mk for $(OBJECT)
11083 Branch: asperl
11084 ! pp_ctl.c proto.h win32/makefile.mk
11085____________________________________________________________________________
11086[ 449] By: gsar on 1998/01/30 21:23:15
11087 Log: fix up missing patches from AS patch#2
11088 Branch: asperl
11089 ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11090 ! pp_ctl.c proto.h
11091____________________________________________________________________________
11092[ 448] By: gsar on 1998/01/30 18:23:17
11093 Log: fix htonlx typo
11094 Branch: win32/perl
11095 ! perlsock.h
11096____________________________________________________________________________
11097[ 447] By: mbeattie on 1998/01/30 16:03:49
11098 Log: Fix up MANIFEST to add missing files
11099 Branch: perl
11100 ! MANIFEST
11101____________________________________________________________________________
11102[ 446] By: mbeattie on 1998/01/30 12:34:55
11103 Log: Bump patchlevel to 57.
11104 Branch: perl
11105 ! patchlevel.h
11106____________________________________________________________________________
11107[ 445] By: gsar on 1998/01/30 10:44:38
11108 Log: initial merge of latest win32 branch into ASPerl
11109 Branch: asperl
11110 +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
11111 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11112 +> win32/bin/perlglob.pl
11113 !> (integrate 141 files)
11114____________________________________________________________________________
11115[ 444] By: gsar on 1998/01/30 09:25:58
11116 Log: goofed branching, redo asperl branch
11117 Branch: asperl
11118 ! perl.h
11119____________________________________________________________________________
11120[ 443] By: gsar on 1998/01/30 09:23:36
11121 Log: added AS patch#2
11122 Branch: asperl
11123 + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
11124 + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
11125 + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
11126 + win32/ipstdiowin.h win32/perlobj.def
11127 ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
11128 ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
11129 ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
11130 ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
11131 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11132 ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
11133 ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
11134 ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
11135 ! win32/makedef.pl win32/runperl.c win32/win32iop.h
11136____________________________________________________________________________
11137[ 441] By: gsar on 1998/01/30 08:54:19
11138 Log: Created new branch from win32@396, added AS patch#1
11139 Branch: asperl
11140 + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
11141 + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
11142 + regcomp.c scope.h sv.c toke.c util.c
11143 +> (branch 915 files)
11144____________________________________________________________________________
11145[ 440] By: gsar on 1998/01/30 04:43:23
11146 Log: integrate winansi
11147 Branch: win32/perl
11148 +> pod/perlhist.pod
11149 !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
11150 !> util.c
11151____________________________________________________________________________
11152[ 439] By: mbeattie on 1998/01/27 15:31:53
11153 Log: Integrate ansi branch into mainline (resolve -ay).
11154 Branch: perl
11155 +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
11156 +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
11157 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
11158 +> win32/bin/perlglob.pl
11159 ! op.c
11160 !> (integrate 868 files)
11161____________________________________________________________________________
11162[ 438] By: nick on 1998/01/24 12:02:34
11163 Log: Gisle's av_unshift tweak, two small patches from chip
11164 and check for NULL in hv_delete in case '~' and tie magic
11165 are present
11166 Branch: ansiperl
11167 ! av.c hv.c op.c pp_ctl.c scope.c
11168____________________________________________________________________________
11169[ 437] By: nick on 1998/01/24 10:37:56
11170 Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.
11171 Ugh! ...
11172 Macros were unsuitable for declaring the functions, extra () round
11173 parameters removed - non-function forms of PerlXxx_yyyy() need to
11174 add () themselves.
11175 Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
11176 Branch: ansiperl
11177 ! perlsock.h pp_sys.c util.c
11178____________________________________________________________________________
11179[ 436] By: nick on 1998/01/24 10:03:03
11180 Log: Integrate win32 into ansiperl
11181 Branch: ansiperl
11182 +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11183 +> win32/bin/perlglob.pl
11184 !> (integrate 38 files)
11185____________________________________________________________________________
11186[ 435] By: nick on 1998/01/24 09:47:49
11187 Log: Add perlhist.pod
11188 Branch: ansiperl
11189 + pod/perlhist.pod
11190 ! MANIFEST
11191____________________________________________________________________________
11192[ 434] By: gsar on 1998/01/19 05:01:47
11193 Log: s/PerlENV/PerlEnv/ just to be consistent
11194 Branch: win32/perl
11195 ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
11196____________________________________________________________________________
11197[ 433] By: gsar on 1998/01/19 04:52:18
11198 Log: foo() -> PerlGroup_foo() patch from ActiveState
11199 Branch: win32/perl
11200 + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
11201 ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
11202 ! scope.h sv.c toke.c util.c
11203____________________________________________________________________________
11204[ 432] By: gsar on 1998/01/19 04:42:26
11205 Log: integrate mainline
11206 Branch: win32/perl
11207 !> pod/perlfunc.pod
11208____________________________________________________________________________
11209[ 431] By: gsar on 1998/01/19 04:40:04
11210 Log: integrate changes in winansi
11211 Branch: win32/perl
11212 +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
11213 +> t/lib/tie-stdpush.t t/op/tiearray.t
11214 !> (integrate 98 files)
11215____________________________________________________________________________
11216[ 430] By: gsar on 1998/01/19 04:10:43
11217 Log: Fix autovivification problems with XSUB OUTPUT args
11218 Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
11219 Date: Sun, 18 Jan 1998 23:09:07 EST
11220 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11221 Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
11222 Branch: win32/perl
11223 ! ext/GDBM_File/typemap ext/NDBM_File/typemap
11224 ! ext/ODBM_File/typemap ext/SDBM_File/typemap
11225 ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
11226 ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
11227____________________________________________________________________________
11228[ 429] By: nick on 1998/01/17 21:01:50
11229 Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
11230 Date: Thu, 25 Dec 1997 13:39:15 -0500
11231 From: Spider Boardman <spider@Orb.Nashua.NH.US>
11232 To: perl5-porters@perl.org
11233
11234 It turns out that the potential for the "CONFIG key 'exe_ext'
11235 does not exist in Config.pm" problem has been around for a while,
11236 in the definition of SvTRUE(). It's just that non-gcc compilers
11237 are more or less being built as CRIPPLED_CC when USE_THREADS is
11238 defined (even if they can inline things). The inline macro for
11239 SvTRUE works with tied hashes and the EXISTS method, and the
11240 functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
11241 does not, because it adds an excess mg_get() which replaces the
11242 EXISTS result with a FETCH result.
11243 Branch: ansiperl
11244 ! sv.c
11245____________________________________________________________________________
11246[ 428] By: nick on 1998/01/17 20:59:11
11247 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11248 Date: Fri, 19 Dec 97 17:19:09 GMT
11249 Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
11250 Branch: ansiperl
11251 ! doio.c sv.c toke.c util.c
11252____________________________________________________________________________
11253[ 427] By: nick on 1998/01/17 12:01:53
11254 Log: Permit tie ?foo,$object
11255 tidy up dead #ifdef ORIGINAL_TIE)
11256 Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
11257 Branch: ansiperl
11258 ! pp_sys.c
11259____________________________________________________________________________
11260[ 426] By: nick on 1998/01/15 18:06:36
11261 Log: First working TIEARRAY and other misc tie fixes
11262 Branch: ansiperl
11263 ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
11264____________________________________________________________________________
11265[ 425] By: nick on 1998/01/14 21:56:40
11266 Log: Not working yet - split problems ...
11267 Branch: ansiperl
11268 ! pp.c t/lib/thread.t t/op/tiearray.t
11269____________________________________________________________________________
11270[ 424] By: nick on 1998/01/14 18:49:25
11271 Log: TIEARRAY updates - almost works ...
11272 Branch: ansiperl
11273 + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
11274 ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
11275 ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
11276 ! t/op/avhv.t t/op/push.t t/op/tiearray.t
11277____________________________________________________________________________
11278[ 423] By: gsar on 1998/01/14 00:13:16
11279 Log: fix MakeMaker installbin problem
11280 Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
11281 Subject: Re: can't modify message with HTML-Stream, v.1.42
11282 Date: Tue, 06 Jan 1998 19:16:35 -0500
11283 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11284 Branch: win32/perl
11285 ! lib/ExtUtils/MM_Unix.pm
11286____________________________________________________________________________
11287[ 422] By: gsar on 1998/01/13 23:53:02
11288 Log: add archname to *sitearch in config.{b,g,v}c
11289 Branch: win32/perl
11290 ! win32/config.bc win32/config.gc win32/config.vc
11291____________________________________________________________________________
11292[ 421] By: gsar on 1998/01/13 23:15:14
11293 Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
11294 Branch: win32/perl
11295 ! t/harness
11296____________________________________________________________________________
11297[ 420] By: nick on 1998/01/13 22:55:02
11298 Log: tiearray tweaks
11299 Branch: ansiperl
11300 ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
11301____________________________________________________________________________
11302[ 419] By: nick on 1998/01/13 21:27:33
11303 Log: Skeleton Tie::Array
11304 Branch: ansiperl
11305 + lib/Tie/Array.pm
11306____________________________________________________________________________
11307[ 418] By: nick on 1998/01/13 20:52:38
11308 Log: tie array changes to core and tests
11309 Branch: ansiperl
11310 + t/op/tiearray.t
11311 ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
11312 ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
11313 ! pp_hot.c proto.h sv.c toke.c universal.c util.c
11314____________________________________________________________________________
11315[ 417] By: gsar on 1998/01/13 20:49:52
11316 Log: fix perlglob.bat warnings by splitting it from File::DosGlob
11317 Branch: win32/perl
11318 + win32/bin/perlglob.pl
11319 ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
11320 ! win32/makefile.mk
11321____________________________________________________________________________
11322[ 416] By: gsar on 1998/01/13 02:46:53
11323 Log: various tweaks to build support (NOTE: meant for 5.004_57)
11324 - build and install x2p
11325 - fix installperl warnings on win32
11326 - `make install` now does puts the archlibs in right places
11327 - makefiles don't default to USE_THREADS anymore
11328 - sync config.{b,g,v}c
11329 - sync makefile.mk -> Makefile
11330 Branch: win32/perl
11331 ! installperl win32/Makefile win32/config.bc win32/config.gc
11332 ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
11333 ! x2p/a2py.c
11334____________________________________________________________________________
11335[ 415] By: nick on 1998/01/11 16:54:26
11336 Log: Integrate win32 into ansiperl
11337 Branch: ansiperl
11338 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
11339 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
11340 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
11341 !> utils/perldoc.PL vms/config.vms vms/descrip.mms
11342 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11343 !> vms/vmsish.h x2p/s2p.PL
11344____________________________________________________________________________
11345[ 414] By: nick on 1998/01/11 15:13:49
11346 Log: Integratye mainline -> ansiperl
11347 Branch: ansiperl
11348 !> (integrate 64 files)
11349____________________________________________________________________________
11350[ 413] By: mbeattie on 1998/01/09 12:57:58
11351 Log: Add missing blank line in pod/perlfunc.pod.
11352 Branch: perl
11353 ! pod/perlfunc.pod
11354____________________________________________________________________________
11355[ 412] By: gsar on 1998/01/08 20:54:31
11356 Log: change#398 breaks ENV_IS_CASELESS, fix it
11357 Branch: win32/perl
11358 ! hv.c
11359____________________________________________________________________________
11360[ 411] By: gsar on 1998/01/08 18:33:58
11361 Log: Integrate mainline
11362 Branch: win32/perl
11363 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
11364 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
11365 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
11366 !> utils/perldoc.PL vms/config.vms vms/descrip.mms
11367 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11368 !> vms/vmsish.h x2p/s2p.PL
11369____________________________________________________________________________
11370[ 410] By: mbeattie on 1998/01/08 16:06:22
11371 Log: Fix thinko in t/pragma/locale.t:
11372 Subject: [PATCH] _04 or _56: locale.t
11373 Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
11374 From: Jarkko Hietaniemi <jhi@iki.fi>
11375 Branch: perl
11376 ! t/pragma/locale.t
11377____________________________________________________________________________
11378[ 409] By: mbeattie on 1998/01/08 16:05:09
11379 Log: Use Tom Horley's qsort for sorting:
11380 Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
11381 Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
11382 From: Hans Mulder <hansm@icgned.nl>
11383 Branch: perl
11384 ! pp_ctl.c
11385____________________________________________________________________________
11386[ 408] By: mbeattie on 1998/01/08 16:01:57
11387 Log: Make s2p not use cpp:
11388 Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
11389 Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
11390 From: Hans Mulder <hansm@icgned.nl>
11391 Branch: perl
11392 ! x2p/s2p.PL
11393____________________________________________________________________________
11394[ 407] By: mbeattie on 1998/01/08 15:57:31
11395 Log: DG/UX tweaks to perl.h:
11396 Subject: [PATCH] _56 on dgux without threads
11397 Date: Sat, 20 Dec 1997 23:01:40 -0500
11398 From: Roderick Schertler <roderick@argon.org>
11399 Branch: perl
11400 ! perl.h
11401____________________________________________________________________________
11402[ 406] By: mbeattie on 1998/01/08 15:56:02
11403 Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
11404 Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
11405 Date: Sat, 20 Dec 1997 02:30:01 -0500
11406 From: Spider Boardman <spider@web.zk3.dec.com>
11407 Branch: perl
11408 ! Configure hints/dec_osf.sh
11409____________________________________________________________________________
11410[ 405] By: mbeattie on 1998/01/08 15:53:40
11411 Log: Missing "" in Configure echo for gethbadd_addr_type.
11412 Branch: perl
11413 ! Configure
11414____________________________________________________________________________
11415[ 404] By: mbeattie on 1998/01/08 13:04:48
11416 Log: print/printf/... over-eager mg_find for glob magic:
11417 Subject: [PATCH] fix inefficient checks for TIEHANDLE
11418 Date: Wed, 07 Jan 1998 20:06:05 -0500
11419 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11420 Branch: perl
11421 ! pp_hot.c pp_sys.c
11422____________________________________________________________________________
11423[ 403] By: mbeattie on 1998/01/08 12:56:31
11424 Log: Assorted VMS patches (mostly VMS makefile update for new headers):
11425 Subject: [PATCH] VMS update for 5.004_56
11426 Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
11427 From: Charles Bailey <bailey@newman.upenn.edu>
11428 Branch: perl
11429 ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
11430 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
11431 ! vms/vmsish.h
11432____________________________________________________________________________
11433[ 402] By: mbeattie on 1998/01/08 12:46:15
11434 Log: Fix utils/perldoc.PL for dos-djgpp:
11435 Subject: 5.004_56: perldoc.PL dos-djgpp patches
11436 Date: Tue, 6 Jan 1998 18:14:59 +0100
11437 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
11438 Branch: perl
11439 ! utils/perldoc.PL
11440____________________________________________________________________________
11441[ 401] By: mbeattie on 1998/01/08 12:40:14
11442 Log: Version 2.13 of GetoptLong:
11443 Subject: Re: ANNOUNCE: perl 5.004_56 is available
11444 Date: 06 Jan 1998 16:21:45 +0100
11445 From: JVromans@Squirrel.nl (Johan Vromans)
11446 Branch: perl
11447 ! lib/Getopt/Long.pm lib/newgetopt.pl
11448____________________________________________________________________________
11449[ 400] By: mbeattie on 1998/01/08 12:28:08
11450 Log: Fix variable export and threading configuration for AIX:
11451 Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
11452 Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
11453 From: Jarkko Hietaniemi <jhi@iki.fi>
11454 Branch: perl
11455 ! Configure perl_exp.SH
11456____________________________________________________________________________
11457[ 399] By: mbeattie on 1998/01/08 12:25:38
11458 Log: Regexp fix: (?>a+)b doesn't match aaab:
11459 Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
11460 Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
11461 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11462 Branch: perl
11463 ! regexec.c t/op/re_tests
11464____________________________________________________________________________
11465[ 398] By: mbeattie on 1998/01/08 12:23:41
11466 Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
11467 to cope with ENV_IS_CASELESS:
11468 Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
11469 Date: Fri, 19 Dec 1997 11:31:36 -0500
11470 From: Owen Taylor <owt1@cornell.edu>
11471 Branch: perl
11472 ! hv.c
11473____________________________________________________________________________
11474[ 397] By: mbeattie on 1998/01/08 12:10:29
11475 Log: Integrate win32 branch into mainline.
11476 Branch: perl
11477 !> (integrate 41 files)
11478____________________________________________________________________________
11479[ 396] By: gsar on 1998/01/07 19:12:27
11480 Log: tweak case-insensitive ENV implementation
11481 Branch: win32/perl
11482 ! hv.c
11483____________________________________________________________________________
11484[ 395] By: nick on 1998/01/07 18:40:55
11485 Log: Integrate win32 branch
11486 Branch: ansiperl
11487 !> (integrate 31 files)
11488____________________________________________________________________________
11489[ 394] By: gsar on 1998/01/05 19:17:40
11490 Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
11491 the fact
11492 Branch: win32/perl
11493 ! pod/perlrun.pod win32/win32.c
11494____________________________________________________________________________
11495[ 393] By: gsar on 1998/01/05 05:43:33
11496 Log: Support case-tolerant %ENV
11497 - underlying system calls see the case-as-supplied by user
11498 - added tests to verify addition/deletion/enumeration case-tolerance
11499 - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
11500 which is default on win32 now
11501 Branch: win32/perl
11502 ! hv.c t/op/magic.t win32/win32.h
11503____________________________________________________________________________
11504[ 392] By: gsar on 1998/01/04 17:55:19
11505 Log: Add a tweaked version of:
11506 Message-Id: <199801040630.AA29298@metronet.com>
11507 Date: Sun, 04 Jan 1998 00:30:57 CST
11508 From: Tye McQueen <tye@metronet.com>
11509 Subject: New patch for $^E==GetLastError() under Win32
11510 Branch: win32/perl
11511 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
11512 ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
11513 ! win32/win32.c win32/win32.h
11514____________________________________________________________________________
11515[ 391] By: gsar on 1998/01/04 07:59:44
11516 Log: Various win32 fixes
11517 - support spawn via system(&P_NOWAIT,...) like OS2
11518 - support wait() and waitpid()
11519 - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
11520 - support -lfoo properly in ExtUtils::Liblist
11521 - fix outdated info about Win32 support in perlfaq2
11522 - fix win32 bug in perldoc that causes spurious warnings
11523 - regularize global function/variable names yet more
11524 - fix bug in do_aspawn() (it was always invoking shell, instead of
11525 almost never)
11526 - implement and export win32_wait()
11527 - stub version of USE_RTL_THREAD_API
11528 Branch: win32/perl
11529 ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
11530 ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
11531 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11532 ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
11533 ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
11534 ! win32/win32thread.h
11535____________________________________________________________________________
11536[ 390] By: gsar on 1997/12/30 21:00:28
11537 Log: Fix $ENV{Path} in FindBin.pm
11538 Branch: win32/perl
11539 ! lib/FindBin.pm
11540____________________________________________________________________________
11541[ 389] By: nick on 1997/12/29 10:33:23
11542 Log: Resolve ansiperl against win32
11543 Branch: ansiperl
11544 !> (integrate 105 files)
11545____________________________________________________________________________
11546[ 388] By: gsar on 1997/12/24 04:59:28
11547 Log: make $? Unix (and ActiveWare) compatible
11548 Branch: win32/perl
11549 ! README.win32 win32/win32.c
11550____________________________________________________________________________
11551[ 387] By: gsar on 1997/12/24 04:21:30
11552 Log: support ioctl() on sockets (does what ioctlsocket() does) to make
11553 non-blocking IO on sockets possible
11554 Branch: win32/perl
11555 ! README.win32 dosish.h win32/makedef.pl win32/win32.c
11556 ! win32/win32iop.h win32/win32sck.c
11557____________________________________________________________________________
11558[ 386] By: gsar on 1997/12/24 03:10:55
11559 Log: support getlogin()
11560 Branch: win32/perl
11561 ! README.win32 win32/config.bc win32/config.gc win32/config.vc
11562 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11563 ! win32/win32.c win32/win32.h
11564____________________________________________________________________________
11565[ 385] By: gsar on 1997/12/24 02:24:59
11566 Log: add support for crypt() via user-supplied des_fcrypt() source or library.
11567 Update README.win32.
11568 Branch: win32/perl
11569 ! README.win32 perl.h win32/Makefile win32/makedef.pl
11570 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
11571____________________________________________________________________________
11572[ 384] By: gsar on 1997/12/24 02:22:42
11573 Log: tweak op.c to avoid warning
11574 Branch: win32/perl
11575 ! op.c
11576____________________________________________________________________________
11577[ 383] By: gsar on 1997/12/23 21:12:42
11578 Log: Trivial bugfix#3 from local repository
11579 Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
11580 Subject: Re: Assigning result of pop scrambles unrelated reference
11581 Date: Sat, 06 Dec 1997 06:00:45 -0500
11582 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11583 Branch: win32/perl
11584 ! sv.c
11585____________________________________________________________________________
11586[ 382] By: gsar on 1997/12/23 21:09:32
11587 Log: Trivial bugfix#2 from local repository
11588 Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
11589 Subject: Re: eval of sub gives spurious "uninitialised" warning
11590 Date: Sat, 06 Dec 1997 05:25:07 -0500
11591 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11592 Branch: win32/perl
11593 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
11594____________________________________________________________________________
11595[ 381] By: gsar on 1997/12/23 21:01:04
11596 Log: Trivial bugfix#1 from local repository
11597 Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
11598 Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping?
11599 Date: Fri, 28 Nov 1997 18:26:52 -0500
11600 From: Gurusamy Sarathy <gsar@engin.umich.edu>
11601 Branch: win32/perl
11602 ! scope.c
11603____________________________________________________________________________
11604[ 380] By: gsar on 1997/12/18 15:10:23
11605 Log: Integrate mainline
11606 Branch: win32/perl
11607 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11608 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11609 +> os2/os2.sym os2/os2thread.h
11610 !> (integrate 77 files)
11611
11612----------------
11613Version 5.004_56
11614----------------
11615
11616____________________________________________________________________________
11617[ 379] By: mbeattie on 1997/12/18 13:28:35
11618 Log: Integrate ansi @364,@366 into mainline.
11619 Branch: perl
11620 !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
11621____________________________________________________________________________
11622[ 378] By: mbeattie on 1997/12/18 13:20:15
11623 Log: Add a few missing files to MANIFEST
11624 Branch: perl
11625 ! MANIFEST
11626____________________________________________________________________________
11627[ 377] By: mbeattie on 1997/12/18 13:00:16
11628 Log: Bump patchlevel to 56.
11629 Branch: perl
11630 ! patchlevel.h
11631____________________________________________________________________________
11632[ 376] By: nick on 1997/12/18 01:32:12
11633 Log: Resolve against mainline
11634 Branch: ansiperl
11635 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11636 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11637 +> os2/os2.sym os2/os2thread.h
11638 !> (integrate 74 files)
11639____________________________________________________________________________
11640[ 375] By: nick on 1997/12/18 01:06:15
11641 Log: Resolve against Win32
11642 Branch: ansiperl
11643 !> Configure README.threads config_h.SH doop.c embed.h
11644 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11645 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
11646 !> sv.c sv.h thread.h util.c
11647____________________________________________________________________________
11648[ 374] By: mbeattie on 1997/12/17 14:44:26
11649 Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
11650 needs rewriting now that we use perlvars.h and foovar.h:
11651 Subject: [PATCH] 5.004_54 under VMS (fwd)
11652 Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
11653 From: Charles Bailey <BAILEY@newman.upenn.edu>
11654 Branch: perl
11655 ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
11656 ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
11657 ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
11658 ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
11659 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
11660 ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
11661____________________________________________________________________________
11662[ 373] By: mbeattie on 1997/12/17 14:10:50
11663 Log: Major changes to the DOS/djgpp port (including threading):
11664 Subject: Re: dos-djgpp port not in perl 5.004_54
11665 Date: Fri, 21 Nov 1997 10:58:26 +0100
11666 From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
11667 Branch: perl
11668 + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11669 + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
11670 ! Configure MANIFEST Makefile.SH doio.c dosish.h
11671 ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
11672 ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11673 ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
11674 ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
11675 ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
11676 ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
11677 ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
11678 ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
11679 ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
11680____________________________________________________________________________
11681[ 372] By: mbeattie on 1997/12/17 13:18:34
11682 Log: Upgrade DB_File to 1.56:
11683 Subject: DB_File-1.56 for _55
11684 Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
11685 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11686 Branch: perl
11687 ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11688 ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
11689____________________________________________________________________________
11690[ 371] By: mbeattie on 1997/12/17 12:02:03
11691 Log: Threading patches for OS/2 (missing files taken from previous patch):
11692 Subject: Re: 5.004_55: OS/2 patches again
11693 Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
11694 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11695 Branch: perl
11696 + os2/os2.sym os2/os2thread.h
11697 ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
11698 ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
11699 ! os2/os2ish.h perl.h
11700____________________________________________________________________________
11701[ 370] By: mbeattie on 1997/12/17 11:01:34
11702 Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
11703 Subject: Re: 5.004_55: OS/2 patches again
11704 Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
11705 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11706 Branch: perl
11707 ! perl.h
11708____________________________________________________________________________
11709[ 369] By: mbeattie on 1997/12/17 10:59:40
11710 Log: Fix typo in compiler B/C.pm.
11711 Branch: perlext
11712 ! Compiler/B/C.pm
11713____________________________________________________________________________
11714[ 368] By: mbeattie on 1997/12/17 10:58:35
11715 Log: Allow "perldoc -F filename":
11716 Subject: 5.004_55: Patch to perldoc
11717 Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
11718 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11719 Branch: perl
11720 ! utils/perldoc.PL
11721____________________________________________________________________________
11722[ 367] By: mbeattie on 1997/12/17 10:54:47
11723 Log: Fix not-reached warning for pp_threadsv.
11724 Branch: perl
11725 ! pp.c
11726____________________________________________________________________________
11727[ 366] By: nick on 1997/12/14 16:06:24
11728 Log: Fix typo in Ilya's patch :-(
11729 Branch: ansiperl
11730 ! lib/ExtUtils/MakeMaker.pm
11731____________________________________________________________________________
11732[ 365] By: nick on 1997/12/14 15:30:25
11733 Log: #undef new PERLVARIC macro in appropriate places
11734 Branch: ansiperl
11735 ! miniperlmain.c perl.h
11736____________________________________________________________________________
11737[ 364] By: nick on 1997/12/14 15:04:36
11738 Log: Ilya's MakeMaker (empty makefile) patch
11739 Branch: ansiperl
11740 ! lib/ExtUtils/MakeMaker.pm
11741____________________________________________________________________________
11742[ 363] By: gsar on 1997/12/13 05:57:13
11743 Log: Integrate mainline. Builds and passes (Borland).
11744 Branch: win32/perl
11745 !> Configure README.threads config_h.SH doop.c embed.h
11746 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11747 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
11748 !> sv.c sv.h thread.h util.c
11749____________________________________________________________________________
11750[ 362] By: nick on 1997/12/13 02:53:03
11751 Log: Resolve ansiperl against mainline
11752 Branch: ansiperl
11753 !> (integrate 92 files)
11754____________________________________________________________________________
11755[ 361] By: mbeattie on 1997/12/12 16:20:38
11756 Log: pp_print and pp_prtf handling of tied file handles used EXTEND
11757 instead of MEXTEND leading to core dumps. This fix needs
11758 propagating back to the maintenance branch.
11759 Branch: perl
11760 ! pp_hot.c pp_sys.c
11761____________________________________________________________________________
11762[ 360] By: mbeattie on 1997/12/11 15:45:56
11763 Log: Add missing patch to op.c that didn't come across with win32 merge.
11764 Branch: perl
11765 ! op.c
11766____________________________________________________________________________
11767[ 359] By: mbeattie on 1997/12/11 11:54:41
11768 Log: Stop tr/// from writing to target when only counting.
11769 Branch: perl
11770 ! doop.c op.c op.h
11771____________________________________________________________________________
11772[ 358] By: mbeattie on 1997/12/10 18:36:26
11773 Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
11774 a few extraneous trailing semicolons in perlvars.h.
11775 Branch: perl
11776 ! perlvars.h util.c
11777____________________________________________________________________________
11778[ 357] By: mbeattie on 1997/12/10 18:33:53
11779 Log: Start overhauling compiler. It was working at least minimally
11780 right up until the final tweak of B.xs to add threadsv_names
11781 at which point building it provokes a seg fault in perl while
11782 doing the xsubpp :-(.
11783 Branch: perl
11784 ! op.h util.c
11785 Branch: perlext
11786 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
11787 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
11788 ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
11789 ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
11790 ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
11791 ! Compiler/test_harness_cc
11792____________________________________________________________________________
11793[ 356] By: mbeattie on 1997/12/10 13:43:32
11794 Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
11795 sv_setfoo functions go back to not needing dTHR. Fix Configure
11796 to check for already-existing -thread on archname and to check
11797 better for d_pthread_created_joinable.
11798 Branch: perl
11799 ! Configure perl.h sv.c sv.h thread.h
11800____________________________________________________________________________
11801[ 355] By: mbeattie on 1997/12/10 10:53:58
11802 Log: Minor fix/speedup to util.c:fbm_instr:
11803 Subject: 5.004_55: Minor regexp patch
11804 Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
11805 From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
11806 Branch: perl
11807 ! util.c
11808____________________________________________________________________________
11809[ 354] By: mbeattie on 1997/12/10 10:41:25
11810 Log: Patches for IRIX, AIX and some generic stuff:
11811 Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
11812 Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
11813 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
11814 (checked/ignored a few rejects; tweaked wording).
11815 Branch: perl
11816 ! Configure README.threads config_h.SH embed.h
11817 ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
11818 ! hints/irix_6.sh
11819____________________________________________________________________________
11820[ 353] By: mbeattie on 1997/12/10 10:10:19
11821 Log: Integrate win32 back into mainline (trivial).
11822 Branch: perl
11823 +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
11824 +> win32/config_H.gc
11825 !> (integrate 36 files)
11826____________________________________________________________________________
11827[ 352] By: nick on 1997/12/09 17:36:45
11828 Log: Resolve win32 - Sarathy's tweak.
11829 Branch: ansiperl
11830 !> win32/makedef.pl
11831____________________________________________________________________________
11832[ 351] By: gsar on 1997/12/08 06:13:04
11833 Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
11834 Branch: win32/perl
11835 ! win32/makedef.pl
11836____________________________________________________________________________
11837[ 350] By: nick on 1997/12/05 00:56:03
11838 Log: Resolve ansiperl against win32
11839 Branch: ansiperl
11840 - win32/makegcc.mk
11841 !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
11842 !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
11843 !> win32/makefile.mk win32/perllib.c win32/win32.h
11844____________________________________________________________________________
11845[ 349] By: gsar on 1997/12/02 07:28:23
11846 Log: Revert to keeping (some) constant strings as globals
11847 Branch: win32/perl
11848 ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
11849 ! perlvars.h win32/makedef.pl win32/perllib.c
11850____________________________________________________________________________
11851[ 348] By: gsar on 1997/12/02 05:38:06
11852 Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
11853 Other minor fixes. Now is a good time to get the changes in win32 branch.
11854 Branch: win32/perl
11855 - win32/makegcc.mk
11856 ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
11857____________________________________________________________________________
11858[ 347] By: gsar on 1997/12/02 03:32:55
11859 Log: Integrate winansi again. Result builds and passes all tests on all
11860 three compilers.
11861 Branch: win32/perl
11862 !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
11863 !> win32/makegcc.mk win32/win32.h
11864____________________________________________________________________________
11865[ 346] By: gsar on 1997/12/02 03:28:23
11866 Log: various hacks to get mingw32 to build. Sync Makefile with makefile.mk.
11867 makegcc.mk to be merged into makefile.mk soon.
11868 Branch: win32/perl
11869 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
11870 ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
11871 ! win32/win32.h
11872____________________________________________________________________________
11873[ 345] By: nick on 1997/12/02 01:57:17
11874 Log: Add a 4th step (yes FOUR) to dll build process for gcc.
11875 Now runs again...
11876 Branch: ansiperl
11877 ! lib/ExtUtils/MM_Win32.pm
11878____________________________________________________________________________
11879[ 344] By: nick on 1997/12/02 01:11:16
11880 Log: Sarathy's patch
11881 Branch: ansiperl
11882 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
11883 ! win32/makegcc.mk win32/win32.h
11884____________________________________________________________________________
11885[ 343] By: gsar on 1997/12/01 04:37:06
11886 Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
11887 is identical to ansiperl/* now)
11888 Branch: win32/perl
11889 +> embedvar.h intrpvar.h perlvars.h thrdvar.h
11890 !> (integrate 34 files)
11891____________________________________________________________________________
11892[ 342] By: nick on 1997/12/01 04:01:57
11893 Log: Builds and passes all tests with gcc on Win32 - phew!
11894 Branch: ansiperl
11895 ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
11896 ! proto.h util.c win32/makedef.pl
11897____________________________________________________________________________
11898[ 341] By: nick on 1997/12/01 02:54:29
11899 Log: Create a struct for all perls globals (as an option)
11900 Mainly for Mingw32 which cannot import data.
11901 Now only Opcode tests fail (op_desc/op_name not
11902 handled yet stuff)
11903 Branch: ansiperl
11904 ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
11905 ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
11906 ! proto.h run.c util.c win32/Makefile win32/makedef.pl
11907 ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
11908 ! win32/win32iop.h win32/win32thread.c
11909____________________________________________________________________________
11910[ 340] By: nick on 1997/11/30 20:21:10
11911 Log: Fixup exports in non -DDEBUGGING case
11912 Branch: ansiperl
11913 ! win32/makedef.pl
11914____________________________________________________________________________
11915[ 339] By: nick on 1997/11/30 20:10:04
11916 Log: Disable hard-coded -DDEBUGGING
11917 Branch: ansiperl
11918 ! win32/config_h.PL
11919____________________________________________________________________________
11920[ 338] By: nick on 1997/11/30 20:00:19
11921 Log: embed.pl now reads *var*.h to do its stuff.
11922 Split generated embed.h into two - new embedvar.h
11923 is #included when 'op' etc. will not mess up proto.h etc.
11924 Removed #define foo (thr->Tfoo) from thread.h
11925 Added some 'missing' symbols to global.sym, removed
11926 those in the *var*.h files
11927 Has build all MULTIPLICITY/USE_THREADS options on win32
11928 with VC++ (and passed tests), but not with exactly this set
11929 of files.
11930 Branch: ansiperl
11931 + embedvar.h
11932 ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
11933 ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
11934 ! win32/makedef.pl
11935____________________________________________________________________________
11936[ 337] By: nick on 1997/11/29 23:55:31
11937 Log: Globals and structs via macros - part 1 of N
11938 - introduce perlvars.h intrpvar.h and thrdvar.h
11939 - change perl.h and thread.h to include them with
11940 appropriate macros defined
11941 - result is status-quo but with macros
11942 - next step is to tweak embed.* to capitalize on
11943 new easy-to-find info.
11944 Branch: ansiperl
11945 + intrpvar.h perlvars.h thrdvar.h
11946 ! perl.h thread.h win32/Makefile
11947____________________________________________________________________________
11948[ 336] By: nick on 1997/11/29 19:13:55
11949 Log: VC++ default to threaded
11950 Branch: ansiperl
11951 ! win32/Makefile
11952____________________________________________________________________________
11953[ 335] By: nick on 1997/11/29 18:38:26
11954 Log: Avoid __declspec(thread) by default, for both scratch
11955 return areas and THR stuff. Use struct thread intern instead.
11956 Branch: ansiperl
11957 ! win32/win32.c win32/win32.h win32/win32sck.c
11958 ! win32/win32thread.c win32/win32thread.h
11959____________________________________________________________________________
11960[ 334] By: nick on 1997/11/29 17:49:04
11961 Log: Non-threaded build fix
11962 Branch: ansiperl
11963 ! win32/win32thread.c
11964____________________________________________________________________________
11965[ 333] By: nick on 1997/11/29 17:29:07
11966 Log: Sort out malloc_mutex for perl's malloc
11967 Remove BINCOMPAT3 from embed.pl
11968 Add dependancy to CORE_H for PERL95_OBJ
11969 Branch: ansiperl
11970 ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
11971 ! win32/win32.c
11972____________________________________________________________________________
11973[ 332] By: nick on 1997/11/29 16:21:01
11974 Log: Integrate win32 into ansiperl
11975 Branch: ansiperl
11976 !> README.threads hints/irix_6.sh lib/Test/Harness.pm
11977 !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
11978 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
11979 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11980 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
11981 !> win32/perllib.c
11982____________________________________________________________________________
11983[ 331] By: nick on 1997/11/29 01:35:45
11984 Log: GCC + Threads on Win32 - best gcc results yet
11985 Branch: ansiperl
11986 ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
11987 ! win32/win32.h win32/win32iop.h win32/win32thread.c
11988 ! win32/win32thread.h
11989____________________________________________________________________________
11990[ 330] By: nick on 1997/11/28 23:05:08
11991 Log: Un-botch gcc workround
11992 Branch: ansiperl
11993 ! XSUB.h
11994____________________________________________________________________________
11995[ 329] By: nick on 1997/11/28 22:39:39
11996 Log: Builds completely with Mingw32, dynamic loaded extensions
11997 don't work yet - suspect __declspec() non-implemented issues.
11998 Branch: ansiperl
11999 ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
12000 ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
12001 ! win32/runperl.c win32/win32.c win32/win32iop.h
12002____________________________________________________________________________
12003[ 328] By: gsar on 1997/11/28 05:48:15
12004 Log: integrate winansi.
12005 Branch: win32/perl
12006 +> win32/config.gc win32/config_H.gc win32/makegcc.mk
12007 ! perl.h
12008 !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
12009 !> win32/makedef.pl win32/makefile.mk win32/runperl.c
12010 !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
12011____________________________________________________________________________
12012[ 327] By: gsar on 1997/11/28 05:38:48
12013 Log: Integrate mainline.
12014 Branch: win32/perl
12015 !> README.threads hints/irix_6.sh lib/Test/Harness.pm
12016 !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
12017 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
12018 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12019 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
12020 !> win32/perllib.c
12021____________________________________________________________________________
12022[ 326] By: nick on 1997/11/27 19:13:36
12023 Log: GCC builds perl.dll and perl.exe on Win32
12024 Branch: ansiperl
12025 ! win32/makedef.pl win32/makegcc.mk
12026____________________________________________________________________________
12027[ 325] By: nick on 1997/11/27 17:46:30
12028 Log: Add files and tweak others to get 'native' Mingw32 gcc port as
12029 far as building miniperl and perl.dll (but not import lib yet)
12030 Seems to lack popen()/pclose() and fcloseall() and fflushall().
12031 Also only CRTDLL not MCRTDLL so threading is probably not
12032 possible yet.
12033 Had to mess with win32iop.h's placement as we need __attribute__
12034 to get STDCALL, and #define of printf messes up proto.h
12035 Branch: ansiperl
12036 + win32/config.gc win32/config_H.gc win32/makegcc.mk
12037 ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
12038 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
12039 ! win32/win32iop.h win32/win32sck.c
12040____________________________________________________________________________
12041[ 324] By: mbeattie on 1997/11/27 17:08:06
12042 Log: Give dire warnings about the IRIX 6.2 kernel panic.
12043 Branch: perl
12044 ! README.threads hints/irix_6.sh
12045____________________________________________________________________________
12046[ 323] By: mbeattie on 1997/11/27 16:57:33
12047 Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
12048 Subject: Re: ANNOUNCE: perl 5.004_55 is available
12049 Date: 27 Nov 1997 17:18:53 +0100
12050 From: koenig@kulturbox.de (Andreas J. Koenig)
12051 Branch: perl
12052 ! sv.c
12053____________________________________________________________________________
12054[ 322] By: mbeattie on 1997/11/27 16:12:15
12055 Log: Integrate win32 branch back into mainline.
12056 Branch: perl
12057 !> (integrate 42 files)
12058____________________________________________________________________________
12059[ 321] By: mbeattie on 1997/11/27 15:06:36
12060 Log: Fix t/lib/safe2.t for SunOS 4.1.3:
12061 Subject: Re: ANNOUNCE: perl 5.004_55 is available
12062 Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
12063 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12064 Branch: perl
12065 ! t/lib/safe2.t
12066____________________________________________________________________________
12067[ 320] By: mbeattie on 1997/11/27 15:02:59
12068 Log: Fix MYMALLOC (wrong #define in malloc.c):
12069 Subject: 5.004_55: MYMALLOC completely busted
12070 Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
12071 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12072 Branch: perl
12073 ! malloc.c
12074____________________________________________________________________________
12075[ 319] By: mbeattie on 1997/11/27 15:01:37
12076 Log: Fix newSVrv so sv_setref_foo work better:
12077 Subject: [PATCH] [5.004_55] newSVrv (again)
12078 Date: Thu, 27 Nov 1997 00:25:50 -0500
12079 From: Owen Taylor <owt1@cornell.edu>
12080 Branch: perl
12081 ! sv.c
12082____________________________________________________________________________
12083[ 318] By: mbeattie on 1997/11/27 14:59:03
12084 Log: Output skipped test information in test suite:
12085 Subject: 5.004_55: Making test harness platform_aware
12086 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12087 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
12088 Branch: perl
12089 ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
12090 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
12091 ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
12092____________________________________________________________________________
12093[ 317] By: mbeattie on 1997/11/27 14:55:15
12094 Log: Add 'W'atch command to debugger and improve help:
12095 Subject: 5.004_55: Debugger patch again
12096 Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
12097 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12098 Branch: perl
12099 ! lib/perl5db.pl
12100____________________________________________________________________________
12101[ 316] By: mbeattie on 1997/11/27 14:52:44
12102 Log: Stop double initialisation of malloc_mutex:
12103 Subject: 5.004_55: Double initialiazation of malloc_mutex
12104 Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
12105 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12106 Branch: perl
12107 ! miniperlmain.c win32/perllib.c
12108____________________________________________________________________________
12109[ 315] By: mbeattie on 1997/11/27 14:48:58
12110 Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
12111 Branch: perl
12112 ! sv.c t/op/pat.t
12113____________________________________________________________________________
12114[ 314] By: nick on 1997/11/27 01:03:19
12115 Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
12116 Branch: ansiperl
12117 !> (integrate 897 files)
12118____________________________________________________________________________
12119[ 313] By: gsar on 1997/11/26 03:20:55
12120 Log: merge win32-aware installperl in ansiperl branch.
12121 Branch: win32/perl
12122 !> installperl
12123____________________________________________________________________________
12124[ 312] By: gsar on 1997/11/26 01:50:37
12125 Log: Fix for C<sort 'foo'...> bug:
12126 From: Gurusamy Sarathy <gsar@engin.umich.edu>
12127 Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
12128 Subject: [PATCH] Re: Sort grammar bug
12129 Date: Sat, 01 Nov 1997 14:46:35 -0500
12130 ------
12131 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12132 Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
12133 Subject: Re: Sort grammar bug
12134 Date: Sun, 02 Nov 1997 12:47:51 +0000
12135 Branch: win32/perl
12136 ! t/op/sort.t toke.c
12137____________________________________________________________________________
12138[ 311] By: nick on 1997/11/26 01:42:50
12139 Log: Win32-ize installperl
12140 Branch: ansiperl
12141 ! installperl
12142____________________________________________________________________________
12143[ 310] By: gsar on 1997/11/26 01:36:39
12144 Log: Another trivial patch:
12145 From: Gurusamy Sarathy <gsar@engin.umich.edu>
12146 Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
12147 Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets?
12148 Date: Wed, 29 Oct 1997 21:45:26 -0500
12149 Branch: win32/perl
12150 ! XSUB.h
12151____________________________________________________________________________
12152[ 309] By: nick on 1997/11/26 01:33:32
12153 Log: Fixup _55 for Win32:
12154 Missed thread :-> perl_thread changes
12155 Two #define THR (not the same)
12156 K&R style func in hv.c
12157 Branch: ansiperl
12158 ! hv.c win32/win32thread.c win32/win32thread.h
12159____________________________________________________________________________
12160[ 308] By: gsar on 1997/11/26 01:30:21
12161 Log: Sync yet another patch (this one manually edited):
12162 From: Gurusamy Sarathy <gsar@engin.umich.edu>
12163 Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
12164 Subject: [PATCH] Re: local($@) gives core dump
12165 Date: Tue, 28 Oct 1997 21:51:25 -0500
12166 Branch: win32/perl
12167 ! pp_ctl.c
12168____________________________________________________________________________
12169[ 307] By: gsar on 1997/11/26 01:22:10
12170 Log: Sync another change from local repository.
12171 From: Gurusamy Sarathy <gsar@engin.umich.edu>
12172 Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
12173 Subject: Re: do_postponed breaks with multiple interpreters
12174 Date: Tue, 28 Oct 1997 22:16:13 -0500
12175 Branch: win32/perl
12176 ! op.c
12177____________________________________________________________________________
12178[ 306] By: gsar on 1997/11/26 01:17:46
12179 Log: Sync a change from local repository.
12180 From: Gurusamy Sarathy <gsar@engin.umich.edu>
12181 Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
12182 Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
12183 Date: Tue, 28 Oct 1997 20:06:06 -0500
12184 Branch: win32/perl
12185 ! mg.c
12186____________________________________________________________________________
12187[ 305] By: nick on 1997/11/26 00:50:10
12188 Log: Integrate mainline as of _55
12189 Branch: ansiperl
12190 +> emacs/ptags
12191 !> (integrate 36 files)
12192____________________________________________________________________________
12193[ 304] By: gsar on 1997/11/26 00:27:57
12194 Log: Various changes to make it build cleanly and pass all tests:
12195 - needed to run `perl embed.pl`
12196 - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
12197 - fix prototypes for a few declarations (Borland is finally quiet)
12198 - move declaration of Mymalloc etc to perl.h (since win32 and other
12199 ports may #define malloc themselves, to let extensions bind to
12200 the version that perl used)
12201 - move struct reg_data into a public header file, since it is
12202 referenced in a public datatype
12203 - win32 makefile fixes
12204 - fix remaining s/thread/perl_thread/
12205 Branch: win32/perl
12206 ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
12207 ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
12208 ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
12209 ! win32/win32.h win32/win32iop.h win32/win32thread.c
12210____________________________________________________________________________
12211[ 303] By: gsar on 1997/11/25 20:57:31
12212 Log: Fixup the places where the automatic merge got it wrong.
12213 Previous change (#302) was just a normal integration--ignore the
12214 "reverse" in there.
12215 Branch: win32/perl
12216 ! op.c perl.h
12217____________________________________________________________________________
12218[ 302] By: gsar on 1997/11/25 20:32:12
12219 Log: reverse integrate mainline
12220 Branch: win32/perl
12221 +> emacs/ptags
12222 !> (integrate 896 files)
12223
12224----------------
12225Version 5.004_55
12226----------------
12227
12228____________________________________________________________________________
12229[ 301] By: mbeattie on 1997/11/25 17:59:53
12230 Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
12231 Branch: perl
12232 ! hv.c pp_ctl.c
12233____________________________________________________________________________
12234[ 300] By: mbeattie on 1997/11/25 16:29:36
12235 Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
12236 Branch: perl
12237 ! MANIFEST patchlevel.h
12238____________________________________________________________________________
12239[ 299] By: mbeattie on 1997/11/25 15:59:16
12240 Log: Move malloc_mutex initialisation/destruction:
12241 Subject: patch to 5.004_54 for pthreads with Perl's malloc
12242 From: ilya@math.ohio-state.edu (Ilya Zakharevich)
12243 Branch: perl
12244 ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
12245 ! unixish.h vms/vmsish.h
12246____________________________________________________________________________
12247[ 298] By: mbeattie on 1997/11/25 15:49:22
12248 Log: Make hv_ functions cope better with 'm'-magic:
12249 Subject: [5.004_54] Another neglected patch
12250 Date: Fri, 21 Nov 1997 22:28:17 -0500
12251 From: Owen Taylor <owt1@cornell.edu>
12252 Branch: perl
12253 ! hv.c
12254____________________________________________________________________________
12255[ 297] By: mbeattie on 1997/11/25 15:47:36
12256 Log: Fix typo in Thread.xs.
12257 Branch: perl
12258 ! ext/Thread/Thread.xs
12259____________________________________________________________________________
12260[ 296] By: mbeattie on 1997/11/25 15:42:07
12261 Log: Integrate from ansi branch to mainline.
12262 Branch: perl
12263 !> (integrate 890 files)
12264____________________________________________________________________________
12265[ 295] By: mbeattie on 1997/11/25 14:29:31
12266 Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
12267 Subject: Re: _54 on AIX
12268 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12269 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12270 Branch: perl
12271 ! ext/DynaLoader/dl_aix.xs
12272____________________________________________________________________________
12273[ 294] By: mbeattie on 1997/11/25 14:29:10
12274 Log: AIX patch for hints/aix.sh:
12275 Subject: Re: _54 on AIX
12276 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
12277 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12278 Branch: perl
12279 ! hints/aix.sh
12280____________________________________________________________________________
12281[ 291] By: mbeattie on 1997/11/25 14:17:05
12282 Log: Fix scalar dereference of threadsv variables (e.g. $$_).
12283 Branch: perl
12284 ! op.c op.h
12285____________________________________________________________________________
12286[ 290] By: mbeattie on 1997/11/25 14:16:29
12287 Log: AIX patch (including Configure support for {sched,pthread}_yield,
12288 pthread initial detach state, renaming perl_thread to perl_os_thread
12289 and struct thread to struct perl_thread):
12290 Subject: Re: _54 on AIX
12291 Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
12292 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12293 Branch: perl
12294 ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
12295 ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
12296 ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
12297 ! proto.h sv.h thread.h util.c win32/win32thread.c
12298 ! win32/win32thread.h
12299____________________________________________________________________________
12300[ 289] By: mbeattie on 1997/11/25 12:33:02
12301 Log: Rename perl_thread to perl_os_thread.
12302 Branch: perl
12303 ! fakethr.h thread.h util.c win32/win32thread.h
12304____________________________________________________________________________
12305[ 288] By: mbeattie on 1997/11/25 12:27:35
12306 Log: Remove bincompat3 support:
12307 Subject: Re: ANNOUNCE: perl5.004_54 is available
12308 Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
12309 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
12310 Branch: perl
12311 ! Configure INSTALL embed.h global.sym malloc.c
12312____________________________________________________________________________
12313[ 287] By: mbeattie on 1997/11/25 12:23:50
12314 Log: Emacs/tags update:
12315 Subject: Emacs/tags update for 5.004_54
12316 Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
12317 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12318 Branch: perl
12319 + emacs/ptags
12320 ! MANIFEST Makefile.SH emacs/cperl-mode.el
12321____________________________________________________________________________
12322[ 286] By: nick on 1997/11/23 23:03:56
12323 Log: Add $$_ test
12324 Branch: ansiperl
12325 ! t/op/ref.t
12326____________________________________________________________________________
12327[ 285] By: gsar on 1997/11/23 08:26:00
12328 Log: Initial reverse integration of winansi branch.
12329 Branch: win32/perl
12330 !> (integrate 50 files)
12331____________________________________________________________________________
12332[ 284] By: gsar on 1997/11/23 07:32:24
12333 Log: Add to docs about the BEGIN { shift } feature. Make the change
12334 yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
12335 Branch: win32/perl
12336 ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
12337____________________________________________________________________________
12338[ 283] By: nick on 1997/11/22 21:29:30
12339 Log: Duplicate perl_threadsv
12340 Branch: ansiperl
12341 ! global.sym
12342____________________________________________________________________________
12343[ 282] By: nick on 1997/11/22 21:18:11
12344 Log: Munge pseudo-Configure stuff to add -thread to archname as
12345 Malcolm seems to think that is way to test for threads.
12346 Update @INC stuffing hackery to have traditional @INC
12347 search order archlib, privlib, sitearch, site.
12348 Branch: ansiperl
12349 ! t/lib/english.t win32/config.bc win32/config_H.bc
12350 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
12351 ! win32/makefile.mk win32/win32.c win32/win32.h
12352____________________________________________________________________________
12353[ 281] By: nick on 1997/11/22 19:28:21
12354 Log: Builds and passes all but english.t on win32 VC++
12355 Branch: ansiperl
12356 ! global.sym pp_ctl.c win32/Makefile win32/config.vc
12357 ! win32/config_H.vc win32/win32thread.h
12358____________________________________________________________________________
12359[ 280] By: nick on 1997/11/22 18:10:50
12360 Log: ansiperl builds with Borland C++ again
12361 Branch: ansiperl
12362 ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
12363 ! win32/config.bc win32/config_H.bc win32/perlglob.c
12364 ! win32/win32.c win32/win32.h
12365____________________________________________________________________________
12366[ 279] By: nick on 1997/11/22 16:42:51
12367 Log: Resolve ansiperl against mainline
12368 Branch: ansiperl
12369 !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
12370 !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
12371 !> t/lib/english.t thread.h toke.c util.c
12372____________________________________________________________________________
12373[ 278] By: nick on 1997/11/22 16:30:27
12374 Log: Resolve ansiperl against win32
12375 Branch: ansiperl
12376 !> (integrate 55 files)
12377____________________________________________________________________________
12378[ 277] By: gsar on 1997/11/22 09:48:02
12379 Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
12380 - added a test for the above
12381 - fixed up perly.c.diff and vms/perl_c.vms for above and added the
12382 ansification hunks
12383 Branch: win32/perl
12384 ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
12385____________________________________________________________________________
12386[ 276] By: gsar on 1997/11/22 07:24:01
12387 Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
12388 when USE_THREADS. GCC for instance, can do without macros that use
12389 globals. Instead, selectively re#define only those macros
12390 that use globals to their functional equivalents. Tests 100% on
12391 Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
12392 Branch: win32/perl
12393 ! perl.h sv.h
12394____________________________________________________________________________
12395[ 275] By: gsar on 1997/11/22 05:27:04
12396 Log: Integrate mainline.
12397 Branch: win32/perl
12398 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
12399 - lib/Class/Fields.pm lib/ISA.pm
12400 !> (integrate 41 files)
12401____________________________________________________________________________
12402[ 274] By: mbeattie on 1997/11/21 18:28:22
12403 Log: $_ is now per-thread (rather a lot of changes). Only tested under
12404 *-linux-thread at the moment.
12405 Branch: perl
12406 ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
12407 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
12408 ! t/lib/english.t thread.h toke.c util.c
12409____________________________________________________________________________
12410[ 273] By: mbeattie on 1997/11/21 10:31:29
12411 Log: Filter patch to toke.c:
12412 Subject: Tiny core patch for source filters
12413 Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
12414 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12415 Branch: perl
12416 ! toke.c
12417____________________________________________________________________________
12418[ 272] By: nick on 1997/11/21 00:54:43
12419 Log: Basic integrate of lastest perl into ansiperl
12420 Branch: ansiperl
12421 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
12422 - lib/Class/Fields.pm lib/ISA.pm
12423 ! win32/win32.c win32/win32.h
12424 !> (integrate 57 files)
12425____________________________________________________________________________
12426[ 271] By: mbeattie on 1997/11/20 12:12:00
12427 Log: Initial stab at IRIX configuration support for threading. Manually
12428 applied parts of following patches:
12429 Subject: Perl 5.004_54 on IRIX
12430 Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
12431 From: Jarkko Hietaniemi <jhi@iki.fi>
12432 Subject: Re: Perl 5.004_54 on IRIX
12433 Date: 19 Nov 1997 17:10:17 -0800
12434 From: Scott Henry <scotth@sgi.com>
12435 Branch: perl
12436 ! README.threads hints/irix_6.sh hints/irix_6_0.sh
12437 ! hints/irix_6_1.sh perl.h
12438____________________________________________________________________________
12439[ 270] By: mbeattie on 1997/11/19 17:45:37
12440 Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
12441 SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
12442 also fixed two instances of referring to SVs after destruction.
12443 Branch: perl
12444 ! regcomp.c regexec.c
12445____________________________________________________________________________
12446[ 269] By: mbeattie on 1997/11/19 15:33:23
12447 Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
12448 changed by mg_get(*keysp) (!). Introducing a new local variable
12449 fixed it but I don't know if it's a compiler problem or some
12450 other corruption happening elsewhere.
12451 Branch: perl
12452 ! av.c
12453____________________________________________________________________________
12454[ 268] By: mbeattie on 1997/11/19 11:39:49
12455 Log: Let Configure sort out get{host,net}byaddr* prototypes:
12456 Subject: [PATCH] 5.004_54: little something for
12457 get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
12458 Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
12459 From: Jarkko Hietaniemi <jhi@iki.fi>
12460 Branch: perl
12461 ! Configure config_h.SH pp_sys.c
12462____________________________________________________________________________
12463[ 267] By: mbeattie on 1997/11/19 11:04:15
12464 Log: Jumbo regexp patch applied (with minor fix-up tweaks):
12465 Subject: Version 7 of Jumbo RE patch available
12466 Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
12467 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12468 Branch: perl
12469 ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
12470 ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12471 ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
12472 ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
12473 ! util.c
12474____________________________________________________________________________
12475[ 266] By: mbeattie on 1997/11/18 17:26:09
12476 Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
12477 version of patch:
12478 Subject: tie fake hash patch for 5.004_54
12479 Date: Sat, 15 Nov 1997 19:18:30 -0500
12480 From: Joshua Pritikin <pritikin@mindspring.com>
12481 Branch: perl
12482 + t/op/avhv.t
12483 ! av.c embed.h global.sym proto.h
12484____________________________________________________________________________
12485[ 265] By: mbeattie on 1997/11/18 16:51:04
12486 Log: Bring MANIFEST up to date. Add new thread tests.
12487 Branch: perl
12488 + ext/Thread/die.t ext/Thread/die2.t
12489 ! MANIFEST
12490____________________________________________________________________________
12491[ 264] By: mbeattie on 1997/11/18 16:41:27
12492 Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
12493 is assigned to. Added tests to t/op/array.t. magic_setisa now
12494 warns about including non-existent packages in @ISA when -w is on.
12495 Branch: perl
12496 - lib/Class/Fields.pm lib/ISA.pm
12497 ! mg.c t/op/array.t
12498____________________________________________________________________________
12499[ 263] By: mbeattie on 1997/11/18 16:38:57
12500 Log: Fix typo in win32 -> mainline integration.
12501 Branch: perl
12502 ! perl.h
12503____________________________________________________________________________
12504[ 262] By: mbeattie on 1997/11/18 11:56:09
12505 Log: Integrate win32 branch back into mainline.
12506 Branch: perl
12507 - win32/win32io.c win32/win32io.h
12508 ! op.c
12509 !> (integrate 30 files)
12510____________________________________________________________________________
12511[ 261] By: gsar on 1997/11/18 00:14:02
12512 Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
12513 Branch: win32/perl
12514 ! win32/config.bc win32/config.vc win32/config_H.bc
12515 ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
12516____________________________________________________________________________
12517[ 260] By: nick on 1997/11/16 23:16:16
12518 Log: Generic file changes for MYMALLOC
12519 Branch: ansiperl
12520 ! miniperlmain.c perl.c
12521____________________________________________________________________________
12522[ 259] By: nick on 1997/11/16 23:14:36
12523 Log: MYMALLOC for Win32:
12524 1. Initialize malloc_mutex before it is used (all platforms!)
12525 2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
12526 3. Tweak win32/config*.* to define MYMALLOC
12527 4. Provide sbrk() in terms of VirtualAlloc().
12528
12529 Also fixup -MT (perl95) build to handle Perl_current_thread
12530 via call to DLL (as though an extension).
12531 Branch: ansiperl
12532 ! win32/Makefile win32/config.bc win32/config.vc
12533 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
12534 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
12535 ! win32/win32iop.h win32/win32thread.h
12536____________________________________________________________________________
12537[ 258] By: nick on 1997/11/15 20:42:28
12538 Log: Implement dTHR via __declspec(thread) - part 2
12539 Branch: ansiperl
12540 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
12541____________________________________________________________________________
12542[ 257] By: nick on 1997/11/15 19:52:53
12543 Log: Use __declspec(thread) var rather tha TslAlloc & co.
12544 Branch: ansiperl
12545 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
12546____________________________________________________________________________
12547[ 256] By: gsar on 1997/11/15 02:58:09
12548 Log: Add #include guard in Thread.xs so it will build even under
12549 no USE_THREADS (for win32). This was missed because of edit
12550 w/o checkout perforce kludge.
12551 Branch: win32/perl
12552 ! ext/Thread/Thread.xs
12553____________________________________________________________________________
12554[ 255] By: nick on 1997/11/15 00:33:46
12555 Log: Integrate mainline (5.004_54?) into ansiperl
12556 Branch: ansiperl
12557 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12558 !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
12559 !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
12560 !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
12561 !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
12562____________________________________________________________________________
12563[ 254] By: nick on 1997/11/15 00:25:26
12564 Log: Interate win32 into ansiperl
12565 Branch: ansiperl
12566 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12567 +> lib/fields.pm
12568 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12569 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
12570 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
12571 !> t/op/magic.t thread.h win32/Makefile win32/config.bc
12572 !> win32/config.vc win32/config_sh.PL win32/makefile.mk
12573____________________________________________________________________________
12574[ 253] By: gsar on 1997/11/14 22:04:58
12575 Log: Integrate mainline changes into win32 branch. Now would be a good time
12576 to reverse integrate the win32 branch into mainline.
12577 Branch: win32/perl
12578 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12579 +> lib/fields.pm
12580 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12581 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
12582 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
12583 !> t/op/magic.t thread.h
12584
12585----------------
12586Version 5.004_54
12587----------------
12588
12589____________________________________________________________________________
12590[ 252] By: mbeattie on 1997/11/14 15:07:19
12591 Log: Two more delays added to test suite to help *-solaris-thread.
12592 Branch: perl
12593 ! t/io/pipe.t t/lib/io_pipe.t
12594____________________________________________________________________________
12595[ 251] By: mbeattie on 1997/11/14 15:05:57
12596 Log: Remove stale code from Thread.xs.
12597 Branch: perl
12598 ! ext/Thread/Thread.xs
12599____________________________________________________________________________
12600[ 250] By: mbeattie on 1997/11/14 10:12:40
12601 Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
12602 doesn't run handlers for self-sent signals until kill has returned.)
12603 Branch: perl
12604 ! t/op/magic.t
12605____________________________________________________________________________
12606[ 249] By: gsar on 1997/11/14 05:14:44
12607 Log: Fix various details in win32 makefiles and Config.pm setup.
12608 - ldflags is set for both compilers now
12609 - extensions list is now correct
12610 - delete perl95.exe on distclean
12611 - cf_time now gets updated (once)
12612 - ccdlflags is set for Borland
12613 - fix startperl so dprofpp works
12614 Branch: win32/perl
12615 ! win32/Makefile win32/config.bc win32/config.vc
12616 ! win32/config_sh.PL win32/makefile.mk
12617____________________________________________________________________________
12618[ 248] By: mbeattie on 1997/11/13 18:01:27
12619 Log: Rewrite thread return code to distinguish between ordinary return
12620 and die() and make join propagate the die. Add tiny method eval
12621 which just does "return eval { shift->join; }". Add Thread::Specific
12622 class for access to thread specific user data along with specific.t.
12623 Rename Class to classname throughout Thread.xs for consistency.
12624 Fix pp_specific to pp_threadsv in global.sym. Add support to
12625 pp_entersub in pp_hot.c to lock stash for static locked methods.
12626 Branch: perl
12627 + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
12628 + lib/fields.pm
12629 ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
12630 ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
12631____________________________________________________________________________
12632[ 247] By: mbeattie on 1997/11/13 14:13:30
12633 Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
12634 to avoid the Digital UNIX clash no longer works). Changed the #ifdef
12635 in pp_sys.c for whether getnet* function get protoyped (since the
12636 default had a broken prototype for getnetbyaddr).
12637 Branch: perl
12638 ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
12639 ! scope.c thread.h
12640____________________________________________________________________________
12641[ 246] By: nick on 1997/11/13 02:44:40
12642 Log: Integrate Win32 branch
12643 Branch: ansiperl
12644 - configure ext/util/extliblist win32/bin/pl2bat.bat
12645 - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
12646 - win32/config.H win32/config.w32 win32/win32io.c
12647 - win32/win32io.h
12648 !> (integrate 905 files)
12649____________________________________________________________________________
12650[ 245] By: nick on 1997/11/13 00:47:54
12651 Log: Integrate (-ay) win32 branch at its creation to
12652 establish and ancestor as per perkforce technote #9
12653 Branch: ansiperl
12654 +> configure ext/util/extliblist win32/bin/pl2bat.bat
12655 +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
12656 +> win32/config.H win32/config.w32
12657 !> (integrate 859 files)
12658____________________________________________________________________________
12659[ 244] By: gsar on 1997/11/12 22:26:39
12660 Log: More cleanups of win32/win32*.[ch] files. win32/win32iop.h now
12661 contains the all the declarations and macros for the win32io layer.
12662 New std-ish functions are exported now. All win32-specific exported
12663 functions begin with "win32_" consistently. win32 version of
12664 init_os_extras() is now exported, so embedders can get the in-core
12665 xsubs.
12666 Branch: win32/perl
12667 ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
12668 ! win32/win32iop.h win32/win32sck.c
12669____________________________________________________________________________
12670[ 243] By: gsar on 1997/11/12 07:41:52
12671 Log: Really delete deleted files.
12672 Branch: win32/perl
12673 - win32/win32io.c win32/win32io.h
12674____________________________________________________________________________
12675[ 242] By: gsar on 1997/11/12 07:40:54
12676 Log: Egregious IOsubsystem code excised. Phew, what a relief! Two
12677 files (win32/win32io.[ch]) completely removed, as are all traces
12678 of them in makefiles and MANIFEST. RunPerl() retains the void* arg
12679 for later. Various myfoo() things regularized to my_foo(). CPP not
12680 required anymore to create a perl binary :)
12681 Branch: win32/perl
12682 ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
12683 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
12684 ! win32/win32io.c win32/win32io.h win32/win32iop.h
12685 ! win32/win32sck.c
12686____________________________________________________________________________
12687[ 241] By: gsar on 1997/11/12 05:31:28
12688 Log: Fix various win32 code blemishes:
12689 - s/stolen/win32/g
12690 - s/(CROAK|WARN)/lc($1)/eg
12691 - remove deadcode from most places
12692 Branch: win32/perl
12693 ! win32/makedef.pl win32/win32.c win32/win32io.c
12694 ! win32/win32iop.h
12695____________________________________________________________________________
12696[ 240] By: gsar on 1997/11/12 04:36:29
12697 Log: Carry over changes in ansiperl branch. Win32 branch is now
12698 the leading edge.
12699 Branch: win32/perl
12700 ! embed.h global.sym perl.c win32/win32thread.c
12701 ! win32/win32thread.h
12702____________________________________________________________________________
12703[ 239] By: gsar on 1997/11/12 03:39:57
12704 Log: Add missing win32_closesocket() and export it (extension writers' complaint).
12705 Branch: win32/perl
12706 ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
12707____________________________________________________________________________
12708[ 238] By: gsar on 1997/11/12 03:25:17
12709 Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
12710 done cleaner, if really needed (perhaps only for efficiency reasons?)).
12711 Redundant EXTERN_C definitions and related warnings fixed.
12712 Branch: win32/perl
12713 ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
12714 ! win32/win32iop.h win32/win32sck.c
12715____________________________________________________________________________
12716[ 237] By: nick on 1997/11/12 02:45:15
12717 Log: Fixup Win32
12718 - #undef start_env before re-#defining it
12719 - change pp_specific pp_threadsv in global.sym
12720 - re-build embed.h
12721 - avoid HAVE_THREAD_INTERN - we don't and empty struct
12722 is a pain. If we did have it it would contain cached
12723 values of things we can only get at _IN_ the thread
12724 so new_struct_thread is wrong place to call it.
12725 - add new macro SET_THREAD_SELF - we must (in main thread)
12726 define in win32thread.h, support in win32thread.c,
12727 test and call in perl.c
12728 Branch: ansiperl
12729 ! embed.h global.sym perl.c thread.h win32/win32thread.c
12730 ! win32/win32thread.h
12731____________________________________________________________________________
12732[ 236] By: nick on 1997/11/12 01:54:23
12733 Log: Integrate mainline after it integrated us.
12734 Accepted 'theirs' everywhere - so two branches should
12735 now point to same files again.
12736 Almost all of these were what was suggested, others were
12737 whitespace diffs. A few dubious spots which we will now
12738 go fix.
12739 Branch: ansiperl
12740 !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
12741 !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
12742 !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
12743 !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
12744 !> util.c
12745____________________________________________________________________________
12746[ 235] By: gsar on 1997/11/12 01:22:26
12747 Log: Minor tweaks to add a thread_intern struct that should ultimately
12748 contain all the win32-specific statics.
12749 Win32 branch now passes all tests with or w/o USE_THREADS.
12750 Branch: win32/perl
12751 ! embed.h perl.c win32/win32thread.c win32/win32thread.h
12752____________________________________________________________________________
12753[ 234] By: gsar on 1997/11/11 23:08:54
12754 Log: Initial (untested) integration of mainline changes.
12755 Branch: win32/perl
12756 - configure
12757 !> (integrate 89 files)
12758____________________________________________________________________________
12759[ 233] By: mbeattie on 1997/11/11 18:07:30
12760 Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
12761 Branch: perl
12762 ! thread.h
12763____________________________________________________________________________
12764[ 232] By: mbeattie on 1997/11/11 17:49:12
12765 Log: t/TEST (reverted to @229 version) should have been included in the
12766 previous change (231) but my way of recovering it didn't work
12767 properly. The change 231 comments about successful tests applies
12768 to this t/TEST (i.e. as of this change).
12769 Branch: perl
12770 ! t/TEST
12771____________________________________________________________________________
12772[ 231] By: mbeattie on 1997/11/11 17:46:59
12773 Log: Fix up ansiperl integration. Back to passing all expected tests
12774 with usethreads. Untested with non-threaded perl.
12775 Branch: perl
12776 ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
12777 ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
12778____________________________________________________________________________
12779[ 230] By: mbeattie on 1997/11/11 16:36:22
12780 Log: Initial integration of ansi branch into mainline (untested).
12781 Branch: perl
12782 +> t/lib/thread.t t/op/nothread.t thread.sym
12783 - configure
12784 !> (integrate 84 files)
12785____________________________________________________________________________
12786[ 229] By: mbeattie on 1997/11/11 15:20:43
12787 Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
12788 getting per-thread magicals. Fixed thr->errsv initialisation.
12789 Branch: perl
12790 ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
12791 ! t/lib/safe2.t toke.c
12792____________________________________________________________________________
12793[ 228] By: mbeattie on 1997/11/11 12:48:26
12794 Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
12795 thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
12796 GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
12797 again for non-threaded perl. Enhanced perl_get_sv to return
12798 per-thread magicals where necessary for threaded perl.
12799 Branch: perl
12800 ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
12801 ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
12802____________________________________________________________________________
12803[ 227] By: mbeattie on 1997/11/11 11:00:02
12804 Log: hashlock bug.
12805
12806 Jobs fixed ...
12807
12808 hashlock fixed on 1997/11/11 by mbeattie@localhost
12809
12810 Subject: [perl5.004_53; patch] Another hash-locking fix
12811 Date: 23 Oct 1997 14:13:55 -0400
12812 From: Owen Taylor <owt1@cornell.edu>
12813 Branch: bugs
12814 + hashlock
12815____________________________________________________________________________
12816[ 226] By: gsar on 1997/11/11 02:11:23
12817 Log: Slightly more refined lock() keyword recognition (using %INC).
12818 Branch: win32/perl
12819 ! toke.c
12820____________________________________________________________________________
12821[ 225] By: gsar on 1997/11/11 00:26:09
12822 Log: "weak" lock keyword (hardcoded initial implementation) now works.
12823 if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
12824 is recognized as a sub, a regular keyword otherwise. Could be
12825 generalized by storing a flag for every op in OP struct, and turning
12826 the flag off when Thread.xs loads.
12827 Branch: win32/perl
12828 ! toke.c
12829____________________________________________________________________________
12830[ 224] By: gsar on 1997/11/10 22:59:55
12831 Log: Merge a patch in preparation for "weak keywords":
12832 From: Gurusamy Sarathy <gsar@engin.umich.edu>
12833 Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
12834 Subject: [PATCH] global overrides for keywords
12835 Date: Wed, 08 Oct 1997 02:18:23 -0400
12836 Branch: win32/perl
12837 ! embed.h interp.sym perl.c perl.h toke.c
12838____________________________________________________________________________
12839[ 223] By: gsar on 1997/11/10 22:41:31
12840 Log: Remove runlevel. It was used to count how many runops() calls
12841 we were in the process of executing, and longjmp() to the topmost
12842 one (if not already there). We use a null top_env->je_prev
12843 to distinguish that now.
12844 Branch: win32/perl
12845 ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
12846____________________________________________________________________________
12847[ 222] By: gsar on 1997/11/10 04:47:48
12848 Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
12849 USE_THREADS case builds and passes all tests using both compilers.
12850 Additional tweaks:
12851 - fixup win32/makedef.pl to skip more symbols for non-thread build.
12852 - sync win32/Makefile with win32/makefile.mk
12853 >>>Non-thread build fails a lot of tests.<<<
12854 Branch: win32/perl
12855 + thread.sym
12856 ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
12857 ! util.c win32/Makefile win32/config.bc win32/config_H.bc
12858 ! win32/makedef.pl win32/makefile.mk
12859____________________________________________________________________________
12860[ 221] By: gsar on 1997/11/10 00:57:53
12861 Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
12862 into win32 branch.
12863 Branch: win32/perl
12864 + t/lib/thread.t t/op/nothread.t
12865 ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
12866 ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
12867 ! util.c win32/Makefile win32/config.bc win32/config.vc
12868 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
12869 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
12870 ! win32/win32io.h win32/win32iop.h win32/win32sck.c
12871 ! win32/win32thread.c win32/win32thread.h
12872____________________________________________________________________________
12873[ 220] By: gsar on 1997/11/09 22:44:41
12874 Log: Integrate latest mainline into win32 branch.
12875 Branch: win32/perl
12876 +> win32/win32thread.c win32/win32thread.h
12877 !> (integrate 39 files)
12878____________________________________________________________________________
12879[ 219] By: nick on 1997/11/09 21:46:06
12880 Log: Conditionalize english.t,
12881 Enhance times() for NT,
12882 (Failed) attempt to implement alarm(),
12883 Fixed config.h dependancy in makefile.mk
12884 Branch: ansiperl
12885 ! t/lib/english.t win32/config.bc win32/config_H.bc
12886 ! win32/makefile.mk win32/win32.c
12887____________________________________________________________________________
12888[ 218] By: nick on 1997/11/09 15:38:00
12889 Log: Dick Hardt's patch for build on Alpha
12890 Branch: ansiperl
12891 ! win32/Makefile
12892____________________________________________________________________________
12893[ 217] By: nick on 1997/11/09 03:31:20
12894 Log: MakeMaker not in vofig noise fix for dmake
12895 Branch: ansiperl
12896 ! win32/config.bc win32/makefile.mk
12897____________________________________________________________________________
12898[ 216] By: nick on 1997/11/09 03:15:06
12899 Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
12900 TIEHASH works, but 2nd call (after db is closed, attempt
12901 to reopen) tries to AUTOLOAD TIEHASH rather than using
12902 cached value.
12903 Branch: ansiperl
12904 ! pp_sys.c
12905____________________________________________________________________________
12906[ 215] By: nick on 1997/11/08 16:41:24
12907 Log: Cleanup MakeMaker 'not in config' noise
12908 Branch: ansiperl
12909 ! win32/Makefile win32/config.vc
12910____________________________________________________________________________
12911[ 214] By: nick on 1997/11/08 15:07:24
12912 Log: Remove 'configure' leaving configure.gnu and Configure
12913 Win32 ignores case and keeps trying to update
12914 repository copy of 'configure' or 'Configure' with
12915 the other.
12916 Branch: ansiperl
12917 - configure
12918 ! MANIFEST
12919____________________________________________________________________________
12920[ 213] By: nick on 1997/11/08 15:03:39
12921 Log: Get threads working again on Win32
12922 Root cause of fail was init_thread_intern() in
12923 new_struct_thread() (which is called in parent thread)
12924 clobbering dTHR of parent thread.
12925 It is doubtfull if setting 'self' in new_struct_thread()
12926 is 'right' but left in for now.
12927 Branch: ansiperl
12928 ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
12929 ! win32/win32thread.c win32/win32thread.h
12930____________________________________________________________________________
12931[ 212] By: nick on 1997/11/08 00:34:03
12932 Log: Add :base_thread to :default in Opcode.pm
12933 This allows lib/safe.t to pass when threaded.
12934 It is unclear if 'lock' should be safe as it allows
12935 denial of service attack, but could not figure out
12936 how to add just 'specific' (sic) to :default
12937 without triggering 'already tagged' warning noise.
12938 Branch: ansiperl
12939 ! ext/Opcode/Opcode.pm win32/makefile.mk
12940____________________________________________________________________________
12941[ 211] By: nick on 1997/11/07 23:59:31
12942 Log: Merge changes as of 18:00 CST
12943 Branch: ansiperl
12944 !> op.c pp.c pp_sys.c thread.h util.c
12945____________________________________________________________________________
12946[ 210] By: nick on 1997/11/07 23:52:35
12947 Log: Reverse integrate Malcolm's chanes into local
12948 repository, then import result back into my view
12949 of Malcolm's repository.
12950 Builds and passes (most) tests with GNU C++/Solaris
12951 and Borland C++, Win32.
12952 Branch: ansiperl
12953 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
12954 ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
12955 ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
12956 ! thread.h toke.c util.c win32/makefile.mk
12957____________________________________________________________________________
12958[ 209] By: mbeattie on 1997/11/07 18:12:36
12959 Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
12960 DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
12961 not tested. ofslen now maps to thr->Tofslen in thread.h. Added
12962 missing #ifdef USE_THREADS around some DEBU_L statements in die().
12963 Building without USE_THREADS fails quite a lot of tests. It looks
12964 as though the move to per-thread magicals must be missing some
12965 #ifdef USE_THREADS.
12966 Branch: perl
12967 ! op.c pp.c pp_sys.c thread.h util.c
12968____________________________________________________________________________
12969[ 208] By: nick on 1997/11/07 01:37:28
12970 Log: Raw integrate of latest perl
12971 Branch: ansiperl
12972 ! t/TEST
12973 !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
12974 !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
12975 !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
12976 !> thread.h toke.c util.c
12977____________________________________________________________________________
12978[ 207] By: mbeattie on 1997/11/06 14:58:00
12979 Log: Update README.threads and Todo.5.005.
12980 Branch: perl
12981 ! README.threads Todo.5.005
12982____________________________________________________________________________
12983[ 206] By: mbeattie on 1997/11/06 14:37:37
12984 Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
12985 Branch: perl
12986 ! op.c pp_ctl.c proto.h scope.h
12987____________________________________________________________________________
12988[ 205] By: mbeattie on 1997/11/06 14:31:38
12989 Log: Per-thread magicals now stored in their own thr->magicals and keyed
12990 more directly. cvcache and oursv become ordinary struct thread
12991 fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
12992 for 0 again. Main thread initialisation done by new function
12993 init_main_thread instead of (now fixed) new_struct_thread.
12994
12995 Jobs fixed ...
12996
12997 jmpenv fixed on 1997/11/06 by mbeattie@localhost
12998
12999 Subject: [perl5.004_53; patch] eval's and threads
13000 Date: 23 Oct 1997 23:59:19 -0400
13001 From: Owen Taylor <owt1@cornell.edu>
13002 Branch: bugs
13003 + jmpenv
13004 Branch: perl
13005 ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
13006 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
13007____________________________________________________________________________
13008[ 204] By: mbeattie on 1997/11/05 17:18:18
13009 Log: Per-thread magicals mostly working (and localisable). Now getting
13010 intermittent occasional "Use of uninitialized value" warnings
13011 which may be due to some op flag black magic I've broken.
13012 Branch: perl
13013 ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
13014 ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
13015____________________________________________________________________________
13016[ 203] By: nick on 1997/11/05 01:04:10
13017 Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
13018 Branch: ansiperl
13019 ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
13020 ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
13021 ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
13022 ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
13023 ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
13024 ! win32/config.vc win32/config_H.vc win32/makedef.pl
13025 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
13026 ! win32/win32io.c win32/win32io.h win32/win32iop.h
13027 ! win32/win32sck.c win32/win32thread.h
13028____________________________________________________________________________
13029[ 202] By: nick on 1997/11/05 00:50:27
13030 Log: Compile(d) at least once with threads on win32
13031 but did not work
13032 Branch: ansiperl
13033 ! embed.h perl.c thread.h
13034____________________________________________________________________________
13035[ 201] By: nick on 1997/11/05 00:32:13
13036 Log: Trivial integrate
13037 Branch: ansiperl
13038 !> patchlevel.h
13039____________________________________________________________________________
13040[ 200] By: mbeattie on 1997/11/04 12:06:09
13041 Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
13042 Branch: perl
13043 ! patchlevel.h
13044____________________________________________________________________________
13045[ 199] By: nick on 1997/11/01 00:18:52
13046 Log: Integrate mainline @ 18:15 CST 31 Oct 1997
13047 Branch: ansiperl
13048 !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13049 !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13050 !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13051 !> util.c
13052____________________________________________________________________________
13053[ 198] By: nick on 1997/11/01 00:08:33
13054 Log: win32thread.* not in MANIFEST which has muddled moving
13055 back and forth between depots.
13056 Branch: ansiperl
13057 ! MANIFEST win32/win32thread.c win32/win32thread.h
13058____________________________________________________________________________
13059[ 197] By: nick on 1997/11/01 00:02:49
13060 Log: Test changes
13061 Branch: ansiperl
13062 + t/lib/thread.t t/op/nothread.t thread.sym
13063 ! MANIFEST
13064____________________________________________________________________________
13065[ 196] By: nick on 1997/10/31 23:54:01
13066 Log: Further ANSI changes now builds and passes (most) tests
13067 with gcc -x c++.
13068 Branch: ansiperl
13069 ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
13070 ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
13071 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13072 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
13073 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
13074 ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
13075 ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
13076 ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
13077 ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
13078 ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
13079 ! x2p/walk.c
13080____________________________________________________________________________
13081[ 195] By: mbeattie on 1997/10/31 18:05:31
13082 Log: Half way through moving per-thread magicals into per-thread fields
13083 and the associated new OP_SPECIFIC and find_thread_magical stuff.
13084 perl will compile but plenty of the magicals are still broken.
13085 Branch: perl
13086 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
13087 ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
13088 ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
13089 ! util.c
13090____________________________________________________________________________
13091[ 194] By: nick on 1997/10/31 01:43:49
13092 Log: Convert miniperl sources to ANSI C. Several passes of
13093 GNU C's 'protoize' plus a few hand edits.
13094 Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
13095 Does not link seems gcc's C++ does not define a symbol for
13096 const char foo[] = "....";
13097 i.e. with empty [].
13098 Branch: ansiperl
13099 ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
13100 ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
13101 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13102 ! sv.c taint.c toke.c universal.c util.c
13103____________________________________________________________________________
13104[ 193] By: nick on 1997/10/30 03:00:01
13105 Log: Make the ansi branch
13106 Branch: ansiperl
13107 +> (branch 907 files)
13108____________________________________________________________________________
13109[ 192] By: nick on 1997/10/30 02:48:17
13110 Log: Oneperl builds with THREADS/THISPTR Borland
13111 Manualy inserted Sarathy's new COND_XXXXX from his mail.
13112 Manual change if Tself -> self as was easier than resolve :-(
13113 Two aTHIS's in op.c
13114 Branch: oneperl
13115 ! embed.h op.c thread.h thread.sym win32/makefile.mk
13116 ! win32/win32thread.h
13117____________________________________________________________________________
13118[ 191] By: nick on 1997/10/30 01:54:50
13119 Log: Raw resolve of latest sources with oneperl
13120 Branch: oneperl
13121 !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
13122 !> opcode.pl perl.c thread.h win32/win32thread.c
13123 !> win32/win32thread.h
13124____________________________________________________________________________
13125[ 190] By: mbeattie on 1997/10/29 14:39:54
13126 Log: Remove global macro "self". Change thr->Tself to thr->self.
13127 Branch: perl
13128 ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
13129 ! win32/win32thread.c win32/win32thread.h
13130____________________________________________________________________________
13131[ 189] By: mbeattie on 1997/10/29 12:49:01
13132 Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
13133 Branch: perl
13134 ! Todo.5.005
13135____________________________________________________________________________
13136[ 188] By: mbeattie on 1997/10/29 12:45:32
13137 Log: Add pp_lock knowledge to compiler
13138 Branch: perlext
13139 ! Compiler/ccop.c Compiler/ccop.h
13140____________________________________________________________________________
13141[ 187] By: mbeattie on 1997/10/29 12:45:02
13142 Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
13143 Branch: perl
13144 ! op.c
13145____________________________________________________________________________
13146[ 186] By: mbeattie on 1997/10/29 12:43:36
13147 Log: Move compiler OP class information into opcode.pl.
13148 Branch: perl
13149 ! op.h opcode.h opcode.pl
13150____________________________________________________________________________
13151[ 185] By: nick on 1997/10/26 22:52:05
13152 Log: Split failing test in op/misc.t into op/nothread.t
13153 so all tests can be passed where they apply.
13154 Cleanup other two cases of THREADS/THISPTR.
13155 Conditional compile option for CriticalSection's on Win32
13156 Branch: oneperl
13157 + t/op/nothread.t
13158 ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
13159 ! win32/win32thread.h
13160____________________________________________________________________________
13161[ 184] By: nick on 1997/10/26 19:42:00
13162 Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
13163 Branch: oneperl
13164 ! embed.h global.sym proto.h sv.c sv.h toke.c
13165____________________________________________________________________________
13166[ 183] By: nick on 1997/10/26 18:31:58
13167 Log: Make USE_THREADS imply CRIPPLED_CC.
13168 This avoids most of the uses of 'Sv' and hence many needs of
13169 dTHR in extension code.
13170 With this change Data::Dumper builds as-is
13171 and Tk only needs four tweaks:
13172 1. Obscure dump-stack case which really needs dTHR
13173 2. A curcop in error-message code
13174 3. Two cases of SAVETMPS
13175 4. A curcop == &compiling which is probably not required.
13176 IMHO the SAVETMPS case is only one which merits further automation.
13177 Branch: oneperl
13178 ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
13179____________________________________________________________________________
13180[ 182] By: nick on 1997/10/26 16:31:58
13181 Log: Change dSP to imply dTHR for extension source compatibility
13182 introduce djSP (Declare Just SP) for use in perl sources
13183 and thread-aware extensions. Use latter.
13184 Branch: oneperl
13185 ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
13186 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
13187____________________________________________________________________________
13188[ 181] By: nick on 1997/10/26 00:39:57
13189 Log: More tests
13190 Branch: oneperl
13191 ! t/lib/thread.t
13192____________________________________________________________________________
13193[ 180] By: nick on 1997/10/25 22:18:27
13194 Log: Use return of THREAD_CREATE() - add basic thread test
13195 Branch: oneperl
13196 + t/lib/thread.t
13197 ! ext/Thread/Thread.xs
13198____________________________________________________________________________
13199[ 179] By: nick on 1997/10/25 21:25:23
13200 Log: Builds with no thread/this
13201 Branch: oneperl
13202 ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
13203 ! win32/win32thread.c
13204____________________________________________________________________________
13205[ 178] By: nick on 1997/10/25 18:28:03
13206 Log: Cleanup dead #ifdef branch introduced by scruffy merging.
13207 Branch: oneperl
13208 ! perl.c
13209____________________________________________________________________________
13210[ 177] By: nick on 1997/10/25 18:11:33
13211 Log: Basic integrate of oneperl with threads, passes
13212 tests THISPTR+THREADs - win32/win32thread.* needed
13213 changes (where did they come from)?
13214 Branch: oneperl
13215 ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
13216 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
13217____________________________________________________________________________
13218[ 176] By: nick on 1997/10/25 17:05:52
13219 Log: Onepel builds THISPTR no threads
13220 Branch: oneperl
13221 ! ext/Thread/Thread.xs thread.h win32/makedef.pl
13222____________________________________________________________________________
13223[ 175] By: nick on 1997/10/25 16:40:10
13224 Log: Integrate oneperl with new style JOIN etc. macros
13225 Branch: oneperl
13226 +> win32/win32thread.c win32/win32thread.h
13227 !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
13228 !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
13229 !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
13230 !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
13231 !> win32/makefile.mk
13232____________________________________________________________________________
13233[ 174] By: mbeattie on 1997/10/24 17:14:00
13234 Log: Remove xcv_condp CV field which is no longer used.
13235 Branch: perl
13236 ! sv.h
13237____________________________________________________________________________
13238[ 173] By: mbeattie on 1997/10/24 14:36:09
13239 Log: Patches for VMS [Dan Sugalski]
13240 Branch: bugs
13241 + vms2
13242 Branch: perl
13243 ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
13244 ! vms/vmsish.h
13245____________________________________________________________________________
13246[ 172] By: mbeattie on 1997/10/24 13:50:59
13247 Log: Improve internal threading API. Introduce win32/win32thread.[ch]
13248 to use new API and patch win32 makefile stuff a little.
13249 Branch: perl
13250 + win32/win32thread.c win32/win32thread.h
13251 ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
13252 ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
13253____________________________________________________________________________
13254[ 171] By: mbeattie on 1997/10/23 14:00:27
13255 Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
13256
13257 Jobs fixed ...
13258
13259 get_db_sub fixed on 1997/10/23 by mbeattie@squash
13260
13261 Subject: [perl5.004_53] Debugger crash (patch)
13262 Date: Thu, 16 Oct 1997 22:03:09 -0400
13263 From: Owen Taylor <owt1@cornell.edu>
13264 Branch: bugs
13265 + get_db_sub
13266 Branch: perl
13267 ! pp_hot.c
13268____________________________________________________________________________
13269[ 170] By: mbeattie on 1997/10/23 09:22:40
13270 Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
13271 its argument using ck_rfun as OP_DEFINED. Make pp_lock return
13272 a ref to its argument for AV, HV, CV.
13273 Branch: perl
13274 ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
13275____________________________________________________________________________
13276[ 169] By: gsar on 1997/10/21 03:49:25
13277 Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
13278 - Fixup static functions that were missing aTHIS.
13279 - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
13280 - Removed static functions from global.sym.
13281 - Typo in perl.h.
13282 - Additions to makefile.mk.
13283 Branch: oneperl
13284 ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
13285 ! win32/makefile.mk
13286____________________________________________________________________________
13287[ 168] By: nick on 1997/10/20 02:47:18
13288 Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
13289 Branch: oneperl
13290 ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
13291 ! scope.h thread.h
13292____________________________________________________________________________
13293[ 167] By: nick on 1997/10/20 01:03:00
13294 Log: Add missing aTHIS in cast
13295 Branch: oneperl
13296 ! win32/dl_win32.xs
13297____________________________________________________________________________
13298[ 166] By: nick on 1997/10/20 00:44:42
13299 Log: Builds and passes test with -DUSE_THISPTR
13300 Branch: oneperl
13301 ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
13302 ! win32/perllib.c
13303____________________________________________________________________________
13304[ 165] By: nick on 1997/10/19 21:45:36
13305 Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
13306 Branch: oneperl
13307 ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
13308 ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
13309 ! win32/makefile.mk win32/perllib.c
13310____________________________________________________________________________
13311[ 164] By: nick on 1997/10/19 20:09:13
13312 Log: oneperl compiles (but fails) with -DUSE_THISPTR
13313 Branch: oneperl
13314 ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
13315 ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
13316 ! win32/win32.c win32/win32.h
13317____________________________________________________________________________
13318[ 163] By: nick on 1997/10/19 16:46:09
13319 Log: Builds on NT4 without THISPTR or THREADS, passes all tests
13320 Branch: oneperl
13321 ! embed.h perl.h thread.h vars.h
13322____________________________________________________________________________
13323[ 162] By: nick on 1997/10/19 14:42:16
13324 Log: Dubious merge of oneperl's variable and struct thread
13325 Branch: oneperl
13326 !> perl.h thread.h
13327____________________________________________________________________________
13328[ 161] By: nick on 1997/10/18 18:05:13
13329 Log: integrate all but perl.h/thread.h
13330 Branch: oneperl
13331 +> Todo.5.005 perlio.sym
13332 !> (integrate 98 files)
13333____________________________________________________________________________
13334[ 160] By: nick on 1997/10/18 03:49:27
13335 Log: Integrate rest of sub-dirs into oneperl
13336 Branch: oneperl
13337 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13338 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13339 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13340 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13341 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13342 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13343 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13344 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
13345 +> hints/os390.sh
13346 - ext/util/extliblist
13347 !> (integrate 425 files)
13348____________________________________________________________________________
13349[ 159] By: nick on 1997/10/18 03:20:11
13350 Log: Integrate (accept) t and win32 into oneperl
13351 Branch: oneperl
13352 +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
13353 +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
13354 +> win32/config.vc win32/config_H.bc win32/config_H.vc
13355 +> win32/makefile.mk
13356 !> (integrate 188 files)
13357____________________________________________________________________________
13358[ 158] By: nick on 1997/10/18 03:12:59
13359 Log: Integrate lib/... into oneperl
13360 Branch: oneperl
13361 +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
13362 !> (integrate 138 files)
13363____________________________________________________________________________
13364[ 157] By: nick on 1997/10/18 02:55:53
13365 Log: Make lib/Bundle/CPAN.pm text in oneperl too.
13366 Branch: oneperl
13367 ! lib/Bundle/CPAN.pm
13368____________________________________________________________________________
13369[ 156] By: nick on 1997/10/18 02:52:44
13370 Log: Make lib/Bundle/CPAN.pm a text file
13371 Branch: perl
13372 ! lib/Bundle/CPAN.pm
13373____________________________________________________________________________
13374[ 155] By: nick on 1997/10/18 02:33:02
13375 Log: Some weirdness in the intgrate process
13376 Branch: oneperl
13377 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13378 - win32/bin/webget.bat win32/config.H win32/config.w32
13379____________________________________________________________________________
13380[ 153] By: nick on 1997/10/18 02:29:16
13381 Log: Let us try all the pure integrate stuff
13382 Branch: oneperl
13383 !> (integrate 647 files)
13384____________________________________________________________________________
13385[ 152] By: nick on 1997/10/18 02:13:35
13386 Log: Get more sub directories out of the way.
13387 Branch: oneperl
13388 !> (integrate 92 files)
13389____________________________________________________________________________
13390[ 151] By: nick on 1997/10/18 02:05:41
13391 Log: Integrate hints
13392 Branch: oneperl
13393 !> (integrate 68 files)
13394____________________________________________________________________________
13395[ 150] By: nick on 1997/10/18 01:57:20
13396 Log: Try reopening some non-contravertial files
13397 Branch: oneperl
13398 !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
13399 !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
13400 !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
13401 !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
13402____________________________________________________________________________
13403[ 144] By: gsar on 1997/10/16 22:26:07
13404 Log: Merge changes to Thread and add makefile fixups to accomodate Thread
13405 build. Once again, builds and runs all Thread tests using either
13406 compiler.
13407 Branch: win32/perl
13408 ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
13409 ! win32/makefile.mk
13410____________________________________________________________________________
13411[ 143] By: gsar on 1997/10/16 20:45:58
13412 Log: A quick merge of latest mainline.
13413 Branch: win32/perl
13414 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13415 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13416 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13417 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13418 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13419 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13420 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13421 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
13422 +> lib/base.pm t/lib/dosglob.t
13423 - ext/util/extliblist
13424 !> (integrate 134 files)
13425
13426----------------
13427Version 5.004_53
13428----------------
13429
13430____________________________________________________________________________
13431[ 142] By: mbeattie on 1997/10/16 16:52:55
13432 Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
13433 Branch: perl
13434 ! MANIFEST
13435____________________________________________________________________________
13436[ 141] By: mbeattie on 1997/10/16 16:42:13
13437 Log: Move perlext/Thread into perl/ext/Thread.
13438 Branch: perl
13439 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
13440 +> ext/Thread/Thread.pm ext/Thread/Thread.xs
13441 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13442 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
13443 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
13444 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
13445 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
13446 +> ext/Thread/unsync3.t ext/Thread/unsync4.t
13447 ! Configure
13448 Branch: perlext
13449 - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
13450 - Thread/Thread.xs Thread/Thread/Queue.pm
13451 - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
13452 - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
13453 - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
13454 - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
13455 - Thread/unsync4.t
13456____________________________________________________________________________
13457[ 140] By: mbeattie on 1997/10/16 16:26:53
13458 Log: Correct threads_mutex locking in main thread destruction.
13459 Add per-interp thrsv to hold SV struct thread for main thread.
13460 Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
13461 Add Thread/list.t test of Thread->list method.
13462 Let Thread::Semaphore methods up and down take an extra argument.
13463 Branch: perl
13464 ! embed.h interp.sym perl.c perl.h thread.h
13465 Branch: perlext
13466 + Thread/list.t
13467 ! Thread/Thread.xs Thread/Thread/Semaphore.pm
13468____________________________________________________________________________
13469[ 139] By: mbeattie on 1997/10/16 14:01:11
13470 Log: Fix up merge with 5.004_04.
13471 Branch: perl
13472 ! op.c perl.c t/lib/dosglob.t
13473____________________________________________________________________________
13474[ 138] By: TimBunce on 1997/10/16 12:58:22
13475 Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
13476 Branch: maint-5.004/perl
13477 ! t/lib/dosglob.t
13478____________________________________________________________________________
13479[ 137] By: mbeattie on 1997/10/16 11:09:25
13480 Log: Merge maint-5.004 branch (5.004_04) with mainline.
13481 Branch: perl
13482 +> hints/os390.sh lib/base.pm t/lib/dosglob.t
13483 - ext/util/extliblist
13484 !> (integrate 132 files)
13485____________________________________________________________________________
13486[ 135] By: gsar on 1997/10/15 21:46:05
13487 Log: Win32 changes over 5.004_52:
13488 - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
13489 on an already locked mutex.
13490 - other minor tweaks.
13491 Now builds and runs win32-version of Thread_52, passing all tests.
13492 Branch: win32/perl
13493 ! perl.c proto.h thread.h
13494____________________________________________________________________________
13495[ 134] By: gsar on 1997/10/15 18:19:31
13496 Log: fixup makefile.mk conflict.
13497 Branch: win32/perl
13498 ! win32/makefile.mk
13499____________________________________________________________________________
13500[ 133] By: gsar on 1997/10/15 18:02:46
13501 Log: Integrated latest changes from mainline into win32.
13502 Branch: win32/perl
13503 +> fakethr.h
13504 !> MANIFEST Porting/makerel Porting/patchls README.threads
13505 !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
13506 !> win32/config.vc win32/config_H.bc win32/config_H.vc
13507 !> win32/makefile.mk
13508
13509----------------
13510Version 5.004_52
13511----------------
13512
13513____________________________________________________________________________
13514[ 132] By: mbeattie on 1997/10/15 17:02:38
13515 Log: Remove out-of-date test Thread/cond.t.
13516 Branch: perlext
13517 - Thread/cond.t
13518____________________________________________________________________________
13519[ 131] By: mbeattie on 1997/10/15 16:57:45
13520 Log: Finish thread state machine: fixes global destruction of threads,
13521 detaching, joining etc. Alter FAKE_THREADS-specific fields to use
13522 new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
13523 Thread.xs.
13524 Branch: perl
13525 ! MANIFEST README.threads Todo.5.005 perl.c util.c
13526 Branch: perlext
13527 ! Thread/Thread.xs Thread/queue.t
13528____________________________________________________________________________
13529[ 130] By: mbeattie on 1997/10/15 16:55:10
13530 Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
13531 Fix ThrSETSTATE not to lock t->mutex itself.
13532 Branch: perl
13533 ! fakethr.h thread.h
13534____________________________________________________________________________
13535[ 129] By: mbeattie on 1997/10/15 16:53:35
13536 Log: Remove stale code from pp_entersub which breaks sub ownership locks.
13537 Branch: perl
13538 ! pp_hot.c
13539____________________________________________________________________________
13540[ 128] By: TimBunce on 1997/10/15 15:55:26
13541 Log: Maintenance 5.004_04 changes
13542 Branch: maint-5.004/perl
13543 + hints/os390.sh lib/base.pm t/lib/dosglob.t
13544 - ext/util/extliblist
13545 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
13546 ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
13547 ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
13548 ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
13549 ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
13550 ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
13551 ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
13552 ! installperl lib/AutoLoader.pm lib/CPAN.pm
13553 ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
13554 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
13555 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
13556 ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
13557 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
13558 ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
13559 ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
13560 ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
13561 ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
13562 ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
13563 ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
13564 ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
13565 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13566 ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
13567 ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
13568 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
13569 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
13570 ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
13571 ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
13572 ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
13573 ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
13574 ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
13575 ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
13576 ! win32/Makefile win32/config_H.bc win32/config_H.vc
13577 ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
13578 ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
13579____________________________________________________________________________
13580[ 127] By: mbeattie on 1997/10/15 10:00:18
13581 Log: Added fakethr.h.
13582 Branch: perl
13583 + fakethr.h
13584____________________________________________________________________________
13585[ 126] By: mbeattie on 1997/10/15 09:50:57
13586 Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
13587 Branch: perl
13588 ! thread.h
13589____________________________________________________________________________
13590[ 125] By: mbeattie on 1997/10/15 09:09:24
13591 Log: Started rewriting thread state machine.
13592 Branch: perl
13593 ! perl.c thread.h
13594 Branch: perlext
13595 ! Thread/Thread.xs
13596____________________________________________________________________________
13597[ 124] By: gsar on 1997/10/14 00:23:15
13598 Log: Remove spurious extra MUTEX_LOCK in pp_entersub(). Now builds and passes
13599 tests in win32 version of latest perlext/Thread.
13600 Branch: win32/perl
13601 ! pp_hot.c
13602____________________________________________________________________________
13603[ 123] By: gsar on 1997/10/13 23:18:38
13604 Log: Initial merge of win32 threads patch.
13605 Branch: win32/perl
13606 ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
13607 ! win32/Makefile win32/makedef.pl win32/makefile.mk
13608 ! win32/perllib.c win32/pod.mak win32/win32.h
13609____________________________________________________________________________
13610[ 122] By: gsar on 1997/10/10 20:58:40
13611 Log: Integrated changes on mainline into the win32 branch. Had to set
13612 P4USER=mbeattie for the resolve step (due to the presence of newly
13613 branched files that had not been submitted?)
13614 Branch: win32/perl
13615 +> Porting/makerel Porting/patchls README.threads Todo.5.005
13616 +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
13617 +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
13618 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13619 +> win32/bin/webget.pl win32/config.bc win32/config.vc
13620 +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
13621 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13622 - win32/bin/webget.bat win32/config.H win32/config.w32
13623 ! thread.h
13624 !> (integrate 858 files)
13625____________________________________________________________________________
13626[ 121] By: mbeattie on 1997/10/10 17:23:41
13627 Log: Tweak a few Thread tests.
13628 Branch: perlext
13629 + Thread/join2.t
13630 ! Thread/io.t Thread/sync2.t
13631____________________________________________________________________________
13632[ 120] By: mbeattie on 1997/10/10 17:22:46
13633 Log: Rewrite thread destruction system using linked list of threads.
13634 Still not completely done. Add methods self, equal, flags, list
13635 to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
13636 Branch: perl
13637 ! perl.c perl.h thread.h
13638 Branch: perlext
13639 ! Thread/Thread.xs Thread/typemap
13640____________________________________________________________________________
13641[ 119] By: mbeattie on 1997/10/10 17:19:55
13642 Log: Fix up locking/synchronisation for pp_entersub.
13643 Branch: perl
13644 ! pp_hot.c
13645____________________________________________________________________________
13646[ 118] By: mbeattie on 1997/10/10 09:55:32
13647 Log: Put back entries in MANIFEST for the four now-returned win32/* files
13648 Branch: perl
13649 ! MANIFEST
13650____________________________________________________________________________
13651[ 117] By: mbeattie on 1997/10/10 08:12:23
13652 Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
13653 Branch: perl
13654 ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
13655____________________________________________________________________________
13656[ 116] By: mbeattie on 1997/10/08 15:41:08
13657 Log: Add missing sig_pipe definition to Thread.xs.
13658 Branch: perlext
13659 ! Thread/Thread.xs
13660____________________________________________________________________________
13661[ 115] By: mbeattie on 1997/10/08 15:40:46
13662 Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
13663 add missing dTHR; to new function unwind_handler_stack() in mg.c
13664 and bump patchlevel.h to 5.004_52.
13665 Branch: perl
13666 ! MANIFEST mg.c patchlevel.h
13667____________________________________________________________________________
13668[ 114] By: mbeattie on 1997/10/08 10:19:27
13669 Log: Merge maint-5.004 branch (5.004_03) with mainline.
13670 MANIFEST is out of sync.
13671 Branch: perl
13672 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13673 +> win32/bin/webget.pl
13674 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
13675 - win32/bin/webget.bat
13676 !> (integrate 168 files)
13677____________________________________________________________________________
13678[ 113] By: mbeattie on 1997/10/05 17:52:49
13679 Log: Move init of global mutexes/cond vars earlier.
13680 Branch: perl
13681 ! perl.c
13682____________________________________________________________________________
13683[ 112] By: nick on 1997/10/04 15:25:28
13684 Log: Add perl.sym to MANIFEST
13685 Branch: oneperl
13686 ! MANIFEST
13687____________________________________________________________________________
13688[ 111] By: nick on 1997/10/04 15:23:37
13689 Log: Missing file
13690 Branch: oneperl
13691 + perl.sym
13692____________________________________________________________________________
13693[ 110] By: nick on 1997/10/04 13:04:26
13694 Log: Now builds the extensions as well
13695 Passes all tests
13696 Branch: oneperl
13697 ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
13698 ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
13699 ! toke.c util.c writemain.SH
13700____________________________________________________________________________
13701[ 109] By: nick on 1997/10/04 12:02:14
13702 Log: Odd checkin issue
13703 Branch: oneperl
13704 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
13705 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
13706 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
13707 ! vms/perly_h.vms writemain.SH
13708____________________________________________________________________________
13709[ 108] By: nick on 1997/10/04 11:12:52
13710 Log: Added lots of (missing) prototypes (ckprotos is util to check)
13711 Fixed missing aTHIS flagged by above.
13712 -DUSE_THISPTR passes minitest!
13713 Branch: oneperl
13714 + ckprotos
13715 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
13716 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
13717 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
13718 ! vms/perly_h.vms
13719____________________________________________________________________________
13720[ 107] By: nick on 1997/10/03 22:36:52
13721 Log: .y muddle fixup - will get this sorted oneday ...
13722 Branch: oneperl
13723 ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
13724 ! vms/perly_h.vms
13725____________________________________________________________________________
13726[ 106] By: mbeattie on 1997/10/03 17:12:33
13727 Log: Remove last traces of "tokenbuf as temp buffer" and removed it
13728 from struct thread. Added missing thr->Tfoo defines for statbuf
13729 and timesbuf and removed unused Tbuf field.
13730 Branch: perl
13731 ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
13732____________________________________________________________________________
13733[ 105] By: nick on 1997/10/03 15:56:50
13734 Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
13735 Branch: oneperl
13736 ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
13737 ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
13738 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13739 ! sv.c taint.c thread.h toke.c universal.c util.c
13740____________________________________________________________________________
13741[ 104] By: mbeattie on 1997/10/03 15:23:25
13742 Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
13743 Branch: perl
13744 ! global.sym pp.c proto.h sv.c
13745____________________________________________________________________________
13746[ 103] By: mbeattie on 1997/10/03 15:17:39
13747 Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
13748 Branch: perl
13749 ! av.c hv.c perl.h sv.c
13750____________________________________________________________________________
13751[ 102] By: mbeattie on 1997/10/03 11:53:51
13752 Log: Reliable thread signal handling.
13753 Branch: perl
13754 ! global.sym mg.c perl.c perl.h
13755 Branch: perlext
13756 ! Thread/Thread.xs
13757____________________________________________________________________________
13758[ 101] By: nick on 1997/10/02 20:43:17
13759 Log: Cleanup perly.y stuff
13760 Branch: oneperl
13761 ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
13762____________________________________________________________________________
13763[ 100] By: nick on 1997/10/02 18:54:08
13764 Log: Compiles with less invasive aTHIS adding
13765 Branch: oneperl
13766 + nothis.sym
13767 ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
13768 ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
13769 ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
13770 ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
13771 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
13772 ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
13773 ! util.c vars.h
13774
9d6a1080 13775----------------
808270a4 13776Version 5.004_51
9d6a1080
MB
13777----------------
13778
808270a4
GS
13779____________________________________________________________________________
13780[ 99] By: mbeattie on 1997/10/02 17:23:48
13781 Log: Added Thread/queue.t.
13782 Branch: perlext
13783 + Thread/queue.t
13784____________________________________________________________________________
13785[ 98] By: mbeattie on 1997/10/02 17:19:44
13786 Log: Bumped patchlevel to 51. Updated Todo.5.005.
13787 Branch: perl
13788 ! Todo.5.005 patchlevel.h
13789____________________________________________________________________________
13790[ 97] By: mbeattie on 1997/10/02 17:07:47
13791 Log: Update README.threads amd Thread/README
13792 Branch: perl
13793 ! README.threads
13794 Branch: perlext
13795 ! Thread/README
13796____________________________________________________________________________
13797[ 96] By: mbeattie on 1997/10/02 16:58:47
13798 Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
13799 fix sv_bless3 prototype.
13800 Branch: perl
13801 ! hints/dec_osf.sh hints/solaris_2.sh sv.c
13802____________________________________________________________________________
13803[ 95] By: mbeattie on 1997/10/02 16:50:21
13804 Log: Fixed broken typemap for Thread.
13805 Branch: perlext
13806 ! Thread/typemap
13807____________________________________________________________________________
13808[ 94] By: mbeattie on 1997/10/02 16:34:03
13809 Log: Fix pod text in Lint.pm for private-names option.
13810 Branch: perlext
13811 ! Compiler/B/Lint.pm
13812____________________________________________________________________________
13813[ 93] By: mbeattie on 1997/10/02 13:44:46
13814 Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
13815 Branch: perl
13816 ! MANIFEST embed.h
13817____________________________________________________________________________
13818[ 92] By: mbeattie on 1997/10/02 13:27:10
13819 Log: Add Todo.5.005
13820 Branch: perl
13821 + Todo.5.005
13822____________________________________________________________________________
13823[ 91] By: nick on 1997/10/01 20:23:38
13824 Log: Raw _T# trial
13825 Branch: oneperl
13826 ! embed.h embed.pl proto.h sv.c
13827____________________________________________________________________________
13828[ 90] By: nick on 1997/10/01 18:22:03
13829 Log: THIS + new sort stuff
13830 Branch: oneperl
13831 ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
13832____________________________________________________________________________
13833[ 89] By: nick on 1997/10/01 18:03:05
13834 Log: qsort cleanup - now tailored to perl's use and 'this' aware.
13835 Branch: oneperl
13836 ! pp_ctl.c proto.h util.c
13837____________________________________________________________________________
13838[ 88] By: mbeattie on 1997/10/01 17:04:12
13839 Log: Start of Configure support for -Dusethreads plus associated
13840 Linux hints.
13841 Branch: perl
13842 ! Configure hints/linux.sh
13843____________________________________________________________________________
13844[ 87] By: mbeattie on 1997/10/01 17:03:34
13845 Log: Move runops_foo prototypes from proto.h to early in perl.h.
13846 Branch: perl
13847 ! perl.h proto.h
13848____________________________________________________________________________
13849[ 86] By: nick on 1997/09/30 19:15:21
13850 Log: Debug hackery to thread.h - temporary
13851 Quick-fix qsort() replacement - more to come.
13852 Branch: oneperl
13853 ! thread.h util.c
13854____________________________________________________________________________
13855[ 85] By: mbeattie on 1997/09/30 15:50:27
13856 Log: Added Lint option regexp-variables.
13857 Branch: perlext
13858 ! Compiler/B/Lint.pm
13859____________________________________________________________________________
13860[ 84] By: mbeattie on 1997/09/30 15:11:07
13861 Log: Merge maint-5.004 branch (5.004_01) with mainline.
13862 Branch: perl
13863 +> Porting/makerel Porting/patchls hints/newsos4.sh
13864 +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
13865 +> win32/config.vc win32/config_H.bc win32/config_H.vc
13866 +> win32/makefile.mk
13867 - win32/config.H win32/config.w32
13868 !> (integrate 109 files)
13869____________________________________________________________________________
13870[ 83] By: TimBunce on 1997/09/30 14:27:09
13871 Log: Maintenance 5.004_03 changes (addendum)
13872 Branch: maint-5.004/perl
13873 - win32/bin/search.bat
13874____________________________________________________________________________
13875[ 82] By: TimBunce on 1997/09/30 14:11:29
13876 Log: Maintenance 5.004_03 changes
13877 Branch: maint-5.004/perl
13878 + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
13879 + win32/bin/webget.pl
13880 - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
13881 - win32/bin/webget.bat
13882 ! Changes Configure MANIFEST Makefile.SH Porting/makerel
13883 ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
13884 ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
13885 ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
13886 ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
13887 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13888 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
13889 ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
13890 ! utils/perlbug.PL win32/Makefile win32/makefile.mk
13891 ! win32/win32.c
13892____________________________________________________________________________
13893[ 81] By: TimBunce on 1997/09/30 13:17:27
13894 Log: Maintenance 5.004_02 changes
13895 Branch: maint-5.004/perl
13896 + win32/bin/runperl.bat
13897 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
13898 ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
13899 ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
13900 ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
13901 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13902 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
13903 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
13904 ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
13905 ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
13906 ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
13907 ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
13908 ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
13909 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
13910 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13911 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
13912 ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
13913 ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
13914 ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
13915 ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
13916 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
13917 ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
13918 ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
13919 ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
13920 ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
13921 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
13922 ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
13923 ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
13924 ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
13925 ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
13926 ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
13927 ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
13928 ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
13929 ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
13930 ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
13931 ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
13932 ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
13933 ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
13934 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
13935 ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
13936 ! win32/config.bc win32/config.vc win32/config_H.bc
13937 ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
13938 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
13939 ! win32/win32io.c win32/win32io.h win32/win32iop.h
13940 ! win32/win32sck.c
13941____________________________________________________________________________
13942[ 80] By: nick on 1997/09/29 20:31:43
13943 Log: Add some prototypes in attempt to flush out errors
13944 Tidy up vars.h usage.
13945 Branch: oneperl
13946 ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
13947 ! proto.h util.c vars.h
13948____________________________________________________________________________
13949[ 79] By: nick on 1997/09/29 17:12:07
13950 Log: Builds and passes tests without THISPTR
13951 Branch: oneperl
13952 ! MANIFEST global.sym perl.c perl.h vars.h
13953____________________________________________________________________________
13954[ 78] By: mbeattie on 1997/09/29 16:57:23
13955 Log: Re-introduce the changes from change 68 (runops becomes a
13956 function pointer and sv_bless3 for '~'-magic) which got lost
13957 during the preparation for the maint-merge.
13958 Branch: perl
13959 ! global.sym perl.h pp.c proto.h run.c sv.c
13960____________________________________________________________________________
13961[ 77] By: mbeattie on 1997/09/29 16:44:16
13962 Log: Start merge with maint-5.004 branch by creating an ancestral
13963 branch point via a fake resolution with the maint-merge branch.
13964 See Perforce Tech Note 9 for details.
13965 Branch: perl
13966 !> (integrate 864 files)
13967____________________________________________________________________________
13968[ 76] By: nick on 1997/09/28 19:04:42
13969 Log: Code with this pointer compiles (but core dumps)
13970 Branch: oneperl
13971 ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
13972 ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
13973 ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
13974 ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
13975 ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
13976 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
13977 ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
13978 ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
13979 ! vars.h
13980____________________________________________________________________________
13981[ 75] By: nick on 1997/09/28 15:45:35
13982 Log: Quasi sensible starting point for aTHIS addition.
13983 Branch: oneperl
13984 ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
13985____________________________________________________________________________
13986[ 74] By: nick on 1997/09/28 11:23:32
13987 Log: Ooops - unwind perly.* stuff for now
13988 Branch: oneperl
13989 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
13990____________________________________________________________________________
13991[ 73] By: nick on 1997/09/28 11:17:23
13992 Log: Builds and passes all tests again
13993 Branch: oneperl
13994 ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
13995 ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
13996____________________________________________________________________________
13997[ 72] By: nick on 1997/09/28 10:47:01
13998 Log: Save "important things" before re-try
13999 Branch: oneperl
14000 + vars.h
14001 ! embed.pl thread.h thread.sym
14002____________________________________________________________________________
14003[ 71] By: nick on 1997/09/26 17:47:31
14004 Log: Basic hacks to build with USE_THISPTR, not yet useful
14005 but builds miniperl and passes minitest with all thread
14006 variables via a _GLOBAL_ thr variable rather than globals.
14007 Now for the local thr variable ...
14008 Branch: oneperl
14009 + thread.sym
14010 ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
14011 ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
14012 ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
14013 ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
14014 ! util.c vms/vms.c
14015____________________________________________________________________________
14016[ 70] By: mbeattie on 1997/09/23 14:29:23
14017 Log: Branch oneperl from mainline.
14018 Branch: oneperl
14019 +> (branch 871 files)
14020____________________________________________________________________________
14021[ 69] By: mbeattie on 1997/09/22 16:02:37
14022 Log: struct thread now stored in an SV and uses '~'-magic for access.
14023 Branch: perl
14024 ! thread.h
14025 Branch: perlext
14026 ! Thread/Thread.xs Thread/typemap
14027____________________________________________________________________________
14028[ 68] By: mbeattie on 1997/09/22 16:01:48
14029 Log: runops becomes a funtion pointer and sv_bless3 created
14030 to avoid pointer forgery with '~'-magic.
14031 Branch: perl
14032 ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
14033____________________________________________________________________________
14034[ 67] By: mbeattie on 1997/09/22 15:45:56
14035 Log: More fprintf -> PerlIO_printf changes.
14036 Branch: perl
14037 ! perl.c pp_hot.c util.c
14038____________________________________________________________________________
14039[ 66] By: mbeattie on 1997/09/22 15:10:40
14040 Log: Minor multi-threading patches for VMS.
14041 Branch: perl
14042 ! mg.c thread.h vms/vms.c
14043____________________________________________________________________________
14044[ 65] By: mbeattie on 1997/09/15 14:09:11
14045 Log: Add undefined-subs option to Lint.pm.
14046 Branch: perlext
14047 ! Compiler/B/Lint.pm
14048____________________________________________________________________________
14049[ 64] By: mbeattie on 1997/09/10 16:39:41
14050 Log: Debugging output for lock handling.
14051 Branch: perl
14052 ! mg.c pp.c pp_hot.c util.c
14053____________________________________________________________________________
14054[ 63] By: mbeattie on 1997/09/10 14:49:00
14055 Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
14056 Branch: perlext
14057 +> Thread/Thread/Semaphore.pm
14058 - Thread/Semaphore.pm
14059____________________________________________________________________________
14060[ 62] By: mbeattie on 1997/09/10 14:47:31
14061 Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
14062 Branch: perlext
14063 +> Thread/Thread/Queue.pm
14064 - Thread/Queue.pm
14065____________________________________________________________________________
14066[ 61] By: mbeattie on 1997/09/10 13:56:50
14067 Log: Solaris fixes: delete pad and padname from thread.h and remove
14068 MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
14069 Branch: perl
14070 ! thread.h x2p/Makefile.SH
9d6a1080
MB
14071
14072----------------
14073Version 5.004_50 First developer release towards 5.005
14074----------------
14075
14076Maintenance of the 5.004 version of perl continues with the 5.004_xx
14077series, where 'xx' is <= 49. Development of the next version, 5.005,
14078starts with 5.004_50.
14079
808270a4
GS
14080____________________________________________________________________________
14081[ 60] By: mbeattie on 1997/09/09 16:57:41
14082 Log: Update README.threads to mention -DL.
14083 Branch: perl
14084 ! README.threads
14085____________________________________________________________________________
14086[ 59] By: mbeattie on 1997/09/09 16:49:08
14087 Log: Add Thread modules Queue.pm and Semaphore.pm
14088 Branch: perlext
14089 + Thread/Queue.pm Thread/Semaphore.pm
14090____________________________________________________________________________
14091[ 58] By: mbeattie on 1997/09/09 16:33:45
14092 Log: Update README.threads
14093 Branch: perl
14094 ! README.threads
14095____________________________________________________________________________
14096[ 57] By: mbeattie on 1997/09/09 16:26:47
14097 Log: Add debug info to Thread typemap.
14098 Branch: perlext
14099 ! Thread/typemap
14100____________________________________________________________________________
14101[ 56] By: mbeattie on 1997/09/09 15:04:26
14102 Log: Rewrite synchronisation of subs/methods and add attrs
14103 extension for specifying 'locked' and 'method' attributes.
14104 Branch: perl
14105 + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
14106 ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
14107 ! pp_hot.c proto.h sv.c sv.h toke.c
14108 Branch: perlext
14109 ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
14110____________________________________________________________________________
14111[ 55] By: mbeattie on 1997/09/03 16:34:47
14112 Log: Add new keyword "lock" to Opcode.pm
14113 Branch: perl
14114 ! ext/Opcode/Opcode.pm
14115____________________________________________________________________________
14116[ 54] By: mbeattie on 1997/09/03 14:44:44
14117 Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
14118 Branch: perl
14119 ! embed.h keywords.h
14120____________________________________________________________________________
14121[ 53] By: mbeattie on 1997/09/03 13:52:24
14122 Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
14123 Branch: perl
14124 ! MANIFEST
14125____________________________________________________________________________
14126[ 52] By: mbeattie on 1997/09/03 13:41:20
14127 Log: Let Lint private_names catch out-of-package _foo methods.
14128 Branch: perlext
14129 ! Compiler/B/Lint.pm
14130____________________________________________________________________________
14131[ 51] By: mbeattie on 1997/09/03 13:20:12
14132 Log: Bump patchlevel.h to 5.004_50
14133 Branch: perl
14134 ! patchlevel.h
14135____________________________________________________________________________
14136[ 50] By: mbeattie on 1997/09/03 12:31:48
14137 Log: Make compiler build/work with devel 5.005
14138 Branch: perlext
14139 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
14140 ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
14141____________________________________________________________________________
14142[ 49] By: mbeattie on 1997/09/03 12:28:05
14143 Log: Rename RESTART to INIT and associated changes
14144 Branch: perl
14145 ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
14146 ! toke.c vms/perly_c.vms
14147____________________________________________________________________________
14148[ 48] By: mbeattie on 1997/09/02 15:54:27
14149 Log: Added private-names option.
14150 Branch: perlext
14151 ! Compiler/B/Lint.pm
14152____________________________________________________________________________
14153[ 47] By: mbeattie on 1997/09/02 11:54:55
14154 Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
14155 Branch: perlext
14156 ! Compiler/cc_runtime.h
14157____________________________________________________________________________
14158[ 46] By: mbeattie on 1997/08/28 19:40:08
14159 Log: Missing sprintf in try_autoload.
14160 Branch: perlext
14161 ! Compiler/B/C.pm
14162____________________________________________________________________________
14163[ 45] By: mbeattie on 1997/08/13 16:15:25
14164 Log: Threading fixups for Digital UNIX.
14165 Branch: perl
14166 ! README.threads malloc.c perl.h toke.c
14167____________________________________________________________________________
14168[ 44] By: mbeattie on 1997/08/11 15:46:29
14169 Log: Assorted changes for multi-threading (now works rather more).
14170 Branch: perl
14171 + README.threads
14172 ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
14173 ! toke.c util.c
14174 Branch: perlext
14175 ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
14176 ! Thread/unsync.t
14177____________________________________________________________________________
14178[ 43] By: mbeattie on 1997/08/08 14:11:00
14179 Log: Made Lint check subs (and -u packages).
14180 Added support for dollar_underscore and implicit $_ in foreach.
14181 Branch: perlext
14182 ! Compiler/B/Lint.pm
14183____________________________________________________________________________
14184[ 42] By: TimBunce on 1997/07/25 17:15:57
14185 Log: Maintenance 5.004_01 changes
14186 Branch: maint-5.004/perl
14187 + Porting/makerel Porting/patchls hints/newsos4.sh
14188 + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
14189 + win32/config.vc win32/config_H.bc win32/config_H.vc
14190 + win32/makefile.mk
14191 - win32/config.H win32/config.w32
14192 ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
14193 ! Porting/pumpkin.pod README README.win32 doio.c embed.h
14194 ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14195 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
14196 ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
14197 ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
14198 ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
14199 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14200 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14201 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
14202 ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
14203 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
14204 ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
14205 ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
14206 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
14207 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
14208 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14209 ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
14210 ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
14211 ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
14212 ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
14213 ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
14214 ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
14215 ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
14216 ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
14217 ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
14218 ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
14219 ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
14220 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
14221 ! win32/win32io.h win32/win32iop.h win32/win32sck.c
14222____________________________________________________________________________
14223[ 41] By: mbeattie on 1997/07/24 14:57:53
14224 Log: Start support for fake threads.
14225 pp_lock now returns its argument.
14226 Branch: perl
14227 ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
14228 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
14229 ! util.c
14230 Branch: perlext
14231 ! Thread/Thread.xs
14232____________________________________________________________________________
14233[ 40] By: mbeattie on 1997/07/24 14:55:07
14234 Log: Add missing reset of eval_owner if doeval() fails to parse.
14235 Branch: perl
14236 ! pp_ctl.c
14237____________________________________________________________________________
14238[ 39] By: mbeattie on 1997/07/17 13:35:51
14239 Log: Fix multiple problems with lexical @_.
14240 Branch: perl
14241 ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
14242 ! toke.c
14243____________________________________________________________________________
14244[ 38] By: mbeattie on 1997/07/16 17:02:09
14245 Log: Change %lx to %x in B::CV::save to prevent some CV
14246 fields becoming 0 in the init section. Add missing
14247 write_back in B::Stackobj::Padsv::load_double to fix
14248 test 22 of op/my.t.
14249 Branch: perlext
14250 ! Compiler/B/C.pm Compiler/B/Stackobj.pm
14251____________________________________________________________________________
14252[ 37] By: mbeattie on 1997/07/10 11:28:16
14253 Log: Branch win32 developments from main perl branch.
14254 Branch: win32/perl
14255 +> (branch 867 files)
14256____________________________________________________________________________
14257[ 36] By: mbeattie on 1997/07/05 11:58:05
14258 Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
14259 as well as provide_ref (5.003).
14260 Branch: perlext
14261 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
14262____________________________________________________________________________
14263[ 35] By: mbeattie on 1997/07/05 11:55:18
14264 Log: Introduce pp_lock.
14265 Branch: perl
14266 ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
14267 ! pp.c pp_ctl.c toke.c
14268____________________________________________________________________________
14269[ 34] By: mbeattie on 1997/07/01 12:24:28
14270 Log: Support for op in global register (still buggy)
14271 Branch: perl
14272 ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
14273 ! proto.h scope.c scope.h thread.h
14274____________________________________________________________________________
14275[ 33] By: mbeattie on 1997/06/24 16:34:24
14276 Log: Branch lexical warnings from perl branch.
14277 Branch: lexwarn/perl
14278 +> (branch 867 files)
14279____________________________________________________________________________
14280[ 32] By: mbeattie on 1997/06/24 14:33:57
14281 Log: Branch integration of maint-5.004 from relperl.
14282 Branch: mainline/perl
14283 +> (branch 600 files)
14284 Branch: maint-5.004/perl
14285 +> (branch 864 files)
14286____________________________________________________________________________
14287[ 31] By: mbeattie on 1997/06/20 11:46:50
14288 Log: corrected bad_type() prototype.
14289 Branch: perl
14290 ! op.c
14291____________________________________________________________________________
14292[ 30] By: mbeattie on 1997/06/12 12:38:05
14293 Log: Tweak README.
14294 Branch: perlext
14295 ! Thread/README
14296____________________________________________________________________________
14297[ 29] By: mbeattie on 1997/06/12 12:34:59
14298 Log: Document -m option of CC backend.
14299 Branch: perlext
14300 ! Compiler/NOTES
14301____________________________________________________________________________
14302[ 28] By: mbeattie on 1997/06/12 12:25:05
14303 Log: Support sysseek introduced in 5.004.
14304 Branch: perlext
14305 ! Compiler/ccop.c Compiler/ccop.h
14306____________________________________________________________________________
14307[ 27] By: mbeattie on 1997/06/05 14:20:51
14308 Log: More fixups for thrperl integration.
14309 Branch: perl
14310 ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14311 ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
14312 ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
14313 ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
14314 ! util.c
14315____________________________________________________________________________
14316[ 25] By: mbeattie on 1997/05/28 15:11:24
14317 Log: Fixups for thrperl integration.
14318 Branch: perl
14319 ! embed.h keywords.h op.c opcode.h perl.c util.c
14320____________________________________________________________________________
14321[ 24] By: mbeattie on 1997/05/26 20:10:42
14322 Log: Integrate thrperl 5.003->5.004.
14323 Branch: perl
14324 +> thread.h
14325 !> (integrate 33 files)
14326____________________________________________________________________________
14327[ 23] By: mbeattie on 1997/05/26 11:45:39
14328 Log: Fix ppname when saving subs.
14329 Branch: perlext
14330 ! Compiler/B/C.pm
14331____________________________________________________________________________
14332[ 22] By: mbeattie on 1997/05/26 11:45:03
14333 Log: -mFoo option now forces -uFoo.
14334 Branch: perlext
14335 ! Compiler/B/CC.pm
14336____________________________________________________________________________
14337[ 21] By: mbeattie on 1997/05/26 11:43:37
14338 Log: Put back objsym/savesym (used by walkoptree_exec).
14339 Branch: perlext
14340 ! Compiler/B.pm
14341____________________________________________________________________________
14342[ 20] By: mbeattie on 1997/05/26 11:38:45
14343 Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
14344 Branch: perl
14345 ! av.c global.sym
14346____________________________________________________________________________
14347[ 19] By: mbeattie on 1997/05/25 21:19:38
14348 Log: Fix up integration 5.003->5.004.
14349 Branch: perl
14350 + lib/Class/Fields.pm lib/ISA.pm
14351 ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
14352 ! toke.c
14353____________________________________________________________________________
14354[ 18] By: mbeattie on 1997/05/25 10:31:21
14355 Log: First stab at 5.003 -> 5.004 integration.
14356 Branch: perl
14357 +> (branch 291 files)
14358 - Changes.Conf ext/DynaLoader/dl_os2.xs
14359 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
14360 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
14361 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
14362 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
14363 - lib/chat2.pl lib/splain os2/README os2/README.old
14364 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
14365 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
14366 - x2p/handy.h x2p/s2p.man
14367 !> (integrate 392 files)
14368____________________________________________________________________________
14369[ 17] By: mbeattie on 1997/05/24 18:46:49
14370 Log: Wholesale update to 5.004.
14371 Branch: relperl
14372 + Changes5.000 Changes5.001 Changes5.002 Changes5.003
14373 + Porting/Glossary Porting/pumpkin.pod README.amiga
14374 + README.cygwin32 README.os2 README.plan9 README.qnx
14375 + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
14376 + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
14377 + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
14378 + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14379 + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
14380 + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14381 + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14382 + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
14383 + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
14384 + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
14385 + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
14386 + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
14387 + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
14388 + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
14389 + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
14390 + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
14391 + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
14392 + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
14393 + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
14394 + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
14395 + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
14396 + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
14397 + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
14398 + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
14399 + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
14400 + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14401 + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
14402 + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
14403 + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
14404 + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
14405 + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
14406 + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
14407 + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
14408 + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
14409 + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
14410 + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
14411 + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
14412 + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
14413 + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
14414 + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
14415 + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
14416 + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
14417 + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
14418 + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
14419 + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
14420 + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
14421 + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
14422 + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
14423 + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
14424 + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
14425 + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
14426 + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
14427 + plan9/config.plan9 plan9/exclude plan9/fndvers
14428 + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
14429 + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
14430 + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
14431 + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
14432 + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14433 + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14434 + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
14435 + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
14436 + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
14437 + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
14438 + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
14439 + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
14440 + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
14441 + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
14442 + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
14443 + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
14444 + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
14445 + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
14446 + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
14447 + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
14448 + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
14449 + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
14450 + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
14451 + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
14452 + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
14453 + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
14454 + t/pragma/warn-1global t/pragma/warning.t universal.c
14455 + utils/splain.PL vms/ext/DCLsym/0README.txt
14456 + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
14457 + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
14458 + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
14459 + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
14460 + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
14461 + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
14462 + win32/config.H win32/config.w32 win32/config_h.PL
14463 + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
14464 + win32/include/arpa/inet.h win32/include/dirent.h
14465 + win32/include/netdb.h win32/include/sys/socket.h
14466 + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
14467 + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
14468 + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
14469 + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
14470 + x2p/proto.h
14471 - Changes.Conf ext/DynaLoader/dl_os2.xs
14472 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
14473 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
14474 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
14475 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
14476 - lib/chat2.pl lib/splain os2/README os2/README.old
14477 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
14478 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
14479 - x2p/handy.h x2p/s2p.man
14480 ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
14481 ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
14482 ! config_H config_h.SH configpm configure cop.h cv.h deb.c
14483 ! doio.c doop.c dosish.h dump.c eg/README eg/nih
14484 ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
14485 ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
14486 ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14487 ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
14488 ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
14489 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
14490 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
14491 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
14492 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14493 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
14494 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14495 ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
14496 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14497 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
14498 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
14499 ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
14500 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
14501 ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
14502 ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
14503 ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
14504 ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
14505 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
14506 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
14507 ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
14508 ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
14509 ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
14510 ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
14511 ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
14512 ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
14513 ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
14514 ! installman installperl interp.sym keywords.h keywords.pl
14515 ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
14516 ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
14517 ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
14518 ! lib/Exporter.pm lib/ExtUtils/Install.pm
14519 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
14520 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14521 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14522 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
14523 ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
14524 ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
14525 ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
14526 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
14527 ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
14528 ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
14529 ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
14530 ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
14531 ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
14532 ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
14533 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14534 ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
14535 ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
14536 ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
14537 ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
14538 ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
14539 ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
14540 ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
14541 ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
14542 ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
14543 ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
14544 ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
14545 ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
14546 ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
14547 ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
14548 ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
14549 ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
14550 ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
14551 ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
14552 ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
14553 ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
14554 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
14555 ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
14556 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
14557 ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
14558 ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
14559 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
14560 ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
14561 ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
14562 ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
14563 ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
14564 ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
14565 ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
14566 ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
14567 ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
14568 ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
14569 ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
14570 ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
14571 ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
14572 ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
14573 ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
14574 ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
14575 ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
14576 ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
14577 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
14578 ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
14579 ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
14580 ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
14581 ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
14582 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
14583 ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
14584 ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
14585 ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
14586 ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
14587 ! x2p/util.h x2p/walk.c
14588____________________________________________________________________________
14589[ 16] By: mbeattie on 1997/05/23 22:42:08
14590 Log: Initial integration of relperl from 5.003.
14591 Branch: relperl
14592 +> (branch 600 files)
14593____________________________________________________________________________
14594[ 14] By: mbeattie on 1997/05/12 20:22:56
14595 Log: Finish code generation rewrite. Clean up B::Section class and
14596 handle symbol table translation internally. Simple .pm modules
14597 now compile OK.
14598 Branch: perlext
14599 ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
14600 ! Compiler/B/CC.pm
14601____________________________________________________________________________
14602[ 13] By: mbeattie on 1997/05/05 19:41:18
14603 Log: Don't make pp_enter and pp_return trigger basic blocks.
14604 Branch: perlext
14605 ! Compiler/B/Bblock.pm
14606____________________________________________________________________________
14607[ 12] By: mbeattie on 1997/05/05 19:40:16
14608 Log: Rewrite code generation. Sections (de)multiplexed into a
14609 temporary file instead of stored in arrays.
14610 Branch: perlext
14611 ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
14612____________________________________________________________________________
14613[ 11] By: mbeattie on 1997/05/03 20:20:59
14614 Log: Development to pre-alpha4
14615 Branch: perlext
14616 + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
14617 ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
14618 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
14619 ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
14620 ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
14621 ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
14622 ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
14623 ! Compiler/test_harness Compiler/test_harness_cc
14624____________________________________________________________________________
14625[ 10] By: mbeattie on 1997/05/03 14:47:06
14626 Log: Initial check-in of perl compiler.
14627 Branch: perlext
14628 + Compiler/Artistic Compiler/B.pm Compiler/B.xs
14629 + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
14630 + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
14631 + Compiler/B/CC.pm Compiler/B/Debug.pm
14632 + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
14633 + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
14634 + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
14635 + Compiler/O.pm Compiler/README Compiler/TESTS
14636 + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
14637 + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
14638 + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
14639 + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
14640 + Compiler/disassemble Compiler/old/README.feb11
14641 + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
14642 + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
14643 + Compiler/op.patch Compiler/ramblings/cc.notes
14644 + Compiler/ramblings/curcop.runtime
14645 + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
14646 + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
14647 + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
14648 + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
14649 + Compiler/ramblings/runtime.porting
14650 + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
14651 + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
14652 + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
14653 + Compiler/test_harness_bytecode Compiler/test_harness_cc
14654 + Compiler/typemap
14655____________________________________________________________________________
14656[ 9] By: mbeattie on 1997/05/02 19:03:49
14657 Log: Don't require CvDEPTH == 0 when bombing out of subs.
14658 Branch: thrperl
14659 ! pp_hot.c
14660____________________________________________________________________________
14661[ 8] By: mbeattie on 1997/04/23 19:06:45
14662 Log: Added programmer-level condition variables via "condpair" magic.
14663 Added support for detached threads and tweaked a few things.
14664 Branch: thrperl
14665 ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
14666 ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
14667 ! util.c
14668____________________________________________________________________________
14669[ 7] By: mbeattie on 1997/04/23 19:04:18
14670 Log: Rewrote programmer-level condition variables from scratch. Added
14671 support for detaching threads. Fixed handling for arguments
14672 passed in to threads and return values for joined threads.
14673 Branch: perlext
14674 + Thread/lock.t
14675 ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
14676 ! Thread/typemap
14677____________________________________________________________________________
14678[ 6] By: mbeattie on 1997/04/10 20:17:26
14679 Log: Initial check-in of Thread module.
14680 Branch: perlext
14681 + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
14682 + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
14683 + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
14684 + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
14685 + Thread/unsync4.t
14686____________________________________________________________________________
14687[ 5] By: mbeattie on 1997/04/10 20:05:52
14688 Log: Tweaks to allow compilation without -DUSE_THREADS and fix
14689 missing parens (pad allocation) in the tokener.
14690 Branch: thrperl
14691 ! op.c pp_ctl.c toke.c
14692____________________________________________________________________________
14693[ 4] By: mbeattie on 1997/03/28 18:40:44
14694 Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
14695 Branch: thrperl
14696 + thread.h
14697 ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
14698 ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
14699 ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
14700 ! run.c scope.c sv.c sv.h toke.c util.c
14701____________________________________________________________________________
14702[ 3] By: mbeattie on 1997/03/28 13:36:23
14703 Log: Branch 5.003 -> thrperl
14704 Branch: thrperl
14705 +> (branch 600 files)
14706____________________________________________________________________________
14707[ 2] By: mbeattie on 1997/03/28 13:32:21
14708 Log: Initial devel changes.
14709 Pseudo-hashes. Optional strong typing. RESTART {}.
14710 Branch: perl
14711 ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
14712 ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
14713 ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
14714____________________________________________________________________________
14715[ 1] By: mbeattie on 1997/03/28 13:17:33
14716 Log: Perl 5.003 check-in
14717 Branch: perl
14718 + Artistic Changes Changes.Conf Configure Copying EXTERN.h
14719 + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
14720 + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
14721 + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
14722 + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
14723 + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
14724 + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
14725 + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
14726 + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
14727 + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
14728 + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
14729 + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
14730 + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
14731 + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
14732 + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14733 + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
14734 + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
14735 + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
14736 + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
14737 + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
14738 + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
14739 + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
14740 + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
14741 + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
14742 + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
14743 + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14744 + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
14745 + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
14746 + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
14747 + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
14748 + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
14749 + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
14750 + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
14751 + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
14752 + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
14753 + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
14754 + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
14755 + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
14756 + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
14757 + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
14758 + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
14759 + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
14760 + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14761 + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
14762 + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
14763 + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
14764 + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
14765 + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
14766 + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
14767 + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
14768 + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
14769 + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
14770 + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
14771 + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
14772 + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
14773 + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
14774 + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
14775 + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
14776 + hints/README.hints hints/aix.sh hints/altos486.sh
14777 + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
14778 + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
14779 + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
14780 + hints/fps.sh hints/freebsd.sh hints/genix.sh
14781 + hints/greenhills.sh hints/hpux.sh hints/i386.sh
14782 + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
14783 + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
14784 + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
14785 + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
14786 + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
14787 + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
14788 + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
14789 + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
14790 + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
14791 + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
14792 + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
14793 + hints/uts.sh hv.c hv.h installman installperl interp.sym
14794 + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
14795 + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
14796 + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
14797 + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
14798 + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
14799 + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14800 + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14801 + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
14802 + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
14803 + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
14804 + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
14805 + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
14806 + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
14807 + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
14808 + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
14809 + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
14810 + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
14811 + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
14812 + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
14813 + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14814 + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
14815 + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
14816 + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
14817 + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
14818 + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
14819 + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
14820 + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
14821 + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
14822 + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
14823 + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
14824 + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
14825 + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
14826 + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
14827 + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
14828 + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
14829 + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
14830 + os2/README os2/README.old os2/diff.configure os2/diff.db_file
14831 + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
14832 + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
14833 + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
14834 + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
14835 + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
14836 + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
14837 + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
14838 + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
14839 + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
14840 + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
14841 + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
14842 + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
14843 + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
14844 + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
14845 + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
14846 + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
14847 + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
14848 + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
14849 + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
14850 + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
14851 + t/comp/decl.t t/comp/multiline.t t/comp/package.t
14852 + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
14853 + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
14854 + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
14855 + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
14856 + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
14857 + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
14858 + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
14859 + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
14860 + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
14861 + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
14862 + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
14863 + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
14864 + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
14865 + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
14866 + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
14867 + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
14868 + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
14869 + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
14870 + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
14871 + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
14872 + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
14873 + vms/Makefile vms/config.vms vms/descrip.mms
14874 + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
14875 + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
14876 + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
14877 + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
14878 + vms/make_command.com vms/mms2make.pl vms/myconfig.com
14879 + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
14880 + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
14881 + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
14882 + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
14883 + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
14884 + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
14885 + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
14886 + x2p/walk.c