Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | bumping version | Stevan Little | 2016-01-20 | 2 | -7/+7 |
| | |||||
* | 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. | ||||
* | Bump the perl version in various places for 5.23.7 | David Golden | 2015-12-21 | 2 | -7/+7 |
| | |||||
* | Bump the perl version in various places for 5.23.6 | Abigail | 2015-11-20 | 2 | -7/+7 |
| | |||||
* | Revert "Remove unused filesystem stat symbols." | Jarkko Hietaniemi | 2015-10-30 | 2 | -0/+116 |
| | | | | | | | | | | | 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 | ||||
* | Bump version to 5.23.5 | Steve Hay | 2015-10-20 | 2 | -7/+7 |
| | |||||
* | 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 | 2 | -116/+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. | ||||
* | Bump the perl version in various places for 5.23.4. | Peter Martini | 2015-09-21 | 2 | -7/+7 |
| | |||||
* | Bump the perl version in various places for 5.23.3. | Matthew Horsfall | 2015-08-20 | 2 | -7/+7 |
| | |||||
* | Add time64 as its own build target. | Jarkko Hietaniemi | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | dquote_static.c -> dquote.c | Jarkko Hietaniemi | 2015-07-22 | 1 | -0/+1 |
| | | | | Instead of #include-ing the C file, compile it normally. | ||||
* | Bump version to 5.23.2 | Matthew Horsfall | 2015-07-20 | 2 | -7/+7 |
| | |||||
* | patchlevel: we are now perl v5.23.1 | Ricardo Signes | 2015-06-20 | 2 | -7/+7 |
| | |||||
* | 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 | 2 | -1/+22 |
| | |||||
* | infnan: Configure scan for infnan bytes | Jarkko Hietaniemi | 2015-06-12 | 2 | -0/+25 |
| | |||||
* | bump version to v5.23.0 | Ricardo Signes | 2015-06-01 | 2 | -7/+7 |
| | |||||
* | bump version to v5.22.0 with Porting/bump-perl-version | Ricardo Signes | 2015-05-08 | 2 | -7/+7 |
| | |||||
* | Bump version for 5.21.12 (although it's unlikely to happen) | Steve Hay | 2015-04-21 | 2 | -7/+7 |
| | |||||
* | Bump version for 5.21.11 (if that happens) | Steve Hay | 2015-03-20 | 2 | -7/+7 |
| | |||||
* | Change name of mro.c | Karl Williamson | 2015-03-19 | 1 | -1/+1 |
| | | | | | | | | | This is to prevent a conflict showing up on z/OS (os390) because this file's name is the same as one in /ext, and there are functions cross-referenced between them, and the loader on that platform can't deal with this. See http://nntp.perl.org/group/perl.perl5.porters/226612 | ||||
* | added link to announcement | Sawyer X | 2015-02-21 | 2 | -7/+7 |
| | |||||
* | Remove some remnants of x2p, which was removed by commit e5a8a0fbd7 | Steve Hay | 2015-02-18 | 1 | -60/+2 |
| | | | | | | | | | | | | | | References to PERL_FOR_X2P probably have to stay in case any third-party code is #defining it. Likewise, NO_PERL_TYPEDEFS in vms/vmsish.h has to stay because it actually is used by App::a2p. Cross/Makefile.SH.patch still needs regenerating since it contains references to x2p in the top-level Makefile.SH which were removed by e5a8a0fbd7. A few other references to x2p/a2p/find2p/s2p still remain, which I am less sure about removing, plus some others in documentation which should stay anyway. | ||||
* | Configure: lrintl, lroundl, llrintl, llroundl | Jarkko Hietaniemi | 2015-02-02 | 1 | -0/+4 |
| | |||||
* | More bumpbing of version number to 5.21.9. Missed this yesterday. | Matthew Horsfall | 2015-01-21 | 2 | -7/+7 |
| | |||||
* | Bump version number to 5.21.8 | Max Maischein | 2014-12-21 | 2 | -7/+7 |
| | | | | | Add 5.21.8 in Module::CoreList Point Maintainers.pl to new version of Module::CoreList | ||||
* | 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++ | ||||
* | Bump the perl version in various places for 5.21.7 | Chris 'BinGOs' Williams | 2014-11-21 | 2 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | Bump the perl version in various places for 5.21.6 | Abigail | 2014-10-20 | 2 | -7/+7 |
| | |||||
* | 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 | ||||
* | Bump version to 5.21.5 | Steve Hay | 2014-09-20 | 2 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | Bump version number from 5.21.3 to 5.21.4 | Peter Martini | 2014-08-21 | 2 | -7/+7 |
| | |||||
* | 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) |