| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/cfgperl@4592
|
|
|
|
|
| |
(with a setback, see hpux.sh).
p4raw-id: //depot/cfgperl@4581
|
|
|
|
|
|
| |
move nv-preserving test out of perl.h into Configure;
use HAS_SETVBUF in IO.
p4raw-id: //depot/cfgperl@4560
|
|
|
| |
p4raw-id: //depot/cfgperl@4559
|
|
|
|
|
| |
continue 64-bit fixes.
p4raw-id: //depot/cfgperl@4552
|
|
|
|
|
| |
regen Configure.
p4raw-id: //depot/cfgperl@4548
|
|
|
| |
p4raw-id: //depot/cfgperl@4497
|
|
|
| |
p4raw-id: //depot/cfgperl@4495
|
|
|
|
|
| |
from perl.h and handy.h.
p4raw-id: //depot/cfgperl@4494
|
|
|
|
|
| |
add -DUSE_LONG_LONG to ccflags if not already there.
p4raw-id: //depot/cfgperl@4487
|
|
|
| |
p4raw-id: //depot/cfgperl@4483
|
|
|
| |
p4raw-id: //depot/cfgperl@4480
|
|
|
| |
p4raw-id: //depot/cfgperl@4472
|
|
|
| |
p4raw-id: //depot/cfgperl@4470
|
|
|
| |
p4raw-id: //depot/cfgperl@4465
|
|
|
| |
p4raw-id: //depot/cfgperl@4460
|
|
|
| |
p4raw-id: //depot/cfgperl@4459
|
|
|
| |
p4raw-id: //depot/cfgperl@4457
|
|
|
|
|
| |
e.g. not in Solaris, even when long doubles are.
p4raw-id: //depot/cfgperl@4411
|
|
|
|
|
|
| |
macros to be used when doing formatted printing:
IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
p4raw-id: //depot/cfgperl@4288
|
|
|
| |
p4raw-id: //depot/cfgperl@4284
|
|
|
| |
p4raw-id: //depot/cfgperl@4211
|
|
|
| |
p4raw-id: //depot/cfgperl@4205
|
|
|
| |
p4raw-id: //depot/cfgperl@4204
|
|
|
|
|
| |
deceased HAS.*DBM.*64 mumblings.
p4raw-id: //depot/cfgperl@4154
|
|
|
| |
p4raw-id: //depot/cfgperl@4153
|
|
|
| |
p4raw-id: //depot/cfgperl@4145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
| |
p4raw-id: //depot/cfgperl@3983
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/cfgperl@3980
|
|
|
| |
p4raw-id: //depot/cfgperl@3969
|
|
|
|
|
|
|
|
|
| |
remains, 32-bit platforms using long long in
the test t/pragma/utf8 subtests 1-3 fail.
(Update: change #3884 fixed that one.)
p4raw-link: @3884 (not found)
p4raw-id: //depot/cfgperl@3880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with -Duse64bits (using long long).
Tested in Solaris 2.6 sparc RH Linux 6.0 x86
(and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
'print unpack "q", pack "q", 12345678901'
should work on such 32-bit platforms.
Still a lot of printf()s behind -D which wrongly assume
that %ld/%lx and (long) are a good combination.
Introducing a slew of new macros intended to be used in printf()
format strings: e. g. PERL_PRId64 is the string to be used
when printing an IV, printf("%" PERL_PRId64 "\n", iv).
The PRI... naming follows the C9X naming of <inttypes.h> macros.
p4raw-id: //depot/cfgperl@3861
|
|
|
| |
p4raw-id: //depot/cfgperl@3835
|
|
|
| |
p4raw-id: //depot/cfgperl@3737
|
|
|
|
|
|
|
| |
while trying to do -Duse64bits (which I couldn't do
in the end because the CPU isn't 64-bit in that box,
but at least now the probing doesn't crash.)
p4raw-id: //depot/cfgperl@3731
|
|
|
|
|
|
|
|
|
|
|
| |
Perl itself and for extra-core extensions
(as used by ExtUtilss::embed::ldopts).
Based on the problems described in
To: perl5-porters@perl.org
Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
Reply-To: m.w.ellwood@rl.ac.uk
Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
p4raw-id: //depot/cfgperl@3720
|
|
|
|
|
| |
that addresses the notorious "Additional libraries" question.
p4raw-id: //depot/cfgperl@3597
|
|
|
| |
p4raw-id: //depot/cfgperl@3578
|
|
|
|
|
|
|
|
| |
To: Ron Seguin <rseguin@on.bell.ca>
Cc: Perl Porters <perl5-porters@perl.org>
Subject: [PATCH] Re: [ID 19990625.011] WHOA There
Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
p4raw-id: //depot/cfgperl@3574
|
|
|
| |
p4raw-id: //depot/perl@3518
|
|
|
|
|
|
|
| |
SysV shadow passwords.
p4raw-link: @3367 on //depot/perl: 8c0bfa080e85353d7675b8b2fb1a04c6cc60cd5f
p4raw-id: //depot/cfgperl@3502
|
|
|
| |
p4raw-id: //depot/cfgperl@3442
|
|
|
|
|
| |
(via private email).
p4raw-id: //depot/cfgperl@3437
|
|
|
| |
p4raw-id: //depot/cfgperl@3420
|
|
|
| |
p4raw-id: //depot/cfgperl@3410
|
|
|
| |
p4raw-id: //depot/cfgperl@3409
|
|
|
|
|
| |
p4raw-link: @3352 on //depot/perl: 45bc920620377d5a7720d3d562c48df1eb0c2e68
p4raw-id: //depot/cfgperl@3398
|
|
|
|
|
| |
p4raw-link: @3391 on //depot/perl: 1494e794755363d23b7bca66c4a024ccc839e963
p4raw-id: //depot/cfgperl@3394
|