summaryrefslogtreecommitdiff
path: root/uconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-2/+44
| | | | | | | | 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-2/+9
| | | | | This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl.
* Configure: mixed-endian double-doublesJarkko Hietaniemi2015-12-141-5/+12
| | | | | | | | | | | 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).
* make regen for uconfig.hJarkko Hietaniemi2015-10-301-2/+2
|
* 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
* uconfig.h regenJarkko Hietaniemi2015-10-021-2/+2
|
* 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-33/+31
|
* infnan: Configure scan for infnan bytesJarkko Hietaniemi2015-06-121-2/+49
|
* version bump: make regen and make META.jsonRicardo Signes2015-06-011-1/+1
|
* bump version to v5.23.0Ricardo Signes2015-06-011-8/+8
|
* bump version: make regenRicardo Signes2015-05-081-1/+1
|
* bump version to v5.22.0 with Porting/bump-perl-versionRicardo Signes2015-05-081-8/+8
|
* regen uconfig.hDavid Mitchell2015-03-021-2/+8
| | | | Needed after 0cd93aca4e274765.
* regen uconfigH.Merijn Brand2015-02-161-6/+6
|
* Configure: lrintl, lroundl, llrintl, llroundlJarkko Hietaniemi2015-02-021-2/+30
|
* Configure syncupH.Merijn Brand2014-11-231-171/+195
| | | | | Some of these changes also made it upstream to the dist svn repo. OpenSource++
* checkcfgvar.pl --regen --default=undef; make regenJarkko Hietaniemi2014-11-141-2/+215
|
* make regenJarkko Hietaniemi2014-11-031-1/+5
|
* Configure: add doublekind for the format of double.Jarkko Hietaniemi2014-11-021-2/+21
|
* Irix: note that prctl comes in different incompatible flavors.Jarkko Hietaniemi2014-10-151-1/+3
|
* PATCH: [perl #122252] international currency formatting (POSIX.1-2008)Andrew Fresh2014-09-221-2/+8
| | | | | | | | 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-2/+10
|
* Configure for <quadmath.h>Jarkko Hietaniemi2014-09-191-2/+8
|
* regen after backport truncl probeH.Merijn Brand2014-09-101-7/+7
| | | | + fix copy/paste miss in Glossary
* Configure: scan for truncl.Jarkko Hietaniemi2014-09-071-2/+8
| | | | (C99 version of aintl)
* Sync up with meta after backportsH.Merijn Brand2014-09-061-55/+53
| | | | | | | | 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-2/+8
| | | | Legacy BSD way of fegetround.
* POSIX math: Configure scan d_fegetround and i_fenv.Jarkko Hietaniemi2014-08-311-2/+14
|
* POSIX math: Configure scan for acosh.Jarkko Hietaniemi2014-08-311-2/+22
|
* Configure: add i_stdint.Jarkko Hietaniemi2014-08-301-2/+8
|
* Configure scan for fp_classl().Jarkko Hietaniemi2014-08-241-2/+10
|
* Configure scan for fp_classify().Jarkko Hietaniemi2014-08-241-2/+15
|
* Configure for isfinitel / isinfl.Jarkko Hietaniemi2014-08-201-2/+15
|
* Configure backports cause reorderH.Merijn Brand2014-08-201-8/+7
|
* Configure scan for ldexplJarkko Hietaniemi2014-08-131-2/+15
|
* Configure scan for the kind of long double we haveJarkko Hietaniemi2014-08-131-2/+17
| | | | (Somewhat like quadkind, but for the format of the long double)
* uconfig.h againH.Merijn Brand2014-07-171-3/+3
| | | | I am so sorry
* This should be automated!H.Merijn Brand2014-07-151-46/+46
|
* Remove MAD.Jarkko Hietaniemi2014-06-131-8/+2
| | | | | | MAD = Misc Attribute Decoration; unmaintained attempt at preserving the Perl parse tree more faithfully so that automatic conversion to Perl 6 would have been easier.
* Protect against ptrdiff_t not being available.Brian Fraser2014-06-131-2/+7
| | | | | This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards.
* Removed NeXT supportBrian Fraser2014-06-111-15/+3
|
* Fix cbacktraceH.Merijn Brand2014-06-111-21/+29
|
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-2/+26
| | | | | | | | Useful for at least debugging. Supported in Linux and OS X (possibly to some extent in *BSD). See perlhacktips for details.
* prevent double single quotes for default cfg varsH.Merijn Brand2014-06-051-1/+1
|
* Probe for working wcscmp and wcsxfrmH.Merijn Brand2014-06-051-5/+17
|
* regen for removed Configure symbolTony Cook2014-06-011-8/+1
|
* make regen for uconfig.hBrian Fraser2014-05-291-1/+1
|