summaryrefslogtreecommitdiff
path: root/ext/POSIX/t
Commit message (Expand)AuthorAgeFilesLines
* Export lround() from POSIXAaron Crane2016-04-022-0/+7
* Export Winsock error constants from POSIX.pmSteve Hay2016-03-111-0/+14
* Remove POSIX isfoo() as scheduledKarl Williamson2016-02-112-175/+1
* OpenBSD does not do si_uid with sigaction().Jarkko Hietaniemi2016-02-041-1/+3
* Skip SA_SIGINFO uid/pid test on POSIX-deficient OS X versionsDagfinn Ilmari Mannsåker2016-01-291-0/+2
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-5/+26
* Add SA_SIGINFO 'code' constants to POSIXDagfinn Ilmari Mannsåker2016-01-261-0/+10
* Various tests: use centralized locale detectionKarl Williamson2015-11-204-10/+17
* [perl #126229] POSIX::strerror() clears $!David Mitchell2015-10-131-0/+7
* refine the skip test for the 32-bit x86 ABI brokenessTony Cook2015-09-101-2/+2
* 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
* 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-122-6/+80
* POSIX: revert exported functions to 5.20.2 stateAristotle Pagaltzis2015-05-082-121/+124
* POSIX/t/math.t: skip fpclassify where unsupportedAristotle Pagaltzis2015-05-071-5/+9
* POSIX: Regeneralize export.t to non-ASCII platformsAristotle Pagaltzis2015-05-041-10/+9
* POSIX/t/sigaction.t: Skip failing EBCDIC testKarl Williamson2015-03-131-0/+1
* Skip various locale tests when locales are not availableKarl Williamson2015-03-091-1/+3
* POSIX/t/export.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-1/+7
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-111-1/+1
* infnan: add POSIX::issignalingJarkko Hietaniemi2015-02-081-1/+1
* 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-061-0/+17
* Add test case for [perl #123171]Karl Williamson2015-01-061-0/+21
* Helper function for 'close enough with epsilon'.Jarkko Hietaniemi2014-11-151-19/+25
* The skip count was all wrong.Jarkko Hietaniemi2014-11-151-3/+8
* The 0d71ffa7 was quite sloppy with the sub-skips.Jarkko Hietaniemi2014-11-151-28/+17
* C99 math: lgamma and tgamma emulations.Jarkko Hietaniemi2014-11-141-0/+2
* These are all emulated, so can be tested.Jarkko Hietaniemi2014-11-141-9/+1
* Emulate signbit() if necessary.Jarkko Hietaniemi2014-11-141-3/+0
* fpclassify is emulated if necessary.Jarkko Hietaniemi2014-11-141-3/+0
* POSIX/t/posix.t: Fix skip count for localeless systemsBrian Fraser2014-10-311-1/+1
* deprecate POSIX::tmpnamTony Cook2014-10-141-1/+16
* PATCH: [perl #122252] international currency formatting (POSIX.1-2008)Andrew Fresh2014-09-221-3/+19
* POSIX math: AIX fixes.Jarkko Hietaniemi2014-09-081-2/+2
* POSIX math: add tests.Jarkko Hietaniemi2014-09-021-0/+3
* POSIX math: add isinf/isnan/isfinite tests.Jarkko Hietaniemi2014-09-021-6/+14
* POSIX math: erfc implementation.Jarkko Hietaniemi2014-09-021-0/+1
* POSIX math: looser error bound for erf test.Jarkko Hietaniemi2014-09-021-1/+1
* POSIX math: more hypot tests.Jarkko Hietaniemi2014-09-021-0/+1
* POSIX math: isless etc tests.Jarkko Hietaniemi2014-09-021-0/+7
* POSIX math: erf implementation from http://www.johndcook.com/Jarkko Hietaniemi2014-09-021-0/+1
* POSIX math: M_LN10 was missing.Jarkko Hietaniemi2014-09-011-1/+1
* POSIX math: M_SQRT2 and M_2_SQRTPI were misspelled.Jarkko Hietaniemi2014-08-312-5/+7
* POSIX math: use POSIX now imports Inf and NaN.Jarkko Hietaniemi2014-08-311-2/+2
* POSIX math: Add fegetround() and fesetround().Jarkko Hietaniemi2014-08-311-7/+8
* POSIX math: Portability emulations and constants.Jarkko Hietaniemi2014-08-311-6/+16
* POSIX math: Have only one not_here for each API.Jarkko Hietaniemi2014-08-311-3/+3