| Commit message (Expand) | Author | Age | Files | Lines |
* | Increment $VERSION in 4 .pm files whose .xs has changed. | James E Keenan | 2015-06-27 | 1 | -1/+1 |
* | If IVSIZE == LONGSIZE, long cannot be beyond IV_MIN/IV_MAX. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+1 |
* | strtol and strtoul base should be [2, 36] or zero. | Jarkko Hietaniemi | 2015-06-26 | 1 | -26/+44 |
* | tcsetattr optional_actions can be invalid. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+6 |
* | tcsetattr fd can be bad. | Jarkko Hietaniemi | 2015-06-26 | 1 | -5/+10 |
* | dup2 fds can be bad. | Jarkko Hietaniemi | 2015-06-26 | 1 | -5/+11 |
* | tcdrain fd can be bad. | Jarkko Hietaniemi | 2015-06-26 | 1 | -2/+7 |
* | tcflush/tcflow/tcsendbreak fd/action can be bad. | Jarkko Hietaniemi | 2015-06-26 | 1 | -2/+7 |
* | lseek fd can be bad. | Jarkko Hietaniemi | 2015-06-26 | 1 | -3/+8 |
* | Fix @INC so that "make test" in ext/POSIX passes. | Jarkko Hietaniemi | 2015-06-13 | 2 | -0/+2 |
* | Test these functions in more than one spot. | Jarkko Hietaniemi | 2015-06-13 | 1 | -0/+12 |
* | infnan: Implement NaN payload APIs. | Jarkko Hietaniemi | 2015-06-12 | 5 | -52/+383 |
* | quadmath: long long versus round/trunc | Jarkko Hietaniemi | 2015-06-06 | 1 | -4/+7 |
* | Perl_croak->croak and misc C optimizing in POSIX.pm | Daniel Dragan | 2015-06-03 | 3 | -20/+21 |
* | POSIX.pm: bump version | Ricardo Signes | 2015-05-08 | 1 | -1/+1 |
* | POSIX: revert exported functions to 5.20.2 state | Aristotle Pagaltzis | 2015-05-08 | 3 | -143/+155 |
* | POSIX: discourage use of default exports | Aristotle Pagaltzis | 2015-05-07 | 1 | -9/+9 |
* | POSIX/t/math.t: skip fpclassify where unsupported | Aristotle Pagaltzis | 2015-05-07 | 1 | -5/+9 |
* | POSIX: document the new C99 math constants | Aristotle Pagaltzis | 2015-05-07 | 1 | -27/+26 |
* | POSIX: Regeneralize export.t to non-ASCII platforms | Aristotle Pagaltzis | 2015-05-04 | 1 | -10/+9 |
* | Change some locale manipulation macros in prep for API | Karl Williamson | 2015-03-19 | 1 | -9/+12 |
* | POSIX/t/sigaction.t: Skip failing EBCDIC test | Karl Williamson | 2015-03-13 | 1 | -0/+1 |
* | POSIX: emulation for logb() | Jarkko Hietaniemi | 2015-03-12 | 1 | -0/+2 |
* | quadmath: llrintq and llroundq do exist | Jarkko Hietaniemi | 2015-03-12 | 1 | -2/+2 |
* | Skip various locale tests when locales are not available | Karl Williamson | 2015-03-09 | 1 | -1/+3 |
* | ext/POSIX/POSIX.xs: Convert do whiles into whiles | Karl Williamson | 2015-03-09 | 2 | -6/+8 |
* | POSIX/t/export.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -1/+7 |
* | infnan: revert nan payload/signaling changes | Jarkko Hietaniemi | 2015-02-11 | 4 | -23/+9 |
* | infnan: add POSIX::issignaling | Jarkko Hietaniemi | 2015-02-08 | 4 | -9/+23 |
* | POSIX version bump | Jarkko Hietaniemi | 2015-02-05 | 1 | -1/+1 |
* | POSIX math: if long double, long double the math consts | Jarkko Hietaniemi | 2015-02-05 | 1 | -13/+32 |
* | POSIX math: tgamma/lgamma logic | Jarkko Hietaniemi | 2015-02-05 | 1 | -4/+6 |
* | AIX long double lies about many math APIs. | Jarkko Hietaniemi | 2015-02-05 | 1 | -0/+39 |
* | Update POSIX version number. | James E Keenan | 2015-02-02 | 1 | -1/+1 |
* | Use HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL | Jarkko Hietaniemi | 2015-02-02 | 1 | -5/+5 |
* | Notes on NaN structure, for future generation/extraction. | Jarkko Hietaniemi | 2015-01-20 | 1 | -0/+35 |
* | POSIX.pod: Various nits, typos, clarifications | Karl Williamson | 2015-01-10 | 1 | -140/+159 |
* | Fix broken ext/POSIX/t/wrappers.t on Windows | Karl Williamson | 2015-01-07 | 1 | -1/+1 |
* | PATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7 | Karl Williamson | 2015-01-06 | 2 | -1/+18 |
* | Add test case for [perl #123171] | Karl Williamson | 2015-01-06 | 1 | -0/+21 |
* | Increase $POSIX::VERSION to 1.49 | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | Use GIMME_V in POSIX | Father Chrysostomos | 2014-12-21 | 1 | -4/+4 |
* | PATCH: [perl #23171] Bleadperl breaks ZEFRAM/Hash-SharedMem | Karl Williamson | 2014-12-14 | 1 | -1/+1 |
* | If no strtoul, the args are unused. | Jarkko Hietaniemi | 2014-12-09 | 1 | -0/+2 |
* | Make it explicit that truncation is fine. | Jarkko Hietaniemi | 2014-12-07 | 1 | -1/+1 |
* | If no lchown, not using the args. | Jarkko Hietaniemi | 2014-12-06 | 1 | -0/+3 |
* | POSIX math potentially unused vars. | Jarkko Hietaniemi | 2014-12-05 | 1 | -6/+20 |
* | POSIX nan: declaring s always potentially unused. | Jarkko Hietaniemi | 2014-12-05 | 1 | -1/+1 |
* | Unused hv_store() result. | Jarkko Hietaniemi | 2014-12-05 | 1 | -2/+2 |
* | Enable POSIX::strtold() on Windows (GCC) USE_LONG_DOUBLE builds | Steve Hay | 2014-11-27 | 1 | -0/+2 |