This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid using C99/C11 functions that NetBSD doesn't define
[perl5.git] / ext / POSIX / POSIX.xs
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.
2015-06-27 Jarkko Hietaniemitcflush/tcflow/tcsendbreak fd/action can be bad.
2015-06-27 Jarkko Hietaniemilseek fd can be bad.
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-06-06 Jarkko Hietaniemiquadmath: long long versus round/trunc
2015-06-03 Daniel DraganPerl_croak->croak and misc C optimizing in POSIX.pm
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-12 Jarkko HietaniemiPOSIX: emulation for logb()
2015-03-12 Jarkko Hietaniemiquadmath: llrintq and llroundq do exist
2015-03-09 Karl Williamsonext/POSIX/POSIX.xs: Convert do whiles into whiles
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-09 Jarkko Hietaniemiinfnan: add POSIX::issignaling
2015-02-05 Jarkko HietaniemiPOSIX math: if long double, long double the math consts
2015-02-05 Jarkko HietaniemiPOSIX math: tgamma/lgamma logic
2015-02-05 Jarkko HietaniemiAIX long double lies about many math APIs.
2015-02-03 Jarkko HietaniemiUse HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL
2015-01-20 Jarkko HietaniemiNotes on NaN structure, for future generation/extraction.
next