Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Configure probe for strerror_l() | Aaron Crane | 2016-06-02 | 1 | -0/+1 |
| | | | | | | | | | 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 Crane | 2016-06-02 | 1 | -0/+1 |
| | | | | | | | | | As requested by khw++ Until the relevant symbol is used, HAS_QUERYLOCALE must be mentioned explicitly in metaconfig.h. This corresponds to metaconfig 541f0dd272df4f9326996727898393ac8f6626f7. | ||||
* | bump version to v5.25.0 | Ricardo Signes | 2016-05-08 | 1 | -8/+8 |
| | |||||
* | version bump: this is now v5.24.0-RC0! | Ricardo Signes | 2016-04-10 | 1 | -8/+8 |
| | |||||
* | Add probe for memmem | H.Merijn Brand | 2016-03-25 | 1 | -0/+1 |
| | |||||
* | Add Configure probes for newlocale, freelocale, and uselocale | H.Merijn Brand | 2016-03-19 | 1 | -0/+3 |
| | |||||
* | Probe for and expose more fields for SA_SIGINFO | Dagfinn Ilmari Mannsåker | 2016-01-26 | 1 | -0/+7 |
| | | | | | | | | 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 Dougherty | 2016-01-04 | 1 | -0/+1 |
| | | | | | This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl. | ||||
* | Revert "Remove unused filesystem stat symbols." | Jarkko Hietaniemi | 2015-10-30 | 1 | -0/+17 |
| | | | | | | | | | | | 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 filesystem stat symbols. | Jarkko Hietaniemi | 2015-10-02 | 1 | -17/+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. | ||||
* | infnan: move the mantbits definitions from perl.h to Configure | Jarkko Hietaniemi | 2015-06-12 | 1 | -0/+1 |
| | | | | (this way they will be available via %Config) | ||||
* | infnan: Configure scan for fp mantissa bytes | Jarkko Hietaniemi | 2015-06-12 | 1 | -0/+2 |
| | |||||
* | infnan: Configure scan for infnan bytes | Jarkko Hietaniemi | 2015-06-12 | 1 | -0/+4 |
| | |||||
* | bump version to v5.23.0 | Ricardo Signes | 2015-06-01 | 1 | -8/+8 |
| | |||||
* | bump version to v5.22.0 with Porting/bump-perl-version | Ricardo Signes | 2015-05-08 | 1 | -8/+8 |
| | |||||
* | Configure: lrintl, lroundl, llrintl, llroundl | Jarkko Hietaniemi | 2015-02-02 | 1 | -0/+4 |
| | |||||
* | Configure syncup | H.Merijn Brand | 2014-11-23 | 1 | -0/+3 |
| | | | | | Some of these changes also made it upstream to the dist svn repo. OpenSource++ | ||||
* | checkcfgvar.pl --regen --default=undef; make regen | Jarkko Hietaniemi | 2014-11-14 | 1 | -0/+35 |
| | |||||
* | Configure: add doublekind for the format of double. | Jarkko Hietaniemi | 2014-11-02 | 1 | -0/+1 |
| | |||||
* | PATCH: [perl #122252] international currency formatting (POSIX.1-2008) | Andrew Fresh | 2014-09-22 | 1 | -0/+1 |
| | | | | | | | | 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 Hietaniemi | 2014-09-19 | 1 | -0/+1 |
| | |||||
* | Configure for <quadmath.h> | Jarkko Hietaniemi | 2014-09-19 | 1 | -0/+1 |
| | |||||
* | Configure: scan for truncl. | Jarkko Hietaniemi | 2014-09-07 | 1 | -0/+1 |
| | | | | (C99 version of aintl) | ||||
* | POSIX math: Configure scan fpgetround | Jarkko Hietaniemi | 2014-08-31 | 1 | -0/+1 |
| | | | | Legacy BSD way of fegetround. | ||||
* | POSIX math: Configure scan d_fegetround and i_fenv. | Jarkko Hietaniemi | 2014-08-31 | 1 | -0/+2 |
| | |||||
* | POSIX math: Configure scan for acosh. | Jarkko Hietaniemi | 2014-08-31 | 1 | -0/+1 |
| | |||||
* | POSIX math: Configure scan for j0 and j0l. | Jarkko Hietaniemi | 2014-08-31 | 1 | -0/+2 |
| | | | | | (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 Hietaniemi | 2014-08-30 | 1 | -0/+1 |
| | |||||
* | Configure scan for fp_classl(). | Jarkko Hietaniemi | 2014-08-24 | 1 | -0/+1 |
| | |||||
* | Configure scan for fp_classify(). | Jarkko Hietaniemi | 2014-08-24 | 1 | -0/+1 |
| | |||||
* | Configure for isfinitel / isinfl. | Jarkko Hietaniemi | 2014-08-20 | 1 | -0/+2 |
| | |||||
* | Configure scan for ldexpl | Jarkko Hietaniemi | 2014-08-13 | 1 | -0/+1 |
| | |||||
* | Configure scan for the kind of long double we have | Jarkko Hietaniemi | 2014-08-13 | 1 | -0/+1 |
| | | | | (Somewhat like quadkind, but for the format of the long double) | ||||
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -1/+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 Fraser | 2014-06-13 | 1 | -0/+1 |
| | | | | | This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards. | ||||
* | Fix cbacktrace | H.Merijn Brand | 2014-06-11 | 1 | -0/+1 |
| | |||||
* | Add C backtrace API. | Jarkko Hietaniemi | 2014-06-07 | 1 | -0/+4 |
| | | | | | | | | Useful for at least debugging. Supported in Linux and OS X (possibly to some extent in *BSD). See perlhacktips for details. | ||||
* | undoubled bad quoting | H.Merijn Brand | 2014-06-05 | 1 | -2/+2 |
| | |||||
* | Probe for working wcscmp and wcsxfrm | H.Merijn Brand | 2014-06-05 | 1 | -0/+2 |
| | |||||
* | bump version to 5.21.0 | Ricardo Signes | 2014-05-26 | 1 | -8/+8 |
| | |||||
* | bump version to 5.20.0, install 5.20 perldelta | Ricardo Signes | 2014-05-12 | 1 | -8/+8 |
| | |||||
* | Added targetsh to all the canned config files | Brian Fraser | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | Purge sfio support from configure.com, Configure and related files. | Nicholas Clark | 2013-12-27 | 1 | -3/+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 voidflags | H.Merijn Brand | 2013-09-16 | 1 | -2/+0 |
| | |||||
* | [perl #115928] Configure now selects our internal drand48() | Tony Cook | 2013-09-13 | 1 | -4/+4 |
| | |||||
* | Remove references to GNU DLD from Configure and config.sh scripts. | Nicholas Clark | 2013-09-05 | 1 | -1/+0 |
| | | | | | Specifically eliminated i_dld, a variable indicating that <dld.h> should be included, and remove dld from the list of wanted libraries. | ||||
* | bump version to 5.19.0 | Ricardo Signes | 2013-05-18 | 1 | -8/+8 |
| | |||||
* | Bump version to 5.18.0-RC0 | Ricardo Signes | 2013-05-07 | 1 | -8/+8 |
| | | | | | | | | This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h | ||||
* | Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architectures | H.Merijn Brand | 2013-03-09 | 1 | -0/+1 |
| | |||||
* | Add Configure probe for ip_mreq_source | H.Merijn Brand | 2012-08-26 | 1 | -0/+2 |
| | | | | Needed to upgrade Socket from CPAN |