2019-04-09 |
Karl Williamson | Make POSIX::mblen() slightly safer |
blob | commitdiff |
2019-03-25 |
Niko Tyni | Fix POSIX::mblen mbstate_t initialization on threaded... |
blob | commitdiff | diff to current |
2019-02-06 |
Karl Williamson | ext/POSIX: Fix compilation error |
blob | commitdiff | diff to current |
2018-12-11 |
sisyphus | POSIX.xs - support C99 math for mingw |
blob | commitdiff | diff to current |
2018-11-29 |
Tony Cook | stdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCE |
blob | commitdiff | diff to current |
2018-09-12 |
Tony Cook | (perl #133510) use quadmath versions of log10, ldexp... |
blob | commitdiff | diff to current |
2018-04-03 |
David Mitchell | POSIX.pm: resolve ambiguous #If |
blob | commitdiff | diff to current |
2018-04-01 |
Karl Williamson | PATCH: [perl #133405] POSIX.xs: Silence compiler warning |
blob | commitdiff | diff to current |
2018-03-12 |
Karl Williamson | Don't use duplocale() unless is present |
blob | commitdiff | diff to current |
2018-03-12 |
Karl Williamson | Work around Microsoft threaded locale bug for localeconv() |
blob | commitdiff | diff to current |
2018-03-02 |
Karl Williamson | Remove parameter from isSCRIPT_RUN |
blob | commitdiff | diff to current |
2018-02-18 |
Karl Williamson | Add Perl_setlocale() |
blob | commitdiff | diff to current |
2018-02-18 |
Karl Williamson | POSIX.xs: Fix localeconv_l() |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX::localconv(): Prefer localeconv_l() |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX.xs: Add mutex around localeconv() |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX.xs: Prefer mbrtowc() over mbtowc() |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX.xs: Prefer mbrlen() over mblen() |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX::localeconv() Use new fcn; avoid recalcs |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX.xs: White space only |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX.xs: Keep locale change to minimum span |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | POSIX::strftime: Add better fallback about UTF-8 |
blob | commitdiff | diff to current |
2018-01-31 |
Karl Williamson | Simplify some LC_NUMERIC macros |
blob | commitdiff | diff to current |
2017-12-16 |
Zefram | semicolon-friendly diagnostic control |
blob | commitdiff | diff to current |
2017-11-29 |
David Mitchell | POSIX.xs: remove unused variable |
blob | commitdiff | diff to current |
2017-11-26 |
Karl Williamson | POSIX.xs: Convert to use is_utf8_non_invariant_string() |
blob | commitdiff | diff to current |
2017-11-09 |
Karl Williamson | POSIX.xs is PERL_EXT |
blob | commitdiff | diff to current |
2017-11-09 |
Karl Williamson | POSIX.xs: Move constant tests out of loop |
blob | commitdiff | diff to current |
2017-11-06 |
Karl Williamson | Use memBEGINs() in core |
blob | commitdiff | diff to current |
2017-10-24 |
Karl Williamson | Convert strcmp into strEQ, strNE |
blob | commitdiff | diff to current |
2017-10-21 |
Aaron Crane | Rely on C89 <float.h> |
blob | commitdiff | diff to current |
2017-10-21 |
Aaron Crane | Rely on C89 <limits.h> |
blob | commitdiff | diff to current |
2017-10-21 |
Aaron Crane | Rely on C89 <stddef.h> |
blob | commitdiff | diff to current |
2017-10-21 |
Aaron Crane | Rely on C89 <stdlib.h> |
blob | commitdiff | diff to current |
2017-10-16 |
Tony Cook | (perl #131982) provide constants for get/setpriority... |
blob | commitdiff | diff to current |
2017-07-15 |
Karl Williamson | Move bulk of POSIX::setlocale to locale.c |
blob | commitdiff | diff to current |
2016-11-24 |
David Mitchell | POSIX.pm: shut up g++ compiler warning |
blob | commitdiff | diff to current |
2016-11-18 |
Karl Williamson | Change white space to avoid C++ deprecation warning |
blob | commitdiff | diff to current |
2016-10-22 |
Jarkko Hietaniemi | vax-netbsd: set the RETVAL even if unused |
blob | commitdiff | diff to current |
2016-10-22 |
Jarkko Hietaniemi | vax-netbsd: another negative zero assumption |
blob | commitdiff | diff to current |
2016-10-22 |
Jarkko Hietaniemi | vax-netbsd: Negative zero is only a thing IEEE 754. |
blob | commitdiff | diff to current |
2016-10-19 |
Yves Orton | ext/POSIX: use _memEQs() and not memEQ() for constant... |
blob | commitdiff | diff to current |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: POSIX: skip inf/nan parts |
blob | commitdiff | diff to current |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: POSIX: fenv.h is work-in-progress |
blob | commitdiff | diff to current |
2016-09-21 |
Dagfinn Ilmari Man... | Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…") |
blob | commitdiff | diff to current |
2016-09-01 |
Karl Williamson | Use new name 'is_utf8_invariant_string' in core |
blob | commitdiff | diff to current |
2016-07-28 |
Father Chrysostomos | POSIX.xs: Make NV_PAYLOAD_SIZEOF_ASSERT static |
blob | commitdiff | diff to current |
2016-07-28 |
Jarkko Hietaniemi | [perl #128763] Fix POSIX.xs longdbl assertion |
blob | commitdiff | diff to current |
2016-06-13 |
David Mitchell | POSIX.xs: avoid "defined but not used" warning |
blob | commitdiff | diff to current |
2016-05-12 |
Jarkko Hietaniemi | Remove the deprecated POSIX::tmpnam as unsafe |
blob | commitdiff | diff to current |
2016-03-04 |
Karl Williamson | POSIX.xs: Avoid a leak in setlocale() |
blob | commitdiff | diff to current |
2016-02-12 |
Karl Williamson | Remove POSIX isfoo() as scheduled |
blob | commitdiff | diff to current |
2016-02-07 |
Jarkko Hietaniemi | POSIX: strcmp NE strEQ(). |
blob | commitdiff | diff to current |
2016-02-07 |
Jarkko Hietaniemi | POSIX: Check fds against negatives. |
blob | commitdiff | diff to current |
2016-02-07 |
Jarkko Hietaniemi | POSIX: Check signal numbers against negatives. |
blob | commitdiff | diff to current |
2016-02-04 |
Jarkko Hietaniemi | We're against contractions. |
blob | commitdiff | diff to current |
2016-02-04 |
Jarkko Hietaniemi | Oddly placed unused decls for fma() and the gamma funcs. |
blob | commitdiff | diff to current |
2015-10-26 |
Daniel Dragan | XS staticing in ext and dist |
blob | commitdiff | diff to current |
2015-09-16 |
Andy Broad | amigaos4: use #ifdef/ifndef __amigaos4__ when feasible |
blob | commitdiff | diff to current |
2015-09-08 |
Karl Williamson | Add more -DL debugging info |
blob | commitdiff | diff to current |
2015-09-08 |
Karl Williamson | Rmv trailing ';' on #endif |
blob | commitdiff | diff to current |
2015-09-05 |
Andy Broad | amigaos4: ext/POSIX: no fancy signals |
blob | commitdiff | diff to current |
2015-09-05 |
Andy Broad | amigaos4: ext/POSIX: no mkfifo |
blob | commitdiff | diff to current |
2015-08-10 |
Jarkko Hietaniemi | Sanity x86 long double check. |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | If IVSIZE == LONGSIZE, long cannot be beyond IV_MIN... |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | strtol and strtoul base should be [2, 36] or zero. |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | tcsetattr optional_actions can be invalid. |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | tcsetattr fd can be bad. |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | dup2 fds can be bad. |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | tcdrain fd can be bad. |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | tcflush/tcflow/tcsendbreak fd/action can be bad. |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | lseek fd can be bad. |
blob | commitdiff | diff to current |
2015-06-12 |
Jarkko Hietaniemi | infnan: Implement NaN payload APIs. |
blob | commitdiff | diff to current |
2015-06-06 |
Jarkko Hietaniemi | quadmath: long long versus round/trunc |
blob | commitdiff | diff to current |
2015-06-03 |
Daniel Dragan | Perl_croak->croak and misc C optimizing in POSIX.pm |
blob | commitdiff | diff to current |
2015-03-19 |
Karl Williamson | Change some locale manipulation macros in prep for API |
blob | commitdiff | diff to current |
2015-03-12 |
Jarkko Hietaniemi | POSIX: emulation for logb() |
blob | commitdiff | diff to current |
2015-03-12 |
Jarkko Hietaniemi | quadmath: llrintq and llroundq do exist |
blob | commitdiff | diff to current |
2015-03-09 |
Karl Williamson | ext/POSIX/POSIX.xs: Convert do whiles into whiles |
blob | commitdiff | diff to current |
2015-02-11 |
Jarkko Hietaniemi | infnan: revert nan payload/signaling changes |
blob | commitdiff | diff to current |
2015-02-09 |
Jarkko Hietaniemi | infnan: add POSIX::issignaling |
blob | commitdiff | diff to current |
2015-02-05 |
Jarkko Hietaniemi | POSIX math: if long double, long double the math consts |
blob | commitdiff | diff to current |
2015-02-05 |
Jarkko Hietaniemi | POSIX math: tgamma/lgamma logic |
blob | commitdiff | diff to current |
2015-02-05 |
Jarkko Hietaniemi | AIX long double lies about many math APIs. |
blob | commitdiff | diff to current |
2015-02-03 |
Jarkko Hietaniemi | Use HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL |
blob | commitdiff | diff to current |
2015-01-20 |
Jarkko Hietaniemi | Notes on NaN structure, for future generation/extraction. |
blob | commitdiff | diff to current |
2014-12-21 |
Father Chrysostomos | Use GIMME_V in POSIX |
blob | commitdiff | diff to current |
2014-12-10 |
Jarkko Hietaniemi | If no strtoul, the args are unused. |
blob | commitdiff | diff to current |
2014-12-07 |
Jarkko Hietaniemi | Make it explicit that truncation is fine. |
blob | commitdiff | diff to current |
2014-12-06 |
Jarkko Hietaniemi | If no lchown, not using the args. |
blob | commitdiff | diff to current |
2014-12-06 |
Jarkko Hietaniemi | POSIX math potentially unused vars. |
blob | commitdiff | diff to current |
2014-12-06 |
Jarkko Hietaniemi | POSIX nan: declaring s always potentially unused. |
blob | commitdiff | diff to current |
2014-12-06 |
Jarkko Hietaniemi | Unused hv_store() result. |
blob | commitdiff | diff to current |
2014-11-27 |
Steve Hay | Enable POSIX::strtold() on Windows (GCC) USE_LONG_DOUBL... |
blob | commitdiff | diff to current |
2014-11-27 |
Jarkko Hietaniemi | If no cuserid(), s is unused. |
blob | commitdiff | diff to current |
2014-11-26 |
Karl Williamson | Change core to use is_invariant_string() |
blob | commitdiff | diff to current |
2014-11-21 |
Jarkko Hietaniemi | tgamma infinity limit for IEEE quad prec. |
blob | commitdiff | diff to current |
2014-11-19 |
Jarkko Hietaniemi | While the nan() todo remains, at least warn not. |
blob | commitdiff | diff to current |
2014-11-19 |
Jarkko Hietaniemi | Comment reformatting. |
blob | commitdiff | diff to current |
2014-11-19 |
Jarkko Hietaniemi | Use my_tgamma/my_lgamma only ifndef HAS_TGAMMA/HAS_LGAMMA. |
blob | commitdiff | diff to current |
2014-11-18 |
Jarkko Hietaniemi | Platform may have only one of lgamma/tgamma. |
blob | commitdiff | diff to current |
next |