summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* Remove "." from default @INC when default_inc_excludes_dot is setH.Merijn Brand2016-11-111-0/+6
| | | | | | | | | | | | | | | | Perl now provides a way to build perl without . in @INC by default. If you want this feature, you can build with -Ddefault_inc_excludes_dot Because the testing / make process for perl modules do not function well with . missing from @INC, Perl now supports the environment variable PERL_USE_UNSAFE_INC=1 which makes Perl behave as it previously did, returning . to @INC in all child processes. WARNING: PERL_USE_UNSAFE_INC has been provided during the perl 5.25 development cycle and is not guaranteed to function in perl 5.26. Update unit tests and default value files to work with the new %Config variable "default_inc_excludes_dot"
* Re-gen after backport with serious fixesH.Merijn Brand2016-11-111-14/+14
|
* Configure: add defs summarizing doublekind/longdblkindJarkko Hietaniemi2016-10-281-0/+69
| | | | | | | | | | For windows/netware It seems that many of the recent fp definitions have not been yet copied over there [1] [2], so went mostly by dead reckoning [3]. [1] Note that many of them are not absolutely necessary for building. [2] The proper updating involves doing stuff in win32, which I do not have. [3] As far as I can tell, Windows CE does not really not have long double.
* Add scan for IBM and Cray mainframe fp formats.Jarkko Hietaniemi2016-10-171-0/+6
| | | | | | | | | | | For completeness: it's quite unlikely Perl would build in those environments. Though with Cray it's less impossible: Perl used to build in C90 UNICOS, in 5.8-ish timeframe. With IBM, highly unlikely, because there probably never was a UNIXy enough environment where the IBM Floating Point Architecture was used.
* Add probe for gai_strerrorH.Merijn Brand2016-08-111-0/+7
|
* Follow-up from backporting workH.Merijn Brand2016-07-281-0/+1
|
* Force inclusion of I_XLOCALE until it is actually usedH.Merijn Brand2016-07-281-0/+5
|
* Configure: VAX format HJarkko Hietaniemi2016-07-271-0/+1
|
* VAX: Configure changes for VAX floatsJarkko Hietaniemi2016-07-011-0/+6
| | | | | | | | | | | | | Detect the VAX floating point formats D and G. And the F float, but that is float (duh), never likely to be the double, but do it for consistency (we detect IEEE single precision floats, too). The T float and X float are the IEEE 64-bit and 128-bit, but those were available only on the Alpha. Tested on vax-netbsd.
* Add Configure probe for strerror_l()Aaron Crane2016-06-021-0/+7
| | | | | | | | | As requested by khw++ Until the relevant symbol is used, HAS_STRERROR_L must be mentioned explicitly in metaconfig.h. This corresponds to metaconfig d0838744f03cfe7642950ea91dd48f575d0bfd15.
* Add Configure probe for querylocale()Aaron Crane2016-06-021-0/+5
| | | | | | | | | As requested by khw++ Until the relevant symbol is used, HAS_QUERYLOCALE must be mentioned explicitly in metaconfig.h. This corresponds to metaconfig 541f0dd272df4f9326996727898393ac8f6626f7.
* Rebuild Configure from current metaconfigAaron Crane2016-06-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Relevant changes: commit 5d3ffa97290d2d3d65a42a0ed8b69d945b661ee7 Author: H.Merijn Brand - Tux <h.m.brand@xs4all.nl> Date: Sun May 29 15:30:33 2016 +0200 Finish.U isn't modified anymore All changes accepted by upstream. One down, 164 to go commit 5d805d83bd4663831594540ddadeeb6213d19736 Author: H.Merijn Brand - Tux <h.m.brand@xs4all.nl> Date: Sat May 14 18:48:26 2016 +0200 Remove trailing whitespace on meta-lines in unit files This change has also been proposed as PR to dist upstream commit b9807b5fe3f4c97fa34e19b8a9b265f91f0e4aca Author: H.Merijn Brand - Tux <h.m.brand@xs4all.nl> Date: Sat May 14 18:30:03 2016 +0200 Merged changes to Finish.U
* Regenerate Configure and related parts after backportsAaron Crane2016-04-231-1525/+1525
| | | | | perl5.git is now in sync with metaconfig.git commit 7c34fa4e8142642c6e2978f0307e925898465f58
* Bring Configure back into sync again with metaH.Merijn Brand2016-04-231-24/+17
| | | | | Work done at the QAH in Rugby. Multi-thanks to Aaron for helping out here. You're doing a great job!
* Add probe for memmemH.Merijn Brand2016-03-251-0/+7
|
* Add Configure probes for newlocale, freelocale, and uselocaleH.Merijn Brand2016-03-191-0/+17
|
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-0/+42
| | | | | | | | These are all specified by POSIX/SUSv3, but not all platforms have them, as mentioned in POSIX.pm. We can only test the pid, uid and code fields, since they are the only ones that are defined for a user-sent signal.
* Add Configure support for fdclose() for [perl #126847].Andy Dougherty2016-01-041-0/+7
| | | | | This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl.
* Configure: mixed-endian double-doublesJarkko Hietaniemi2015-12-141-4/+11
| | | | | | | | | | | The ppc64el is the first seen little-endian double-double (and also the first little-endian ppc), but it turns out its little-endianness is mixed: the doubles are still in big-endian order. Configure was expecting wrongly a fully byte-reversed double-double. Therefore extend the long double format detection to cover all the (double-double) permutations, though the formats of five and eight are rather unlikely (based on current platforms using double-double).
* Revert "Remove unused filesystem stat symbols."Jarkko Hietaniemi2015-10-301-0/+100
| | | | | | | | | | | This reverts commit 821805a244cacd9869331999cd53407f3323206a. What's out, is out. perl #107904 Filesys-Df perl #108189 Filesys-DfPortable perl #108191 Filesys-Statvfs perl #126368 Filesys-DfPortable
* Remove unused BSD sendmsg/recvmg symbols.Jarkko Hietaniemi2015-10-021-36/+0
| | | | | Unused in CPAN, too. There are uses of these symbols, but under the Socket:: namespace.
* Remove unused d_modfl_pow32_bug symbol.Jarkko Hietaniemi2015-10-021-8/+0
| | | | | Even if the bug might still be present in ancient versions of glibc, there's no code in the current Perl core using that.
* Remove unused filesystem stat symbols.Jarkko Hietaniemi2015-10-021-100/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | d_fs_data_s HAS_STRUCT_FS_DATA d_fstatfs HAS_FSTATFS d_fstatvfs HAS_FSTATVFS d_getfsstat HAS_GETFSSTAT d_getmnt HAS_GETMNT d_getmntent HAS_GETMNTENT d_hasmntopt HAS_HASMNTOPT d_statfs_f_flags HAS_STRUCT_STATFS_F_FLAGS d_statfs_s HAS_STRUCT_STATFS d_ustat HAS_USTAT i_mntent I_MNTENT i_sysmount I_SYS_MOUNT i_sysstatfs I_SYS_STATFS i_sysstatvfs I_SYS_STATVFS i_sysvfs I_SYS_VFS i_ustat I_USTAT Unused by the Perl core. As far as I can remember I added these scans long ago, for some purpose (df(1) kind of APIs?) but whatever it was, it obviously hasn't exactly caught fire in the last 15 years. Some rare uses of these APIs (not these defines, but e.g. statfs) in CPAN (like the Quota module), but those seem to do their own configuration.
* Regenerate Configure after backports and small fixesH.Merijn Brand2015-07-061-32/+30
|
* infnan: move the mantbits definitions from perl.h to ConfigureJarkko Hietaniemi2015-06-121-0/+7
| | | | (this way they will be available via %Config)
* infnan: Configure scan for fp mantissa bytesJarkko Hietaniemi2015-06-121-0/+19
|
* infnan: Configure scan for infnan bytesJarkko Hietaniemi2015-06-121-0/+21
|
* Configure: add note about nvsize sometimes lyingJarkko Hietaniemi2015-03-021-1/+7
| | | | Lying in case you expect that many bytes being used for NV.
* Small doc changeH.Merijn Brand2015-02-161-5/+5
|
* Configure: lrintl, lroundl, llrintl, llroundlJarkko Hietaniemi2015-02-021-0/+28
|
* Configure syncupH.Merijn Brand2014-11-231-169/+193
| | | | | Some of these changes also made it upstream to the dist svn repo. OpenSource++
* Add Configure symbols to all the missing C99 math APIs.Jarkko Hietaniemi2014-11-141-0/+213
| | | | | | | Almost all - e.g. isless() will stand in for the other isfoo() order comparison macros. Also not going for all the *l() versions of each interface.
* Add scan for ARM mixed-endian doubles.Jarkko Hietaniemi2014-11-031-0/+4
| | | | (Working in theory... no hardware.)
* Configure: add doublekind for the format of double.Jarkko Hietaniemi2014-11-021-0/+19
|
* Irix: note that prctl comes in different incompatible flavors.Jarkko Hietaniemi2014-10-151-0/+2
|
* PATCH: [perl #122252] international currency formatting (POSIX.1-2008)Andrew Fresh2014-09-221-0/+6
| | | | | | | | Add the new portions of locale currency formatting that are specified in POSIX.1-2008 The commiter (Karl Williamson) made the trivial indentation changes asked for by H. Merijn Brand, and added a perldelta entry
* Configure -Dusequadmath.Jarkko Hietaniemi2014-09-191-0/+8
|
* Configure for <quadmath.h>Jarkko Hietaniemi2014-09-191-0/+6
|
* regen after backport truncl probeH.Merijn Brand2014-09-101-6/+6
| | | | + fix copy/paste miss in Glossary
* Configure: scan for truncl.Jarkko Hietaniemi2014-09-071-0/+6
| | | | (C99 version of aintl)
* Sync up with meta after backportsH.Merijn Brand2014-09-061-54/+52
| | | | | | | | This includes the inevitable reordering and some typo fixes Note to committers that change Configure: when you add scans, thos will only be included if used/referenced. You can force those in by adding a reference in metaconfig.h
* POSIX math: Configure scan fpgetroundJarkko Hietaniemi2014-08-311-0/+6
| | | | Legacy BSD way of fegetround.
* POSIX math: Configure scan d_fegetround and i_fenv.Jarkko Hietaniemi2014-08-311-0/+12
|
* POSIX math: Configure scan for acosh.Jarkko Hietaniemi2014-08-311-0/+6
|
* POSIX math: Configure scan for j0 and j0l.Jarkko Hietaniemi2014-08-311-0/+14
| | | | | (j0 is canary forthe Bessel functions, common math.h extensions, not dependent on C99, j0l is its long double version.)
* Configure: add i_stdint.Jarkko Hietaniemi2014-08-301-0/+6
|
* Configure scan for fp_classl().Jarkko Hietaniemi2014-08-241-0/+8
|
* Configure scan for fp_classify().Jarkko Hietaniemi2014-08-241-0/+13
|
* Configure for isfinitel / isinfl.Jarkko Hietaniemi2014-08-201-0/+13
|
* Configure backports cause reorderH.Merijn Brand2014-08-201-7/+6
|