1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification. If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based. (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of March 1997):
19 Gisle Aas <gisle@aas.no>
20 Kenneth Albanowski <kjahds@kjahds.com>
21 Graham Barr <gbarr@ti.com>
22 Spider Boardman <spider@orb.nashua.nh.us>
23 Tom Christiansen <tchrist@perl.com>
24 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
25 M. J. T. Guy <mjtg@cus.cam.ac.uk>
26 Jarkko Hietaniemi <jhi@iki.fi>
27 Nick Ing-Simmons <nik@tiuk.ti.com>
28 Andreas Koenig <a.koenig@mind.de>
29 Doug MacEachern <dougm@opengroup.org>
30 Paul Marquess <pmarquess@bfsec.bt.co.uk>
31 Hans Mulder <hansm@euronet.nl>
32 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
33 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
34 Tom Phoenix <rootbeer@teleport.com>
35 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
36 Dean Roehrich <roehrich@cray.com>
37 Roderick Schertler <roderick@argon.org>
38 Larry W. Virden <lvirden@cas.org>
39 Ilya Zakharevich <ilya@math.ohio-state.edu>
41 And the Keepers of the Patch Pumpkin:
43 Charles Bailey <bailey@hmivax.humgen.upenn.edu>
44 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
45 Tim Bunce <Tim.Bunce@ig.co.uk>
46 Andy Dougherty <doughera@lafcol.lafayette.edu>
47 Gurusamy Sarathy <gsar@engin.umich.edu>
48 Chip Salzenberg <chip@perl.com>
50 And, of course, the Author of Perl:
52 Larry Wall <larry@wall.org>
55 NOTE: Each change entry shows the change number; who checked it into the
56 repository; when; description of the change; which branch the change
57 happened in; and the affected files. The file lists have a short symbolic
63 +> branched (from elsewhere)
64 !> merged changes (from elsewhere)
68 Version 5.004_72 Developer release working toward 5.005
71 ____________________________________________________________________________
72 [ 1453] By: gsar on 1998/07/12 10:04:33
73 Log: merge changes 1424, 1428 from maintbranch
75 ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
76 ____________________________________________________________________________
77 [ 1452] By: gsar on 1998/07/12 09:46:40
78 Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
81 ! Changes README.win32 patchlevel.h win32/Makefile
82 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
84 ____________________________________________________________________________
85 [ 1451] By: gsar on 1998/07/12 07:01:26
86 Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
87 From: Jarkko Hietaniemi <jhi@iki.fi>
88 Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
89 Message-Id: <199807111451.RAA27010@alpha.hut.fi>
90 Subject: M3 "generic" parts
92 ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
93 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
94 ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
95 ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
96 ! win32/config_H.gc x2p/Makefile.SH
97 ____________________________________________________________________________
98 [ 1450] By: gsar on 1998/07/12 06:38:27
99 Log: various tweaks for PERL_OBJECT build & test
101 ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
102 ! win32/makefile.mk win32/win32.c win32/win32iop.h
103 ____________________________________________________________________________
104 [ 1449] By: gsar on 1998/07/12 06:29:23
105 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
106 Date: 12 Jul 1998 08:22:16 +0200
107 Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
108 Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
110 ! lib/CPAN.pm lib/SelfLoader.pm
111 ____________________________________________________________________________
112 [ 1448] By: gsar on 1998/07/12 05:10:50
113 Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
114 and runs regexes in 1000s of threads without crashing; also fixed
115 statcache not being thread-local
117 ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
118 ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
119 ! t/lib/thread.t thrdvar.h util.c
120 ____________________________________________________________________________
121 [ 1447] By: gsar on 1998/07/12 02:40:45
122 Log: From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
123 Date: Sun, 12 Jul 1998 03:23:04 +0200
124 Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
125 Subject: Re: perlbug doesn't check that save succeeded
128 ____________________________________________________________________________
129 [ 1446] By: gsar on 1998/07/12 02:39:24
130 Log: be generous about CRs
131 From: larry@wall.org (Larry Wall)
132 Date: Sat, 11 Jul 1998 17:54:21 PDT
133 Message-Id: <199807120054.RAA19550@wall.org>
134 Subject: [PATCH _71] CRs et al
137 ____________________________________________________________________________
138 [ 1445] By: gsar on 1998/07/12 02:11:16
139 Log: fix pp_caller() to fully traverse stacklevels
141 ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
142 ____________________________________________________________________________
143 [ 1444] By: gsar on 1998/07/11 23:43:37
144 Log: add patch, along with all the missing bits, and doc tweaks
145 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
146 Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
147 Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
148 Subject: Re: [PATCH 5.004_71] Secure RE update
150 ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
151 ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
152 ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
153 ! t/op/pat.t t/op/subst.t
154 ____________________________________________________________________________
155 [ 1443] By: gsar on 1998/07/11 23:08:14
156 Log: tweak to get BSDI to build IPC/SysV
157 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
158 Date: 11 Jul 1998 16:26:44 +0300
159 Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
160 Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
162 ! ext/IPC/SysV/SysV.xs
163 ____________________________________________________________________________
164 [ 1442] By: gsar on 1998/07/11 23:03:39
165 Log: fix closures in optimized C<for (1..5)> (only the tests are in this
166 change, the pp_hot.c fix accidentally went in change#1441)
169 ____________________________________________________________________________
170 [ 1441] By: gsar on 1998/07/11 22:35:40
171 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
172 Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
173 Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
174 Subject: [PATCH 5.004_71] Update os2's OS2::Process
176 ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
177 ! os2/OS2/Process/Process.xs pp_hot.c
178 ____________________________________________________________________________
179 [ 1440] By: gsar on 1998/07/11 19:41:59
180 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
181 Date: 11 Jul 1998 17:00:21 +0200
182 Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
183 Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
185 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
186 ____________________________________________________________________________
187 [ 1439] By: gsar on 1998/07/11 19:36:58
188 Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
190 ! pod/perlguts.pod win32/makedef.pl
191 ____________________________________________________________________________
192 [ 1438] By: gsar on 1998/07/11 19:14:21
193 Log: applied patch for perlfunc tweaks, removed reference to system qsort()
194 From: abigail@fnx.com
195 Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
196 Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
197 Subject: [PATCH 5.004_71] pod/perlfunc.pod
200 ____________________________________________________________________________
201 [ 1437] By: gsar on 1998/07/11 19:05:00
202 Log: From: abigail@fnx.com
203 Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
204 Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
205 Subject: [PATCH 5.004_71] pod/pod2man.PL
208 ____________________________________________________________________________
209 [ 1436] By: gsar on 1998/07/11 18:58:03
210 Log: more complete version of change#1421
211 From: Stephen McCamant <alias@mcs.com>
212 Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
213 Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
214 Subject: [PATCH] Re: B::Deparse for(1..100000)
217 ____________________________________________________________________________
218 [ 1435] By: gsar on 1998/07/11 18:54:42
219 Log: win32 fixes for VC 6.0 nits
221 ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
223 ____________________________________________________________________________
224 [ 1434] By: gsar on 1998/07/11 18:45:32
225 Log: s/AVHV/pseudo-hash/ (via PM)
226 From: Gisle Aas <gisle@aas.no>
227 Date: 11 Jul 1998 00:16:53 +0200
228 Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
229 Subject: [PATCH] trivial fields.pm doc patch
232 ____________________________________________________________________________
233 [ 1433] By: gsar on 1998/07/11 18:43:11
234 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
235 Date: Fri, 10 Jul 1998 23:12:11 +0200
236 Message-ID: <19980710231211.A161@cdata.tvnet.hu>
237 Subject: [PATCH _71] dos-djgpp update
239 ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
240 ____________________________________________________________________________
241 [ 1432] By: gsar on 1998/07/11 18:41:00
242 Log: applied patch, reformatted long lines in places
243 From: Dominic Dunlop <domo@computer.org>
244 Date: Fri, 10 Jul 1998 23:11:30 +0000
245 Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
246 Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
249 ! pod/perldiag.pod regexec.c
250 ____________________________________________________________________________
251 [ 1431] By: gsar on 1998/07/11 18:29:18
252 Log: From: "John L. Allen" <allen@grumman.com>
253 Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
254 Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
255 Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
258 ____________________________________________________________________________
259 [ 1430] By: TimBunce on 1998/07/11 18:15:09
260 Log: Title: "Fix string substitution returncode problem"
261 From: Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
262 Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>,
263 <v03110700b191a557f041@[195.95.102.114]>
265 Branch: maint-5.004/perl
267 ____________________________________________________________________________
268 [ 1429] By: gsar on 1998/07/11 18:07:52
269 Log: applied patch, tweaked doc and code that does labels/indentation
270 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
271 Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
272 Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
273 Subject: [PATCH 5.004_71] perldebug.pod and RE
275 ! pod/perldebug.pod regcomp.c regexec.c
276 ____________________________________________________________________________
277 [ 1428] By: TimBunce on 1998/07/11 17:45:56
278 Log: Assorted patches:
280 Title: "makerel now reads local patch list from patchlevel.h"
281 Files: patchlevel.h Porting/makerel
283 Title: "pod/pod2man.PL"
284 From: abigail@fnx.com
285 Msg-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
286 Files: pod/pod2man.PL
288 Title: "Clarify taint example in re.pm"
289 From: Tom Phoenix <rootbeer@teleport.com>
290 Msg-ID: <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
293 Title: "Anohter ptags improvement"
294 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
295 Msg-ID: <199807070059.UAA28815@monk.mps.ohio-state.edu>
298 Title: "_71 & _04 - Make AIX hints preserve ccflags as per docs"
299 From: "John L. Allen" <allen@grumman.com>
300 Msg-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
302 Branch: maint-5.004/perl
303 ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
304 ! patchlevel.h pod/pod2man.PL
305 ____________________________________________________________________________
306 [ 1427] By: gsar on 1998/07/11 17:04:47
307 Log: make Liblist return consistently backslashed paths
309 ! lib/ExtUtils/Liblist.pm
310 ____________________________________________________________________________
311 [ 1426] By: gsar on 1998/07/11 16:53:56
312 Log: don't 'touch a2p.c', it might readonly (via PM)
313 From: Robin Barker <rmb1@cise.npl.co.uk>
314 Date: Fri, 10 Jul 98 17:19:54 BST
315 Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
318 ____________________________________________________________________________
319 [ 1425] By: TimBunce on 1998/07/11 16:42:26
320 Log: Title: "Add newCONSTSUB (from 5.005_70)"
321 Files: embed.h proto.h global.sym op.c
322 Branch: maint-5.004/perl
323 ! embed.h global.sym op.c proto.h
324 ____________________________________________________________________________
325 [ 1424] By: TimBunce on 1998/07/11 16:20:21
326 Log: Title: "Assorted fixes for Sys::Syslog.pm"
327 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
328 <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
329 Msg-ID: <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
330 <199805270939.KAA08453@toad.ig.co.uk>,
331 <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
332 Files: lib/Sys/Syslog.pm
333 Branch: maint-5.004/perl
335 ____________________________________________________________________________
336 [ 1423] By: TimBunce on 1998/07/11 15:53:37
337 Log: Assorted patches:
339 Title: "umask: die if EXPR & 0700 else return undef"
340 From: Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
341 Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
342 <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
343 kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
344 Msg-ID: <199805291520.QAA01615@sable.ox.ac.uk>,
345 <199805291549.SAA01439@alpha.hut.fi>,
346 <199805291608.RAA29283@toad.ig.co.uk>,
347 <19980530105129.A24006@O2.chapin.edu>,
348 <19980608133037.A8793@perlsupport.com>
349 Files: pod/perldiag.pod pod/perlfunc.pod pp_sys.c
351 Title: "File name DynaLoader.pm.PL is 8.3 unfriendly"
352 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
353 Msg-ID: <19980610005417.G162@cdata.tvnet.hu>
354 Files: MANIFEST ext/DynaLoader/Makefile.PL
355 Branch: maint-5.004/perl
356 +> ext/DynaLoader/DynaLoader_pm.PL
357 - ext/DynaLoader/DynaLoader.pm.PL
358 ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
359 ! pod/perlfunc.pod pp_sys.c
360 ____________________________________________________________________________
361 [ 1421] By: gsar on 1998/07/11 02:54:02
362 Log: From: Gisle Aas <gisle@aas.no>
363 Subject: [PATCH] B::Deparse for(1..100000)
364 Date: 10 Jul 1998 14:04:44 +0200
365 Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
368 ____________________________________________________________________________
369 [ 1420] By: gsar on 1998/07/11 02:28:18
370 Log: add 'clean' target for ext/re
373 ____________________________________________________________________________
374 [ 1419] By: gsar on 1998/07/11 02:20:32
375 Log: From: Tom Hughes <thh@cyberscience.com>
376 Date: 10 Jul 1998 10:25:18 +0100
377 Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
378 Subject: [5.004_71] Patch: svr4 hints updates for Unixware
381 ____________________________________________________________________________
382 [ 1418] By: gsar on 1998/07/11 02:19:12
383 Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
384 From: Jarkko Hietaniemi <jhi@iki.fi>
385 Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
386 Message-Id: <199807101008.NAA10817@alpha.hut.fi>
387 Subject: Re: make minitest does not work out of the box - test subset
391 - t/op/ipcmsg.t t/op/ipcsem.t
393 ____________________________________________________________________________
394 [ 1417] By: gsar on 1998/07/11 02:14:16
395 Log: disable CR croaking (via #define, default off) in lieu of more
399 ____________________________________________________________________________
400 [ 1416] By: gsar on 1998/07/11 02:06:11
401 Log: added patch, made linking with setargv a build option
402 From: "Douglas Lankshear" <dougl@ActiveState.com>
403 Date: Thu, 9 Jul 1998 09:51:42 -0700
404 Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
405 Subject: [PATCH 5.004_71]
407 ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
408 ____________________________________________________________________________
409 [ 1415] By: gsar on 1998/07/11 01:47:19
410 Log: From: Tom Hughes <thh@cyberscience.com>
411 Date: 10 Jul 1998 09:01:12 +0100
412 Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
413 Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
416 ____________________________________________________________________________
417 [ 1414] By: gsar on 1998/07/11 01:45:45
418 Log: make lib/re.pm a prereq for minitest
421 ____________________________________________________________________________
422 [ 1413] By: gsar on 1998/07/11 01:40:56
423 Log: add patch (via PM)
424 From: Stephen McCamant <alias@mcs.com>
425 Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
426 Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
427 Subject: Big B::Deparse update
430 ____________________________________________________________________________
431 [ 1412] By: gsar on 1998/07/11 00:25:17
432 Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
436 ____________________________________________________________________________
437 [ 1411] By: gsar on 1998/07/10 21:53:06
438 Log: make binmode(STDIN) not whine
439 From: Dan Sugalski <sugalskd@osshe.edu>
440 Date: Thu, 09 Jul 1998 16:51:27 -0700
441 Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
442 Subject: [PATCH 5.004_70] Fix up binmode() for VMS
445 ____________________________________________________________________________
446 [ 1410] By: gsar on 1998/07/10 21:50:57
447 Log: CPAN-1.39 update
448 From: koenig@kulturbox.de (Andreas J. Koenig)
449 Date: 10 Jul 1998 00:45:36 +0200
450 Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
451 Subject: Re: perl5.004_71 hit the stands this morn
453 ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
454 ____________________________________________________________________________
455 [ 1409] By: gsar on 1998/07/10 21:45:10
456 Log: manually apply patch with conflicts
457 From: Dan Sugalski <sugalskd@osshe.edu>
458 Date: Thu, 09 Jul 1998 12:08:33 -0700
459 Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
460 Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
463 ____________________________________________________________________________
464 [ 1408] By: gsar on 1998/07/10 21:36:54
465 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
466 Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
467 Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
468 Subject: Re: perldelta.pod [PATCH]
471 ____________________________________________________________________________
472 [ 1407] By: gsar on 1998/07/10 21:35:13
473 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
474 Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
475 Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
476 Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
478 ! ext/IPC/SysV/Makefile.PL
479 ____________________________________________________________________________
480 [ 1406] By: gsar on 1998/07/10 21:33:30
481 Log: manually apply patch with conflicts
482 From: kstar@chapin.edu
483 Message-ID: <19980709093621.B7857@O2.chapin.edu>
484 Date: Thu, 9 Jul 1998 09:36:21 -0400
485 Subject: Re: [PATCH] 5.004_70 installperl and docs
488 ____________________________________________________________________________
489 [ 1405] By: gsar on 1998/07/10 21:28:29
490 Log: misc tweaks to docs and qsortsv() warning
492 ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
493 ____________________________________________________________________________
494 [ 1404] By: gsar on 1998/07/10 21:23:53
495 Log: add more correct version of change#1350 (as yet untested)
496 From: joshua.pritikin@db.com
497 Date: Thu, 9 Jul 1998 09:22:46 -0400
498 Message-Id: <H00000e50008f277@MHS>
499 Subject: Re: [PATCH _70] cache missing methods
501 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
502 ____________________________________________________________________________
503 [ 1403] By: gsar on 1998/07/10 20:46:12
504 Log: add win32_rename() that does what docs say
506 ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
507 ! win32/win32.c win32/win32iop.h
508 ____________________________________________________________________________
509 [ 1402] By: gsar on 1998/07/10 20:19:18
510 Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
511 (suggested by Philippe.Simonet@swisscom.com)
513 ! ext/Socket/Socket.xs
514 ____________________________________________________________________________
515 [ 1401] By: gsar on 1998/07/10 03:24:45
516 Log: undo change#1379 (order of tests *is* significant)
519 ____________________________________________________________________________
520 [ 1400] By: nick on 1998/07/09 17:43:14
521 Log: Integrate mainline (_071-ish)
523 +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
524 +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
525 +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
526 +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
527 +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
528 +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
529 +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
530 +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
531 +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
532 !> (integrate 145 files)
538 ____________________________________________________________________________
539 [ 1399] By: gsar on 1998/07/09 12:15:12
540 Log: update Changes, perlhist.pod, beginnings of perldelta.pod
542 ! Changes pod/perldelta.pod pod/perlhist.pod
543 ____________________________________________________________________________
544 [ 1397] By: gsar on 1998/07/09 08:35:39
545 Log: merge changes from maintbranch (1354, and relevant part of 1356); all
546 maintenance changes upto 1356 merged
548 ! pod/perldiag.pod pp_hot.c t/op/misc.t
549 ____________________________________________________________________________
550 [ 1396] By: gsar on 1998/07/09 08:02:52
551 Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
552 make all configs build on Solaris and win32
554 + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
555 + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
556 + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
557 ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
558 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
559 ____________________________________________________________________________
560 [ 1395] By: gsar on 1998/07/09 05:39:48
561 Log: From: Stephen McCamant <alias@mcs.com>
562 Date: Wed, 08 Jul 1998 23:16:49 CDT
563 Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
564 Subject: [PATCH] UNOP opclass test in B.xs
567 ____________________________________________________________________________
568 [ 1394] By: gsar on 1998/07/09 05:37:48
569 Log: get it building again on win32
571 ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
572 ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
573 ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
575 ____________________________________________________________________________
576 [ 1393] By: gsar on 1998/07/09 05:20:31
577 Log: applied patch from Ilya, tweaked some to get clean static build of
578 the ext/re stuff (untested on win32)
580 ! regcomp.c regexec.c
581 ____________________________________________________________________________
582 [ 1392] By: gsar on 1998/07/09 03:56:45
583 Log: fix installperl typo
584 From: kstar@chapin.edu
585 Date: Wed, 08 Jul 1998 23:51:57 EDT
586 Message-Id: <19980708235157.D1380@O2.chapin.edu>
587 Subject: Re: [PATCH] 5.004_70 installperl and docs
590 ____________________________________________________________________________
591 [ 1391] By: gsar on 1998/07/09 01:48:16
592 Log: From: Chip Salzenberg <chip@perl.org>
593 Date: Wed, 8 Jul 1998 18:10:55 -0400
594 Message-ID: <19980708181055.A8005@perlsupport.com>
595 Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
598 ____________________________________________________________________________
599 [ 1390] By: gsar on 1998/07/09 01:45:16
600 Log: added patch, tweaked per Ilya's suggestion
601 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
602 Date: Wed, 8 Jul 1998 13:34:42 +0100
603 Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
604 Subject: [PATCH] perl5db.pl complains about non-integer condition
607 ____________________________________________________________________________
608 [ 1389] By: gsar on 1998/07/09 01:42:13
609 Log: reenable misaligned memory checks, cast to UV & check alignment
610 From: Dominic Dunlop <domo@computer.org>
611 Date: Wed, 8 Jul 1998 11:21:48 +0000
612 Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
613 Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
616 ____________________________________________________________________________
617 [ 1388] By: gsar on 1998/07/09 01:36:22
618 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
619 Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
620 Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
621 Subject: [PATCH 5.004_70] more on finding metaconfig units.
623 ! Porting/pumpkin.pod
624 ____________________________________________________________________________
625 [ 1387] By: gsar on 1998/07/09 01:35:23
626 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
627 Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
628 Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
629 Subject: Configure indentation patch
632 ____________________________________________________________________________
633 [ 1386] By: gsar on 1998/07/09 01:33:31
634 Log: don't try to hardlink perldiag.pod; that is no longer not needed
635 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
636 Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
637 Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
638 Subject: Re: pelr installation attempts hard links between file systems
641 ____________________________________________________________________________
642 [ 1385] By: gsar on 1998/07/09 01:28:05
643 Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
646 ____________________________________________________________________________
647 [ 1384] By: gsar on 1998/07/09 01:26:19
648 Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
651 ____________________________________________________________________________
652 [ 1383] By: gsar on 1998/07/09 01:06:47
653 Log: manually apply patch with a dependency on unapplied patch
654 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
655 Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
656 Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
657 Subject: [PATCH 5.004_70] make quoted RE embeddable
660 ____________________________________________________________________________
661 [ 1382] By: gsar on 1998/07/09 01:02:23
662 Log: change order of libs for extensions
663 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
664 Date: Tue, 7 Jul 1998 23:48:05 +0200
665 Message-ID: <19980707234805.C180@cdata.tvnet.hu>
666 Subject: [PATCH _70] linking problem with modules
668 ! lib/ExtUtils/MM_Unix.pm
669 ____________________________________________________________________________
670 [ 1381] By: gsar on 1998/07/09 00:56:12
671 Log: patch for more flexible initialization of xsub parameters
672 From: Tye McQueen <tye@metronet.com>
673 Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
674 Message-Id: <199807070004.AA16454@metronet.com>
675 Subject: Enhanced arg inits for xsubpp
677 ! lib/ExtUtils/xsubpp pod/perlxs.pod
678 ____________________________________________________________________________
679 [ 1380] By: gsar on 1998/07/09 00:44:01
680 Log: From: Tye McQueen <tye@metronet.com>
681 Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
682 Message-Id: <16619-17073@lyris.activestate.com>
683 Subject: New pl2bat.pl
685 ! win32/bin/pl2bat.pl
686 ____________________________________________________________________________
687 [ 1379] By: gsar on 1998/07/09 00:30:58
688 Log: remove ordering dependency in posix.t
691 ____________________________________________________________________________
692 [ 1378] By: gsar on 1998/07/08 20:17:43
693 Log: make -i'*suffix' work too
696 ____________________________________________________________________________
697 [ 1377] By: gsar on 1998/07/08 08:56:28
698 Log: regen headers; result builds & tests on Solaris again (threaded)
701 ____________________________________________________________________________
702 [ 1376] By: gsar on 1998/07/08 08:55:03
703 Log: change#1350 breaks things, back it out
705 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
706 ____________________________________________________________________________
707 [ 1375] By: gsar on 1998/07/08 07:47:00
708 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
709 Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
710 Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
711 Subject: [PATCH 5.004_70] Switch modifiers in RE off
713 ! pod/perlre.pod regcomp.c t/op/re_tests
714 ____________________________________________________________________________
715 [ 1374] By: gsar on 1998/07/08 07:41:06
716 Log: From: Gisle Aas <gisle@aas.no>
717 Date: 07 Jul 1998 23:08:59 +0200
718 Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
719 Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
722 ____________________________________________________________________________
723 [ 1373] By: gsar on 1998/07/08 07:36:01
724 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
725 Date: Tue, 7 Jul 1998 23:47:50 +0200
726 Message-ID: <19980707234750.A180@cdata.tvnet.hu>
727 Subject: [PATCH _70] dos-djgpp update
729 ! djgpp/config.over djgpp/djgppsed.sh
730 ____________________________________________________________________________
731 [ 1372] By: gsar on 1998/07/08 07:12:47
732 Log: add extension to support SysV IPC
733 From: Jarkko Hietaniemi <jhi@iki.fi>
734 Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
735 Message-Id: <199807062332.CAA25792@alpha.hut.fi>
736 Subject: [PATCH] 5.004_70: IPC::SysV
738 + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
739 + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
740 + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
741 + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
742 + ext/IPC/SysV/t/sem.t
743 ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
744 ! t/op/ipcmsg.t t/op/ipcsem.t
745 ____________________________________________________________________________
746 [ 1371] By: gsar on 1998/07/08 05:12:07
747 Log: add patch for C<use re 'debug'>
748 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
749 Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
750 Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
751 Subject: Re: _70 and Devel::RE
753 + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
755 ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
756 ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
757 ____________________________________________________________________________
758 [ 1370] By: gsar on 1998/07/08 04:27:27
759 Log: added patch to generate PPDEF(pp_foo)
760 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
761 Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
762 Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
763 Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
766 ! MANIFEST Makefile.SH opcode.pl proto.h
767 ____________________________________________________________________________
768 [ 1369] By: gsar on 1998/07/08 04:19:49
769 Log: suggest 'make test' after make
772 ____________________________________________________________________________
773 [ 1368] By: gsar on 1998/07/08 03:58:19
774 Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
775 From: Colin Kuskie <ckuskie@cadence.com>
776 Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
777 Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
778 Subject: Corrected -i prefix patch
781 ! MANIFEST doio.c pod/perlrun.pod
782 ____________________________________________________________________________
783 [ 1366] By: gsar on 1998/07/08 02:28:30
784 Log: From: Gisle Aas <gisle@aas.no>
785 Date: 07 Jul 1998 17:48:36 +0200
786 Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
787 Subject: [PATCH] Remove some rendundant SvOOK_on tests
790 ____________________________________________________________________________
791 [ 1365] By: gsar on 1998/07/08 02:25:17
792 Log: applied patch to clarify m//g
793 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
794 Date: Tue, 7 Jul 1998 15:59:03 +0100
795 Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
796 Subject: [PATCH] Re: m//g in perlop.pod
799 ____________________________________________________________________________
800 [ 1364] By: gsar on 1998/07/08 02:13:07
801 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
802 Subject: [PATCH] 5.004_70 bug in perlfaq.pod
803 Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
804 Date: Tue, 7 Jul 1998 11:59:41 +0100
807 ____________________________________________________________________________
808 [ 1363] By: gsar on 1998/07/08 02:11:11
809 Log: applied tweak (via private mail)
810 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
811 Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
812 Message-Id: <199807071027.NAA20829@alpha.hut.fi>
813 Subject: tiny perllocale.pod patch for 5.004_70
816 ____________________________________________________________________________
817 [ 1362] By: gsar on 1998/07/08 02:07:48
818 Log: applied patch, various tweaks to pander to pod2man tantrums
819 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
820 Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
821 Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
822 Subject: [PATCH 5.004_70] CONFIGPM
824 ! Porting/Glossary configpm
825 ____________________________________________________________________________
826 [ 1361] By: gsar on 1998/07/07 22:13:11
827 Log: From: Stephen McCamant <alias@mcs.com>
828 Date: Mon, 6 Jul 1998 21:22:17 -0500 (CDT)
829 Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
830 Subject: Re: Inconsistent arithmetics on refs
833 ____________________________________________________________________________
834 [ 1360] By: gsar on 1998/07/07 22:11:11
835 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
836 Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
837 Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
838 Subject: [PATCH 5.004_70] Anohter ptags improvement
841 ____________________________________________________________________________
842 [ 1359] By: gsar on 1998/07/07 22:08:48
843 Log: fix accidental RE-de-optimization
844 From: larry@wall.org (Larry Wall)
845 Date: Mon, 6 Jul 1998 17:49:31 -0700
846 Message-Id: <199807070049.RAA23475@wall.org>
847 Subject: Re: before you deluge us with patches
849 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
850 Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
851 Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
852 Subject: Re: before you deluge us with patches
855 ____________________________________________________________________________
856 [ 1358] By: gsar on 1998/07/07 21:36:29
857 Log: From: Gisle Aas <gisle@aas.no>
858 Subject: [PATCH] Evaluation of AVHVs in scalar context
859 Date: 06 Jul 1998 21:41:14 +0200
860 Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
862 ! pp_hot.c t/op/avhv.t
863 ____________________________________________________________________________
864 [ 1357] By: gsar on 1998/07/07 21:29:46
865 Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
867 ! lib/Math/Trig.pm lib/fields.pm thread.sym
868 ____________________________________________________________________________
869 [ 1356] By: TimBunce on 1998/07/07 17:19:42
870 Log: Assorted patches:
872 ------ BUILD PROCESS ------
874 Title: "Add Test.pm (from perl 5.004_70)"
875 Files: MANIFEST lib/Test.pm
877 ------ EXTENSIONS ------
879 Title: "Add CR LF CRLF to Socket.pm"
880 From: Chris Nandor <pudge@pobox.com>
881 Msg-ID: <v04003a46b1b6067832a1@[24.48.28.52]>
882 Files: ext/Socket/Socket.pm
884 ------ LIBRARY ------
886 Title: "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
887 Files: lib/AutoSplit.pm
889 Title: "Upgrade base.pm (from perl 5.004_70)"
892 Title: "Add File::Spec modules (from 5.004_70)"
893 Files: lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
894 lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
895 lib/File/Spec/Win32.pm
899 Title: "fixup test for method call on undefined value"
902 ------ UTILITIES ------
904 Title: "perlbug upgrade (from 5.004_70)"
905 Files: utils/perlbug.PL
907 Title: "Upgrade perldoc (from 5.004_70)"
908 Files: utils/perldoc.PL
909 Branch: maint-5.004/perl
910 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
911 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
912 + lib/File/Spec/Win32.pm lib/Test.pm
913 ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
914 ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
915 ____________________________________________________________________________
916 [ 1355] By: TimBunce on 1998/07/07 14:39:51
917 Log: Title: "Fix memory leak in Safe module"
918 From: Gurusamy Sarathy <gsar@engin.umich.edu>
919 Msg-ID: <199806290544.BAA18463@aatma.engin.umich.edu>
920 Files: ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
921 Branch: maint-5.004/perl
922 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
923 ____________________________________________________________________________
924 [ 1354] By: TimBunce on 1998/07/07 14:35:25
925 Log: Title: "Better error message for $undef->method call"
926 From: Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
927 joshua.pritikin@db.com
928 Msg-ID: <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
929 Files: pod/perldiag.pod pp_hot.c
930 Branch: maint-5.004/perl
931 ! pod/perldiag.pod pp_hot.c
932 ____________________________________________________________________________
933 [ 1353] By: gsar on 1998/07/06 23:33:38
934 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
935 Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
936 Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
937 Subject: [PATCH 5.004_70] Update metaconfig info
939 ! Porting/pumpkin.pod
940 ____________________________________________________________________________
941 [ 1352] By: gsar on 1998/07/06 23:30:54
942 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
943 Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
944 Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
945 Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
947 ! Configure INSTALL Policy_sh.SH Porting/Glossary
948 ! Porting/config.sh Porting/config_H
949 ____________________________________________________________________________
950 [ 1351] By: gsar on 1998/07/06 23:24:47
951 Log: try harder to run non-executable tests
954 ____________________________________________________________________________
955 [ 1350] By: gsar on 1998/07/06 23:12:17
956 Log: add patch to improve method caching, regen headers
957 From: joshua.pritikin@db.com
958 Date: Mon, 6 Jul 1998 09:19:29 -0400
959 Message-Id: <H00000e50008a518@MHS>
960 Subject: [PATCH _70] cache missing methods
962 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
963 ____________________________________________________________________________
964 [ 1349] By: TimBunce on 1998/07/06 23:03:16
965 Log: Assorted patches:
967 ------ BUILD PROCESS ------
969 Title: "Configure: Workaround bash CDPATH oddity"
970 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
971 Msg-ID: <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
974 Title: "Don't suppress display of Makefile recipes that invoke perl"
975 From: Gurusamy Sarathy <gsar@engin.umich.edu>
976 Msg-ID: <199806252213.SAA08545@aatma.engin.umich.edu>
979 ------ CORE LANGUAGE ------
981 Title: "one more^Wless quad unpack bug"
982 From: Jarkko Hietaniemi <jhi@iki.fi>
983 Msg-ID: <199806301132.OAA27353@alpha.hut.fi>
986 Title: "minor fixups to bring maint closer to devel for patching"
987 From: Gurusamy Sarathy <gsar@engin.umich.edu>
988 Msg-ID: <199805200046.UAA19284@aatma.engin.umich.edu>
989 Files: pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
991 Title: "-Pw switches used together report bogus error"
992 From: Gurusamy Sarathy <gsar@engin.umich.edu>
993 Msg-ID: <199806252331.TAA10160@aatma.engin.umich.edu>
996 Title: "Add doc and perl home page info to -v output"
997 From: Tom Christiansen <tchrist@jhereg.perl.com>
998 Msg-ID: <199802172229.PAA29309@jhereg.perl.com>
1001 Title: "Fix C<@a = (%a = 1)> bizarreness"
1002 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
1003 <tchrist@jhereg.perl.com>
1004 Msg-ID: <199807012026.OAA31507@jhereg.perl.com>,
1005 <199807012339.TAA26024@aatma.engin.umich.edu>
1008 Title: "make find_script() return saved string, reenable missing
1010 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1011 Msg-ID: <199806262224.SAA00422@aatma.engin.umich.edu>
1012 Files: perl.c util.c
1014 Title: "minor e_script optimization"
1015 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1016 Msg-ID: <199807060704.DAA25988@aatma.engin.umich.edu>
1019 ------ DOCUMENTATION ------
1021 Title: "Insecure $ENV{} message out of step with perldiag"
1022 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1023 Msg-ID: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
1024 Files: pod/perldiag.pod pod/perlsec.pod
1026 Title: "documenting close without arguments"
1027 From: Tom Phoenix <rootbeer@teleport.com>
1028 Msg-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
1029 Files: pod/perlfunc.pod
1031 Title: "pod for scalar .. op"
1032 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1033 Msg-ID: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
1034 Files: pod/perlop.pod
1036 ------ EXTENSIONS ------
1038 Title: "Fcntl: add few constants, enhance maintainability"
1039 From: Jarkko Hietaniemi <jhi@iki.fi>
1040 Msg-ID: <199806221558.SAA18626@alpha.hut.fi>
1041 Files: ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1043 ------ LIBRARY ------
1045 Title: "Fix undef warnings in Text::Parsewords"
1046 From: Jarkko Hietaniemi <jhi@iki.fi>
1047 Msg-ID: <199806300842.LAA26409@alpha.hut.fi>
1048 Files: lib/Text/ParseWords.pm
1050 Title: "Add Symbol::delete_package()"
1051 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1052 Msg-ID: <199807060702.DAA25976@aatma.engin.umich.edu>
1053 Files: pod/perlembed.pod lib/Symbol.pm
1054 Branch: maint-5.004/perl
1055 ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
1056 ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
1057 ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
1058 ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
1059 ! t/op/split.t taint.c util.c
1060 ____________________________________________________________________________
1061 [ 1348] By: gsar on 1998/07/06 22:55:56
1062 Log: remove #! line from Errno_pm.PL
1064 ! ext/Errno/Errno_pm.PL
1065 ____________________________________________________________________________
1066 [ 1347] By: gsar on 1998/07/06 22:51:34
1067 Log: added patch to fix Cwd.pm warnings, fixed a couple more places
1068 From: Gisle Aas <gisle@aas.no>
1069 Date: 06 Jul 1998 13:08:53 +0200
1070 Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
1071 Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
1074 ____________________________________________________________________________
1075 [ 1346] By: gsar on 1998/07/06 22:20:29
1076 Log: much simpler fix to typecheck read/sysread/recv, as suggested by
1080 ____________________________________________________________________________
1081 [ 1345] By: gsar on 1998/07/06 21:58:52
1082 Log: undo ck_sysread() changes#1319,1337 in preparation for a much
1085 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
1087 ____________________________________________________________________________
1088 [ 1344] By: TimBunce on 1998/07/06 21:51:05
1089 Log: Title: "Fix for broken goto &xsub"
1090 From: Albert Dvornik <bert@genscan.com>,
1091 Msg-ID: <tq4sxawf2h.fsf@puma.genscan.com>
1092 Files: MANIFEST pp_ctl.c t/op/goto_xs.t
1093 Branch: maint-5.004/perl
1096 ____________________________________________________________________________
1097 [ 1343] By: TimBunce on 1998/07/06 21:40:14
1098 Log: Title: "Undo sub stub optimization and add comments on GV_FOO constants"
1099 From: Gurusamy Sarathy <gsar@engin.umich.edu>
1100 Msg-ID: <199807050841.EAA25114@aatma.engin.umich.edu>
1101 Files: gv.h gv.c op.c toke.c
1102 Branch: maint-5.004/perl
1103 ! gv.c gv.h op.c toke.c
1104 ____________________________________________________________________________
1105 [ 1342] By: gsar on 1998/07/06 20:57:06
1106 Log: From: Gisle Aas <gisle@aas.no>
1107 Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
1108 Date: 06 Jul 1998 21:52:12 +0200
1109 Subject: Keepers of the Patch Pumpkin
1112 ____________________________________________________________________________
1113 [ 1341] By: gsar on 1998/07/06 20:43:35
1114 Log: remove dup entry in perldiag
1117 ____________________________________________________________________________
1118 [ 1340] By: gsar on 1998/07/06 20:31:44
1119 Log: more reasonable diagnostic on keyword vs. sub ambiguity
1121 ! pod/perldiag.pod toke.c
1122 ____________________________________________________________________________
1123 [ 1339] By: gsar on 1998/07/06 19:23:06
1124 Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
1126 ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
1127 ! sv.c toke.c util.c
1128 ____________________________________________________________________________
1129 [ 1338] By: gsar on 1998/07/06 18:45:35
1130 Log: per Larry suggestion, toss change#1327 and fix the documentation
1131 to match behavior instead
1133 ! pod/perlfunc.pod pp_sys.c
1134 ____________________________________________________________________________
1135 [ 1337] By: gsar on 1998/07/06 17:15:26
1136 Log: allow read(FH,threadsv,...)
1144 ____________________________________________________________________________
1145 [ 1336] By: gsar on 1998/07/06 09:06:33
1146 Log: 5.004_70 tweaks
1148 ! Changes win32/Makefile win32/makefile.mk
1149 ____________________________________________________________________________
1150 [ 1335] By: gsar on 1998/07/06 07:05:37
1153 ! Changes pod/perldiag.pod
1154 ____________________________________________________________________________
1155 [ 1334] By: gsar on 1998/07/06 06:41:17
1156 Log: allow eval-groups in patterns only if they C<use re 'eval';>
1158 ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
1159 ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
1160 ____________________________________________________________________________
1161 [ 1333] By: gsar on 1998/07/06 03:22:52
1162 Log: From: Hans Mulder <hansm@icgroup.nl>
1163 Date: Mon, 6 Jul 98 02:11:32 +0200
1164 Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
1165 Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
1168 ____________________________________________________________________________
1169 [ 1332] By: gsar on 1998/07/06 03:18:34
1170 Log: added Errno-1.09 from CPAN
1172 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
1173 ____________________________________________________________________________
1174 [ 1331] By: gsar on 1998/07/06 02:59:09
1175 Log: fix small memleak on -e, don't try to find_script() when e_script
1178 ____________________________________________________________________________
1179 [ 1330] By: gsar on 1998/07/06 00:40:24
1180 Log: add Symbol::delete_package()
1182 ! lib/Symbol.pm pod/perlembed.pod
1183 ____________________________________________________________________________
1184 [ 1329] By: gsar on 1998/07/05 23:05:40
1185 Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
1186 From: Stephen McCamant <alias@mcs.com>
1187 Date: Sun, 5 Jul 1998 17:36:14 -0500 (CDT)
1188 Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
1189 Subject: [PATCH] alignment in X[IN]V allocation
1192 ____________________________________________________________________________
1193 [ 1328] By: gsar on 1998/07/05 22:47:57
1194 Log: make read() return undef on errors as documented, and clarify docs
1196 ! pod/perlfunc.pod pp_sys.c
1197 ____________________________________________________________________________
1198 [ 1327] By: gsar on 1998/07/05 22:11:21
1199 Log: fix getc() to return empty string instead of undef on eof, as it was
1200 documented to behave; still returns undef on error
1203 ____________________________________________________________________________
1204 [ 1326] By: gsar on 1998/07/05 21:53:30
1205 Log: patch whitespace-mutiliated; applied manually
1206 From: Hans Mulder <hansm@icgroup.nl>
1207 Date: Sun, 5 Jul 98 23:23:20 +0200
1208 Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
1209 Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
1211 ! ext/Errno/Errno_pm.PL
1212 ____________________________________________________________________________
1213 [ 1325] By: gsar on 1998/07/05 21:38:39
1214 Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
1215 From: Tom Christiansen <tchrist@jhereg.perl.com>
1216 Date: Sun, 05 Jul 1998 09:15:22 -0500
1217 Subject: Re: docpatch
1218 Message-Id: <199807051515.JAA03644@jhereg.perl.com>
1220 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1221 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1222 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1223 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
1225 ____________________________________________________________________________
1226 [ 1324] By: gsar on 1998/07/05 21:06:56
1227 Log: applied patch, and undid change#1302 which it made unnecessary
1228 From: Billy <wdconsta@cs.adelaide.edu.au>
1229 Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
1230 Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
1231 Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
1233 ! t/lib/h2ph.t utils/h2ph.PL
1234 ____________________________________________________________________________
1235 [ 1323] By: gsar on 1998/07/05 20:56:39
1236 Log: fix t/lib/fields.t's @INC so make test runs
1239 ____________________________________________________________________________
1240 [ 1322] By: gsar on 1998/07/05 20:26:43
1241 Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1244 ____________________________________________________________________________
1245 [ 1321] By: gsar on 1998/07/05 07:41:50
1246 Log: sundry win32 config tweaks
1248 ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
1249 ! win32/config.gc win32/config.vc win32/config_H.bc
1250 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
1251 ! win32/config_sh.PL win32/makefile.mk
1252 ____________________________________________________________________________
1253 [ 1320] By: gsar on 1998/07/05 06:30:35
1257 ____________________________________________________________________________
1258 [ 1319] By: gsar on 1998/07/05 06:27:37
1259 Log: add ck_sysread() for better sysread/read/recv sanity
1261 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
1263 ____________________________________________________________________________
1264 [ 1318] By: gsar on 1998/07/05 04:34:05
1265 Log: From: Stephen McCamant <alias@mcs.com>
1266 Date: Sat, 4 Jul 1998 23:24:47 -0500 (CDT)
1267 Subject: [PATCH] Document B::Deparse, add pp_threadsv
1268 Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
1270 ! ext/B/B/Deparse.pm
1271 ____________________________________________________________________________
1272 [ 1317] By: gsar on 1998/07/05 04:15:25
1273 Log: added patch with tweak to doc
1274 From: Chip Salzenberg <chip@perl.org>
1275 Message-ID: <19980704205136.A16319@perlsupport.com>
1276 Date: Sat, 4 Jul 1998 20:51:36 -0400
1277 Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
1279 ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
1280 ____________________________________________________________________________
1281 [ 1316] By: gsar on 1998/07/05 03:56:22
1282 Log: Porting/Glossary goes podly into Config.pm
1284 ! Porting/Glossary configpm
1285 ____________________________________________________________________________
1286 [ 1315] By: gsar on 1998/07/05 02:50:18
1287 Log: add suggested tool as an example in ExtUtils::Packlist
1288 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
1289 Message-Id: <199807031028.LAA10456@sale-wts>
1290 Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
1291 Subject: Re: [make install] another horror story
1293 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
1294 ____________________________________________________________________________
1295 [ 1314] By: gsar on 1998/07/05 02:28:04
1296 Log: avoid race condition (storing ptr to SV before incrementing its
1297 REFCNT) and warning in newRV()
1300 ____________________________________________________________________________
1301 [ 1313] By: gsar on 1998/07/05 02:06:40
1302 Log: applied suggested fix for xhv_array sizing, with portability tweaks
1303 From: Gisle Aas <gisle@aas.no>
1304 Subject: Re: [PATCH] Re: perl5.004_69 core dump
1305 Date: 04 Jul 1998 10:20:35 +0200
1306 Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
1309 ____________________________________________________________________________
1310 [ 1312] By: gsar on 1998/07/05 01:36:45
1311 Log: From: Gisle Aas <gisle@aas.no>
1312 Subject: [PATCH] hv_max may be a few too many
1313 Date: 04 Jul 1998 09:28:46 +0200
1314 Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
1317 ____________________________________________________________________________
1318 [ 1311] By: gsar on 1998/07/05 00:35:27
1319 Log: patchlevel up to 5.004_70, various tweaks
1320 * fix taint problems due to maintbranch regression
1321 * PERL_OBJECT now builds again
1322 * deal with C++ strong-typing problems in hv.c
1323 * fix mismatch in "reserved word" diagnostic
1325 ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
1326 ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
1327 ____________________________________________________________________________
1328 [ 1310] By: TimBunce on 1998/07/04 11:35:25
1329 Log: Remove old RE //t flag from scan_subst().
1330 Branch: maint-5.004/perl
1332 ____________________________________________________________________________
1333 [ 1309] By: gsar on 1998/07/04 08:32:53
1334 Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
1336 ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
1337 ____________________________________________________________________________
1338 [ 1307] By: gsar on 1998/07/04 07:00:14
1339 Log: fix C<local $tied{foo} = $tied{foo}>, add tests
1341 ! pp_hot.c t/op/local.t
1342 ____________________________________________________________________________
1343 [ 1306] By: gsar on 1998/07/04 05:52:34
1344 Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
1345 From: joshua.pritikin@db.com
1346 Date: Wed, 1 Jul 1998 10:09:43 -0400
1347 Message-Id: <H00000e500086fb3@MHS>
1348 Subject: [PATCH _69] sv_2mortal fix
1350 ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
1351 ____________________________________________________________________________
1352 [ 1305] By: gsar on 1998/07/04 05:46:42
1353 Log: add patch preextend global string table, tweak for 512 entries
1354 From: Gisle Aas <gisle@aas.no>
1355 Date: 04 Jul 1998 01:04:08 +0200
1356 Subject: Re: [PATCH] Re: perl5.004_69 core dump
1357 Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
1360 ____________________________________________________________________________
1361 [ 1304] By: gsar on 1998/07/04 05:40:35
1362 Log: simplify xhv_array sizing
1363 From: Gisle Aas <gisle@aas.no>
1364 Date: 04 Jul 1998 00:49:42 +0200
1365 Subject: Re: [PATCH] Re: perl5.004_69 core dump
1366 Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
1369 ____________________________________________________________________________
1370 [ 1303] By: gsar on 1998/07/04 05:37:29
1371 Log: make 4-arg win32_select() sleep more reasonably on false values
1372 From: Blair Zajac <blair@gps.caltech.edu>
1373 Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
1374 Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
1375 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
1377 Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
1378 Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
1379 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
1382 ____________________________________________________________________________
1383 [ 1302] By: gsar on 1998/07/04 05:32:50
1384 Log: adjust h2ph.t for dos-specific problem
1385 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1386 Message-ID: <19980703234525.C208@cdata.tvnet.hu>
1387 Date: Fri, 3 Jul 1998 23:45:25 +0200
1388 Subject: Re: [PATCH _68] t/lib/h2ph.t problem
1391 ____________________________________________________________________________
1392 [ 1301] By: gsar on 1998/07/04 05:31:04
1393 Log: fix CPAN.pm problem, OS2 tweaks
1394 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1395 Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
1396 Subject: [PATCH 5.004_68] PAtch to CPAN first-time
1397 Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
1399 ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
1400 ! lib/ExtUtils/MakeMaker.pm
1401 ____________________________________________________________________________
1402 [ 1300] By: gsar on 1998/07/04 05:27:20
1403 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1404 Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
1405 Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
1406 Subject: [PATCH 5.004_68] Add elc target to to makefile
1409 ____________________________________________________________________________
1410 [ 1299] By: gsar on 1998/07/04 05:25:56
1411 Log: newer emacs/cperl-mode.el (via private mail)
1412 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1413 Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
1414 Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
1415 Subject: [PATCH 5.004_68] cperl-mode
1417 ! emacs/cperl-mode.el
1418 ____________________________________________________________________________
1419 [ 1298] By: gsar on 1998/07/04 05:22:41
1420 Log: From: Dominic Dunlop <domo@computer.org>
1421 Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
1422 Date: Thu, 2 Jul 1998 22:57:26 +0000
1423 Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
1425 ! hints/machten.sh malloc.c
1426 ____________________________________________________________________________
1427 [ 1297] By: gsar on 1998/07/04 05:20:52
1428 Log: allow a flags args to fbm_instr() for future needs
1429 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1430 Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
1431 Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
1432 Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
1434 ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
1435 ____________________________________________________________________________
1436 [ 1296] By: gsar on 1998/07/04 05:16:15
1437 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1438 Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
1439 Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
1440 Subject: [PATCH 5.004_69] INSTALL-1.39
1443 ____________________________________________________________________________
1444 [ 1295] By: gsar on 1998/07/04 05:15:05
1445 Log: Configure update
1446 From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
1447 Date: Wed, 1 Jul 98 23:07:50 EDT
1448 Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
1449 Subject: [PATCH 5.004_69] Config_69-01
1451 ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
1452 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
1453 ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
1454 ____________________________________________________________________________
1455 [ 1294] By: gsar on 1998/07/04 05:10:25
1456 Log: add perlbug -F switch to save message to file
1457 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1458 Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
1459 Date: Wed, 1 Jul 1998 21:14:22 +0200
1460 Subject: Re: [PATCH 5.004_69] perlbug -fok
1462 ! Makefile.SH utils/perlbug.PL
1463 ____________________________________________________________________________
1464 [ 1293] By: gsar on 1998/07/04 05:06:52
1465 Log: catch nonexistent backrefs in REs
1466 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1467 Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
1468 Date: Wed, 1 Jul 1998 20:14:05 +0200
1469 Subject: Re: [PATCH _66] for bad backrefs
1471 Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
1472 Date: Wed, 1 Jul 1998 20:47:16 +0200
1473 Subject: Re: [PATCH _66] for bad backrefs
1475 ! regcomp.c t/op/re_tests util.c
1476 ____________________________________________________________________________
1477 [ 1292] By: gsar on 1998/07/04 05:02:01
1478 Log: fix perlcc to not rm output file, and other -w(arts)
1481 ____________________________________________________________________________
1482 [ 1291] By: gsar on 1998/07/04 04:30:03
1483 Log: ignore stash entries that are not GVs in dump.c
1486 ____________________________________________________________________________
1487 [ 1290] By: gsar on 1998/07/04 03:55:10
1488 Log: cleaner page headers from pod2man
1491 ____________________________________________________________________________
1492 [ 1288] By: gsar on 1998/07/04 03:16:39
1493 Log: tweaks to Getopt::Std
1494 From: Robin Barker <rmb1@cise.npl.co.uk>
1495 Date: Tue, 30 Jun 98 14:45:49 BST
1496 Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
1497 Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
1499 Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
1500 To: perl5-porters@perl.org
1501 Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
1504 ____________________________________________________________________________
1505 [ 1287] By: gsar on 1998/07/04 03:13:02
1506 Log: added patch, with tweaks
1507 From: Gisle Aas <gisle@aas.no>
1508 Date: 03 Jul 1998 00:50:15 +0200
1509 Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
1510 Subject: [PATCH] Some AVHV documentation
1513 ____________________________________________________________________________
1514 [ 1286] By: gsar on 1998/07/04 02:53:26
1515 Log: applied patch with tweaks to prose
1516 From: Gisle Aas <gisle@aas.no>
1517 Subject: [PATCH] Simplified AVHV support
1518 Date: 30 Jun 1998 13:34:07 +0200
1519 Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
1521 ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
1522 ! pp.c proto.h t/op/avhv.t
1523 ____________________________________________________________________________
1524 [ 1285] By: gsar on 1998/07/04 02:30:48
1525 Log: tweak doc for ".."
1526 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1527 Subject: [PATCH] pod for scalar ..
1528 Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
1529 Date: Tue, 30 Jun 1998 12:14:50 +0100
1532 ____________________________________________________________________________
1533 [ 1284] By: gsar on 1998/07/04 02:28:43
1534 Log: fix use of uninitialized var in pp_unpack()
1535 From: Jarkko Hietaniemi <jhi@iki.fi>
1536 Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
1537 Message-Id: <199806301132.OAA27353@alpha.hut.fi>
1538 Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
1541 ____________________________________________________________________________
1542 [ 1283] By: gsar on 1998/07/04 02:26:37
1543 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1544 Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
1545 Message-Id: <199806300840.LAA04872@alpha.hut.fi>
1546 Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
1548 ! lib/Text/ParseWords.pm
1549 ____________________________________________________________________________
1550 [ 1282] By: gsar on 1998/07/04 02:24:32
1551 Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
1552 Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
1553 Date: Mon, 29 Jun 1998 16:53:56 -0700
1554 Subject: [PATCH 5.004_69]README.vms doc patch
1556 Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
1557 Date: Mon, 29 Jun 1998 16:51:25 -0700
1559 Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
1560 Date: Thu, 02 Jul 1998 13:53:57 -0700
1561 Subject: [PATCH 5.004_69]VMS filetest operator fixup
1563 ! README.vms vms/descrip_mms.template vms/vms.c
1564 ____________________________________________________________________________
1565 [ 1281] By: gsar on 1998/07/04 02:17:48
1566 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1567 Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
1568 Date: Mon, 29 Jun 1998 16:46:25 -0700
1569 Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
1571 ! vms/subconfigure.com
1572 ____________________________________________________________________________
1573 [ 1280] By: gsar on 1998/07/04 02:16:03
1574 Log: don't attempt to copy directories on VMS
1575 From: Dan Sugalski <sugalskd@osshe.edu>
1576 Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
1577 Date: Mon, 29 Jun 1998 16:31:29 -0700
1578 Subject: [PATCH 5.004_69]Tweak to installperl
1581 ____________________________________________________________________________
1582 [ 1279] By: gsar on 1998/07/04 02:09:26
1583 Log: add 'installhtml*dir' to win32 config templates
1584 From: "Douglas Lankshear" <dougl@ActiveState.com>
1585 Subject: [PATCH 5.004_68] For Win32 config
1586 Date: Mon, 29 Jun 1998 09:00:13 -0700
1587 Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
1589 ! win32/config.bc win32/config.gc win32/config.vc
1590 ____________________________________________________________________________
1591 [ 1278] By: gsar on 1998/07/04 02:06:23
1592 Log: implemented described fix for h2ph hanging on "enum"
1593 From: Billy <wdconsta@cs.adelaide.edu.au>
1594 Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
1595 Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
1596 Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
1599 ____________________________________________________________________________
1600 [ 1277] By: gsar on 1998/07/04 01:51:47
1601 Log: merge changes#1210,1211,1270 from maintbranch
1604 ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
1605 ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
1606 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1607 ____________________________________________________________________________
1608 [ 1276] By: gsar on 1998/07/04 00:33:37
1609 Log: deprecate use of reserved word "our" (Larry's idea)
1610 Date: Mon, 22 Jun 1998 08:55:09 -0700
1611 From: larry@wall.org (Larry Wall)
1612 Message-Id: <199806221555.IAA07212@wall.org>
1615 ! pod/perldiag.pod toke.c
1616 ____________________________________________________________________________
1617 [ 1275] By: nick on 1998/07/02 18:36:59
1618 Log: Integrate mainline, just to keep up.
1621 - lib/Math/Trig/Radial.pm
1622 !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1623 !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
1624 !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
1625 !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
1626 !> win32/config.bc win32/config.gc win32/config.vc
1627 !> win32/include/dirent.h win32/makedef.pl win32/win32.c
1629 ____________________________________________________________________________
1630 [ 1274] By: gsar on 1998/07/02 16:47:20
1631 Log: tweak win32/config.* variables
1633 ! win32/config.bc win32/config.gc win32/config.vc
1634 ____________________________________________________________________________
1635 [ 1273] By: gsar on 1998/07/02 16:33:53
1636 Log: export opendir() set of functions on win32
1638 ! win32/include/dirent.h win32/makedef.pl win32/win32.c
1640 ____________________________________________________________________________
1641 [ 1272] By: gsar on 1998/07/01 23:21:49
1642 Log: fix C<@a = (%a = 1)> bizarreness
1645 ____________________________________________________________________________
1646 [ 1271] By: gsar on 1998/06/30 22:49:39
1647 Log: document perltrap on precedence of keys/values/each
1650 ____________________________________________________________________________
1651 [ 1270] By: TimBunce on 1998/06/30 09:06:21
1652 Log: Added lib/re.pm missing from change 1210
1653 Branch: maint-5.004/perl
1655 ____________________________________________________________________________
1656 [ 1269] By: gsar on 1998/06/30 08:20:52
1657 Log: From: Murray Nesbitt <murray@ActiveState.com>
1658 Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
1659 Date: Mon, 29 Jun 1998 14:30:59 PDT
1660 Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support
1662 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1663 ____________________________________________________________________________
1664 [ 1268] By: gsar on 1998/06/30 05:38:34
1665 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
1666 Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
1667 Date: Mon, 29 Jun 1998 15:04:57 -0000
1668 Subject: [PATCH perl5.004_69] perldoc.PL
1671 ____________________________________________________________________________
1672 [ 1267] By: gsar on 1998/06/30 05:34:06
1673 Log: add patch to integrate Math::Trig::Radial into Math::Trig
1674 From: Jarkko Hietaniemi <jhi@iki.fi>
1675 Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
1676 Message-Id: <199806291328.QAA16916@alpha.hut.fi>
1677 Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
1679 - lib/Math/Trig/Radial.pm
1680 ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
1681 ____________________________________________________________________________
1682 [ 1266] By: gsar on 1998/06/30 05:17:33
1683 Log: From: Gisle Aas <gisle@aas.no>
1684 Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
1685 Date: 29 Jun 1998 12:36:09 +0200
1686 Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
1689 ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
1691 ____________________________________________________________________________
1692 [ 1265] By: gsar on 1998/06/30 05:12:57
1693 Log: tweaks to overloaded constants (change#1259)
1695 ! scope.c scope.h toke.c
1696 ____________________________________________________________________________
1697 [ 1264] By: nick on 1998/06/29 17:38:03
1698 Log: Integrate mainline c. _69 to ansiperl
1700 +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
1701 +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
1702 +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
1703 +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
1704 +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
1705 +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
1706 !> (integrate 100 files)
1712 ____________________________________________________________________________
1713 [ 1263] By: gsar on 1998/06/29 09:17:28
1714 Log: update Changes and perlhist.pod
1716 ! Changes pod/perlhist.pod
1717 ____________________________________________________________________________
1718 [ 1262] By: gsar on 1998/06/29 08:26:36
1719 Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
1720 under several build configurations)
1722 ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
1723 ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
1724 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1725 ____________________________________________________________________________
1726 [ 1261] By: gsar on 1998/06/29 06:51:10
1727 Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
1730 ____________________________________________________________________________
1731 [ 1260] By: gsar on 1998/06/29 06:46:12
1732 Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
1733 Date: Mon, 29 Jun 1998 08:10:46 +0200
1734 From: ts <decoux@moulon.inra.fr>
1735 Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
1738 ____________________________________________________________________________
1739 [ 1259] By: gsar on 1998/06/29 06:01:35
1740 Log: added patch for overloading constants, made PERL_OBJECT-aware
1741 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1742 Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
1743 Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
1745 ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
1746 ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
1747 ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
1748 ! t/pragma/overload.t toke.c
1749 ____________________________________________________________________________
1750 [ 1258] By: gsar on 1998/06/29 05:32:25
1751 Log: fix Socket.pm typo from change#1240
1753 ! ext/Socket/Socket.pm
1754 ____________________________________________________________________________
1755 [ 1257] By: gsar on 1998/06/29 05:09:24
1756 Log: applied patch, tweak for threads awareness
1757 From: Albert Dvornik <bert@genscan.com>
1758 Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
1759 Date: 24 Jun 1998 19:33:09 -0400
1760 Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
1764 ____________________________________________________________________________
1765 [ 1256] By: gsar on 1998/06/29 03:34:18
1766 Log: applied patch, fixed one more leak, tweaked whitespace bugs
1767 From: Guy Decoux <decoux@moulon.inra.fr>
1769 Date: Fri, 26 Jun 1998 09:59:32 -0400
1770 From: "Chunhui Teng" <cteng@nortel.ca>
1771 Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
1772 Subject: Memory leak in Perl 5.004 and the fix
1774 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
1775 ____________________________________________________________________________
1776 [ 1255] By: gsar on 1998/06/29 02:50:37
1777 Log: From: koenig@kulturbox.de (Andreas J. Koenig)
1778 Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
1779 Date: 28 Jun 1998 23:47:07 +0200
1780 Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
1782 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1783 ____________________________________________________________________________
1784 [ 1254] By: gsar on 1998/06/28 21:35:02
1785 Log: From: joshua.pritikin@db.com
1786 Date: Fri, 26 Jun 1998 09:34:34 -0400
1787 Message-Id: <H00000e500081d23@MHS>
1788 Subject: [PATCH _68] PUSHSTACK renovation
1790 ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
1791 ____________________________________________________________________________
1792 [ 1253] By: gsar on 1998/06/28 21:21:22
1793 Log: From: Stephen McCamant <alias@mcs.com>
1794 Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
1795 Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
1796 Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
1799 ____________________________________________________________________________
1800 [ 1252] By: gsar on 1998/06/28 21:16:34
1801 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1802 Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
1803 Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
1804 Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
1807 ____________________________________________________________________________
1808 [ 1251] By: gsar on 1998/06/28 21:14:32
1809 Log: add Math/Trig/Radial.pm, update MANIFEST
1810 From: Jarkko Hietaniemi <jhi@iki.fi>
1811 Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
1812 Message-Id: <199806271428.RAA05307@alpha.hut.fi>
1813 Subject: Math::Trig::Radial ?
1815 + lib/Math/Trig/Radial.pm
1817 ____________________________________________________________________________
1818 [ 1250] By: gsar on 1998/06/28 21:09:48
1819 Log: applied patch, tweaked doc, and regen regnodes.h
1820 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1821 Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
1822 Subject: [PATCH 5.004_68] \z in RE
1823 Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
1825 ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
1826 ! t/op/re_tests t/op/regexp.t toke.c
1827 ____________________________________________________________________________
1828 [ 1249] By: gsar on 1998/06/28 20:56:38
1829 Log: From: mike@bill.iac.net
1830 Message-ID: <19980627034913.A32220@bill.minivend.com>
1831 Date: Sat, 27 Jun 1998 03:49:13 +0000
1832 Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
1834 ! lib/Text/ParseWords.pm t/lib/parsewords.t
1835 ____________________________________________________________________________
1836 [ 1248] By: gsar on 1998/06/28 20:54:43
1837 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1838 Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
1839 Subject: [PATCH] Fix ptags
1840 Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
1843 ____________________________________________________________________________
1844 [ 1247] By: gsar on 1998/06/28 20:42:54
1845 Log: apply patch sent via private mail
1846 From: Stephen McCamant <alias@mcs.com>
1847 Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
1848 Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
1849 Subject: Re: Enhanced B::Deparse
1851 ! ext/B/B/Deparse.pm
1852 ____________________________________________________________________________
1853 [ 1246] By: gsar on 1998/06/28 20:38:24
1854 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1855 Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
1856 Subject: [PATCH 5.004_68] pat.t tests
1857 Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
1860 ____________________________________________________________________________
1861 [ 1245] By: gsar on 1998/06/28 20:36:08
1862 Log: From: joshua.pritikin@db.com
1863 Date: Fri, 26 Jun 1998 10:02:32 -0400
1864 Message-Id: <H00000e500081d28@MHS>
1865 Subject: [PATCH _68] improve recursive error messages!
1867 ! gv.c pod/perldiag.pod universal.c
1868 ____________________________________________________________________________
1869 [ 1244] By: gsar on 1998/06/28 20:09:02
1870 Log: From: Dominic Dunlop <domo@vo.lu>
1871 Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
1872 Date: Thu, 25 Jun 1998 17:46:55 +0000
1873 Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
1874 to op/pat.t; add tests for a few more regexp parse failures etc.
1876 ! t/op/pat.t t/op/re_tests t/op/regexp.t
1877 ____________________________________________________________________________
1878 [ 1243] By: gsar on 1998/06/28 20:06:30
1879 Log: specify *.sym files needed in perl_exp.SH instead of picking up all
1880 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1881 Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
1882 Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
1883 Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
1886 ____________________________________________________________________________
1887 [ 1242] By: gsar on 1998/06/28 20:01:28
1889 From: Gisle Aas <gisle@aas.no>
1890 Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
1891 Date: 25 Jun 1998 10:32:43 +0200
1892 Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
1894 ! op.c pod/perlfunc.pod pp.c t/op/substr.t
1895 ____________________________________________________________________________
1896 [ 1241] By: gsar on 1998/06/28 19:55:11
1897 Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
1898 From: Stephen McCamant <alias@mcs.com>
1899 Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
1900 Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
1901 Subject: [PATCH REPOST] refgen in opcode.pl
1903 ! opcode.h opcode.pl
1904 ____________________________________________________________________________
1905 [ 1240] By: gsar on 1998/06/28 19:46:29
1906 Log: From: Chris Nandor <pudge@pobox.com>
1907 Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
1908 Date: Wed, 24 Jun 1998 19:58:28 -0400
1909 Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
1911 ! ext/Socket/Socket.pm
1912 ____________________________________________________________________________
1913 [ 1239] By: gsar on 1998/06/28 19:44:19
1914 Log: From: Gisle Aas <gisle@aas.no>
1915 Subject: [PATCH] Optimize foreach (1..1000000)
1916 Date: 24 Jun 1998 20:26:48 +0200
1917 Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
1919 ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
1920 ! pp_hot.c t/op/range.t
1921 ____________________________________________________________________________
1922 [ 1238] By: gsar on 1998/06/28 19:28:13
1923 Log: avoid creation of %^R
1924 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1925 Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
1926 Subject: Re: [5.004_68] What is %^R ? [PATCH?]
1927 Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
1929 ! perl.c t/op/splice.t
1930 ____________________________________________________________________________
1931 [ 1237] By: gsar on 1998/06/28 19:23:40
1932 Log: From: Gisle Aas <gisle@aas.no>
1933 Subject: [PATCH] Negative LENGTH argument to splice
1934 Date: 24 Jun 1998 15:11:35 +0200
1935 Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
1938 ! MANIFEST pod/perlfunc.pod pp.c
1939 ____________________________________________________________________________
1940 [ 1236] By: gsar on 1998/06/28 19:18:29
1941 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1942 Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
1943 Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
1944 Date: Wed, 24 Jun 1998 13:13:02 +0100
1946 ! pod/perldiag.pod pod/perlsec.pod
1947 ____________________________________________________________________________
1948 [ 1235] By: gsar on 1998/06/28 19:16:13
1949 Log: Complex.pm update
1950 From: Jarkko Hietaniemi <jhi@iki.fi>
1951 Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
1952 Message-Id: <199806241219.PAA04061@alpha.hut.fi>
1953 Subject: [PATCH] 5.004_68: Complex.pm, complex.t
1955 ! lib/Math/Complex.pm t/lib/complex.t
1956 ____________________________________________________________________________
1957 [ 1234] By: gsar on 1998/06/28 19:13:05
1958 Log: disable perl malloc on UNICOS for now
1959 From: Jarkko Hietaniemi <jhi@iki.fi>
1960 Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
1961 Message-Id: <199806240937.MAA01669@alpha.hut.fi>
1962 Subject: [PATCH] 5.004_68: UNICOS hints
1965 ____________________________________________________________________________
1966 [ 1233] By: gsar on 1998/06/28 19:10:53
1967 Log: fixes unpack("q"...), and semctl() tests for UNICOS
1968 From: Jarkko Hietaniemi <jhi@iki.fi>
1969 Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
1970 Message-Id: <199806240855.LAA16152@alpha.hut.fi>
1971 Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
1973 ! pp.c t/op/ipcsem.t t/op/pack.t
1974 ____________________________________________________________________________
1975 [ 1232] By: gsar on 1998/06/28 19:01:23
1976 Log: tweak various places for iperlsys.h awareness
1978 ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
1979 ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
1980 ____________________________________________________________________________
1981 [ 1231] By: gsar on 1998/06/28 18:37:07
1982 Log: add a perlio.h stub for compat (some extensions seem to #include it)
1985 ____________________________________________________________________________
1986 [ 1230] By: gsar on 1998/06/28 18:35:23
1987 Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
1988 Date: Wed, 24 Jun 1998 00:37:01 +0200
1989 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1990 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
1993 ____________________________________________________________________________
1994 [ 1229] By: gsar on 1998/06/28 18:33:42
1995 Log: hand apply mutiliated patch
1996 Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
1997 Date: Tue, 23 Jun 1998 11:41:00 -0700
1998 From: Dan Sugalski <sugalskd@osshe.edu>
1999 Subject: [PATCH 5.004_68]Configure update for VMS
2001 ! configure.com vms/descrip_mms.template vms/subconfigure.com
2002 ____________________________________________________________________________
2003 [ 1228] By: gsar on 1998/06/28 17:17:35
2004 Log: hand apply whitespace mutiliated patch
2005 Date: Tue, 23 Jun 98 16:38:06 BST
2006 Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
2007 From: Robin Barker <rmb1@cise.npl.co.uk>
2008 Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
2011 ____________________________________________________________________________
2012 [ 1227] By: gsar on 1998/06/28 17:14:34
2013 Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
2014 From: Tom Phoenix <rootbeer@teleport.com>
2015 Subject: [PATCH] documenting close without arguments
2016 Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
2019 ____________________________________________________________________________
2020 [ 1226] By: gsar on 1998/06/28 17:12:56
2021 Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
2022 From: Tom Phoenix <rootbeer@teleport.com>
2023 Subject: Better diags for vars.pm
2024 Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
2027 ____________________________________________________________________________
2028 [ 1225] By: gsar on 1998/06/28 17:05:59
2029 Log: hand apply whitespace mutiliated perldoc.PL patches
2030 Date: Tue, 23 Jun 98 15:49:52 BST
2031 Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
2032 From: Robin Barker <rmb1@cise.npl.co.uk>
2033 Subject: PATCH [5.004_68] perldoc.PL
2035 Date: Fri, 26 Jun 98 17:50:05 BST
2036 Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
2037 From: Robin Barker <rmb1@cise.npl.co.uk>
2038 Subject: [PATCH 5.004_68] perldoc.PL
2041 ____________________________________________________________________________
2042 [ 1224] By: gsar on 1998/06/28 16:50:59
2043 Log: integrate ansiperl to get makedef.pl tweak
2045 ! Porting/pumpkin.pod win32/makedef.pl
2046 ____________________________________________________________________________
2047 [ 1223] By: gsar on 1998/06/28 16:33:32
2048 Log: add CGI-2.42, its and testsuite
2050 + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
2051 + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
2052 + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
2053 ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
2054 ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
2055 ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
2056 ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
2058 ____________________________________________________________________________
2059 [ 1222] By: gsar on 1998/06/28 15:28:29
2060 Log: enable Errno build on win32, add Errno-1.08 files to repository
2062 + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2063 + ext/Errno/Makefile.PL t/lib/errno.t
2064 ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
2065 ! win32/config.vc win32/makefile.mk
2066 ____________________________________________________________________________
2067 [ 1221] By: gsar on 1998/06/28 14:34:06
2068 Log: tweak win32 config templates for cpp
2070 ! win32/config.bc win32/config.gc win32/config.vc
2071 ____________________________________________________________________________
2072 [ 1220] By: nick on 1998/06/26 16:46:13
2073 Log: Integrate mainline
2075 !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
2076 !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
2077 !> util.c win32/win32.h
2078 ____________________________________________________________________________
2079 [ 1219] By: gsar on 1998/06/26 04:33:57
2080 Log: make find_script() return saved string, reenable missing diagnostics
2083 ____________________________________________________________________________
2084 [ 1218] By: gsar on 1998/06/25 23:24:53
2085 Log: avoid warning with -P switch
2088 ____________________________________________________________________________
2089 [ 1217] By: gsar on 1998/06/25 22:06:58
2090 Log: don't suppress display of Makefile recipes that invoke perl
2093 ____________________________________________________________________________
2094 [ 1216] By: gsar on 1998/06/25 21:32:06
2095 Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
2099 ____________________________________________________________________________
2100 [ 1215] By: gsar on 1998/06/25 18:56:59
2101 Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
2103 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2104 ____________________________________________________________________________
2105 [ 1214] By: gsar on 1998/06/25 18:11:22
2106 Log: add FILE_SHARE_DELETE ifndef in win32.h
2109 ____________________________________________________________________________
2110 [ 1213] By: nick on 1998/06/24 17:18:59
2111 Log: Correct perl malloc tweak to .def generation
2114 ____________________________________________________________________________
2115 [ 1212] By: gsar on 1998/06/24 12:40:13
2116 Log: check in what change#1182 didn't, and Changes
2118 ! Changes pod/perlre.pod pod/perlvar.pod
2119 ____________________________________________________________________________
2120 [ 1211] By: TimBunce on 1998/06/23 23:09:37
2121 Log: Update test count in t/lib/basename.t (see change 1210)
2122 Branch: maint-5.004/perl
2124 ____________________________________________________________________________
2125 [ 1210] By: TimBunce on 1998/06/23 22:58:18
2126 Log: Title: "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
2127 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
2128 <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2129 Msg-ID: <19980525155222.A18445@perlsupport.com>,
2130 <199805261143.MAA04260@toad.ig.co.uk>,
2131 <199805261235.IAA10371@aatma.engin.umich.edu>,
2132 Files: MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
2133 installperl lib/re.pm lib/File/Basename.pm mg.c op.c
2134 pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
2135 Branch: maint-5.004/perl
2136 ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
2137 ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
2138 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
2139 ____________________________________________________________________________
2140 [ 1209] By: nick on 1998/06/23 21:33:34
2141 Log: Perl_malloced_size() only available with perl's malloc
2144 ____________________________________________________________________________
2145 [ 1208] By: nick on 1998/06/23 18:15:23
2146 Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
2147 so see what has changed...
2149 +> Porting/genlog iperlsys.h lib/File/Spec.pm
2150 +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2151 +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2152 +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
2153 +> t/lib/filespec.t win32/perlhost.h
2154 - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
2155 - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
2156 - perlproc.h perlsock.h
2157 !> (integrate 96 files)
2163 ____________________________________________________________________________
2164 [ 1207] By: gsar on 1998/06/23 10:55:05
2165 Log: final touches to 5.004_68
2168 ____________________________________________________________________________
2169 [ 1206] By: gsar on 1998/06/23 10:50:10
2170 Log: more MULTIPLICITY tweaks
2172 ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
2173 ! win32/config.gc win32/config.vc win32/config_H.bc
2174 ! win32/config_H.gc win32/config_H.vc
2175 ____________________________________________________________________________
2176 [ 1205] By: gsar on 1998/06/23 09:03:46
2177 Log: partial MULTIPLICITY cleanup
2179 ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
2181 ____________________________________________________________________________
2182 [ 1204] By: gsar on 1998/06/23 09:00:48
2183 Log: tweak MANIFEST, add Dev_t to POSIX/typemap
2185 ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
2186 ____________________________________________________________________________
2187 [ 1203] By: gsar on 1998/06/23 07:08:02
2188 Log: bump patchlevel to 68, Porting/makerel tweaks
2190 ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
2191 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2192 ____________________________________________________________________________
2193 [ 1202] By: gsar on 1998/06/23 06:16:19
2194 Log: remove atomic.h pending resolution of licensing issues,
2195 EMULATE_ATOMIC_REFCOUNTS everywhere
2198 ! MANIFEST perl.h sv.h
2199 ____________________________________________________________________________
2200 [ 1201] By: gsar on 1998/06/23 06:06:23
2201 Log: applied patch, regen headers
2202 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2203 Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
2204 Subject: [PATCH 5.004_67] Malloc size feedback
2205 Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
2207 ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
2208 ! pp_sys.c proto.h sv.c toke.c
2209 ____________________________________________________________________________
2210 [ 1200] By: gsar on 1998/06/23 05:59:09
2211 Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
2212 Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
2213 From: Stephen McCamant <alias@mcs.com>
2214 Subject: [PATCH] Inheritance of B:: classes
2217 ____________________________________________________________________________
2218 [ 1199] By: gsar on 1998/06/23 05:57:58
2219 Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
2220 Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
2221 Message-Id: <199806222101.AAA16456@alpha.hut.fi>
2222 Subject: [PATCH] _67: somebody said POSIX::mknod?
2223 From: Jarkko Hietaniemi <jhi@iki.fi>
2225 ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
2226 ! ext/POSIX/POSIX.xs perl.h
2227 ____________________________________________________________________________
2228 [ 1198] By: gsar on 1998/06/23 05:48:56
2229 Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
2230 From: Daniel Grisinger <dgris@perrin.dimensional.com>
2231 Subject: PATCH [5.004_67] perldoc.PL
2232 Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
2235 ____________________________________________________________________________
2236 [ 1197] By: gsar on 1998/06/23 05:47:24
2237 Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
2238 Date: Mon, 22 Jun 1998 09:29:18 -0700
2239 From: Dan Sugalski <sugalskd@ous.edu>
2240 Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
2243 ____________________________________________________________________________
2244 [ 1196] By: gsar on 1998/06/23 05:45:19
2245 Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
2246 Message-Id: <199806221558.SAA18626@alpha.hut.fi>
2247 Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
2248 From: Jarkko Hietaniemi <jhi@iki.fi>
2250 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
2251 ____________________________________________________________________________
2252 [ 1195] By: gsar on 1998/06/23 05:43:32
2253 Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
2254 Date: Mon, 22 Jun 1998 15:22:24 +0000
2255 From: Dominic Dunlop <domo@vo.lu>
2256 Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
2257 update machten.sh to vary REG_INFTY
2259 ! hints/machten.sh t/op/re_tests t/op/regexp.t
2260 ____________________________________________________________________________
2261 [ 1194] By: gsar on 1998/06/23 05:38:36
2262 Log: filter out array subscripts when generating symbols for AIX
2263 Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
2264 Message-Id: <199806220914.MAA13631@alpha.hut.fi>
2265 Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
2266 From: Jarkko Hietaniemi <jhi@iki.fi>
2269 ____________________________________________________________________________
2270 [ 1193] By: gsar on 1998/06/23 05:32:52
2271 Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
2272 Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
2273 Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
2274 From: Lupe Christoph <lupe@alanya.m.isar.de>
2275 Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die
2277 ! hints/solaris_2.sh
2278 ____________________________________________________________________________
2279 [ 1192] By: gsar on 1998/06/23 05:27:13
2280 Log: add detailed changelogs and 'genlog'--the script which generates them
2284 ____________________________________________________________________________
2285 [ 1191] By: gsar on 1998/06/22 15:56:27
2286 Log: tweak win32 makefiles for PERL_OBJECT build
2288 ! win32/Makefile win32/makefile.mk
2289 ____________________________________________________________________________
2290 [ 1190] By: gsar on 1998/06/22 04:06:02
2291 Log: backout change#1178 as it was dependent on an unapplied patch,
2292 fix filespec.t to know its @INC
2294 ! sv.c t/lib/filespec.t
2295 ____________________________________________________________________________
2296 [ 1189] By: gsar on 1998/06/22 03:47:43
2297 Log: eliminate use of tokenbuf in util.c
2300 ____________________________________________________________________________
2301 [ 1188] By: gsar on 1998/06/22 01:53:59
2302 Log: add patch that generates regnodes.h via regcomp.pl
2303 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2304 Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
2305 Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
2306 Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
2308 + regcomp.pl regcomp.sym regnodes.h
2309 ! MANIFEST Makefile.SH regcomp.h
2310 ____________________________________________________________________________
2311 [ 1187] By: gsar on 1998/06/22 01:42:21
2312 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2313 Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
2314 Subject: [PATCH 5.004_67] Avoid temporaries on recursion
2315 Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
2318 ____________________________________________________________________________
2319 [ 1186] By: gsar on 1998/06/22 01:14:14
2320 Log: merge relevant portions from maintbranch change#1155
2322 ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
2323 ! pod/perlrun.pod pp_hot.c
2324 ____________________________________________________________________________
2325 [ 1185] By: gsar on 1998/06/22 00:59:28
2326 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2327 Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
2328 Subject: [PATCH 5.004_67] Zero-length matching bug
2329 Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
2331 ! regexec.c t/op/pat.t
2332 ____________________________________________________________________________
2333 [ 1184] By: gsar on 1998/06/22 00:57:27
2334 Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
2335 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2336 Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
2337 Subject: Re: _67 not okay
2338 Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
2341 ____________________________________________________________________________
2342 [ 1183] By: gsar on 1998/06/22 00:53:37
2343 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2344 Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
2345 Subject: [PATCH 5.004_67] Test study/re/
2346 Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
2349 ____________________________________________________________________________
2350 [ 1182] By: gsar on 1998/06/21 21:25:07
2351 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2352 Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
2353 Subject: [PATCH 5.004_67] $^R documented
2354 Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
2356 ! pod/perlre.pod pod/perlvar.pod
2357 ____________________________________________________________________________
2358 [ 1181] By: gsar on 1998/06/21 21:23:41
2359 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2360 Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
2361 Subject: [PATCH 5.004_67] Re docs
2362 Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
2364 ! pod/perlop.pod pod/perlre.pod
2365 ____________________________________________________________________________
2366 [ 1180] By: gsar on 1998/06/21 21:22:16
2367 Log: adapted contents of message into comments in malloc.c and INSTALL
2368 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2369 Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
2370 Subject: [5.004_67] malloc.c -Defines
2371 Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
2374 ____________________________________________________________________________
2375 [ 1179] By: gsar on 1998/06/21 07:26:35
2376 Log: applied patch, with edits to the prose
2377 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2378 Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
2379 Subject: [PATCH 5.004_67] Error variables compared
2380 Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
2383 ____________________________________________________________________________
2384 [ 1178] By: gsar on 1998/06/21 07:07:16
2385 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2386 Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
2387 Subject: [PATCH 5.004_67] print study /re/ broken
2388 Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
2391 ____________________________________________________________________________
2392 [ 1177] By: gsar on 1998/06/21 07:06:10
2393 Log: applied patch, tweaked wording
2394 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2395 Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
2396 Subject: [PATCH 5.004_67] Documentation patch for malloc
2397 Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
2399 ! malloc.c pod/perldiag.pod
2400 ____________________________________________________________________________
2401 [ 1176] By: gsar on 1998/06/21 07:00:30
2402 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2403 Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
2404 Subject: [PATCH 5.004_67] Cosmetic malloc patch
2405 Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
2408 ____________________________________________________________________________
2409 [ 1175] By: gsar on 1998/06/21 06:58:37
2410 Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
2411 Date: Fri, 19 Jun 1998 16:00:57 -0700
2412 From: Dan Sugalski <sugalskd@osshe.edu>
2413 Subject: [PATCH 5.004_67] fixup patches for VMS
2415 ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
2416 ! t/op/taint.t vms/test.com vms/vms.c
2417 ____________________________________________________________________________
2418 [ 1174] By: gsar on 1998/06/21 06:55:18
2419 Log: applied VMS patch from Dan Sugalski
2420 Date: Fri, 19 Jun 1998 15:36:34 -0700
2421 From: SYSTEM@cedar.osshe.edu
2422 Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
2423 Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
2425 ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
2426 ! vms/descrip_mms.template vms/gen_shrfls.pl
2427 ! vms/subconfigure.com
2428 ____________________________________________________________________________
2429 [ 1173] By: gsar on 1998/06/21 06:51:38
2430 Log: applied patch, modified logic to avoid reentering lexer at compile-time
2431 Message-ID: <19980619113104.S9711@asic.sc.ti.com>
2432 Date: Fri, 19 Jun 1998 11:31:04 -0500
2433 From: Graham Barr <gbarr@ti.com>
2434 Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
2436 ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
2438 ____________________________________________________________________________
2439 [ 1172] By: gsar on 1998/06/21 06:27:57
2440 Log: applied patch, along with many changes:
2441 - ipfoo.h headers have been coalesced along with perlfoo.h into
2443 - win32/cp*.h have been combined in perlhost.h
2444 - CPerlObj::PerlParse() takes an extra xsinit arg
2445 - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
2446 From: "Douglas Lankshear" <dougl@ActiveState.com>
2447 Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
2448 Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler
2449 Date: Fri, 19 Jun 1998 10:59:50 -0700
2451 + iperlsys.h win32/perlhost.h
2452 - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
2453 - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
2455 ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
2456 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
2457 ! win32/runperl.c win32/win32.h
2458 ____________________________________________________________________________
2459 [ 1171] By: gsar on 1998/06/21 00:44:42
2460 Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
2461 From: Daniel Grisinger <dgris@perrin.dimensional.com>
2462 Subject: Re: PATCH _67 (Doc) perlop.pod
2463 Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
2466 ____________________________________________________________________________
2467 [ 1170] By: gsar on 1998/06/21 00:43:06
2468 Log: a tweaked version of:
2469 From: "Douglas Lankshear" <dougl@ActiveState.com>
2470 Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
2471 Date: Wed, 17 Jun 1998 20:25:51 -0700
2472 Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
2474 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
2475 ____________________________________________________________________________
2476 [ 1169] By: gsar on 1998/06/21 00:10:18
2477 Log: added patch, regen headers
2478 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2479 Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
2480 Subject: Re: Ilya's patches
2481 Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
2483 ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
2484 ____________________________________________________________________________
2485 [ 1168] By: gsar on 1998/06/21 00:05:01
2486 Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
2487 From: Tom Phoenix <rootbeer@teleport.com>
2488 Subject: [PATCH] docs creating files via open
2489 Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
2492 ____________________________________________________________________________
2493 [ 1167] By: gsar on 1998/06/21 00:03:34
2494 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2495 Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
2496 Subject: [PATCH 5.004_67] Better version of malloc improver
2497 Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
2500 ____________________________________________________________________________
2501 [ 1166] By: gsar on 1998/06/20 23:59:23
2502 Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
2505 ____________________________________________________________________________
2506 [ 1165] By: gsar on 1998/06/20 23:47:09
2507 Log: added patch, tweaked missed files, excised comment that doesn't really
2508 belong in the sources
2509 From: joshua.pritikin@db.com
2510 Date: Mon, 15 Jun 1998 10:03:37 -0400
2511 Message-Id: <H00000e500072c63@MHS>
2512 Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
2514 ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
2516 ____________________________________________________________________________
2517 [ 1164] By: gsar on 1998/06/20 23:29:09
2518 Log: add File-Spec-0.6 from CPAN
2520 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2521 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2522 + lib/File/Spec/Win32.pm t/lib/filespec.t
2524 ____________________________________________________________________________
2525 [ 1163] By: gsar on 1998/06/20 23:15:41
2526 Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
2528 ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
2529 ____________________________________________________________________________
2530 [ 1162] By: gsar on 1998/06/20 21:48:32
2531 Log: manual integration of all outstanding ansi branch stuff into mainline
2533 ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
2534 ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
2536 ____________________________________________________________________________
2537 [ 1161] By: gsar on 1998/06/20 21:12:01
2538 Log: undo goofed change 1157 (backed out the fix instead of keeping it)
2541 ____________________________________________________________________________
2542 [ 1160] By: nick on 1998/06/20 21:05:51
2543 Log: Patches to build with EGCS-1.0.2 Mingw32 port.
2545 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
2546 ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
2547 ____________________________________________________________________________
2548 [ 1159] By: gsar on 1998/06/20 02:51:35
2549 Log: cleanup installation of utilities on win32
2551 ! installperl pod/Makefile win32/Makefile win32/makefile.mk
2553 ____________________________________________________________________________
2554 [ 1158] By: gsar on 1998/06/20 02:50:35
2555 Log: intuit @INC pathnames from exe location only if dll location
2556 is unknown (ensures that multiple executables will coexist)
2559 ____________________________________________________________________________
2560 [ 1157] By: gsar on 1998/06/20 02:48:34
2561 Log: make perldoc ignore null files (it tried to open() them)
2564 ____________________________________________________________________________
2565 [ 1156] By: gsar on 1998/06/19 21:18:47
2566 Log: fix perldoc to ignore unfound null filenames
2569 ____________________________________________________________________________
2570 [ 1155] By: TimBunce on 1998/06/19 18:47:57
2571 Log: Assorted patches:
2573 ------ BUILD PROCESS ------
2575 Title: "Clarify varargs issues in INSTALL docs"
2576 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2577 Msg-ID: <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
2580 ------ CORE LANGUAGE ------
2582 Title: "Further fixes for updated SysV IPC support"
2583 From: Jarkko Hietaniemi <jhi@iki.fi>
2584 Msg-ID: <199805211644.TAA15139@alpha.hut.fi>
2585 Files: Configure perl.h doio.c
2587 Title: "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
2588 From: Andrew Bettison <andrewb@zip.com.au>
2589 Msg-ID: <m0ykMQx-000OQCC@headroom.zip.com.au>
2592 Title: "Invalidate method cache on C<local *subname>"
2593 From: Chip Salzenberg <chip@perl.org>
2594 Msg-ID: <19980604134731.D24343@perlsupport.com>
2595 Files: scope.c t/op/method.t
2597 Title: "fix uninitialized cv variable in op.c"
2598 From: joshua.pritikin@db.com
2599 Msg-ID: <H00000e50005af05@MHS>
2602 Title: "fix for undef as last arg to setsockopt"
2603 From: Graham Barr <gbarr@ti.com>
2604 Msg-ID: <19980603112219.B7638@asic.sc.ti.com>
2607 Title: "Fix -i when @ARGV is empty"
2608 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
2609 <gsar@engin.umich.edu>, Ilya Zakharevich
2610 <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2611 Msg-ID: <19980606184942.A4583@perlsupport.com>,
2612 <199806070029.UAA18709@monk.mps.ohio-state.edu>,
2613 <199806071817.OAA28141@aatma.engin.umich.edu>,
2614 <199806191549.QAA16376@toad.ig.co.uk>
2617 ------ DOCUMENTATION ------
2619 Title: "Discrepancy between perlop.pod and m// operator docs"
2620 From: Tom Phoenix <rootbeer@teleport.com>
2621 Msg-ID: <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
2622 Files: pod/perlop.pod
2624 Title: "Doc addition for perlfunc entry for system()"
2625 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
2626 <fletch@phydeaux.org>
2627 Msg-ID: <199806011908.PAA31069@dewdrop2.mindspring.com>,
2628 <199806012057.QAA26830@monk.mps.ohio-state.edu>
2629 Files: pod/perlfunc.pod
2631 Title: "Clarify effects of using quotes with m operator"
2632 From: Daniel Grisinger <dgris@perrin.dimensional.com>
2633 Msg-ID: <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
2634 Files: pod/perlop.pod
2636 Title: "Document -i with STDIN"
2637 From: joshua.pritikin@db.com
2638 Msg-ID: <H00000e50006a84a@MHS>
2639 Files: pod/perlrun.pod
2641 ------ EXTENSIONS ------
2643 Title: "Fix Liblist.pm to tolerate backslashen in paths"
2644 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2645 Msg-ID: <199806011954.PAA10900@aatma.engin.umich.edu>
2646 Files: lib/ExtUtils/Liblist.pm
2648 ------ LIBRARY ------
2650 Title: "Typo fix for Math::BogFloat"
2651 From: Mike Stok <mike@stok.co.uk>
2652 Msg-ID: <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
2653 Files: lib/Math/BigFloat.pm
2655 ------ PORTABILITY - GENERAL ------
2657 Title: "Add docs about types of diff to Porting/patching.pod"
2658 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2659 Msg-ID: <199806090105.VAA20005@aatma.engin.umich.edu>
2660 Files: Porting/patching.pod
2662 Title: "Set dont_use_nlink for PowerMAX OS 4.2"
2663 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2664 Msg-ID: <199806161354.NAA21316@cleo.ssd.hcsc.com>
2665 Files: hints/powerux.sh
2667 Title: "Assorted improvements to hints/solaris_2.sh"
2668 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2669 Msg-ID: <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
2670 Files: hints/solaris_2.sh
2671 Branch: maint-5.004/perl
2672 ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
2673 ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
2674 ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
2675 ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
2677 ____________________________________________________________________________
2678 [ 1154] By: gsar on 1998/06/19 17:22:23
2679 Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
2681 ! ext/B/B/Asmdata.pm regcomp.c
2682 ____________________________________________________________________________
2683 [ 1153] By: nick on 1998/06/19 17:21:21
2684 Log: Use libxxx.a for -lxxx with GCC
2686 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
2688 ____________________________________________________________________________
2689 [ 1152] By: TimBunce on 1998/06/19 17:08:18
2690 Log: Title: Tom's jumbo doc patch
2691 From: Tom Christiansen <tchrist@chthon.perl.com>
2692 Msg-Id: <199806140419.WAA20549@chthon.perl.com>
2693 Files: pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2694 pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2695 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2696 pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2697 pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2698 pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2699 pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2700 pod/perlop.pod pod/perlre.pod pod/perlref.pod
2701 pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
2702 pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
2704 Branch: maint-5.004/perl
2705 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2706 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2707 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2708 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2709 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2710 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2711 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2712 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2713 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
2714 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
2715 ____________________________________________________________________________
2716 [ 1151] By: nick on 1998/06/19 15:38:28
2719 !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
2720 !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
2722 ____________________________________________________________________________
2723 [ 1150] By: gsar on 1998/06/18 20:43:07
2724 Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
2725 Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
2726 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2727 Subject: [PATCH] perl5.004 hints file (maint and dev paths)
2730 ____________________________________________________________________________
2731 [ 1149] By: gsar on 1998/06/18 20:41:30
2732 Log: hand apply whitespace-mutiliated patch
2733 From: joshua.pritikin@db.com
2734 Date: Mon, 15 Jun 1998 09:21:36 -0400
2735 Message-Id: <H00000e50007289b@MHS>
2736 Subject: [PATCH 5.004_67] SvREADONLY for av_clear
2739 ____________________________________________________________________________
2740 [ 1148] By: gsar on 1998/06/18 20:33:59
2741 Log: hand apply whitespace-mutiliated and reversed patch
2742 Date: Tue, 16 Jun 1998 16:31:40 -0400
2743 From: Les Peters <lpeters@aol.net>
2744 Message-Id: <199806162031.QAA08202@ds9>
2745 Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
2747 ! ext/Socket/Socket.xs
2748 ____________________________________________________________________________
2749 [ 1147] By: gsar on 1998/06/18 20:26:59
2750 Log: close child pipe in t/TEST, other cosmetic tweaks
2753 ____________________________________________________________________________
2754 [ 1146] By: gsar on 1998/06/18 19:37:41
2755 Log: back out problematic change#1105, tweak perlsub.pod
2757 ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
2758 ! pp_ctl.c proto.h sv.c
2759 ____________________________________________________________________________
2760 [ 1145] By: nick on 1998/06/18 19:31:07
2761 Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
2763 +> configure.com ext/DB_File/dbinfo
2764 +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
2765 +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
2766 +> vms/subconfigure.com
2767 - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
2769 !> (integrate 499 files)
2770 ____________________________________________________________________________
2771 [ 1144] By: gsar on 1998/06/18 16:35:11
2772 Log: fix spurious cxstack_max init that trampled memory
2775 ____________________________________________________________________________
2776 [ 1143] By: gsar on 1998/06/18 16:33:01
2777 Log: fix memory leaks and uninitialized memory accesses found by Purify
2779 ! doio.c perl.c regexec.c sv.c
2780 ____________________________________________________________________________
2781 [ 1142] By: gsar on 1998/06/18 16:28:48
2782 Log: fix off-by-one that trampled memory in re_croak2()
2785 ____________________________________________________________________________
2786 [ 1141] By: gsar on 1998/06/18 16:26:59
2787 Log: fix AutoLoader to do the right thing when there are relative paths
2791 ____________________________________________________________________________
2792 [ 1140] By: gsar on 1998/06/18 16:22:47
2793 Log: fix Makefile.SH typo
2796 ____________________________________________________________________________
2797 [ 1139] By: gsar on 1998/06/17 18:06:16
2798 Log: 5.004_67 niggles
2806 ____________________________________________________________________________
2807 [ 1138] By: gsar on 1998/06/15 10:09:27
2808 Log: up patchlevel.h to 67, other small tweaks
2810 ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
2811 ! win32/Makefile win32/config_H.bc win32/config_H.gc
2812 ! win32/config_H.vc win32/makefile.mk
2813 ____________________________________________________________________________
2814 [ 1137] By: gsar on 1998/06/15 09:08:57
2815 Log: tweaks to get PERL_OBJECT building again; passes tests
2817 ! ObjXSub.h objpp.h proto.h
2818 ____________________________________________________________________________
2819 [ 1136] By: gsar on 1998/06/15 08:51:54
2820 Log: back out previous change (it breaks PERL_OBJECT)
2822 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
2823 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
2824 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
2825 ____________________________________________________________________________
2826 [ 1135] By: gsar on 1998/06/15 05:32:01
2827 Log: added patch, fixed typo, reworked documentation
2828 Message-Id: <H00000e500071aa3@MHS>
2829 Date: Sun, 14 Jun 1998 14:03:15 EDT
2830 From: joshua.pritikin@db.com
2831 Subject: [PATCH 5.004_66] JMPENV!
2833 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
2834 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
2835 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
2836 ____________________________________________________________________________
2837 [ 1134] By: gsar on 1998/06/15 04:07:18
2838 Log: various win32 odds and ends
2839 - added support for waitpid(), open2/open3, and a bugfix for kill()
2840 from Ronald Schmidt <RonaldWS@aol.com>
2841 - tweak testsuite mods of above
2842 - regenerate win32/config_H.?c
2843 - change kill() to win32_kill() and export it
2844 - coalesce common code in win32.c
2845 - add PerlProc_waitpid() and export win32_waitpid()
2846 result builds and passes on the three win32 compilers
2848 ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
2849 ! t/lib/open3.t util.c win32/config.bc win32/config.gc
2850 ! win32/config.vc win32/config_H.bc win32/config_H.gc
2851 ! win32/config_H.vc win32/makedef.pl win32/runperl.c
2852 ! win32/win32.c win32/win32iop.h
2853 ____________________________________________________________________________
2854 [ 1133] By: gsar on 1998/06/15 01:39:13
2855 Log: newer Getopt/Long.pm from public distribution cited in:
2856 Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
2857 Date: 14 Jun 1998 15:15:28 +0200
2858 From: Johan Vromans <jvromans@squirrel.nl>
2859 Subject: Getopt::Long version 2.17 released
2861 ! lib/Getopt/Long.pm
2862 ____________________________________________________________________________
2863 [ 1132] By: gsar on 1998/06/15 01:37:12
2864 Log: documentation update from tchrist
2865 Message-Id: <199806140419.WAA20549@chthon.perl.com>
2866 Date: Sat, 13 Jun 1998 22:19:32 MDT
2867 From: Tom Christiansen <tchrist@chthon.perl.com>
2868 Subject: doc patches
2870 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2871 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2872 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2873 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2874 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2875 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2876 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2877 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2878 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
2879 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
2880 ____________________________________________________________________________
2881 [ 1131] By: gsar on 1998/06/14 19:33:36
2882 Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
2883 From: Roderick Schertler <roderick@argon.org>
2884 Subject: [PATCH] Re: Exceptions in IPC::Open2
2885 Date: 12 Jun 1998 13:24:15 -0400
2888 ____________________________________________________________________________
2889 [ 1130] By: gsar on 1998/06/14 19:32:25
2893 ____________________________________________________________________________
2894 [ 1129] By: gsar on 1998/06/14 18:51:53
2895 Log: various win32 fixes
2896 - fixes that silence VC noises about dup exports, non-default libs, and
2897 unsupported *.def file directives
2898 - s/inplace/inplace_label/ malloc.c
2899 - update Config{usemymalloc} based on d_mymalloc
2901 - fix makefiles to not build miniperl.exe twice, and to make it properly
2902 when defaults are changed
2904 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
2905 ! win32/Makefile win32/config_sh.PL win32/makedef.pl
2906 ! win32/makefile.mk win32/perllib.c win32/win32.h
2907 ____________________________________________________________________________
2908 [ 1128] By: gsar on 1998/06/14 01:38:39
2909 Log: remove unused global `scrgv'
2911 ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
2912 ____________________________________________________________________________
2913 [ 1127] By: nick on 1998/06/13 08:39:07
2914 Log: Move specialsv_list to embed.sym, regen embed*.h
2916 ! embed.h embedvar.h global.sym interp.sym
2917 ____________________________________________________________________________
2918 [ 1126] By: gsar on 1998/06/12 07:23:06
2919 Log: From: jan.dubois@ibm.net (Jan Dubois)
2920 Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
2921 Date: Thu, 11 Jun 1998 21:13:31 +0200
2922 Message-ID: <35842ac5.7883075@smtp1.ibm.net>
2924 ! win32/makedef.pl win32/win32.c win32/win32iop.h
2925 ____________________________________________________________________________
2926 [ 1125] By: gsar on 1998/06/12 07:21:29
2927 Log: added patch, undo earlier workaround
2928 From: jan.dubois@ibm.net (Jan Dubois)
2929 Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
2930 Date: Thu, 11 Jun 1998 20:28:36 +0200
2931 Message-ID: <35831f69.4975644@smtp1.ibm.net>
2934 ____________________________________________________________________________
2935 [ 1124] By: gsar on 1998/06/12 07:16:12
2936 Log: hand-applied patch with wrapped lines
2937 From: "Douglas Lankshear" <dougl@ActiveState.com>
2938 Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
2939 Date: Thu, 11 Jun 1998 11:06:33 -0700
2940 Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
2943 ____________________________________________________________________________
2944 [ 1123] By: gsar on 1998/06/12 07:07:25
2945 Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
2946 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2947 Subject: [PATCH 5.004_66] Config_66-01-02.diff
2948 Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
2951 ____________________________________________________________________________
2952 [ 1122] By: gsar on 1998/06/12 07:06:02
2953 Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
2954 Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
2955 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2956 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
2958 ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
2959 ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
2960 ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
2961 ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
2962 ____________________________________________________________________________
2963 [ 1121] By: gsar on 1998/06/12 07:01:20
2964 Log: a tweaked version of:
2965 Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
2966 Date: Fri, 12 Jun 1998 01:26:53 +0200
2967 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
2968 Subject: Re: Misparsing s///x
2971 ____________________________________________________________________________
2972 [ 1120] By: gsar on 1998/06/12 06:51:08
2973 Log: applied patch, with indentation tweaks
2974 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2975 Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
2976 Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
2977 Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
2979 ! regcomp.c regcomp.h regexec.c
2980 ____________________________________________________________________________
2981 [ 1119] By: gsar on 1998/06/11 17:42:07
2982 Log: make REG_INFTY default to something saner when sizeof(short) > 2
2983 Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
2984 Date: Thu, 11 Jun 1998 11:50:07 EDT
2985 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2986 Subject: Re: [PATCH for tests] Regexp fails on long string
2989 ____________________________________________________________________________
2990 [ 1118] By: gsar on 1998/06/11 07:09:06
2991 Log: regen embedvar.h
2994 ____________________________________________________________________________
2995 [ 1117] By: gsar on 1998/06/11 06:45:52
2996 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2997 Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
2998 Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
2999 Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
3001 ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
3002 ! regexec.c regexp.h t/op/pat.t t/op/subst.t
3003 ____________________________________________________________________________
3004 [ 1116] By: gsar on 1998/06/11 06:35:54
3005 Log: misc win32 fixes
3006 From: "Douglas Lankshear" <dougl@ActiveState.com>
3007 Subject: [PATCH 5.004_66]
3008 Date: Wed, 10 Jun 1998 11:28:27 -0700
3009 Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
3011 ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
3012 ____________________________________________________________________________
3013 [ 1115] By: gsar on 1998/06/11 06:33:21
3014 Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
3015 Date: Wed, 10 Jun 1998 00:53:25 +0200
3016 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3017 Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
3020 ____________________________________________________________________________
3021 [ 1114] By: gsar on 1998/06/11 06:31:34
3022 Log: back out change#1111 and add alternative patch:
3023 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3024 Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
3025 Subject: Re: PATCH for study/foo/
3026 Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
3029 ____________________________________________________________________________
3030 [ 1113] By: gsar on 1998/06/11 02:59:23
3031 Log: fix outdated bytecode.pl
3033 ! bytecode.h bytecode.pl byterun.c byterun.h
3034 ____________________________________________________________________________
3035 [ 1112] By: gsar on 1998/06/10 07:56:06
3036 Log: Added patch, regenerated perly.c and perly.c.diff
3037 Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
3038 Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
3039 From: Stephen McCamant <alias@mcs.com>
3040 Subject: [PATCH] too many RV2GVs in *foo{THING}
3042 ! perly.c perly.c.diff perly.y t/op/gv.t
3043 ____________________________________________________________________________
3044 [ 1111] By: gsar on 1998/06/10 07:40:30
3045 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3046 Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
3047 Subject: Re: PATCH for study/foo/
3048 Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
3051 ____________________________________________________________________________
3052 [ 1110] By: gsar on 1998/06/10 07:37:04
3053 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3054 Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
3055 Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
3056 Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
3059 ____________________________________________________________________________
3060 [ 1109] By: gsar on 1998/06/10 07:35:29
3061 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3062 Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
3063 Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
3064 Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
3067 ____________________________________________________________________________
3068 [ 1108] By: gsar on 1998/06/10 07:31:25
3069 Log: Added patch, tweaked other places affected by name change
3070 Message-ID: <19980610005417.G162@cdata.tvnet.hu>
3071 Date: Wed, 10 Jun 1998 00:54:17 +0200
3072 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3073 Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
3075 +> ext/DynaLoader/DynaLoader_pm.PL
3076 - ext/DynaLoader/DynaLoader.pm.PL
3077 ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
3079 ____________________________________________________________________________
3080 [ 1107] By: gsar on 1998/06/10 07:24:20
3081 Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
3082 Date: Wed, 10 Jun 1998 00:53:42 +0200
3083 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3084 Subject: [PATCH for _66] new version of README.dos
3087 ____________________________________________________________________________
3088 [ 1106] By: gsar on 1998/06/10 07:22:31
3089 Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
3090 Date: Wed, 10 Jun 1998 00:54:04 +0200
3091 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3092 Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
3095 ____________________________________________________________________________
3096 [ 1105] By: gsar on 1998/06/10 07:21:21
3097 Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
3098 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3099 Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
3100 Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
3101 Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
3103 ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
3104 ! perlvars.h pp_ctl.c proto.h sv.c
3105 ____________________________________________________________________________
3106 [ 1104] By: gsar on 1998/06/10 07:06:01
3107 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3108 Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
3109 Subject: Lost chunk of RE jumbo patch
3110 Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
3112 + t/op/regexp_noamp.t
3113 ____________________________________________________________________________
3114 [ 1103] By: gsar on 1998/06/10 07:04:20
3115 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3116 Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
3117 Subject: [PATCH 5.004_66] Combined OS/2 support
3118 Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
3120 ! os2/Changes os2/diff.configure os2/os2.c
3121 ____________________________________________________________________________
3122 [ 1102] By: gsar on 1998/06/10 07:00:08
3123 Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
3124 Date: Fri, 13 Mar 1998 20:03:52 EST
3125 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3126 Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
3129 ____________________________________________________________________________
3130 [ 1101] By: gsar on 1998/06/10 06:55:20
3131 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3132 Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
3133 Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
3136 ____________________________________________________________________________
3137 [ 1100] By: gsar on 1998/06/10 06:52:50
3138 Log: updated MANIFEST for previous change
3141 ____________________________________________________________________________
3142 [ 1099] By: gsar on 1998/06/10 06:51:08
3143 Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
3144 Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
3145 Date: Fri, 05 Jun 1998 11:08:40 -0700
3146 From: Dan Sugalski <sugalskd@osshe.edu>
3147 Subject: Re: [PATCH 5.004_66]Add record read capability to <>
3150 ! perl.h pod/perlvar.pod sv.c
3151 ____________________________________________________________________________
3152 [ 1098] By: gsar on 1998/06/10 06:36:59
3153 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
3154 Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
3155 Subject: [PATCH fror 5.004_66] DB_File-1.60
3156 Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
3158 + ext/DB_File/dbinfo
3159 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
3160 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
3161 ! t/lib/db-hash.t t/lib/db-recno.t
3162 ____________________________________________________________________________
3163 [ 1097] By: gsar on 1998/06/10 06:33:16
3164 Log: Message-ID: <19980604134731.D24343@perlsupport.com>
3165 Date: Thu, 4 Jun 1998 13:47:31 -0400
3166 From: Chip Salzenberg <chip@perl.org>
3167 Subject: [PATCH] Invalidate method cache on C<local *subname>
3169 ! scope.c t/op/method.t
3170 ____________________________________________________________________________
3171 [ 1096] By: gsar on 1998/06/10 06:30:51
3172 Log: From: Norton Allen <allen@huarp.harvard.edu>
3173 Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
3174 Subject: [PATCH] _66 MM_Unix.pm for QNX
3175 Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
3177 ! lib/ExtUtils/MM_Unix.pm
3178 ____________________________________________________________________________
3179 [ 1095] By: gsar on 1998/06/10 06:29:21
3180 Log: From: Norton Allen <allen@huarp.harvard.edu>
3181 Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
3182 Subject: [PATCH] _66 proto.h
3183 Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
3186 ____________________________________________________________________________
3187 [ 1094] By: gsar on 1998/06/10 06:26:39
3188 Log: Applied relevant parts of:
3189 From: Paul Johnson <pjcj@transeda.com>
3190 Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
3191 Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
3192 Subject: [PATCH] Enhancing xsubpp's support for C++
3194 ! lib/ExtUtils/xsubpp
3195 ____________________________________________________________________________
3196 [ 1093] By: gsar on 1998/06/10 06:22:54
3197 Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
3198 Date: Wed, 3 Jun 1998 11:22:19 -0500
3199 From: Graham Barr <gbarr@ti.com>
3200 Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
3203 ____________________________________________________________________________
3204 [ 1092] By: gsar on 1998/06/10 06:20:44
3205 Log: Message-Id: <199806030919.KAA03527@sale-wts>
3206 Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
3207 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
3208 Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
3210 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
3211 ____________________________________________________________________________
3212 [ 1091] By: gsar on 1998/06/10 06:18:42
3213 Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
3214 Date: Mon, 01 Jun 1998 12:22:29 -0700
3215 From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
3216 Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
3219 ____________________________________________________________________________
3220 [ 1090] By: gsar on 1998/06/10 06:14:24
3221 Log: A tweaked version of:
3222 Date: Mon, 1 Jun 1998 12:05:47 -0700
3223 From: SYSTEM@cedar.osshe.edu
3224 Message-Id: <980601120547.20617d54@cedar.osshe.edu>
3225 Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
3227 ! ext/SDBM_File/sdbm/Makefile.PL
3228 ____________________________________________________________________________
3229 [ 1089] By: gsar on 1998/06/10 05:58:00
3230 Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
3231 Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
3232 From: Stephen McCamant <alias@mcs.com>
3233 Subject: [PATCH] Re: Uninitialised error from -M()
3236 ____________________________________________________________________________
3237 [ 1088] By: gsar on 1998/06/10 05:55:24
3238 Log: Date: Sat, 30 May 1998 08:07:01 -0400
3239 From: lvirden@cas.org (Larry Virden)
3240 Message-Id: <199805301207.IAA08856@cas.org>
3241 Subject: PATCH for pod and warning notice
3244 ____________________________________________________________________________
3245 [ 1087] By: gsar on 1998/06/10 05:52:05
3246 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3247 Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
3248 Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
3249 Subject: [PATCH 5.004_66] Config_66-01
3251 ! Configure MANIFEST Porting/Glossary Porting/config.sh
3252 ! Porting/config_H config_h.SH
3253 ____________________________________________________________________________
3254 [ 1086] By: gsar on 1998/06/10 05:46:38
3255 Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
3256 Date: Mon, 08 Jun 1998 16:13:14 -0700
3257 From: Dan Sugalski <sugalskd@osshe.edu>
3258 Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
3260 ! ext/Thread/Thread/Semaphore.pm
3261 ____________________________________________________________________________
3262 [ 1085] By: gsar on 1998/06/10 05:44:44
3263 Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
3264 Date: Mon, 08 Jun 1998 16:10:02 -0700
3265 From: Dan Sugalski <sugalskd@osshe.edu>
3266 Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
3269 ! ext/Thread/Thread/Queue.pm
3270 ____________________________________________________________________________
3271 [ 1084] By: gsar on 1998/06/10 05:38:11
3272 Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
3273 Date: Mon, 08 Jun 1998 15:38:28 -0700
3274 From: Dan Sugalski <sugalskd@osshe.edu>
3275 Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
3277 + configure.com vms/descrip_mms.template vms/munchconfig.c
3278 + vms/subconfigure.com
3279 - vms/config.vms vms/fndvers.com
3280 ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
3281 ____________________________________________________________________________
3282 [ 1083] By: gsar on 1998/06/10 05:07:04
3283 Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
3285 Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
3286 Date: Sat, 13 Dec 1997 07:31:02 EST
3287 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3288 Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
3290 ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
3291 ____________________________________________________________________________
3292 [ 1082] By: gsar on 1998/06/10 04:52:26
3293 Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
3294 (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
3297 ____________________________________________________________________________
3298 [ 1081] By: gsar on 1998/06/10 03:45:10
3299 Log: reverse integrate contents of win32 branch into mainline
3301 !> (integrate 44 files)
3302 ____________________________________________________________________________
3303 [ 1080] By: gsar on 1998/06/09 17:37:55
3304 Log: `p4 integrate -b ASPerl && p4 resolve -at`
3306 !> (integrate 43 files)
3307 ____________________________________________________________________________
3308 [ 1079] By: gsar on 1998/06/09 00:59:06
3309 Log: add examples of diff(1) usage
3311 ! Porting/patching.pod
3312 ____________________________________________________________________________
3313 [ 1078] By: gsar on 1998/06/09 00:52:23
3314 Log: undo change#1077
3317 ____________________________________________________________________________
3318 [ 1077] By: gsar on 1998/06/06 16:47:32
3319 Log: make sv_setsv() treat freed SVs like SVt_NULL
3322 ____________________________________________________________________________
3323 [ 1076] By: gsar on 1998/06/05 19:03:14
3324 Log: delete undiscussed AS changes for PPD (broke .packlist
3327 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3328 ____________________________________________________________________________
3329 [ 1075] By: gsar on 1998/06/05 18:18:44
3330 Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
3331 with the xsubpp-generated symbol)
3333 ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
3335 ____________________________________________________________________________
3336 [ 1074] By: gsar on 1998/06/04 22:45:18
3337 Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
3339 ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
3340 ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
3341 ____________________________________________________________________________
3342 [ 1073] By: nick on 1998/06/04 17:18:14
3343 Log: resolve -at win32 branch into ansiperl
3345 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
3346 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
3347 +> t/lib/h2ph.t win32/GenCAPI.pl
3348 !> (integrate 127 files)
3349 ____________________________________________________________________________
3350 [ 1072] By: gsar on 1998/06/04 01:49:24
3351 Log: document CORE::GLOBAL:: and global overriding, fix up
3352 File::DosGlob, testsuited and all
3354 ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
3355 ____________________________________________________________________________
3356 [ 1071] By: gsar on 1998/06/03 22:12:55
3357 Log: add AS patch#24, remove one other instance of error_no
3358 that was missed (patch#23 was intentionally skipped)
3360 ! embedvar.h globals.c perlvars.h win32/makedef.pl
3362 ____________________________________________________________________________
3363 [ 1070] By: gsar on 1998/06/01 19:42:06
3364 Log: fix Liblist.pm to tolerate backslashen in paths
3366 ! lib/ExtUtils/Liblist.pm
3367 ____________________________________________________________________________
3368 [ 1069] By: gsar on 1998/06/01 07:43:02
3369 Log: @INC construction on win32 cleaned up
3370 - perl.dll location based paths should be much more reliable now
3371 - registry stuff unchanged
3372 - Config.pm now has all the installfoolib entries for MakeMaker et al
3374 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3375 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3376 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
3377 ! win32/runperl.c win32/win32.c win32/win32.h
3378 ____________________________________________________________________________
3379 [ 1068] By: gsar on 1998/05/31 21:52:18
3381 Message-Id: <199805312127.QAA06750@gbarr.connect.net>
3382 Date: Sun, 31 May 1998 16:27:33 CDT
3383 From: Graham Barr <gbarr@pobox.com>
3384 Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31
3387 ____________________________________________________________________________
3388 [ 1067] By: gsar on 1998/05/31 21:07:44
3389 Log: minimal fix to enable compiling with -DMULTIPLICITY
3390 (non-threadsafe regcomp.c globals need revisiting)
3392 ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
3393 ! win32/GenCAPI.pl win32/makedef.pl
3394 ____________________________________________________________________________
3395 [ 1066] By: gsar on 1998/05/30 21:35:37
3396 Log: integrate mainline changes (ASPerl branch is identical to
3397 win32 branch as of this change)
3399 !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
3400 !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
3401 !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
3402 !> win32/config.gc win32/config.vc win32/config_H.bc
3403 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
3404 ____________________________________________________________________________
3405 [ 1065] By: gsar on 1998/05/30 21:13:06
3406 Log: change#1060 was inexplicably missing some of the "ensure
3407 AS stuff does no harm" fixes
3409 ! embed.h global.sym win32/Makefile win32/makefile.mk
3410 ____________________________________________________________________________
3411 [ 1064] By: gsar on 1998/05/30 21:10:27
3412 Log: integrate mainline to pick up trivial changes
3414 !> MANIFEST pp_sys.c
3420 ____________________________________________________________________________
3421 [ 1063] By: mbeattie on 1998/05/29 15:19:55
3422 Log: Remove duplicate win32/TEST line from MANIFEST.
3425 ____________________________________________________________________________
3426 [ 1062] By: mbeattie on 1998/05/29 15:18:33
3427 Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
3430 ____________________________________________________________________________
3431 [ 1061] By: mbeattie on 1998/05/29 12:02:17
3432 Log: Integrate from win32 branch into mainline (this now pulls in the
3435 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
3436 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
3437 +> t/lib/h2ph.t win32/GenCAPI.pl
3438 !> (integrate 104 files)
3439 ____________________________________________________________________________
3440 [ 1060] By: gsar on 1998/05/29 11:05:50
3441 Log: reverse integrate asperl branch contents (phew!)
3442 - various fixups to ensure AS stuff does no harm
3443 - adjust win32/makefiles for the new directory layout (new layout
3444 looks rather a muddle--needs rework)
3445 - verified build & test on NT and Solaris/gcc
3447 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
3448 +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
3449 ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
3450 ! win32/config.bc win32/config.gc win32/config.vc
3451 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3453 !> (integrate 77 files)
3454 ____________________________________________________________________________
3455 [ 1059] By: gsar on 1998/05/29 08:33:56
3456 Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
3459 ____________________________________________________________________________
3460 [ 1058] By: gsar on 1998/05/29 08:31:09
3461 Log: type xtext for *.t that were missing it
3463 ! t/lib/thread.t t/op/nothread.t
3464 ____________________________________________________________________________
3465 [ 1057] By: gsar on 1998/05/29 08:28:46
3466 Log: stray t/op/ipc*.t fixups
3468 ! t/op/ipcmsg.t t/op/ipcsem.t
3469 ____________________________________________________________________________
3470 [ 1056] By: gsar on 1998/05/29 07:41:49
3471 Log: fixups to make it build and pass tests under both compilers
3473 ! ObjXSub.h objpp.h proto.h
3474 ____________________________________________________________________________
3475 [ 1055] By: gsar on 1998/05/29 07:22:51
3476 Log: integrate mainline changes
3478 +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3479 !> (integrate 69 files)
3481 ! Todo.5.005 pod/perldelta.pod
3482 ____________________________________________________________________________
3483 [ 1054] By: gsar on 1998/05/29 05:04:03
3484 Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
3487 ____________________________________________________________________________
3488 [ 1053] By: gsar on 1998/05/29 05:01:54
3490 - remove code that works around lack of I_STDARG (we're a happy ANSI family)
3491 - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
3493 ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
3494 ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
3495 ! x2p/util.c x2p/util.h
3496 ____________________________________________________________________________
3497 [ 1052] By: gsar on 1998/05/29 02:31:44
3498 Log: merge changes#1014,1038 from maintbranch
3500 + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3501 ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
3502 ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
3503 ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
3504 ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
3505 ! t/io/pipe.t utils/h2ph.PL
3506 ____________________________________________________________________________
3507 [ 1051] By: gsar on 1998/05/29 01:38:51
3508 Log: regenerate win32/config_H.?c
3510 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3511 ____________________________________________________________________________
3512 [ 1050] By: gsar on 1998/05/29 01:32:41
3513 Log: integrate mainline
3515 ! win32/Makefile win32/makefile.mk
3516 !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
3517 !> Porting/config_H Porting/patching.pod config_h.SH doio.c
3518 !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
3519 !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
3520 !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
3521 !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
3522 ____________________________________________________________________________
3523 [ 1049] By: gsar on 1998/05/29 00:57:05
3524 Log: fix various shenanigans with C<environ>, BC and VC builds now pass
3527 ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
3528 ! win32/win32.h win32/win32iop.h
3529 ____________________________________________________________________________
3530 [ 1048] By: mbeattie on 1998/05/28 18:07:24
3531 Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
3532 in change 1043 clashed badly with changes made in the win32
3533 branch. I did an accept on the win32 branch version for now.
3536 !> (integrate 52 files)
3537 ____________________________________________________________________________
3538 [ 1047] By: mbeattie on 1998/05/28 17:59:18
3539 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3540 Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
3541 Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
3542 Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing
3543 Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
3545 ! Configure MANIFEST Porting/Glossary Porting/config.sh
3546 ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
3547 ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
3548 ! win32/config.bc win32/config.gc win32/config.vc
3549 ____________________________________________________________________________
3550 [ 1046] By: mbeattie on 1998/05/28 17:55:48
3551 Log: Back out change 1043 since Andy's forthcoming Config patch
3552 includes a modified version.
3554 ! Configure config_h.SH doio.c perl.h
3555 ____________________________________________________________________________
3556 [ 1045] By: mbeattie on 1998/05/28 17:52:40
3557 Log: Bump patchlevel.h to 66.
3560 ____________________________________________________________________________
3561 [ 1044] By: mbeattie on 1998/05/28 17:51:49
3562 Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
3563 Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
3564 Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
3565 (above minus the t/system.t test pending checking)
3566 Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
3567 Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
3568 Subject: [PATCH] _65 and _04 <DOC> patching.pod
3569 Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
3571 ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
3572 ____________________________________________________________________________
3573 [ 1043] By: mbeattie on 1998/05/28 17:42:21
3574 Log: This change really is:
3575 Subject: [PATCH] 5.004_65: the infamous semctl()
3576 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
3577 From: Jarkko Hietaniemi <jhi@iki.fi>
3579 Change 1041 claimed to be this patch but was really:
3580 Subject: [PATCH] 5.004_65: t/op/ipc*.t
3581 Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
3582 From: Jarkko Hietaniemi <jhi@iki.fi>
3584 ! Configure config_h.SH doio.c perl.h
3585 ____________________________________________________________________________
3586 [ 1042] By: mbeattie on 1998/05/28 17:36:57
3587 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3588 Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
3589 Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
3590 Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
3591 Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
3593 ! Configure INSTALL Porting/Glossary Porting/config.sh
3594 ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
3595 ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
3596 ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
3597 ____________________________________________________________________________
3598 [ 1041] By: mbeattie on 1998/05/28 17:34:26
3599 Log: Subject: [PATCH] 5.004_65: the infamous semctl()
3600 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
3601 From: Jarkko Hietaniemi <jhi@iki.fi>
3603 ! t/op/ipcmsg.t t/op/ipcsem.t
3604 ____________________________________________________________________________
3605 [ 1040] By: gsar on 1998/05/28 02:06:47
3606 Log: tweaks to enable Borland build
3608 ! win32/makefile.mk win32/win32.c
3609 ____________________________________________________________________________
3610 [ 1039] By: gsar on 1998/05/27 23:29:22
3611 Log: remove C<#define index strchr> from win32.h (unused, and the
3612 pollution causes spurious variable name changes in extensions)
3615 ____________________________________________________________________________
3616 [ 1038] By: TimBunce on 1998/05/27 17:29:15
3617 Log: Assorted patches:
3619 ------ BUILD PROCESS ------
3621 Title: "add utilities to make test dependencies"
3622 From: Robin Barker <rmb1@cise.npl.co.uk>
3623 Msg-ID: <2607.9805211303@tempest.cise.npl.co.uk>
3626 Title: "Add 'make nok' complement to 'make ok'"
3627 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3628 Msg-ID: <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
3631 Title: "further h2ph patches (add enum support)"
3632 From: Billy <wdconsta@cs.adelaide.edu.au>
3633 Msg-ID: <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
3634 Files: MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3636 ------ CORE LANGUAGE ------
3638 Title: "Fix %! error spelling and add perldiag.pod entry"
3639 From: Graham Barr <gbarr@pobox.com>, Tim Bunce
3640 Msg-ID: <19980524193101.A573@pobox.com>
3641 Files: pod/perldiag.pod gv.c
3643 Title: "Remove obsolete Win32 uppercasing ENV code"
3644 From: Gurusamy Sarathy <gsar@engin.umich.edu>
3645 Msg-ID: <199805201510.LAA28676@aatma.engin.umich.edu>
3648 Title: "Don't mung $! on implicit close"
3649 From: Chip Salzenberg <chip@perl.org>
3650 Msg-ID: <19980525113309.A15845@perlsupport.com>
3653 Title: "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
3654 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3655 Msg-ID: <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
3658 ------ DOCUMENTATION ------
3660 Title: "doc patch: you canna return an array ( list context: || vs or)"
3661 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3662 Msg-ID: <oeeemxguf5h.fsf_-_@alpha.hut.fi>
3663 Files: pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
3665 Title: "doc patch: @ needs escaping in m/\Q\E/ environment"
3666 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3667 Msg-ID: <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
3668 Files: pod/perlop.pod pod/perlre.pod
3670 Title: "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
3671 with /g does list context get matches without parens"
3672 From: Greg Chapman <glc@well.com>, Tom Christiansen
3673 <tchrist@jhereg.perl.com>, Tom Phoenix
3674 <rootbeer@teleport.com>
3675 Msg-ID: <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
3676 <199805231559.JAA21316@jhereg.perl.com>,
3677 <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
3678 Files: pod/perlop.pod
3680 Title: "Documenting last/next/redo even further"
3681 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
3682 <rootbeer@teleport.com>
3683 Msg-ID: <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
3684 <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
3685 Files: pod/perlfunc.pod
3687 Title: "Documenting last/next/redo within continue block"
3688 From: Tom Phoenix <rootbeer@teleport.com>
3689 Msg-ID: <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
3690 Files: pod/perlfunc.pod
3692 Title: "Document stat return in scalar context"
3693 From: Mark-Jason Dominus <mjd@plover.com>
3694 Files: pod/perlfunc.pod
3696 ------ EXTENSIONS ------
3698 Title: "Better LD_RUN_PATH handling on IRIX"
3699 From: "W. Phillip Moore" <wpm@ms.com>
3700 Msg-ID: <199805212206.SAA07504@zappa.morgan.com>
3701 Files: lib/ExtUtils/MM_Unix.pm
3703 Title: "Dealing with <unistd.h> in POSIX and SunOS"
3704 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3705 Msg-ID: <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
3706 Files: ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
3708 ------ LIBRARY ------
3710 Title: "Fix FileHandle.pm example bug"
3711 From: Daniel Grisinger <dgris@perrin.dimensional.com>
3712 Msg-ID: <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
3713 Files: lib/FileHandle.pm
3715 Title: "Add zero/negative $count docs for Benchmark.pm"
3716 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3717 Msg-ID: <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
3718 Files: lib/Benchmark.pm
3720 ------ PORTABILITY - GENERAL ------
3722 Title: "Add test suite recommendations to Porting/patching.pod"
3723 From: Daniel Grisinger <dgris@perrin.dimensional.com>
3724 Msg-ID: <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
3725 Files: Porting/patching.pod
3729 Title: "Fix looping bug in t/io/pipe.t"
3730 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3731 Msg-ID: <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
3733 Branch: maint-5.004/perl
3734 ! MANIFEST Makefile.SH Porting/patching.pod doio.c
3735 ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
3736 ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
3737 ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
3738 ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
3739 ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
3741 ____________________________________________________________________________
3742 [ 1037] By: gsar on 1998/05/27 16:18:30
3743 Log: add AS patch#22 (fix to make die_exit.t pass)
3746 ____________________________________________________________________________
3747 [ 1036] By: gsar on 1998/05/27 12:50:34
3748 Log: add AS patch#21 (misc. fixes)
3750 ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
3751 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
3752 ! win32/win32.c win32/win32sck.c
3753 ____________________________________________________________________________
3754 [ 1035] By: gsar on 1998/05/26 17:26:17
3755 Log: more changes to satisfy non-debug VC build (C-API doesn't
3756 build, and the testsuite still won't run)
3758 ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
3759 ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
3760 ____________________________________________________________________________
3761 [ 1034] By: gsar on 1998/05/26 17:20:22
3762 Log: remove doubled hunk (perforce auto-integrate oddity)
3765 ____________________________________________________________________________
3766 [ 1033] By: gsar on 1998/05/26 13:39:14
3767 Log: tweaks to make it build with the Borland compiler. Won't run
3768 testsuite because @INC intuition from location of perlcore.dll seems
3769 to be broken. Also, system() and qx// seem broken as well.
3771 ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
3772 ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
3774 ____________________________________________________________________________
3775 [ 1032] By: gsar on 1998/05/24 23:13:05
3776 Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
3779 ____________________________________________________________________________
3780 [ 1031] By: gsar on 1998/05/24 05:36:44
3781 Log: tweak makefiles
3783 ! win32/Makefile win32/makefile.mk
3784 ____________________________________________________________________________
3785 [ 1030] By: gsar on 1998/05/23 18:58:23
3786 Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
3788 ! pp_sys.c t/op/die.t
3789 ____________________________________________________________________________
3790 [ 1029] By: gsar on 1998/05/23 18:55:13
3791 Log: merge change#1015 from maintbranch (must revisit 1014 later, is
3794 ! embed.h global.sym op.c pp.c proto.h sv.c
3795 ____________________________________________________________________________
3796 [ 1028] By: gsar on 1998/05/23 18:25:14
3797 Log: merge change#1013 from maintbranch (1012 is n/a)
3800 ____________________________________________________________________________
3801 [ 1027] By: gsar on 1998/05/23 18:02:21
3802 Log: merge change#1011 from maintbranch
3804 ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
3806 ____________________________________________________________________________
3807 [ 1026] By: nick on 1998/05/23 08:45:04
3808 Log: Ids of msgs and sems can be zero, so change || die to a defined() test
3810 ! t/op/ipcmsg.t t/op/ipcsem.t
3811 ____________________________________________________________________________
3812 [ 1025] By: nick on 1998/05/23 08:36:36
3813 Log: Resolve win32 into ansiperl
3816 !> (integrate 42 files)
3817 ____________________________________________________________________________
3818 [ 1024] By: gsar on 1998/05/21 21:11:12
3819 Log: more mingw32 tweaks
3821 ! ext/POSIX/POSIX.xs t/pragma/locale.t
3822 ____________________________________________________________________________
3823 [ 1023] By: gsar on 1998/05/21 19:15:02
3824 Log: fix problematic change#965 from maintbranch
3825 Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
3826 Date: Sat, 16 May 1998 17:45:22 EDT
3827 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3828 Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
3830 ! gv.c op.c t/comp/proto.t
3831 ____________________________________________________________________________
3832 [ 1022] By: gsar on 1998/05/21 01:37:04
3833 Log: fix POSIX for mingw32
3835 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
3836 ____________________________________________________________________________
3837 [ 1021] By: gsar on 1998/05/20 15:02:21
3838 Log: remove strupr() from perl.c
3841 ____________________________________________________________________________
3842 [ 1020] By: TimBunce on 1998/05/19 22:41:40
3843 Log: Title: "fix up descrepancy in h2ph test"
3845 Files: t/lib/h2ph.pht
3846 Branch: maint-5.004/perl
3848 ____________________________________________________________________________
3849 [ 1019] By: TimBunce on 1998/05/19 22:17:15
3850 Log: Title: "add a test to check return value from successful s/// (there was none!)"
3851 From: Gurusamy Sarathy <gsar@engin.umich.edu>
3852 Msg-ID: <199805161759.NAA12995@aatma.engin.umich.edu>