summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POSIX.pm: resolve ambiguous #IfDavid Mitchell2018-04-031-2/+3
* PATCH: [perl #133405] POSIX.xs: Silence compiler warningKarl Williamson2018-04-012-2/+2
* Don't use duplocale() unless is presentKarl Williamson2018-03-121-1/+2
* POSIX.pod: Fix nitKarl Williamson2018-03-121-1/+1
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-122-2/+33
* Bump version of POSIX.pm to 1.83; warnings to 1.42Karl Williamson2018-03-021-1/+1
* Remove parameter from isSCRIPT_RUNKarl Williamson2018-03-011-2/+1
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+1
* Add Perl_setlocale()Karl Williamson2018-02-181-6/+2
* POSIX.xs: Fix localeconv_l()Karl Williamson2018-02-181-1/+2
* 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