summaryrefslogtreecommitdiff
path: root/ext/POSIX/t
Commit message (Expand)AuthorAgeFilesLines
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-281-12/+16
* t/loc_tools.pl: Complement sense of optional parameterKarl Williamson2016-10-261-3/+1
* OpenBSD 6 still does not support returning pid, gid or uid with SA_SIGINFOAndrew Fresh2016-10-251-1/+1
* vax-netbsd: test non-IEEE-754-ness only onceJarkko Hietaniemi2016-10-211-12/+9
* vax-netbsd: expand lround() and signbit testingJarkko Hietaniemi2016-10-211-2/+8
* vax-netbsd: POSIX: skip t/math.t tests needing inf/nanJarkko Hietaniemi2016-09-301-75/+95
* ext/POSIX/t/sigaction.t: Skip uid and pid tests on GNU/HurdDominic Hargreaves2016-05-281-1/+3
* POSIX: test that all subroutines are exportedAaron Crane2016-05-161-1/+21
* POSIX: delete the L_tmpnam and L_tmpname symbolsAaron Crane2016-05-162-2/+3
* POSIX: add new :sys_socket_h export tag with missing MSG_* symbolsAaron Crane2016-05-161-0/+5
* POSIX: add new :netdb_h tag with missing EAI_* symbolsAaron Crane2016-05-161-0/+5
* POSIX: add lround() to the :math_h_c99 export tagAaron Crane2016-05-162-6/+4
* Croak on unimplemented already at import timeJarkko Hietaniemi2016-05-112-4/+5
* Remove the deprecated POSIX::tmpnam as unsafeJarkko Hietaniemi2016-05-111-14/+5
* 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