Charles Bailey [Thu, 2 Mar 2000 03:39:46 +0000]
Warn but continue installing when file missing (Dan Sugalski)
p4raw-id: //depot/vmsperl@5416
Charles Bailey [Mon, 28 Feb 2000 05:05:56 +0000]
Integrate mainline
p4raw-id: //depot/vmsperl@5311
Charles Bailey [Mon, 28 Feb 2000 04:36:20 +0000]
Revert File::Spec::Unix functions and keep VMS versions VMS-specific
p4raw-id: //depot/vmsperl@5310
Charles Bailey [Mon, 28 Feb 2000 03:56:51 +0000]
Repair typo -- conjunction of variable with text
p4raw-id: //depot/vmsperl@5308
Charles Bailey [Mon, 28 Feb 2000 03:42:38 +0000]
Defer inclusion of VMS-specific code to runtime
p4raw-id: //depot/vmsperl@5306
Charles Bailey [Mon, 28 Feb 2000 02:57:14 +0000]
Minor test updates to accomodate new subprocess invocation
p4raw-id: //depot/vmsperl@5304
Charles Bailey [Mon, 28 Feb 2000 02:52:47 +0000]
Missed bit of #5302 (case-sensitive symbols)
p4raw-id: //depot/vmsperl@5303
Charles Bailey [Mon, 28 Feb 2000 02:51:00 +0000]
Support case-sensitive symbols usage in linker
p4raw-id: //depot/vmsperl@5302
Charles Bailey [Mon, 28 Feb 2000 02:46:47 +0000]
Free $PARSE context after lookups
p4raw-id: //depot/vmsperl@5301
Charles Bailey [Mon, 28 Feb 2000 02:43:56 +0000]
Don't wait for subprocess to read final EOF
p4raw-id: //depot/vmsperl@5300
Charles Bailey [Mon, 28 Feb 2000 00:44:45 +0000]
Dan Sugalski's config/build changes to .660
p4raw-id: //depot/vmsperl@5299
Charles Bailey [Mon, 28 Feb 2000 00:07:13 +0000]
When testing CGI.pm, use its notion of CRLF
p4raw-id: //depot/vmsperl@5298
Charles Bailey [Mon, 28 Feb 2000 00:00:08 +0000]
Quote command line args which need to be upper case
Tell subprocess we're finished before waiting for it
p4raw-id: //depot/vmsperl@5297
Gurusamy Sarathy [Mon, 28 Feb 2000 00:00:05 +0000]
m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
these insidious errors in File::Basename, File::Find and find2perl
(from Tom Christiansen)
TODO: many other modules need to be fixed as well!
p4raw-id: //depot/perl@5296
Gurusamy Sarathy [Sun, 27 Feb 2000 22:27:46 +0000]
typos in change#5293
p4raw-link: @5293 on //depot/perl:
479ba38336aaacaf3a7e00a4662d83e2dc833197
p4raw-id: //depot/perl@5294
Gurusamy Sarathy [Sun, 27 Feb 2000 21:57:40 +0000]
support fields::new() and fields::phash() to create pseudo-hash
objects and plain pseudo-hashes respectively (this avoids users
from having to diddle %FIELDS directly); update documentation to
suit (from original fields::phash() implementation by Peter
Scott <Peter@PSDT.com>)
p4raw-id: //depot/perl@5293
Gurusamy Sarathy [Sun, 27 Feb 2000 18:47:00 +0000]
integrate cfgperl and vmsperl contents into mainline
p4raw-id: //depot/perl@5290
Gurusamy Sarathy [Sun, 27 Feb 2000 18:09:04 +0000]
tweak change#5286 (we don't ever get to pp_glob() if we're using
the internal glob())
p4raw-link: @5286 on //depot/perl:
3a4b19e44cf4e74b7a6a58fed36ba3ca9cafc864
p4raw-id: //depot/perl@5289
Gurusamy Sarathy [Sun, 27 Feb 2000 17:12:41 +0000]
djgpp update (from Laszlo Molnar)
p4raw-id: //depot/perl@5288
Gurusamy Sarathy [Sun, 27 Feb 2000 16:58:53 +0000]
tweak comment about core glob()
p4raw-id: //depot/perl@5287
Gurusamy Sarathy [Sun, 27 Feb 2000 16:52:54 +0000]
remove outdated info about csh and glob(); glob() need not fail
when tainting anymore if using internal globbing
p4raw-id: //depot/perl@5286
Gurusamy Sarathy [Sun, 27 Feb 2000 16:20:31 +0000]
make readdir() respect IOf_UNTAINT flag (allows untainting of directory
handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
p4raw-id: //depot/perl@5285
Gurusamy Sarathy [Sun, 27 Feb 2000 14:31:24 +0000]
avoid compiler warnings (from Dan Sugalski)
p4raw-id: //depot/perl@5284
Gurusamy Sarathy [Sun, 27 Feb 2000 14:21:16 +0000]
propagate utf8ness in sv_setsv() (from Gisle Aas)
p4raw-id: //depot/perl@5283
Charles Bailey [Sun, 27 Feb 2000 05:07:08 +0000]
Impose security constraints on lnm lookup only if tainting
p4raw-id: //depot/vmsperl@5282
Charles Bailey [Sun, 27 Feb 2000 05:05:35 +0000]
Add new File::Spec::VMS methods
Don't add implicit device in VMS <-> Unix filespec translation
Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
p4raw-id: //depot/vmsperl@5281
Charles Bailey [Sun, 27 Feb 2000 04:58:01 +0000]
Accept filespecs as command verbs for subprocesses
p4raw-id: //depot/vmsperl@5280
Jarkko Hietaniemi [Sun, 27 Feb 2000 04:01:53 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5279
Charles Bailey [Sun, 27 Feb 2000 02:43:01 +0000]
Resync with mainline again
p4raw-id: //depot/vmsperl@5278
gomar@md.media-web.de [Wed, 23 Feb 2000 16:03:08 +0000]
Fix locale case-ignorant matching bug reported in
To: perl5-porters@perl.org
Subject: [ID
20000223.005]
Message-Id: <
20000223160308.1830.qmail@md.media-web.de>
p4raw-id: //depot/cfgperl@5277
Gurusamy Sarathy [Sat, 26 Feb 2000 18:18:16 +0000]
allow $fh->autoflush on globrefs, and thence autovivified filehandles
(from Tom Christiansen)
p4raw-id: //depot/perl@5276
Jarkko Hietaniemi [Sat, 26 Feb 2000 16:43:11 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5275
Gurusamy Sarathy [Sat, 26 Feb 2000 15:23:45 +0000]
rework binmode() entry in perlfunc (from Martien Verbruggen
<mgjv@comdyn.com.au>)
p4raw-id: //depot/perl@5274
Gurusamy Sarathy [Sat, 26 Feb 2000 15:04:54 +0000]
PodParser v1.11 update (from Brad Appleton)
p4raw-id: //depot/perl@5273
Gurusamy Sarathy [Sat, 26 Feb 2000 14:48:24 +0000]
add missing perl headers to perldepend action
p4raw-id: //depot/perl@5272
Gurusamy Sarathy [Sat, 26 Feb 2000 08:03:36 +0000]
VMS patch (from Peter Prymmer)
p4raw-id: //depot/perl@5271
Gurusamy Sarathy [Sat, 26 Feb 2000 07:46:35 +0000]
integrate vmsperl changes into mainline
p4raw-id: //depot/perl@5270
Charles Bailey [Sat, 26 Feb 2000 07:04:55 +0000]
Resync with mainline
p4raw-id: //depot/vmsperl@5269
Gurusamy Sarathy [Sat, 26 Feb 2000 06:50:04 +0000]
reintroduce useithreads (accidentally deleted in change#5261)
p4raw-link: @5261 on //depot/metaconfig:
4f000923e76d2d40ea30e293e243d0469d84cef8on //depot/cfgperl: 10cc9d2a36974e2e1175dbda57d8d05e2b0ce49e
p4raw-id: //depot/perl@5268
Gurusamy Sarathy [Sat, 26 Feb 2000 06:46:06 +0000]
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5266
Gurusamy Sarathy [Sat, 26 Feb 2000 06:31:10 +0000]
support for version vectors in UNIVERSAL::VERSION(), so that
C<use Foo v1.2.3> etc., work; tests for the same
TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
p4raw-id: //depot/perl@5265
Jarkko Hietaniemi [Sat, 26 Feb 2000 04:14:15 +0000]
Add libscheck for IRIX.
p4raw-id: //depot/cfgperl@5264
Jarkko Hietaniemi [Sat, 26 Feb 2000 03:40:47 +0000]
Add libscheck for Solaris.
p4raw-id: //depot/cfgperl@5263
Jarkko Hietaniemi [Sat, 26 Feb 2000 03:10:47 +0000]
Rhapsody/Darwin patches from Wilfredo Sanchez.
p4raw-id: //depot/cfgperl@5262
Jarkko Hietaniemi [Sat, 26 Feb 2000 02:48:23 +0000]
Rename use64bits to use64bitint;
rename usefull64bits to use64bitall.
p4raw-id: //depot/cfgperl@5261
Fifer, Eric [Fri, 25 Feb 2000 22:57:16 +0000]
cygwin port
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
Message-ID: <
779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
p4raw-id: //depot/cfgperl@5260
Jarkko Hietaniemi [Fri, 25 Feb 2000 22:53:51 +0000]
Configure nits; add socksizetype; add getfsstat for completeness;
add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
lands; regen Configure.
p4raw-id: //depot/cfgperl@5259
Jarkko Hietaniemi [Fri, 25 Feb 2000 21:04:17 +0000]
Further fixes to malloc.c prototypes from Dominic Dunlop.
p4raw-id: //depot/cfgperl@5258
Jarkko Hietaniemi [Fri, 25 Feb 2000 20:48:13 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5257
Gurusamy Sarathy [Fri, 25 Feb 2000 20:04:37 +0000]
fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
p4raw-id: //depot/perl@5256
Gurusamy Sarathy [Fri, 25 Feb 2000 19:23:58 +0000]
change#4849 wasn't restoring savestack correctly; make loops that have
continue blocks recognizable at run time
p4raw-link: @4849 on //depot/perl:
872465582bf743a066e1240f2c3e941735674827
p4raw-id: //depot/perl@5255
Jarkko Hietaniemi [Fri, 25 Feb 2000 06:00:01 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5254
Jarkko Hietaniemi [Fri, 25 Feb 2000 05:57:59 +0000]
Megalopatch for Configure: Andy's new installation schemes;
introduce usefull64bits, beautify and regularize the various
type probes; introduce d_lseekproto.
p4raw-id: //depot/cfgperl@5253
Gurusamy Sarathy [Fri, 25 Feb 2000 03:15:03 +0000]
update PodParser to v1.10 (from Brad Appleton)
p4raw-id: //depot/perl@5252
Gurusamy Sarathy [Fri, 25 Feb 2000 03:10:51 +0000]
make File::Find tests tolerate case-insensitive systems (from
Laszlo Molnar)
p4raw-id: //depot/perl@5251
Gurusamy Sarathy [Fri, 25 Feb 2000 01:50:04 +0000]
more Compiler tweaks for useithreads
p4raw-id: //depot/perl@5250
Jarkko Hietaniemi [Fri, 25 Feb 2000 00:17:53 +0000]
Remove NFS temp files and Configure temp C files.
p4raw-id: //depot/cfgperl@5249
Sean Davis [Thu, 24 Feb 2000 15:54:24 +0000]
In FreeBSD disable floating point exception handlers.
As the comment says, this should be done in the hints.
To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
cc: perl5-porters@perl.org
Subject: Re: [ID
20000216.004] apparent bug on freebsd systems when calculating large numbers
Message-ID: <Pine.LNX.4.04.
10002241552080.448-100000@dragon.ender.com>
p4raw-id: //depot/cfgperl@5248
Gisle Aas [Fri, 25 Feb 2000 00:24:53 +0000]
More UTF8_MAXLEN fixes
To: perl5-porters@perl.org
Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
p4raw-id: //depot/cfgperl@5247
Jarkko Hietaniemi [Thu, 24 Feb 2000 23:15:56 +0000]
The op/stat.t patch in #5341 wasn't robust enough,
it broke subtest 4 almost everywhere else.
p4raw-id: //depot/cfgperl@5246
Jarkko Hietaniemi [Thu, 24 Feb 2000 19:28:53 +0000]
More VMS patches from Peter Prymmer.
p4raw-id: //depot/cfgperl@5245
Jarkko Hietaniemi [Thu, 24 Feb 2000 19:26:33 +0000]
Largefileness in Solaris doesn't require long longs;
use64bits enhancements; introduce usefull64bits.
p4raw-id: //depot/cfgperl@5244
Jarkko Hietaniemi [Thu, 24 Feb 2000 18:40:25 +0000]
Tidy up the 64-bit (and socklen_t) type probing.
p4raw-id: //depot/cfgperl@5243
Jarkko Hietaniemi [Thu, 24 Feb 2000 18:09:49 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5242
Fifer, Eric [Thu, 24 Feb 2000 17:15:28 +0000]
cygwin port
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
Message-ID: <
779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
p4raw-id: //depot/cfgperl@5241
Jarkko Hietaniemi [Thu, 24 Feb 2000 17:53:12 +0000]
VMS patch from Peter Prymmer; use full_ar.
p4raw-id: //depot/cfgperl@5240
Jarkko Hietaniemi [Thu, 24 Feb 2000 17:46:45 +0000]
MPE/ix patches from Mark Bixby.
p4raw-id: //depot/cfgperl@5239
Lupe Christoph [Thu, 24 Feb 2000 11:54:50 +0000]
Get -lbind if available. Add pointer to perldelta.pod/64-bit
support to t/op/numconvert.t.
To: perl5-porters@perl.org
Subject: [ID
20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
Message-Id: <
200002241054.LAA06808@lupe-christoph.de>
p4raw-id: //depot/cfgperl@5238
Jarkko Hietaniemi [Thu, 24 Feb 2000 15:47:11 +0000]
Remove more cruft from IO.
p4raw-id: //depot/cfgperl@5237
Hugo van der Sanden [Thu, 24 Feb 2000 13:24:10 +0000]
double EXPORT_OK in h2xs
To: perl5-porters@perl.org
Message-Id: <
200002241324.NAA05900@crypt.compulink.co.uk>
p4raw-id: //depot/cfgperl@5236
js@ddre.dk [Thu, 24 Feb 2000 15:11:33 +0000]
Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
S_IROTH, S_IWOTH, S_IXOTH.
To: perl5-porters@perl.org
Subject: [ID
20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
Message-Id: <
2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
p4raw-id: //depot/cfgperl@5235
Gurusamy Sarathy [Thu, 24 Feb 2000 03:39:17 +0000]
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5234
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:31:38 +0000]
VMS patch from Peter Prymmer.
p4raw-id: //depot/cfgperl@5233
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:15:03 +0000]
Detypo fpos64_t test.
p4raw-id: //depot/cfgperl@5232
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:11:17 +0000]
miscut'n'paste in #5230.
p4raw-id: //depot/cfgperl@5231
Jarkko Hietaniemi [Thu, 24 Feb 2000 01:02:05 +0000]
The #5228 wasn't quite right + fix typos.
p4raw-id: //depot/cfgperl@5230
Jarkko Hietaniemi [Thu, 24 Feb 2000 00:40:01 +0000]
Depickify the compiler (about unused and set but not used variables)
p4raw-id: //depot/cfgperl@5229
Jarkko Hietaniemi [Thu, 24 Feb 2000 00:34:35 +0000]
Cosmetics.
p4raw-id: //depot/cfgperl@5228
Helmut Jarausch [Wed, 23 Feb 2000 10:55:08 +0000]
In IRIX <sys/mode.h> is something completely different.
To: perl5-porters@perl.org
Subject: [ID
20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
Message-Id: <
200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
p4raw-id: //depot/cfgperl@5227
Jarkko Hietaniemi [Wed, 23 Feb 2000 20:39:28 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5226
Dominic Dunlop [Wed, 23 Feb 2000 21:23:44 +0000]
[ID
20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
To: perl5-porters@perl.org
Cc: Gurusamy Sarathy <gsar@activestate.com>
Message-Id: <v
04220800b4d9f1bcee1a@[212.24.193.51]>
p4raw-id: //depot/cfgperl@5225
Dan Sugalski [Wed, 23 Feb 2000 15:14:27 +0000]
VMS build patches
To: perl5-porters@perl.org, vmsperl@perl.org
Message-Id: <4.3.0.
20000223151302.01efa560@24.8.96.48>
(the patch was mangled, had to be manually applied)
p4raw-id: //depot/cfgperl@5224
Dominic Dunlop [Wed, 23 Feb 2000 20:41:54 +0000]
[ID
20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
To: perl5-porters@perl.org
Cc: Andy Dougherty <doughera@lafayette.edu>,
Gurusamy Sarathy <gsar@activestate.com>
Message-Id: <v
04220800b4d9e48c51bb@[212.24.193.51]>
p4raw-id: //depot/cfgperl@5223
Jarkko Hietaniemi [Wed, 23 Feb 2000 18:02:39 +0000]
Remove &IO::EINPROGRESS now that IO uses Errno anyway
(suggested by Graham Barr).
p4raw-id: //depot/cfgperl@5222
Jarkko Hietaniemi [Wed, 23 Feb 2000 16:00:29 +0000]
Streamline #5218 even more.
p4raw-id: //depot/cfgperl@5221
Gurusamy Sarathy [Wed, 23 Feb 2000 09:10:43 +0000]
per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
C<use 5.6.0> work as well; underscores are now permitted in v-strings
p4raw-id: //depot/perl@5220
Jarkko Hietaniemi [Wed, 23 Feb 2000 04:24:54 +0000]
Streamline #5218.
p4raw-id: //depot/cfgperl@5219
Jarkko Hietaniemi [Wed, 23 Feb 2000 02:08:19 +0000]
Trying to connect to an already open socket may give EISCONN.
p4raw-id: //depot/cfgperl@5218
Jarkko Hietaniemi [Tue, 22 Feb 2000 23:54:51 +0000]
Fix prototype conflicts with POSIX.pm.
p4raw-id: //depot/cfgperl@5217
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:27:19 +0000]
See http://www.unicode.org/unicode/reports/tr15/
for in-depth description of the problem.
p4raw-id: //depot/cfgperl@5216
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:11:17 +0000]
Add uselongdouble, regroup the use* more logically.
p4raw-id: //depot/cfgperl@5215
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:04:43 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5214
Jarkko Hietaniemi [Tue, 22 Feb 2000 22:03:26 +0000]
Add socklen_t probe; Configure maintenance.
p4raw-id: //depot/cfgperl@5213
Gurusamy Sarathy [Tue, 22 Feb 2000 21:46:45 +0000]
make Perl's malloc work for allocations over 2GB (from Ilya
Zakharevich)
p4raw-id: //depot/perl@5212
Gurusamy Sarathy [Tue, 22 Feb 2000 19:51:47 +0000]
add -W and -X to -h output; fix other pod omissions
p4raw-id: //depot/perl@5211
Gurusamy Sarathy [Tue, 22 Feb 2000 19:51:13 +0000]
describe C<< ... >> in perlpod.pod (from Brad Appleton)
p4raw-id: //depot/perl@5210
Jarkko Hietaniemi [Tue, 22 Feb 2000 19:40:43 +0000]
The subtests 28 and 31 were wrong. Tightened also the similar
tests nearby.
p4raw-id: //depot/cfgperl@5209
Gurusamy Sarathy [Tue, 22 Feb 2000 19:13:44 +0000]
s/Activeware/ActiveState/
p4raw-id: //depot/perl@5208
Jarkko Hietaniemi [Tue, 22 Feb 2000 18:38:29 +0000]
Perl version nit spotted by Spider Boardman.
p4raw-id: //depot/cfgperl@5207
Gurusamy Sarathy [Tue, 22 Feb 2000 17:50:44 +0000]
change#5205 wasn't quite right; SvCUR() should be SvLEN()
p4raw-link: @5205 on //depot/perl:
499ccf8db2d9b5a221a309256faacdec1485973e
p4raw-id: //depot/perl@5206