Vishal Bhatia [Wed, 11 Aug 1999 01:43:28 +0000]
applied suggested patch with suitable test to detect MSVC
Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
Subject: compiler on win32
p4raw-id: //depot/perl@4095
Gurusamy Sarathy [Mon, 6 Sep 1999 20:16:58 +0000]
support bytecode and C backends in perlcc (patch suggested
by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
C backend the default; describe new switches in pod; introduce
PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
entries
p4raw-id: //depot/perl@4092
Gurusamy Sarathy [Mon, 6 Sep 1999 19:09:06 +0000]
propagate changed error text
p4raw-id: //depot/perl@4090
Gurusamy Sarathy [Mon, 6 Sep 1999 18:54:43 +0000]
sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
p4raw-id: //depot/perl@4089
Paul Marquess [Sun, 5 Sep 1999 15:11:08 +0000]
Another patch for Lexical Warnings
Message-ID: <
5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
p4raw-id: //depot/perl@4088
Ilya Zakharevich [Sun, 5 Sep 1999 06:07:42 +0000]
change#3612 is buggy when quotemeta argument matches target
(hope this is the last of the optimized-OP_SASSIGN bugs)
Message-Id: <
199909051007.GAA06423@monk.mps.ohio-state.edu>
Subject: Re: [BUG: quotemeta]
p4raw-link: @3612 on //depot/perl:
b162f9ead0a98db35cdcfc8c889e344c040c8d8e
p4raw-id: //depot/perl@4087
Gurusamy Sarathy [Mon, 6 Sep 1999 17:57:52 +0000]
misc tweaks
p4raw-id: //depot/perl@4086
Gurusamy Sarathy [Mon, 6 Sep 1999 03:54:23 +0000]
applied patch suggested by Hans Mulder to fix problems on
OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
when they ask for bincompat (platforms that used to default
to EMBEDMYMALLOC continue to do so); disable warnings.t#192
(appears unsalvageable on some platforms)
p4raw-id: //depot/perl@4085
Gurusamy Sarathy [Mon, 6 Sep 1999 00:10:40 +0000]
optional warning on join(/foo/...) (reworked suggested patch
by Mark-Jason Dominus <mjd@plover.com>)
p4raw-id: //depot/perl@4083
Gurusamy Sarathy [Sun, 5 Sep 1999 22:28:57 +0000]
fix data loss when more than one block is read from SDBM
*.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
p4raw-id: //depot/perl@4082
Gurusamy Sarathy [Sun, 5 Sep 1999 22:07:18 +0000]
initial implementation of lvalue subroutines (slightly fixed
version of patch suggested by Ilya Zakharevich, which in turn
is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
p4raw-id: //depot/perl@4081
John Nolan [Wed, 4 Aug 1999 20:21:10 +0000]
modified suggested patch to handle cross-refs and qr// objects
correctly; unfollowed refs are represented as simple string
value, not just the bare type; $VERSION stays the same until
it is ready for prime time (avoids CPAN confustication)
Message-Id: <
199908050021.UAA09693@monet.op.net>
Subject: [ID
19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
p4raw-id: //depot/perl@4078
Gurusamy Sarathy [Sat, 4 Sep 1999 20:21:59 +0000]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4076
Jarkko Hietaniemi [Sat, 4 Sep 1999 18:04:47 +0000]
use integer on the problematic subtest.
p4raw-id: //depot/cfgperl@4075
Jarkko Hietaniemi [Sat, 4 Sep 1999 17:57:40 +0000]
Warn about numconvert.t in case somebody
wants to make sv_2pv more 64-bit aware.
p4raw-id: //depot/cfgperl@4074
Jarkko Hietaniemi [Sat, 4 Sep 1999 17:54:51 +0000]
Comment upgrading: the quad situation isn't quite as
bad as it used to be.
p4raw-id: //depot/cfgperl@4073
Jarkko Hietaniemi [Sat, 4 Sep 1999 15:35:37 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4072
Robin Barker [Mon, 23 Aug 1999 16:41:11 +0000]
Fix LFS with -Duseperlio in Solaris. Reported in
To: perl5-porters@perl.org
Subject: [ID
19990823.009] [PATCH perl5.005_61] typo in perl.h
Message-Id: <
199908231541.QAA10043@tempest.npl.co.uk>
and later (in private email) found to be dependent
on useperlio.
Mental note: the cpp magic done in perlsdio.h (and assumedly
also in perlsfio.h) may cause trouble later with lfs because
both the perlio scheme by Perl and the lfs support by vendors
like to play cpp games to map the stdio namespace back and forth.
The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
just the beginning.
p4raw-id: //depot/cfgperl@4071
Jarkko Hietaniemi [Sat, 4 Sep 1999 13:12:14 +0000]
Enable 64-bit clean bit ops.
(Disables the t/op/misc.t substest 3 in 64-bit platforms.)
p4raw-id: //depot/cfgperl@4070
Jarkko Hietaniemi [Fri, 3 Sep 1999 21:17:30 +0000]
Turn on USE_64_BIT_OFFSETS implicitly.
p4raw-id: //depot/cfgperl@4069
Jarkko Hietaniemi [Fri, 3 Sep 1999 08:19:59 +0000]
Fix from Spider for the sub attributes (there was an undocumented
dependency between force_word() and skipspace()).
p4raw-id: //depot/cfgperl@4068
John Tobey [Mon, 23 Aug 1999 02:10:11 +0000]
Re: [PATCH 5.005_60] distclean forgot two
To: ilya@math.ohio-state.edu
CC: perl5-porters@perl.org
Message-Id: <m11InJ5-000FPCC@feynman.localnet>
p4raw-id: //depot/cfgperl@4067
Fifer, Eric [Fri, 20 Aug 1999 15:37:27 +0000]
[ID
19990821.001] [PATCH] perl5.005_60 cygwin port
To: perl5-porters@perl.org
Message-Id: <
8A160D637356D311BC4300600849EC8122E217@POST>
p4raw-id: //depot/cfgperl@4066
Dominic Dunlop [Thu, 19 Aug 1999 09:48:03 +0000]
[ID
19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
To: perl5-porters@perl.org
(UNINSTALLED) [PATCH]
Message-Id: <v
03110709b3e165b51dda@[212.24.192.132]>
The PERL_POLLUTE_MALLOC part had to be manually applied.
p4raw-id: //depot/cfgperl@4065
Martin Lichtin [Wed, 1 Sep 1999 15:50:04 +0000]
Re: [ID
19990829.001] ExtUtils::Install.pm, minor umask problem
To: jhi@iki.fi
CC: perl5-porters@perl.org
Message-ID: <
37CD2F0C.944BFACE@bivio.com>
p4raw-id: //depot/cfgperl@4064
Jarkko Hietaniemi [Wed, 1 Sep 1999 13:16:11 +0000]
Enhance lfs tests: check every seek and sysseek
and test also that -e and -f detect largefiles.
p4raw-id: //depot/cfgperl@4063
Colin Kuskie [Tue, 31 Aug 1999 11:24:31 +0000]
[REPATCH 5.005_61] Re: perldiag.pod omissions
To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
The Perl Porters Mailing List <perl5-porters@perl.org>
Message-ID: <Pine.GSO.4.10.
9908311055460.11290-100000@pdxult10a.cadence.com>
p4raw-id: //depot/cfgperl@4062
Ilya Zakharevich [Wed, 1 Sep 1999 02:56:06 +0000]
Re: [ID
19990830.005] Assigning value of an op on an SV to said SV
To: ilya@math.ohio-state.edu (Ilya Zakharevich)
Cc: perl5-porters@perl.org, cloos@adamsmith.ai
Message-Id: <
199909010656.CAA04478@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4061
Jarkko Hietaniemi [Wed, 1 Sep 1999 07:59:42 +0000]
IV_DIG and NV_DIG fixes.
p4raw-id: //depot/cfgperl@4060
Jarkko Hietaniemi [Tue, 31 Aug 1999 14:47:18 +0000]
\C{} -> \N{} residue.
p4raw-id: //depot/cfgperl@4059
Jarkko Hietaniemi [Tue, 31 Aug 1999 08:57:35 +0000]
For some odd reason #4056 didn't undo #3922 completely.
p4raw-id: //depot/cfgperl@4058
Gurusamy Sarathy [Mon, 30 Aug 1999 22:08:19 +0000]
avoid hiding child process window
p4raw-id: //depot/perl@4057
Jarkko Hietaniemi [Mon, 30 Aug 1999 21:36:24 +0000]
Retract #3922 (Rule #1 was invoked).
(See also #4058).
p4raw-id: //depot/cfgperl@4056
Jarkko Hietaniemi [Mon, 30 Aug 1999 21:20:50 +0000]
Document the undefinedness of overshifting.
p4raw-id: //depot/cfgperl@4055
Jarkko Hietaniemi [Mon, 30 Aug 1999 20:18:18 +0000]
History fixes and updates.
p4raw-id: //depot/cfgperl@4054
Johan Vromans [Mon, 30 Aug 1999 16:10:10 +0000]
Shell quoting thinko broke installdirs.
To: perl5-porters@perl.org
Subject: [ID
19990830.001] 5.005_61 Configure does not substitute
installprefix
Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
p4raw-id: //depot/cfgperl@4053
Ilya Zakharevich [Sun, 29 Aug 1999 16:46:53 +0000]
Use \N{named characters} instead of \C.
To: jhi@iki.fi
Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
perl5-porters@perl.org (Mailing list Perl5)
Subject: Re: [PATCH 5.005_58] Named characters in Perl
Message-Id: <
199908292046.QAA05510@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4052
Spider Boardman [Sun, 29 Aug 1999 19:04:53 +0000]
[ID
19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
To: perl5-porters@perl.org
don't mix
Message-Id: <
199908292304.TAA13738@Orb.Nashua.NH.US>
p4raw-id: //depot/cfgperl@4051
Jarkko Hietaniemi [Sun, 29 Aug 1999 16:38:58 +0000]
Conditionally socksify the LIBS of Socket.
p4raw-id: //depot/cfgperl@4050
Ilya Zakharevich [Wed, 25 Aug 1999 16:19:58 +0000]
Re: [PATCH 5.005_60] fix @DB::typeahead
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <
19990825161958.A4658@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4049
Stephen McCamant [Wed, 25 Aug 1999 23:22:32 +0000]
Lost arguments to simplified sort
To: perl5-porters@perl.org
Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
p4raw-id: //depot/cfgperl@4048
Olaf Flebbe [Fri, 27 Aug 1999 21:50:41 +0000]
Sender: owner-perl5-porters@perl.org
To: perl5-porters@perl.org
Subject: [ID
19990827.003] [PATCH]5.005_60 Patch for EPOC Support
p4raw-id: //depot/cfgperl@4047
Peter Prymmer [Fri, 27 Aug 1999 18:51:04 +0000]
an EBCDIC friendly cgi-html.t test
To: perl5-porters@perl.org
Message-Id: <
9908280151.AA05010@forte.com>
p4raw-id: //depot/cfgperl@4046
Robin Barker [Tue, 24 Aug 1999 11:09:24 +0000]
Fix scalar gmtime (and localtime) in quad environments,
bug reported by Robin Barker.
To: jhi@iki.fi
Cc: perl5-porters@perl.org
Subject: Re: [ID
19990823.009] [PATCH perl5.005_61] typo in perl.h
Message-Id: <
199908241009.LAA24394@tempest.npl.co.uk>
p4raw-id: //depot/cfgperl@4045
Ilya Zakharevich [Fri, 27 Aug 1999 03:33:01 +0000]
Speeding up XSUB calls up to 66%
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <
199908270733.DAA16927@monk.mps.ohio-state.edu>
Addendum: it's "only" 33% speedup.
p4raw-id: //depot/cfgperl@4044
Spider Boardman [Sun, 29 Aug 1999 03:02:11 +0000]
sub : attrlist
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-Id: <
199908290702.DAA32191@Orb.Nashua.NH.US>
p4raw-id: //depot/cfgperl@4043
Jarkko Hietaniemi [Sun, 29 Aug 1999 11:08:50 +0000]
Turn off gcc-2.95's strict-alias optimization.
This, of course, should be only temporary.
From Andy Dougherty.
p4raw-id: //depot/cfgperl@4042
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:47:30 +0000]
Fix a typo in #4036.
p4raw-id: //depot/cfgperl@4041
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:34:58 +0000]
Add a missing #endif forgotten by #4035.
p4raw-id: //depot/cfgperl@4040
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:31:19 +0000]
Remove an extra #endif introduced by #4036.
p4raw-id: //depot/cfgperl@4039
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:18:59 +0000]
Rename warning to warnings, from Paul Marquess.
p4raw-id: //depot/cfgperl@4038
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:08:47 +0000]
Create the equivalence tables based on
the real Unicode decomposition, not on
the character name.
p4raw-id: //depot/cfgperl@4037
Jarkko Hietaniemi [Sun, 29 Aug 1999 09:29:08 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4036
Jarkko Hietaniemi [Sun, 29 Aug 1999 08:56:15 +0000]
Implement 64-bit vec().
p4raw-id: //depot/cfgperl@4035
Gurusamy Sarathy [Sun, 29 Aug 1999 03:35:18 +0000]
deadcode removal
p4raw-id: //depot/perl@4034
Robin Barker [Mon, 23 Aug 1999 16:41:11 +0000]
[ID
19990823.009] [PATCH perl5.005_61] typo in perl.h
To: perl5-porters@perl.org
Message-Id: <
199908231541.QAA10043@tempest.npl.co.uk>
p4raw-id: //depot/cfgperl@4033
Gurusamy Sarathy [Thu, 26 Aug 1999 23:53:33 +0000]
new thread should set current interp in TLS
p4raw-id: //depot/perl@4032
Gurusamy Sarathy [Fri, 20 Aug 1999 22:19:56 +0000]
update Changes
p4raw-id: //depot/perl@4016
Gurusamy Sarathy [Fri, 20 Aug 1999 22:17:41 +0000]
perl_free() should use PerlMem_free()
p4raw-id: //depot/perl@4015
Gurusamy Sarathy [Fri, 20 Aug 1999 22:10:46 +0000]
win32 tweaks
p4raw-id: //depot/perl@4014
Gurusamy Sarathy [Fri, 20 Aug 1999 22:09:56 +0000]
DEBUG_m() adjusted to internalize dTHX
p4raw-id: //depot/perl@4013
Gurusamy Sarathy [Fri, 20 Aug 1999 17:51:06 +0000]
make autogenerated files writable
p4raw-id: //depot/perl@4012
Gurusamy Sarathy [Fri, 20 Aug 1999 17:43:47 +0000]
update Changes
p4raw-id: //depot/perl@4011
Gurusamy Sarathy [Fri, 20 Aug 1999 17:21:53 +0000]
up patchlevel &c
p4raw-id: //depot/perl@4010
Gurusamy Sarathy [Fri, 20 Aug 1999 16:46:26 +0000]
add missing Is/Syl*.pl files
p4raw-id: //depot/perl@4009
Gurusamy Sarathy [Fri, 20 Aug 1999 16:31:02 +0000]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4008
Gurusamy Sarathy [Fri, 20 Aug 1999 15:24:08 +0000]
support USE_THREADS+MULTIPLICITY; source compat tweaks for
USE_THREADS and MULTIPLICITY; minor pod adjustments
p4raw-id: //depot/perl@4007
Jarkko Hietaniemi [Thu, 19 Aug 1999 19:01:41 +0000]
Tighten the vec() code so that naughty BITS cause an error.
p4raw-id: //depot/cfgperl@4006
Jarkko Hietaniemi [Thu, 19 Aug 1999 15:55:09 +0000]
Don't document ill-defined vec() bits cases
(for which the code doesn't work right in any case)
p4raw-id: //depot/cfgperl@4005
Jarkko Hietaniemi [Thu, 19 Aug 1999 12:49:41 +0000]
Removed duplicated code (in pp.c and mg.c) by introducing
do_vecget(). NOTE: the calling convention of do_vecset()
changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
in pp_vec() is no more multiplied by `size' in pp_vec(),
the multiplication is now done in do_vecset().
Also fix a cpp thinko in change #4002.
p4raw-link: @4002 on //depot/cfgperl:
24db6c0d56fddf85ee587fc1cb1dbce678fa6a8c
p4raw-id: //depot/cfgperl@4004
Jarkko Hietaniemi [Wed, 18 Aug 1999 08:27:22 +0000]
Warn about small spherical distances.
p4raw-id: //depot/cfgperl@4003
Jarkko Hietaniemi [Tue, 17 Aug 1999 09:11:51 +0000]
Enhance IV_FITS_IN_IV (though it's still unused).
p4raw-id: //depot/cfgperl@4002
Andreas König [Tue, 17 Aug 1999 08:21:12 +0000]
overload.pm str/num confu
Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
p4raw-id: //depot/cfgperl@4001
Randal L. Schwartz [Mon, 16 Aug 1999 14:24:28 +0000]
[ID
19990816.006] small patch to perlobj.pod from 5.005_03
To: perl5-porters@perl.org
Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
p4raw-id: //depot/cfgperl@4000
Jarkko Hietaniemi [Mon, 16 Aug 1999 19:49:09 +0000]
Integrate with Nick.
p4raw-id: //depot/cfgperl@3999
Larry W. Virden [Tue, 3 Aug 1999 15:35:06 +0000]
Fix most of the pod2man moanings reported in
To: perl5-porters@perl.org
Subject: [ID
19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
(UNINSTALLED)
Message-Id: <
199908031935.PAA27692@cas.org>
Configure regen'ed.
p4raw-id: //depot/cfgperl@3998
Jarkko Hietaniemi [Mon, 16 Aug 1999 19:20:37 +0000]
A fix of sorts for the flush-before-dup scenario.
p4raw-id: //depot/cfgperl@3997
Jarkko Hietaniemi [Mon, 16 Aug 1999 19:14:37 +0000]
More paranoia.
p4raw-id: //depot/cfgperl@3996
Jarkko Hietaniemi [Mon, 16 Aug 1999 18:55:35 +0000]
Batch of small 64-bit/long double/large file support tweaks:
- scan for LDBL_DIG
- from DBL_DIG and LDBL_DIG select NV_DIG
- introduce IVSIZE, UVSIZE, NVSIZE
- introduce IV_DIG
- remove stdio64
- AIX uses `oslevel` when others use `uname -r`
- already AIX 4.2 goes 64-bit
- in HP-UX require the 64-bit libc, just the directory isn't enough
- group ids are not NVs
- #undef USE_LONG_DOUBLE if long double is no better than double
- introduce NV_WITHIN_*() and IV_FITS_IN_IV
- mention large file support in perldelta
- introduce quad TOPpin' and POPpin'
- the svcat... buffer was tiny for printing quads in %b
- fix the multiplication test in 64bit.t
- try to make VMS to comply with all this removal and "introducal"
of symbols
p4raw-id: //depot/cfgperl@3995
Jarkko Hietaniemi [Mon, 16 Aug 1999 07:53:44 +0000]
More Configure/subconfigure.com syncing.
p4raw-id: //depot/cfgperl@3994
Jarkko Hietaniemi [Sat, 14 Aug 1999 22:09:26 +0000]
Remove from VMS what the change #3982 took away from Configure lands.
p4raw-link: @3982 on //depot/metaconfig:
ad9d3b19dcfc4d9ee9bdd95d8dd54024d8a1d42con //depot/cfgperl: d9b3e12dc6d5d94bcf6692f9359e377c8a7dcdd6
p4raw-id: //depot/cfgperl@3993
Jarkko Hietaniemi [Sat, 14 Aug 1999 13:29:13 +0000]
Small test tweaks.
p4raw-id: //depot/cfgperl@3992
Jarkko Hietaniemi [Sat, 14 Aug 1999 13:08:41 +0000]
Augment filesize limit note.
p4raw-id: //depot/cfgperl@3991
Jarkko Hietaniemi [Sat, 14 Aug 1999 13:06:12 +0000]
Note about filesize limits.
p4raw-id: //depot/cfgperl@3990
Jarkko Hietaniemi [Sat, 14 Aug 1999 11:31:58 +0000]
Catch the case of filesize limits.
p4raw-id: //depot/cfgperl@3989
Nick Ing-Simmons [Sat, 14 Aug 1999 09:20:58 +0000]
New lightweight Carp has a require. If Carp is used in a __DIE__ handler
this causes a POPSTACK panic. The problem seems to be that although
die_where() has unwound the tail of perl_vdie() top_env setjmp has been
set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
call_sv() avoids this. So invent a new G_NOCATCH flag to disable
messing with CATCH_SET() in call_sv, use it in perl_vdie().
Add test to op/eval.t which will fail (panic) if bug comes back.
>>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
p4raw-id: //depot/perl@3988
Craig A. Berry [Fri, 13 Aug 1999 17:42:47 +0000]
fix MM_VMS.pm for space-delimited lists
To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
Message-Id: <v
04210105b3da3ed9599d@[172.16.246.133]>
p4raw-id: //depot/cfgperl@3987
Jarkko Hietaniemi [Fri, 13 Aug 1999 23:56:44 +0000]
Don't quit before printing out the message.
p4raw-id: //depot/cfgperl@3986
Jarkko Hietaniemi [Fri, 13 Aug 1999 23:35:49 +0000]
Remove more t/ trash on target "clean".
p4raw-id: //depot/cfgperl@3985
Jarkko Hietaniemi [Fri, 13 Aug 1999 23:02:53 +0000]
Avoid double long double.
p4raw-id: //depot/cfgperl@3984
Jarkko Hietaniemi [Fri, 13 Aug 1999 22:59:56 +0000]
BYTEORDER fix.
p4raw-id: //depot/cfgperl@3983
Jarkko Hietaniemi [Fri, 13 Aug 1999 22:48:40 +0000]
Jumbo Configure and large file support update.
Remove a lot of unneeded 64-bitness cruft;
re-introduce BYTEORDER; update 64-bitness hints;
lfs should now work in Solaris; long doubles in AIX.
p4raw-id: //depot/cfgperl@3982
Jarkko Hietaniemi [Fri, 13 Aug 1999 15:11:51 +0000]
Retract change #3977 (do_open9() adds O_LARGEFILE automagically).
p4raw-link: @3977 on //depot/cfgperl:
a015af24b2d0b1531a3fb6be319dee296ef92ba5
p4raw-id: //depot/cfgperl@3981
Jarkko Hietaniemi [Fri, 13 Aug 1999 15:09:11 +0000]
Introduce HAS_LLSEEK.
p4raw-id: //depot/cfgperl@3980
Dan Sugalski [Fri, 13 Aug 1999 09:00:42 +0000]
fix up VMS->unix filename translation a bit
To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
sarathy@activestate.com
Message-ID: <Pine.LNX.4.10.
9908130849390.3950-100000@tuatha.sidhe.org>
p4raw-id: //depot/cfgperl@3979
Jarkko Hietaniemi [Fri, 13 Aug 1999 09:56:46 +0000]
Make the 64-bit tests more paranoid.
p4raw-id: //depot/cfgperl@3978
Jarkko Hietaniemi [Fri, 13 Aug 1999 09:56:25 +0000]
Use O_LARGEFILE if available.
p4raw-id: //depot/cfgperl@3977
Jarkko Hietaniemi [Thu, 12 Aug 1999 21:49:16 +0000]
IRIX64 needs more -mabi=64 with gcc.
p4raw-id: //depot/cfgperl@3976
Jarkko Hietaniemi [Thu, 12 Aug 1999 21:02:03 +0000]
Reincarnate change #3967, now in more modest form.
p4raw-link: @3967 on //depot/cfgperl:
389b72ffba57effeed96b76240b691bbd83408f7
p4raw-id: //depot/cfgperl@3975
Jarkko Hietaniemi [Thu, 12 Aug 1999 20:49:36 +0000]
Remove rt from libswanted (I added it many moons ago
when I thought it would be useful in Digital UNIX,
I was wrong); undo the recent IRIX hints changes,
getting rid of one warning brought new ones.
p4raw-id: //depot/cfgperl@3974