summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-1615-143/+238
| | | | | | | | | | | | | | | | | | | | | - 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
* More Configure/subconfigure.com syncing.Jarkko Hietaniemi1999-08-161-0/+39
| | | p4raw-id: //depot/cfgperl@3994
* Remove from VMS what the change #3982 took away from Configure lands.Jarkko Hietaniemi1999-08-141-56/+0
| | | | | p4raw-link: @3982 on //depot/metaconfig: ad9d3b19dcfc4d9ee9bdd95d8dd54024d8a1d42con //depot/cfgperl: d9b3e12dc6d5d94bcf6692f9359e377c8a7dcdd6 p4raw-id: //depot/cfgperl@3993
* Small test tweaks.Jarkko Hietaniemi1999-08-143-1/+28
| | | p4raw-id: //depot/cfgperl@3992
* Augment filesize limit note.Jarkko Hietaniemi1999-08-141-1/+2
| | | p4raw-id: //depot/cfgperl@3991
* Note about filesize limits.Jarkko Hietaniemi1999-08-142-0/+6
| | | p4raw-id: //depot/cfgperl@3990
* Catch the case of filesize limits.Jarkko Hietaniemi1999-08-142-31/+59
| | | p4raw-id: //depot/cfgperl@3989
* fix MM_VMS.pm for space-delimited listsCraig A. Berry1999-08-131-4/+5
| | | | | | To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]> p4raw-id: //depot/cfgperl@3987
* Don't quit before printing out the message.Jarkko Hietaniemi1999-08-132-6/+6
| | | p4raw-id: //depot/cfgperl@3986
* Remove more t/ trash on target "clean".Jarkko Hietaniemi1999-08-131-1/+1
| | | p4raw-id: //depot/cfgperl@3985
* Avoid double long double.Jarkko Hietaniemi1999-08-131-8/+3
| | | p4raw-id: //depot/cfgperl@3984
* BYTEORDER fix.Jarkko Hietaniemi1999-08-132-3/+34
| | | p4raw-id: //depot/cfgperl@3983
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-1312-595/+229
| | | | | | | 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
* Retract change #3977 (do_open9() adds O_LARGEFILE automagically).Jarkko Hietaniemi1999-08-131-6/+2
| | | | | p4raw-link: @3977 on //depot/cfgperl: a015af24b2d0b1531a3fb6be319dee296ef92ba5 p4raw-id: //depot/cfgperl@3981
* Introduce HAS_LLSEEK.Jarkko Hietaniemi1999-08-133-1/+10
| | | p4raw-id: //depot/cfgperl@3980
* fix up VMS->unix filename translation a bitDan Sugalski1999-08-131-1/+12
| | | | | | | 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
* Make the 64-bit tests more paranoid.Jarkko Hietaniemi1999-08-131-30/+35
| | | p4raw-id: //depot/cfgperl@3978
* Use O_LARGEFILE if available.Jarkko Hietaniemi1999-08-131-2/+6
| | | p4raw-id: //depot/cfgperl@3977
* IRIX64 needs more -mabi=64 with gcc.Jarkko Hietaniemi1999-08-121-1/+4
| | | p4raw-id: //depot/cfgperl@3976
* Reincarnate change #3967, now in more modest form.Jarkko Hietaniemi1999-08-121-0/+3
| | | | | p4raw-link: @3967 on //depot/cfgperl: 389b72ffba57effeed96b76240b691bbd83408f7 p4raw-id: //depot/cfgperl@3975
* Remove rt from libswanted (I added it many moons agoJarkko Hietaniemi1999-08-122-10/+3
| | | | | | | 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
* st_blocks is in 512 byte blocks.Jarkko Hietaniemi1999-08-122-4/+6
| | | p4raw-id: //depot/cfgperl@3973
* Don't claim defeat too early.Jarkko Hietaniemi1999-08-121-5/+5
| | | p4raw-id: //depot/cfgperl@3972
* IRIX 64-bit hint tweak.Jarkko Hietaniemi1999-08-121-2/+6
| | | p4raw-id: //depot/cfgperl@3971
* Add Configure -Duselongdouble and add a missing semicolon.Jarkko Hietaniemi1999-08-123-2/+37
| | | p4raw-id: //depot/cfgperl@3969
* Simply exit() early if lfs support seems unlikely.Jarkko Hietaniemi1999-08-122-4/+4
| | | p4raw-id: //depot/cfgperl@3968
* Suffer silently for unused libraries.Jarkko Hietaniemi1999-08-121-0/+3
| | | p4raw-id: //depot/cfgperl@3967
* Update MANIFEST to follow change #3965.Jarkko Hietaniemi1999-08-121-0/+12
| | | | | p4raw-link: @3965 on //depot/cfgperl: 883d4c97cf89026407400a75b9946a85032f5df2 p4raw-id: //depot/cfgperl@3966
* Regenerate Unicode tables based on new syllable listsJarkko Hietaniemi1999-08-122-428/+1331
| | | | | from Daniel Yacob. p4raw-id: //depot/cfgperl@3965
* Remove more spurious casting.Jarkko Hietaniemi1999-08-121-3/+3
| | | p4raw-id: //depot/cfgperl@3964
* Minor niggles on the lfs tests.Jarkko Hietaniemi1999-08-122-8/+10
| | | p4raw-id: //depot/cfgperl@3963
* Don't bother with lfs testing if off_t is too small.Jarkko Hietaniemi1999-08-112-0/+12
| | | p4raw-id: //depot/cfgperl@3962
* Long double patches from Dan Sugalski.Jarkko Hietaniemi1999-08-111-5/+5
| | | p4raw-id: //depot/cfgperl@3961
* Flush buffer before duplicating file descriptor.Mark-Jason Dominus1999-08-112-1/+12
| | | | | | | | | | | | | | | To: Graham Barr <gbarr@pobox.com> cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) Date: Wed, 11 Aug 1999 15:56:09 -0400 Message-ID: <19990811195610.5933.qmail@plover.com> From: Mark-Jason Dominus <mjd@plover.com> To: perl5-porters@perl.org Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) Date: Wed, 11 Aug 1999 16:05:46 -0400 Message-ID: <19990811200546.6165.qmail@plover.com> p4raw-id: //depot/cfgperl@3960
* Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)Craig A. Berry1999-08-111-1/+1
| | | | | | | | | | Sender: owner-perl5-porters@perl.org To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com, bailey@newman.upenn.edu Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno problem Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com> p4raw-id: //depot/cfgperl@3959
* Add a hopefully comforting message if there seems to be no LFS. Jarkko Hietaniemi1999-08-112-22/+66
| | | | | | | This seems to be the case with e.g. ext2fs, a somewhat popular fs. The tests will fail on lfs tests only if quad is available, if ENOQUAD, the lfs tests will be skipped. p4raw-id: //depot/cfgperl@3958
* Unapply an experimental patch that accidentally escapedJarkko Hietaniemi1999-08-113-51/+61
| | | | | | | from the lab by piggybacking with the change #3955. p4raw-link: @3955 on //depot/cfgperl: d28f7c377ae191ca53d9157f124642cf323614a0 p4raw-id: //depot/cfgperl@3957
* Add sysio large file support testing.Jarkko Hietaniemi1999-08-115-56/+152
| | | p4raw-id: //depot/cfgperl@3956
* Patches needed to get _60 building withDan Sugalski1999-08-109-121/+143
| | | | | | | | To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com, bailey@newman.upenn.edu threads on VMS Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org> p4raw-id: //depot/cfgperl@3955
* LFS testing robustness.Jarkko Hietaniemi1999-08-101-16/+71
| | | p4raw-id: //depot/cfgperl@3954
* Pathces to get _60 building on VMSDan Sugalski1999-08-105-67/+374
| | | | | | | To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu, sarathy@activestate.com Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org> p4raw-id: //depot/cfgperl@3953
* AIX is different, again. Now in cc -E output.Jarkko Hietaniemi1999-08-101-2/+8
| | | p4raw-id: //depot/cfgperl@3952
* Use Pid_t on pgrp matters.Jarkko Hietaniemi1999-08-101-4/+4
| | | p4raw-id: //depot/cfgperl@3951
* Use Pid_t.Jarkko Hietaniemi1999-08-106-17/+17
| | | p4raw-id: //depot/cfgperl@3950
* Use Mode_t.Jarkko Hietaniemi1999-08-105-17/+18
| | | p4raw-id: //depot/cfgperl@3949
* Small perlbug doc tweaks from Jon Orwant.Jarkko Hietaniemi1999-08-101-14/+14
| | | p4raw-id: //depot/cfgperl@3948
* Large file support testing.Jarkko Hietaniemi1999-08-103-2/+87
| | | p4raw-id: //depot/cfgperl@3947
* Remove I32 casting from time-related functions.Jarkko Hietaniemi1999-08-101-13/+13
| | | p4raw-id: //depot/cfgperl@3946
* Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-108-32/+32
| | | | | | There are still problem spots in printfing such ids: width (%d vs %ld) and signedness %d vs %u. p4raw-id: //depot/cfgperl@3945
* Remove I32 casts from pp_stat, these make stat()Phil Lobbes1999-08-101-13/+13
| | | | | | | | | | | | | very broken e.g. on files larger than 2 gigabytes. Reported by To: perl5-porters@perl.org Subject: [ID 19990810.001] Possible bug using stat w/large files Digital UNIX Perl 5.005_03 Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com> There are more of these I32 casts all over pp_sys.c, all of them should be checked. p4raw-id: //depot/cfgperl@3944