summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.xs
Commit message (Expand)AuthorAgeFilesLines
* quadmath interfaces and constantsJarkko Hietaniemi2014-09-191-41/+118
* POSIX math: AIX 7 has nexttowardJarkko Hietaniemi2014-09-181-1/+1
* POSIX math: the pa-risc gcc missing tgamma and nexttowardJarkko Hietaniemi2014-09-181-1/+15
* POSIX math: Tru64 has rint()Jarkko Hietaniemi2014-09-181-1/+0
* POSIX math: log1p is more subtle.Jarkko Hietaniemi2014-09-091-1/+3
* POSIX math: log1p (emulation) needs arg > -1.0.Jarkko Hietaniemi2014-09-091-0/+2
* POSIX math: log1p emulation was wrong.Jarkko Hietaniemi2014-09-091-4/+4
* Document the IBM admission of weirdness of AIX long doubles.Jarkko Hietaniemi2014-09-081-0/+3
* POSIX math: AIX fixes.Jarkko Hietaniemi2014-09-081-1/+14
* POSIX math: stupidness in 9e010b89Jarkko Hietaniemi2014-09-081-1/+1
* POSIX math: implement lround().Jarkko Hietaniemi2014-09-081-3/+34
* POSIX math: NV_NAN can be the right answer for nan().Jarkko Hietaniemi2014-09-081-0/+2
* POSIX math: HP-UX support varies depending on HP cc.Jarkko Hietaniemi2014-09-081-17/+24
* POSIX math: Add the opengroup URL for math.hJarkko Hietaniemi2014-09-061-0/+3
* POSIX math: Use the Perl_ math APIs (C89) consistently.Jarkko Hietaniemi2014-09-041-2/+2
* POSIX math: Use rounding macros, instead of the c99_ functions.Jarkko Hietaniemi2014-09-041-12/+18
* POSIX math: let's not override the real lrint().Jarkko Hietaniemi2014-09-041-1/+1
* POSIX math: Cygwin lacks at least nexttoward.Jarkko Hietaniemi2014-09-041-0/+4
* POSIX math: There's no #elifdef, unfortunately.Jarkko Hietaniemi2014-09-041-1/+1
* POSIX math: if no fesetround, try fpsetround.Jarkko Hietaniemi2014-09-031-12/+42
* POSIX math: have the Perl_func wrappers for the C89 math, too.Jarkko Hietaniemi2014-09-031-10/+10
* POSIX math: c99_erfc, not plain erfc.Jarkko Hietaniemi2014-09-031-1/+1
* POSIX math: Win32 does not have erf and erfc.Jarkko Hietaniemi2014-09-031-2/+4
* POSIX math: simplify the fpclassify emulation.Jarkko Hietaniemi2014-09-031-58/+2
* POSIX math: s = "0" is not happy with -Wwrite-strings.Jarkko Hietaniemi2014-09-031-2/+2
* POSIX math: make erf emulation C89 compliant.Jarkko Hietaniemi2014-09-031-3/+3
* POSIX math: isunordered emulation was all broken.Jarkko Hietaniemi2014-09-031-4/+6
* POSIX math: Use 1.0 - erf(x) for erfc().Jarkko Hietaniemi2014-09-021-4/+2
* POSIX math: nan(NULL) leads to...Jarkko Hietaniemi2014-09-021-1/+1
* POSIX math: define the isless et al if necessary and feasible.Jarkko Hietaniemi2014-09-021-0/+15
* POSIX math: erfc implementation.Jarkko Hietaniemi2014-09-021-1/+9
* POSIX math: better hypot.Jarkko Hietaniemi2014-09-021-4/+14
* POSIX math: erf implementation from http://www.johndcook.com/Jarkko Hietaniemi2014-09-021-2/+28
* POSIX math: Define my_fpclassify only if no c99_classify already.Jarkko Hietaniemi2014-09-021-6/+10
* The VMS CRTL has lrint, but not llrint.Craig A. Berry2014-09-021-1/+5
* POSIX math: Comment tweaks.Jarkko Hietaniemi2014-09-011-5/+10
* POSIX math: lgammal, not gammal.Jarkko Hietaniemi2014-09-011-1/+1
* POSIX math: problems found in Win32.Jarkko Hietaniemi2014-09-011-2/+2
* POSIX math: First cut at C99 math docs.Jarkko Hietaniemi2014-09-011-8/+14
* POSIX math: Perl_ldexp, not Perl_ldexpl.Jarkko Hietaniemi2014-09-011-1/+1
* POSIX math: define the fpclassify returns always if needed.Jarkko Hietaniemi2014-09-011-1/+1
* POSIX math: Initialize RETVAL to NV_NAN/-1.Jarkko Hietaniemi2014-09-011-1/+11
* HP-UX: missing C99 math.Jarkko Hietaniemi2014-09-011-5/+19
* Some missing c99_xxx functions for POSIX.xs on VMS.Craig A. Berry2014-09-011-0/+12
* POSIX math: use POSIX now imports Inf and NaN.Jarkko Hietaniemi2014-08-311-0/+16
* POSIX math: fpclassify continues.Jarkko Hietaniemi2014-08-311-5/+17
* POSIX math: Bessel fixes.Jarkko Hietaniemi2014-08-311-19/+17
* POSIX math: todo for emulating fegetround() with fpgetround().Jarkko Hietaniemi2014-08-311-0/+4
* POSIX math: lrint and rint emulations.Jarkko Hietaniemi2014-08-311-16/+95
* POSIX math: Add fegetround() and fesetround().Jarkko Hietaniemi2014-08-311-0/+28