summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POSIX: version bump for d7a0f0bJarkko Hietaniemi2015-08-211-1/+1
* POSIX: mention the Inf, NaN constants; other small tweaksJarkko Hietaniemi2015-08-211-5/+27
* Increment $VERSION for POSIX to 1.56James E Keenan2015-08-101-1/+1
* Pod tweak for [rt.perl.org #125710].Jarkko Hietaniemi2015-08-101-1/+3
* 32-bit x86 ABI cannot do signaling nans [rt.perl.org #125710]Jarkko Hietaniemi2015-08-101-1/+19
* Fix test label.Jarkko Hietaniemi2015-08-101-1/+1
* Sanity x86 long double check.Jarkko Hietaniemi2015-08-101-0/+2
* Increment $VERSION in 4 .pm files whose .xs has changed.James E Keenan2015-06-271-1/+1
* If IVSIZE == LONGSIZE, long cannot be beyond IV_MIN/IV_MAX.Jarkko Hietaniemi2015-06-261-1/+1
* strtol and strtoul base should be [2, 36] or zero.Jarkko Hietaniemi2015-06-261-26/+44
* tcsetattr optional_actions can be invalid.Jarkko Hietaniemi2015-06-261-1/+6
* tcsetattr fd can be bad.Jarkko Hietaniemi2015-06-261-5/+10
* dup2 fds can be bad.Jarkko Hietaniemi2015-06-261-5/+11
* tcdrain fd can be bad.Jarkko Hietaniemi2015-06-261-2/+7
* tcflush/tcflow/tcsendbreak fd/action can be bad.Jarkko Hietaniemi2015-06-261-2/+7
* lseek fd can be bad.Jarkko Hietaniemi2015-06-261-3/+8
* Fix @INC so that "make test" in ext/POSIX passes.Jarkko Hietaniemi2015-06-132-0/+2
* Test these functions in more than one spot.Jarkko Hietaniemi2015-06-131-0/+12
* infnan: Implement NaN payload APIs.Jarkko Hietaniemi2015-06-125-52/+383
* quadmath: long long versus round/truncJarkko Hietaniemi2015-06-061-4/+7
* Perl_croak->croak and misc C optimizing in POSIX.pmDaniel Dragan2015-06-033-20/+21
* POSIX.pm: bump versionRicardo Signes2015-05-081-1/+1
* POSIX: revert exported functions to 5.20.2 stateAristotle Pagaltzis2015-05-083-143/+155
* POSIX: discourage use of default exportsAristotle Pagaltzis2015-05-071-9/+9
* POSIX/t/math.t: skip fpclassify where unsupportedAristotle Pagaltzis2015-05-071-5/+9
* POSIX: document the new C99 math constantsAristotle Pagaltzis2015-05-071-27/+26
* POSIX: Regeneralize export.t to non-ASCII platformsAristotle Pagaltzis2015-05-041-10/+9
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-9/+12
* POSIX/t/sigaction.t: Skip failing EBCDIC testKarl Williamson2015-03-131-0/+1
* POSIX: emulation for logb()Jarkko Hietaniemi2015-03-121-0/+2
* quadmath: llrintq and llroundq do existJarkko Hietaniemi2015-03-121-2/+2
* Skip various locale tests when locales are not availableKarl Williamson2015-03-091-1/+3
* ext/POSIX/POSIX.xs: Convert do whiles into whilesKarl Williamson2015-03-092-6/+8
* POSIX/t/export.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-1/+7
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-114-23/+9
* infnan: add POSIX::issignalingJarkko Hietaniemi2015-02-084-9/+23
* POSIX version bumpJarkko Hietaniemi2015-02-051-1/+1
* POSIX math: if long double, long double the math constsJarkko Hietaniemi2015-02-051-13/+32
* POSIX math: tgamma/lgamma logicJarkko Hietaniemi2015-02-051-4/+6
* AIX long double lies about many math APIs.Jarkko Hietaniemi2015-02-051-0/+39
* Update POSIX version number.James E Keenan2015-02-021-1/+1
* Use HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDLJarkko Hietaniemi2015-02-021-5/+5
* Notes on NaN structure, for future generation/extraction.Jarkko Hietaniemi2015-01-201-0/+35
* POSIX.pod: Various nits, typos, clarificationsKarl Williamson2015-01-101-140/+159
* Fix broken ext/POSIX/t/wrappers.t on WindowsKarl Williamson2015-01-071-1/+1
* PATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7Karl Williamson2015-01-062-1/+18
* Add test case for [perl #123171]Karl Williamson2015-01-061-0/+21
* Increase $POSIX::VERSION to 1.49Father Chrysostomos2014-12-211-1/+1
* Use GIMME_V in POSIXFather Chrysostomos2014-12-211-4/+4
* PATCH: [perl #23171] Bleadperl breaks ZEFRAM/Hash-SharedMemKarl Williamson2014-12-141-1/+1