Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate Configure and related parts after backports | Aaron Crane | 2016-04-23 | 1 | -1526/+1526 |
| | | | | | perl5.git is now in sync with metaconfig.git commit 7c34fa4e8142642c6e2978f0307e925898465f58 | ||||
* | Bring Configure back into sync again with meta | H.Merijn Brand | 2016-04-23 | 1 | -25/+18 |
| | | | | | Work done at the QAH in Rugby. Multi-thanks to Aaron for helping out here. You're doing a great job! | ||||
* | regen: B::Op_private and uconfig.h | Ricardo Signes | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | version bump: this is now v5.24.0-RC0! | Ricardo Signes | 2016-04-10 | 1 | -8/+8 |
| | |||||
* | run regen/uconfig_h.pl | David Mitchell | 2016-04-01 | 1 | -1/+1 |
| | | | | | | | For some reason when the memmem probe was added, uconfig.h wasn't regenerated correctly. Probably because it doesn't get run by default with 'perl regen.pl' - which in turn is because it requires a shell to run. | ||||
* | Add probe for memmem | H.Merijn Brand | 2016-03-25 | 1 | -2/+9 |
| | |||||
* | regen | H.Merijn Brand | 2016-03-19 | 1 | -2/+19 |
| | |||||
* | Probe for and expose more fields for SA_SIGINFO | Dagfinn Ilmari Mannsåker | 2016-01-26 | 1 | -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 Dougherty | 2016-01-04 | 1 | -2/+9 |
| | | | | | This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl. | ||||
* | Configure: mixed-endian double-doubles | Jarkko Hietaniemi | 2015-12-14 | 1 | -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.h | Jarkko Hietaniemi | 2015-10-30 | 1 | -2/+2 |
| | |||||
* | Revert "Remove unused filesystem stat symbols." | Jarkko Hietaniemi | 2015-10-30 | 1 | -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 regen | Jarkko Hietaniemi | 2015-10-02 | 1 | -2/+2 |
| | |||||
* | Remove unused BSD sendmsg/recvmg symbols. | Jarkko Hietaniemi | 2015-10-02 | 1 | -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 Hietaniemi | 2015-10-02 | 1 | -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 Hietaniemi | 2015-10-02 | 1 | -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 fixes | H.Merijn Brand | 2015-07-06 | 1 | -33/+31 |
| | |||||
* | infnan: Configure scan for infnan bytes | Jarkko Hietaniemi | 2015-06-12 | 1 | -2/+49 |
| | |||||
* | version bump: make regen and make META.json | Ricardo Signes | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | bump version to v5.23.0 | Ricardo Signes | 2015-06-01 | 1 | -8/+8 |
| | |||||
* | bump version: make regen | Ricardo Signes | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | bump version to v5.22.0 with Porting/bump-perl-version | Ricardo Signes | 2015-05-08 | 1 | -8/+8 |
| | |||||
* | regen uconfig.h | David Mitchell | 2015-03-02 | 1 | -2/+8 |
| | | | | Needed after 0cd93aca4e274765. | ||||
* | regen uconfig | H.Merijn Brand | 2015-02-16 | 1 | -6/+6 |
| | |||||
* | Configure: lrintl, lroundl, llrintl, llroundl | Jarkko Hietaniemi | 2015-02-02 | 1 | -2/+30 |
| | |||||
* | Configure syncup | H.Merijn Brand | 2014-11-23 | 1 | -171/+195 |
| | | | | | 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 | -2/+215 |
| | |||||
* | make regen | Jarkko Hietaniemi | 2014-11-03 | 1 | -1/+5 |
| | |||||
* | Configure: add doublekind for the format of double. | Jarkko Hietaniemi | 2014-11-02 | 1 | -2/+21 |
| | |||||
* | Irix: note that prctl comes in different incompatible flavors. | Jarkko Hietaniemi | 2014-10-15 | 1 | -1/+3 |
| | |||||
* | PATCH: [perl #122252] international currency formatting (POSIX.1-2008) | Andrew Fresh | 2014-09-22 | 1 | -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 Hietaniemi | 2014-09-19 | 1 | -2/+10 |
| | |||||
* | Configure for <quadmath.h> | Jarkko Hietaniemi | 2014-09-19 | 1 | -2/+8 |
| | |||||
* | regen after backport truncl probe | H.Merijn Brand | 2014-09-10 | 1 | -7/+7 |
| | | | | + fix copy/paste miss in Glossary | ||||
* | Configure: scan for truncl. | Jarkko Hietaniemi | 2014-09-07 | 1 | -2/+8 |
| | | | | (C99 version of aintl) | ||||
* | Sync up with meta after backports | H.Merijn Brand | 2014-09-06 | 1 | -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 fpgetround | Jarkko Hietaniemi | 2014-08-31 | 1 | -2/+8 |
| | | | | Legacy BSD way of fegetround. | ||||
* | POSIX math: Configure scan d_fegetround and i_fenv. | Jarkko Hietaniemi | 2014-08-31 | 1 | -2/+14 |
| | |||||
* | POSIX math: Configure scan for acosh. | Jarkko Hietaniemi | 2014-08-31 | 1 | -2/+22 |
| | |||||
* | Configure: add i_stdint. | Jarkko Hietaniemi | 2014-08-30 | 1 | -2/+8 |
| | |||||
* | Configure scan for fp_classl(). | Jarkko Hietaniemi | 2014-08-24 | 1 | -2/+10 |
| | |||||
* | Configure scan for fp_classify(). | Jarkko Hietaniemi | 2014-08-24 | 1 | -2/+15 |
| | |||||
* | Configure for isfinitel / isinfl. | Jarkko Hietaniemi | 2014-08-20 | 1 | -2/+15 |
| | |||||
* | Configure backports cause reorder | H.Merijn Brand | 2014-08-20 | 1 | -8/+7 |
| | |||||
* | Configure scan for ldexpl | Jarkko Hietaniemi | 2014-08-13 | 1 | -2/+15 |
| | |||||
* | Configure scan for the kind of long double we have | Jarkko Hietaniemi | 2014-08-13 | 1 | -2/+17 |
| | | | | (Somewhat like quadkind, but for the format of the long double) | ||||
* | uconfig.h again | H.Merijn Brand | 2014-07-17 | 1 | -3/+3 |
| | | | | I am so sorry | ||||
* | This should be automated! | H.Merijn Brand | 2014-07-15 | 1 | -46/+46 |
| | |||||
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -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 Fraser | 2014-06-13 | 1 | -2/+7 |
| | | | | | This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards. |