This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update JSON-PP to CPAN version 2.27300
[perl5.git] / ext / POSIX /
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-18 Jarkko HietaniemiPOSIX pod tweaks.
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: add tests.
2014-09-03 Jarkko HietaniemiPOSIX math: add isinf/isnan/isfinite tests.
2014-09-03 Jarkko HietaniemiPOSIX math: erfc implementation.
2014-09-03 Jarkko HietaniemiPOSIX math: looser error bound for erf test.
2014-09-03 Jarkko HietaniemiPOSIX math: more hypot tests.
2014-09-03 Jarkko HietaniemiPOSIX math: isless etc tests.
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 HietaniemiPOSIX math: M_LN10 was missing.
2014-09-01 Jarkko HietaniemiHP-UX: missing C99 math.
2014-09-01 Craig A. BerrySome missing c99_xxx functions for POSIX.xs on VMS.
2014-09-01 Jarkko HietaniemiPOSIX math: M_SQRT2 and M_2_SQRTPI were misspelled.
2014-08-31 Jarkko HietaniemiPOSIX math: Solaris needs -lsunmath.
2014-08-31 Jarkko HietaniemiPOSIX math: use POSIX now imports Inf and NaN.
2014-08-31 Jarkko HietaniemiPOSIX math: fpclassify continues.
2014-08-31 Jarkko HietaniemiPOSIX math: Bessel fixes.
2014-08-31 Jarkko HietaniemiPOSIX math: todo for emulating fegetround() with fpgetr...
2014-08-31 Jarkko HietaniemiPOSIX math: lrint and rint emulations.
2014-08-31 Jarkko HietaniemiPOSIX math: Add fegetround() and fesetround().
2014-08-31 Jarkko HietaniemiPOSIX math: More handling of legacy implementations.
2014-08-31 Jarkko HietaniemiPOSIX math: fpclassify emulation.
2014-08-31 Jarkko HietaniemiPOSIX math: Portability emulations and constants.
2014-08-31 Jarkko HietaniemiPOSIX math: HP-UX exceptions.
2014-08-31 Jarkko HietaniemiPOSIX math: Have only one not_here for each API.
2014-08-31 Jarkko HietaniemiPOSIX math: Win32 shuffling.
2014-08-31 Jarkko HietaniemiPOSIX math: Use HAS_ACOSH to enable/disable the C99...
2014-08-31 Jarkko HietaniemiPOSIX math: Skip the POSIX C99 math tests if no acosh().
2014-08-31 Jarkko HietaniemiPOSIX math: Add more C99 math tests.
2014-08-31 Jarkko HietaniemiPOSIX math: Hopefully better use of Configure symbols.
2014-08-31 Jarkko HietaniemiPOSIX math: Add FP_ILOGB0 and FP_ILOGBNAN.
2014-08-31 Jarkko HietaniemiPOSIX math: Implement glue for the C99 math functions.
2014-08-31 Jarkko HietaniemiPOSIX math: Add M_ constants like M_PI.
2014-08-23 Jarkko HietaniemiSkip strtold in concise-xs.t, "platform varying".
2014-08-22 Karl WilliamsonBump version of POSIX.pm
2014-08-22 Jarkko HietaniemiImplement POSIX::strtold().
2014-08-15 Tony Cook[perl #122476] use a hash instead of a ptr_table
2014-08-15 Tony Cook[perl #122476] TODO test for isfoo() crash on Win32...
2014-07-27 Lukas MaiPOSIX.pod: Document correct redirect for 'atexit'.
2014-07-09 Karl Williamsonext/POSIX/POSIX.xs: White space only, align column
2014-07-09 Karl WilliamsonPOSIX::setlocale(LC_NUMERIC) returns proper locale
2014-06-12 Karl WilliamsonPOSIX.xs: Fix typo.
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-11 Brian FraserRemoved NeXT support
2014-06-11 Tony Cookcorrect handling of buffer sizes for POSIX::strxfrm()
2014-06-07 Karl WilliamsonPOSIX.xs: Add a const to a parameter
2014-06-07 Karl Williamsonstrftime: Set UTF-8 flag appropriately on return
2014-06-07 Karl WilliamsonPATCH: [perl #119425] strftime with %p
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl WilliamsonSet utf8 flag properly in localeconv
next