This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mph.pl - Clean up diagnostics logic, allow DEBUG from env.
[perl5.git] / ext / POSIX / POSIX.xs
2021-12-24 TAKAI KousukeAdd last-resort implementation for POSIX::FLT_ROUNDS.
2021-12-24 TAKAI KousukePOSIX: FLT_ROUNDS is now an XS function rather than...
2021-11-02 Dagfinn Ilmari Man... Remove AT&T UWIN support
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-08-05 TAKAI KousukePOSIX: Use NV instead of hardcoded 'double' in strtol...
2021-07-30 Karl WilliamsonPOSIX: Save a '&' instr by casting to U8
2021-07-25 TAKAI KousukePOSIX: Make strtoul() return UV if possible
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-01-11 sisyphusext/POSIX/POSIX.xs - allow POSIX::strtold on Windows...
2020-12-27 TAKAI KousukePOSIX.xs: Use Perl_signbit unconditionally for POSIX...
2020-12-21 Karl WilliamsonPOSIX.xs: Remove redundant #ifdef
2020-12-08 Karl WilliamsonName individual locale locks
2020-12-08 Karl WilliamsonChange name of mutex macro.
2020-12-04 Karl WilliamsonPOSIX.xs: White-space only
2020-12-04 Karl WilliamsonPOSIX.xs: Use alternative functions if avail
2020-11-22 Karl WilliamsonSlience compiler warnings for NV, [IU]V compare
2020-07-30 Tony Cookavoid using C99/C11 functions that NetBSD doesn't define
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-18 Karl WilliamsonPOSIX.xs: Never pass NULL to ctermid()
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen: Make length parameter optional
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2020-02-12 Karl WilliamsonRemove claimed support for mbstowcs, wcstombc
2020-01-06 Tony Cookerror check the calls to sigaddset in POSIX::SigSet...
2019-12-29 Karl WilliamsonPOSIX.xs: Fix typo displayed when fcn doesn't exist
2019-11-19 David Mitchellfix POSIX.xs under VMS
2019-11-18 David Mitchelldeclare perl core's sig handler as 1-arg
2019-11-18 David MitchellPOSIX::sigaction(): use correct sig handler
2019-05-24 Karl WilliamsonPOSIX.xs: Add NOTREACHED to silence cygwin compiler
2019-04-20 Karl WilliamsonPOSIX.xs: Use new inRANGE macro
2019-04-09 Karl WilliamsonMake POSIX::mblen() slightly safer
2019-03-25 Niko TyniFix POSIX::mblen mbstate_t initialization on threaded...
2019-02-06 Karl Williamsonext/POSIX: Fix compilation error
2018-12-11 sisyphusPOSIX.xs - support C99 math for mingw
2018-11-29 Tony Cookstdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCE
2018-09-12 Tony Cook(perl #133510) use quadmath versions of log10, ldexp...
2018-04-03 David MitchellPOSIX.pm: resolve ambiguous #If
2018-04-01 Karl WilliamsonPATCH: [perl #133405] POSIX.xs: Silence compiler warning
2018-03-12 Karl WilliamsonDon't use duplocale() unless is present
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-02 Karl WilliamsonRemove parameter from isSCRIPT_RUN
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl WilliamsonPOSIX.xs: Fix localeconv_l()
2018-01-31 Karl WilliamsonPOSIX::localconv(): Prefer localeconv_l()
2018-01-31 Karl WilliamsonPOSIX.xs: Add mutex around localeconv()
2018-01-31 Karl WilliamsonPOSIX.xs: Prefer mbrtowc() over mbtowc()
2018-01-31 Karl WilliamsonPOSIX.xs: Prefer mbrlen() over mblen()
2018-01-31 Karl WilliamsonPOSIX::localeconv() Use new fcn; avoid recalcs
2018-01-31 Karl WilliamsonPOSIX.xs: White space only
2018-01-31 Karl WilliamsonPOSIX.xs: Keep locale change to minimum span
2018-01-31 Karl WilliamsonPOSIX::strftime: Add better fallback about UTF-8
2018-01-31 Karl WilliamsonSimplify some LC_NUMERIC macros
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-11-29 David MitchellPOSIX.xs: remove unused variable
2017-11-26 Karl WilliamsonPOSIX.xs: Convert to use is_utf8_non_invariant_string()
2017-11-09 Karl WilliamsonPOSIX.xs is PERL_EXT
2017-11-09 Karl WilliamsonPOSIX.xs: Move constant tests out of loop
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-16 Tony Cook(perl #131982) provide constants for get/setpriority...
2017-07-15 Karl WilliamsonMove bulk of POSIX::setlocale to locale.c
2016-11-24 David MitchellPOSIX.pm: shut up g++ compiler warning
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-10-22 Jarkko Hietaniemivax-netbsd: set the RETVAL even if unused
2016-10-22 Jarkko Hietaniemivax-netbsd: another negative zero assumption
2016-10-22 Jarkko Hietaniemivax-netbsd: Negative zero is only a thing IEEE 754.
2016-10-19 Yves Ortonext/POSIX: use _memEQs() and not memEQ() for constant...
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip inf/nan parts
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: fenv.h is work-in-progress
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-07-28 Father ChrysostomosPOSIX.xs: Make NV_PAYLOAD_SIZEOF_ASSERT static
2016-07-28 Jarkko Hietaniemi[perl #128763] Fix POSIX.xs longdbl assertion
2016-06-13 David MitchellPOSIX.xs: avoid "defined but not used" warning
2016-05-12 Jarkko HietaniemiRemove the deprecated POSIX::tmpnam as unsafe
2016-03-04 Karl WilliamsonPOSIX.xs: Avoid a leak in setlocale()
2016-02-12 Karl WilliamsonRemove POSIX isfoo() as scheduled
2016-02-07 Jarkko HietaniemiPOSIX: strcmp NE strEQ().
2016-02-07 Jarkko HietaniemiPOSIX: Check fds against negatives.
2016-02-07 Jarkko HietaniemiPOSIX: Check signal numbers against negatives.
2016-02-04 Jarkko HietaniemiWe're against contractions.
2016-02-04 Jarkko HietaniemiOddly placed unused decls for fma() and the gamma funcs.
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-08 Karl WilliamsonAdd more -DL debugging info
2015-09-08 Karl WilliamsonRmv trailing ';' on #endif
2015-09-05 Andy Broadamigaos4: ext/POSIX: no fancy signals
2015-09-05 Andy Broadamigaos4: ext/POSIX: no mkfifo
2015-08-10 Jarkko HietaniemiSanity x86 long double check.
2015-06-27 Jarkko HietaniemiIf IVSIZE == LONGSIZE, long cannot be beyond IV_MIN...
2015-06-27 Jarkko Hietaniemistrtol and strtoul base should be [2, 36] or zero.
2015-06-27 Jarkko Hietaniemitcsetattr optional_actions can be invalid.
2015-06-27 Jarkko Hietaniemitcsetattr fd can be bad.
2015-06-27 Jarkko Hietaniemidup2 fds can be bad.
2015-06-27 Jarkko Hietaniemitcdrain fd can be bad.
next