summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
...
* vax-netbsd: test non-IEEE-754-ness only onceJarkko Hietaniemi2016-10-211-12/+9
* vax-netbsd: set the RETVAL even if unusedJarkko Hietaniemi2016-10-211-0/+3
* vax-netbsd: another negative zero assumptionJarkko Hietaniemi2016-10-211-0/+4
* vax-netbsd: Negative zero is only a thing IEEE 754.Jarkko Hietaniemi2016-10-211-1/+6
* vax-netbsd: expand lround() and signbit testingJarkko Hietaniemi2016-10-211-2/+8
* ext/POSIX: use _memEQs() and not memEQ() for constant string comparisonYves Orton2016-10-191-1/+1
* vax-netbsd: do not export inf/nan which we do not haveJarkko Hietaniemi2016-09-301-5/+9
* vax-netbsd: POSIX: skip t/math.t tests needing inf/nanJarkko Hietaniemi2016-09-301-75/+95
* vax-netbsd: POSIX: skip inf/nan partsJarkko Hietaniemi2016-09-301-5/+73
* vax-netbsd: POSIX: fenv.h is work-in-progressJarkko Hietaniemi2016-09-301-0/+2
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-212-2/+2
* Use new name 'is_utf8_invariant_string' in coreKarl Williamson2016-08-312-12/+13
* POSIX.xs: Make NV_PAYLOAD_SIZEOF_ASSERT staticFather Chrysostomos2016-07-281-2/+4
* Increase $POSIX::VERSION to 1.71Father Chrysostomos2016-07-281-1/+1
* [perl #128763] Fix POSIX.xs longdbl assertionJarkko Hietaniemi2016-07-281-1/+1
* POSIX.xs: avoid "defined but not used" warningDavid Mitchell2016-06-131-0/+5
* ext/POSIX/t/sigaction.t: Skip uid and pid tests on GNU/HurdDominic Hargreaves2016-05-282-2/+4
* POSIX: test that all subroutines are exportedAaron Crane2016-05-161-1/+21
* POSIX: delete the L_tmpnam and L_tmpname symbolsAaron Crane2016-05-165-8/+8
* POSIX: add new :sys_socket_h export tag with missing MSG_* symbolsAaron Crane2016-05-162-0/+9
* POSIX: add new :netdb_h tag with missing EAI_* symbolsAaron Crane2016-05-162-0/+10
* POSIX: add lround() to the :math_h_c99 export tagAaron Crane2016-05-163-11/+6
* POSIX.pod: Fix grammarKarl Williamson2016-05-121-1/+1
* Croak on unimplemented already at import timeJarkko Hietaniemi2016-05-113-24/+38
* Remove the deprecated POSIX::tmpnam as unsafeJarkko Hietaniemi2016-05-114-46/+9
* Sort the %replacement and %reimplJarkko Hietaniemi2016-05-111-44/+44
* POSIX.pod: Add some caveats about strcoll(), strxfrm()Karl Williamson2016-05-091-0/+8
* Document exports policy within POSIXAristotle Pagaltzis2016-04-261-2/+7
* Correct lround situation comment in POSIXAristotle Pagaltzis2016-04-261-4/+3
* Strengthen cautions about locale use with threadsKarl Williamson2016-04-081-0/+7
* Export lround() from POSIXAaron Crane2016-04-024-2/+17
* Export Winsock error constants from POSIX.pmSteve Hay2016-03-114-0/+67
* POSIX.xs: Avoid a leak in setlocale()Karl Williamson2016-03-042-3/+2
* Remove POSIX isfoo() as scheduledKarl Williamson2016-02-115-428/+35
* POSIX version bump.Jarkko Hietaniemi2016-02-071-1/+1
* POSIX: strcmp NE strEQ().Jarkko Hietaniemi2016-02-071-3/+3
* POSIX: Check fds against negatives.Jarkko Hietaniemi2016-02-072-33/+33
* POSIX: Check signal numbers against negatives.Jarkko Hietaniemi2016-02-072-2/+11
* OpenBSD does not do si_uid with sigaction().Jarkko Hietaniemi2016-02-041-1/+3
* POSIX version bump.Jarkko Hietaniemi2016-02-031-1/+1
* We're against contractions.Jarkko Hietaniemi2016-02-031-1/+1
* Oddly placed unused decls for fma() and the gamma funcs.Jarkko Hietaniemi2016-02-031-3/+7
* Skip SA_SIGINFO uid/pid test on POSIX-deficient OS X versionsDagfinn Ilmari Mannsåker2016-01-291-0/+2
* ext/POSIX/lib/POSIX.pod: Make verbatim line fit in 79 colsKarl Williamson2016-01-271-2/+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-264-1/+47
* Various tests: use centralized locale detectionKarl Williamson2015-11-204-10/+17
* XS staticing in ext and distDaniel Dragan2015-10-262-3/+3
* [perl #126229] POSIX::strerror() clears $!David Mitchell2015-10-132-2/+9
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-4/+4