summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Configure scan for ldexplJarkko Hietaniemi2014-08-131-0/+7
|
* Configure scan for the kind of long double we haveJarkko Hietaniemi2014-08-131-0/+21
| | | | (Somewhat like quadkind, but for the format of the long double)
* cut-n-paste error in comment for dladdr in config_h.SH for CondifureH.Merijn Brand2014-07-171-2/+2
|
* Regen Configure after backportsH.Merijn Brand2014-07-151-45/+45
|
* Remove MAD.Jarkko Hietaniemi2014-06-131-6/+0
| | | | | | 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-0/+5
| | | | | 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-14/+2
|
* Fix cbacktraceH.Merijn Brand2014-06-111-19/+27
|
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+24
| | | | | | | | Useful for at least debugging. Supported in Linux and OS X (possibly to some extent in *BSD). See perlhacktips for details.
* Probe for working wcscmp and wcsxfrmH.Merijn Brand2014-06-051-3/+15
|
* remove BOOTSTRAP_CHARSET from Configure (khw's request)H.Merijn Brand2014-06-011-7/+0
|
* SH_PATH should be $targetsh, not $shBrian Fraser2014-05-291-1/+1
| | | | | | Due to a small oversight, this was reverted in the last metaconfig update, and was preventing backticks/system/exec/two-arg-pipe-open from working in some Android devices.
* Backport/genererate work from cross-portH.Merijn Brand2014-03-121-13/+13
| | | | | | | | | | At the "Perl5 and beyond" hackathon early feb 2014 in Amsterdam, hugmeir and I walked through all the changes and ended up with a serious warning in metalint where we stopped. The warning proved to be a bug in metalint that will be fixed in the future and has a rather easy workaround. Porting/Glossary is not yet being generated correctly. Will take care of that later.
* Separate SH used to run Configure from SH used on target systemJess Robinson2014-01-231-1/+1
| | | | | | | This is because, for example, on the host system, sh might be /bin/sh, but on the target system, it's /system/bin/sh. The new variable is "targetsh" and defaults to "sh" unless changed by the hints file/Configure params.
* restore missed commit in regeneration (spotted by hugmeir)H.Merijn Brand2014-01-221-1/+1
|
* Regenerate from meta after backporting crosscompile changesH.Merijn Brand2014-01-221-21/+21
| | | | | I am sure there are items that could have been processed even cleaner, but with the current state, the content is functional equal.
* config.h: Remove the exceptions for cross-compilation buildsBrian Fraser2014-01-171-1/+1
| | | | | This makes it so that the values for MEM_ALIGNBYTES and BYTEORDER are taken from config.sh, instead of always getting a default.
* Regenerated Configure after backportsH.Merijn Brand2014-01-011-9/+9
|
* Purge sfio support from configure.com, Configure and related files.Nicholas Clark2013-12-271-12/+0
| | | | | | | Most of these are actually generated, so the maintenance complexity reduction is not as impressive as the diffstat suggests. (Incorporating a fix from Merijn)
* Regenerate Configure and chainsaw voidflagsH.Merijn Brand2013-09-161-31/+8
|
* revert config_h.SH changes, now handled by ConfigureTony Cook2013-09-131-4/+4
|
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-4/+4
| | | | | | | | | | | | | | | | Based on Yves's random branch work. This version makes the new random number visible to external modules, for example, List::Util's XS shuffle() implementation. I've also added a 64-bit implementation when HAS_QUAD is true, this should be significantly faster, even on 32-bit CPUs. This is intended to produce exactly the same sequence as the original implementation. The original version of this commit retained the "freebsd" name from Yves's original work for the function and data structure names. I've removed "freebsd" from most function names so the name isn't an issue if we choose to replace the implementation,
* regen Configure after backportsH.Merijn Brand2013-08-291-9/+9
| | | | os-types are sorted
* More spellchecksH.Merijn Brand2013-05-091-4/+4
|
* Spell-checking on meta-unitsH.Merijn Brand2013-05-091-4/+6
| | | | | | Tried to be as consistent as possible. Removed all trailing whitespace of changed files. Resyncs Glossary from previously missed updates.
* Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architecturesH.Merijn Brand2013-03-091-0/+5
|
* Add a #! line to config_h.SHFather Chrysostomos2012-09-221-0/+2
| | | | | It will get one automatically the next time config_h.pl is run, but that time hasn’t come yet. :-)