summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POSIX::localconv(): Prefer localeconv_l()Karl Williamson2018-01-311-3/+26
* POSIX.xs: Add mutex around localeconv()Karl Williamson2018-01-311-0/+3
* POSIX.xs: Prefer mbrtowc() over mbtowc()Karl Williamson2018-01-311-0/+15
* POSIX.xs: Prefer mbrlen() over mblen()Karl Williamson2018-01-311-0/+17
* POSIX::localeconv() Use new fcn; avoid recalcsKarl Williamson2018-01-301-12/+12
* POSIX.xs: White space onlyKarl Williamson2018-01-301-2/+2
* POSIX.xs: Keep locale change to minimum spanKarl Williamson2018-01-301-2/+2
* POSIX::strftime: Add better fallback about UTF-8Karl Williamson2018-01-301-0/+6
* Simplify some LC_NUMERIC macrosKarl Williamson2018-01-301-3/+3
* Teach perl about more locale categoriesKarl Williamson2018-01-303-5/+9
* Facilitate building with quadmath on Cygwin.Peter John Acklam2018-01-071-0/+3
* semicolon-friendly diagnostic controlZefram2017-12-161-2/+2
* POSIX.xs: remove unused variableDavid Mitchell2017-11-291-1/+0
* POSIX.xs: Convert to use is_utf8_non_invariant_string()Karl Williamson2017-11-262-4/+4
* POSIX.pod: Add cautions about locale useKarl Williamson2017-11-141-1/+7
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-111-1/+1
* 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