Jarkko Hietaniemi [Tue, 29 Feb 2000 00:53:51 +0000]
Undo the sv_2pv() change of #5329, caused numconvert.t
problems in IRIX 32-n32.
p4raw-id: //depot/cfgperl@5336
Jarkko Hietaniemi [Tue, 29 Feb 2000 00:22:37 +0000]
Fixes for building on HP-UX using gcc from Daniel S. Lewart.
p4raw-id: //depot/cfgperl@5335
Jarkko Hietaniemi [Mon, 28 Feb 2000 23:59:59 +0000]
Do not cast pointers into I32s.
p4raw-id: //depot/cfgperl@5334
Jarkko Hietaniemi [Mon, 28 Feb 2000 23:39:26 +0000]
More AIX fixes from Steven Hirsch.
p4raw-id: //depot/cfgperl@5333
Jarkko Hietaniemi [Mon, 28 Feb 2000 22:45:59 +0000]
Detypo.
p4raw-id: //depot/cfgperl@5332
Jarkko Hietaniemi [Mon, 28 Feb 2000 22:23:36 +0000]
Regularize the call-back units (and fix a bug in #5330).
p4raw-id: //depot/cfgperl@5331
Jarkko Hietaniemi [Mon, 28 Feb 2000 21:50:28 +0000]
Don't be overeager to turn on 64-bitallness.
p4raw-id: //depot/cfgperl@5330
Jarkko Hietaniemi [Mon, 28 Feb 2000 20:32:53 +0000]
Lift the 32-bit straightjacket from bit ops;
prefer IV/UV over NV in sv_2pv().
p4raw-id: //depot/cfgperl@5329
Jarkko Hietaniemi [Mon, 28 Feb 2000 20:11:59 +0000]
Do not add -Ae for gcc.
p4raw-id: //depot/cfgperl@5328
Jarkko Hietaniemi [Mon, 28 Feb 2000 17:35:39 +0000]
Use the vendor file(1).
p4raw-id: //depot/cfgperl@5327
Jarkko Hietaniemi [Mon, 28 Feb 2000 17:31:19 +0000]
Put back madvise lost because of a typo.
p4raw-id: //depot/cfgperl@5326
Jarkko Hietaniemi [Mon, 28 Feb 2000 16:44:32 +0000]
Tweak HP-UX libraries.
p4raw-id: //depot/cfgperl@5325
Jarkko Hietaniemi [Mon, 28 Feb 2000 16:37:43 +0000]
Don't be overeager to turn on largefileness.
p4raw-id: //depot/cfgperl@5324
Jarkko Hietaniemi [Mon, 28 Feb 2000 16:23:15 +0000]
AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
The patch to File/Glob/Makefile.PL is inconvenient but at the
moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
off the optimization ($self->{OPTIMIZE} = '') doesn't work,
the file is processed by MakeMaker but OPTIMIZE ends up as -O
in the resulting Makefile. A MakeMaker bug?
p4raw-id: //depot/cfgperl@5323
Jarkko Hietaniemi [Mon, 28 Feb 2000 16:17:33 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5322
Gurusamy Sarathy [Mon, 28 Feb 2000 10:13:03 +0000]
avoid warnings in legacy code (from David Dyck)
p4raw-id: //depot/perl@5321
Gurusamy Sarathy [Mon, 28 Feb 2000 10:11:37 +0000]
find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
p4raw-id: //depot/perl@5320
Gurusamy Sarathy [Mon, 28 Feb 2000 10:07:00 +0000]
fix outdated URLs (from Michael G Schwern)
p4raw-id: //depot/perl@5319
Gurusamy Sarathy [Mon, 28 Feb 2000 10:04:57 +0000]
update Changes, patchlevel etc.
p4raw-id: //depot/perl@5318
Gurusamy Sarathy [Mon, 28 Feb 2000 09:39:47 +0000]
make stringwise bitops work properly on utf8 strings
p4raw-id: //depot/perl@5317
Gurusamy Sarathy [Mon, 28 Feb 2000 07:04:22 +0000]
integrate cfgperl and vmsperl changes into mainline
p4raw-id: //depot/perl@5316
Jarkko Hietaniemi [Mon, 28 Feb 2000 06:31:08 +0000]
The search for static _s-suffixex libs was broken;
add -L/lib/pa20_64 only iff there.
p4raw-id: //depot/cfgperl@5315
Jarkko Hietaniemi [Mon, 28 Feb 2000 06:08:40 +0000]
Even better use64bitall logic.
p4raw-id: //depot/cfgperl@5314
Jarkko Hietaniemi [Mon, 28 Feb 2000 05:47:27 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5313
Jarkko Hietaniemi [Mon, 28 Feb 2000 05:09:31 +0000]
Ask about use64bitall regardless of whether use64bitint is defined.
p4raw-id: //depot/cfgperl@5312
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
Jarkko Hietaniemi [Mon, 28 Feb 2000 04:17:36 +0000]
The #5249 wasn't doing any good.
p4raw-id: //depot/cfgperl@5309
Charles Bailey [Mon, 28 Feb 2000 03:56:51 +0000]
Repair typo -- conjunction of variable with text
p4raw-id: //depot/vmsperl@5308
Jarkko Hietaniemi [Mon, 28 Feb 2000 03:46:14 +0000]
A less ambitious version of #5292.
p4raw-id: //depot/cfgperl@5307
Charles Bailey [Mon, 28 Feb 2000 03:42:38 +0000]
Defer inclusion of VMS-specific code to runtime
p4raw-id: //depot/vmsperl@5306
Jarkko Hietaniemi [Mon, 28 Feb 2000 03:41:48 +0000]
The #5292 was Not So Good Idea.
p4raw-id: //depot/cfgperl@5305
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
Jarkko Hietaniemi [Sun, 27 Feb 2000 23:18:40 +0000]
Version number update.
p4raw-id: //depot/cfgperl@5295
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
Jarkko Hietaniemi [Sun, 27 Feb 2000 21:49:25 +0000]
proto.h was mssing from the list of generated files;
added rules to generate any single wanted file
(a bunch of other files may also be generated
at the same time, as before)
p4raw-id: //depot/cfgperl@5292
Jarkko Hietaniemi [Sun, 27 Feb 2000 18:57:12 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5291
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