summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POSIX.xs is PERL_EXTKarl Williamson2017-11-081-0/+1
* POSIX.xs: Move constant tests out of loopKarl Williamson2017-11-081-14/+30
* Use memBEGINs() in coreKarl Williamson2017-11-061-1/+1
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-242-2/+2
* Rely on C89 <float.h>Aaron Crane2017-10-211-2/+0
* Rely on C89 <limits.h>Aaron Crane2017-10-211-2/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-3/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-212-3/+1
* (perl #131982) provide constants for get/setpriority in POSIX.pmTony Cook2017-10-165-2/+29
* Document that POSIX::abs, ::alarm, ::atan2, ::chdir, ::chmod need explicit ar...James E Keenan2017-10-152-15/+39
* perl no longer builds on MacOS ClassicTom Hukins2017-10-123-55/+47
* Document that POSIX::localtime needs explicit argument.James E Keenan2017-09-261-2/+10
* Move bulk of POSIX::setlocale to locale.cKarl Williamson2017-07-152-106/+6
* POSIX.pod: Remove obsolete textKarl Williamson2017-03-081-1/+1
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-1/+1
* (perl #130534) fix test failures under DragonFly BSDTomasz Konojacki2017-01-101-1/+3
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* POSIX.pm: shut up g++ compiler warningDavid Mitchell2016-11-242-2/+2
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-5/+7
* Finish removing POSIX deprecated fcnsKarl Williamson2016-11-144-12/+5
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-282-16/+22
* 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
* POSIX version bumpJarkko Hietaniemi2016-10-211-1/+1
* 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