This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX math: tgamma/lgamma logic
[perl5.git] / ext / POSIX / POSIX.xs
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.
2014-12-21 Father ChrysostomosUse GIMME_V in POSIX
2014-12-10 Jarkko HietaniemiIf no strtoul, the args are unused.
2014-12-07 Jarkko HietaniemiMake it explicit that truncation is fine.
2014-12-06 Jarkko HietaniemiIf no lchown, not using the args.
2014-12-06 Jarkko HietaniemiPOSIX math potentially unused vars.
2014-12-06 Jarkko HietaniemiPOSIX nan: declaring s always potentially unused.
2014-12-06 Jarkko HietaniemiUnused hv_store() result.
2014-11-27 Steve HayEnable POSIX::strtold() on Windows (GCC) USE_LONG_DOUBL...
2014-11-27 Jarkko HietaniemiIf no cuserid(), s is unused.
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
2014-11-21 Jarkko Hietaniemitgamma infinity limit for IEEE quad prec.
2014-11-19 Jarkko HietaniemiWhile the nan() todo remains, at least warn not.
2014-11-19 Jarkko HietaniemiComment reformatting.
2014-11-19 Jarkko HietaniemiUse my_tgamma/my_lgamma only ifndef HAS_TGAMMA/HAS_LGAMMA.
2014-11-18 Jarkko HietaniemiPlatform may have only one of lgamma/tgamma.
2014-11-18 Jarkko Hietaniemifma() emulation.
2014-11-18 Jarkko HietaniemiNo C++ comments, please, we are C89ish.
2014-11-15 Jarkko HietaniemiC99 math: lgamma and tgamma emulations.
2014-11-15 Jarkko Hietaniemifdim NaN guard.
2014-11-15 Jarkko HietaniemiEmulate signbit() if necessary.
2014-11-15 Jarkko HietaniemiWe no more need to guard these with HAS_ACOSH.
2014-11-15 Jarkko HietaniemiRemove Cygwin cases. Case.
2014-11-15 Jarkko HietaniemiRemove unneeded Win32 cases.
2014-11-15 Jarkko Hietaniemiundef c99_foo ifndef HAS_FOO
2014-11-15 Jarkko Hietaniemicosh and log10 are already C89.
2014-11-15 Jarkko HietaniemiRemove now empty case.
2014-11-15 Jarkko HietaniemiRemove unneeded Tru64 cases.
2014-11-15 Jarkko HietaniemiVMS should now be handled.
2014-11-15 Jarkko HietaniemiWe now have symbols for llrint and llround.
2014-11-15 Jarkko HietaniemiAndroid should be doing the Configure scans.
2014-11-15 Jarkko HietaniemiRemove trivial unneeded cases of not having C99 math.
2014-11-15 Jarkko HietaniemiOnly #ifndef gcc cases remain.
2014-11-15 Jarkko HietaniemiRemove unneeded HP-UX cases.
2014-11-15 Jarkko Hietaniemiquadmath has tgammaq, not tgammal.
2014-11-15 Jarkko HietaniemiMake the C99 *l test a little bit more accepting.
2014-11-15 Jarkko HietaniemiThe NO_C99_LONG_DOUBLE_MATH is no more used.
2014-11-15 Jarkko HietaniemiAIX: Configure now detect this, leave the comment.
2014-11-15 Jarkko HietaniemiAdd Configure symbols to all the missing C99 math APIs.
2014-11-10 Tony CookNetBSD 5.1 doesn't support some of the new symbols...
2014-11-02 Jarkko HietaniemiDefine my_rint() only when necessary.
2014-10-31 Brian FraserPOSIX: C99 support exceptions on Android
2014-10-14 Tony Cookdeprecate POSIX::tmpnam
2014-09-26 Jarkko HietaniemiTru64: Floating-point rounding control.
2014-09-26 Jarkko HietaniemiTru64: Do not undef c99_isunordered.
2014-09-26 Jarkko HietaniemiTru64 nan() function broken.
2014-09-26 Jarkko Hietaniemi9d491117 missed one spot.
2014-09-26 Jarkko HietaniemiPOSIX math: FP_ROUND, not FE_ROUND.
2014-09-26 Jarkko HietaniemiPOSIX math: Match FE_ and FLT_ROUNDS with the GNU defaults.
2014-09-26 Jarkko HietaniemiPOSIX math: map FLT_ROUNDS to C99 values.
2014-09-26 Jarkko HietaniemiPOSIX math: default to fail, no default.
2014-09-23 Jarkko HietaniemiPOSIX math: add todo about the macro interface emulations.
2014-09-22 Andrew FreshPATCH: [perl #122252] international currency formatting...
2014-09-19 Jarkko Hietaniemiquadmath interfaces and constants
2014-09-18 Jarkko HietaniemiPOSIX math: AIX 7 has nexttoward
2014-09-18 Jarkko HietaniemiPOSIX math: the pa-risc gcc missing tgamma and nexttoward
2014-09-18 Jarkko HietaniemiPOSIX math: Tru64 has rint()
2014-09-10 Jarkko HietaniemiPOSIX math: log1p is more subtle.
2014-09-09 Jarkko HietaniemiPOSIX math: log1p (emulation) needs arg > -1.0.
2014-09-09 Jarkko HietaniemiPOSIX math: log1p emulation was wrong.
2014-09-08 Jarkko HietaniemiDocument the IBM admission of weirdness of AIX long...
2014-09-08 Jarkko HietaniemiPOSIX math: AIX fixes.
2014-09-08 Jarkko HietaniemiPOSIX math: stupidness in 9e010b89
2014-09-08 Jarkko HietaniemiPOSIX math: implement lround().
2014-09-08 Jarkko HietaniemiPOSIX math: NV_NAN can be the right answer for nan().
2014-09-08 Jarkko HietaniemiPOSIX math: HP-UX support varies depending on HP cc.
2014-09-06 Jarkko HietaniemiPOSIX math: Add the opengroup URL for math.h
2014-09-05 Jarkko HietaniemiPOSIX math: Use the Perl_ math APIs (C89) consistently.
2014-09-04 Jarkko HietaniemiPOSIX math: Use rounding macros, instead of the c99_...
2014-09-04 Jarkko HietaniemiPOSIX math: let's not override the real lrint().
2014-09-04 Jarkko HietaniemiPOSIX math: Cygwin lacks at least nexttoward.
2014-09-04 Jarkko HietaniemiPOSIX math: There's no #elifdef, unfortunately.
2014-09-04 Jarkko HietaniemiPOSIX math: if no fesetround, try fpsetround.
2014-09-03 Jarkko HietaniemiPOSIX math: have the Perl_func wrappers for the C89...
2014-09-03 Jarkko HietaniemiPOSIX math: c99_erfc, not plain erfc.
2014-09-03 Jarkko HietaniemiPOSIX math: Win32 does not have erf and erfc.
2014-09-03 Jarkko HietaniemiPOSIX math: simplify the fpclassify emulation.
2014-09-03 Jarkko HietaniemiPOSIX math: s = "0" is not happy with -Wwrite-strings.
2014-09-03 Jarkko HietaniemiPOSIX math: make erf emulation C89 compliant.
2014-09-03 Jarkko HietaniemiPOSIX math: isunordered emulation was all broken.
2014-09-03 Jarkko HietaniemiPOSIX math: Use 1.0 - erf(x) for erfc().
2014-09-03 Jarkko HietaniemiPOSIX math: nan(NULL) leads to...
2014-09-03 Jarkko HietaniemiPOSIX math: define the isless et al if necessary and...
2014-09-03 Jarkko HietaniemiPOSIX math: erfc implementation.
2014-09-03 Jarkko HietaniemiPOSIX math: better hypot.
2014-09-03 Jarkko HietaniemiPOSIX math: erf implementation from johndcook.com/
2014-09-03 Jarkko HietaniemiPOSIX math: Define my_fpclassify only if no c99_classif...
2014-09-02 Craig A. BerryThe VMS CRTL has lrint, but not llrint.
2014-09-02 Jarkko HietaniemiPOSIX math: Comment tweaks.
2014-09-02 Jarkko HietaniemiPOSIX math: lgammal, not gammal.
2014-09-01 Jarkko HietaniemiPOSIX math: problems found in Win32.
2014-09-01 Jarkko HietaniemiPOSIX math: First cut at C99 math docs.
2014-09-01 Jarkko HietaniemiPOSIX math: Perl_ldexp, not Perl_ldexpl.
2014-09-01 Jarkko HietaniemiPOSIX math: define the fpclassify returns always if...
2014-09-01 Jarkko HietaniemiPOSIX math: Initialize RETVAL to NV_NAN/-1.
2014-09-01 Jarkko HietaniemiHP-UX: missing C99 math.
2014-09-01 Craig A. BerrySome missing c99_xxx functions for POSIX.xs on VMS.
next