summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.xs
Commit message (Expand)AuthorAgeFilesLines
* ext/POSIX/POSIX.xs - allow POSIX::strtold on Windows USE_QUADMATH buildssisyphus2021-01-101-2/+2
* POSIX.xs: Use Perl_signbit unconditionally for POSIX::signbit().TAKAI Kousuke2020-12-271-19/+2
* POSIX.xs: Remove redundant #ifdefKarl Williamson2020-12-211-2/+2
* Name individual locale locksKarl Williamson2020-12-081-12/+12
* Change name of mutex macro.Karl Williamson2020-12-081-3/+3
* POSIX.xs: White-space onlyKarl Williamson2020-12-041-3/+3
* POSIX.xs: Use alternative functions if availKarl Williamson2020-12-041-2/+2
* Slience compiler warnings for NV, [IU]V compareKarl Williamson2020-11-221-1/+1
* avoid using C99/C11 functions that NetBSD doesn't defineTony Cook2020-07-301-0/+16
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-1/+0
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* POSIX.xs: Never pass NULL to ctermid()Karl Williamson2020-03-181-2/+4
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-191-14/+86
* POSIX::mblen: Make length parameter optionalKarl Williamson2020-02-191-1/+2
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-19/+41
* Remove claimed support for mbstowcs, wcstombcKarl Williamson2020-02-121-18/+0
* error check the calls to sigaddset in POSIX::SigSet->newTony Cook2020-01-061-2/+5
* POSIX.xs: Fix typo displayed when fcn doesn't existKarl Williamson2019-12-291-1/+1
* fix POSIX.xs under VMSDavid Mitchell2019-11-191-6/+11
* declare perl core's sig handler as 1-argDavid Mitchell2019-11-181-1/+0
* POSIX::sigaction(): use correct sig handlerDavid Mitchell2019-11-181-14/+39
* POSIX.xs: Add NOTREACHED to silence cygwin compilerKarl Williamson2019-05-241-0/+1
* POSIX.xs: Use new inRANGE macroKarl Williamson2019-04-201-2/+2
* Make POSIX::mblen() slightly saferKarl Williamson2019-04-091-0/+5
* Fix POSIX::mblen mbstate_t initialization on threaded perls with glibcNiko Tyni2019-03-241-1/+1
* ext/POSIX: Fix compilation errorKarl Williamson2019-02-061-1/+2
* POSIX.xs - support C99 math for mingwsisyphus2018-12-111-1/+1
* stdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCETony Cook2018-11-291-0/+7
* (perl #133510) use quadmath versions of log10, ldexp and signbitTony Cook2018-09-121-1/+5
* POSIX.pm: resolve ambiguous #IfDavid Mitchell2018-04-031-2/+3
* PATCH: [perl #133405] POSIX.xs: Silence compiler warningKarl Williamson2018-04-011-1/+1
* Don't use duplocale() unless is presentKarl Williamson2018-03-121-1/+2
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-121-2/+29
* Remove parameter from isSCRIPT_RUNKarl Williamson2018-03-011-2/+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
* 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-261-3/+3
* POSIX.xs is PERL_EXTKarl Williamson2017-11-081-0/+1
* POSIX.xs: Move constant tests out of loopKarl Williamson2017-11-081-14/+30