summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* [perl #121638] Make ‘Global symbol’ message more newbie-friendlyFather Chrysostomos2014-09-181-2/+4
* Dump GPFLAGSFather Chrysostomos2014-09-181-0/+1
* 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 pod tweaks.Jarkko Hietaniemi2014-09-171-24/+32
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-3/+3
* Peek.t needs to know about the prev. changeFather Chrysostomos2014-09-151-1/+2
* concise-xs.t needs to know about B::safenameFather Chrysostomos2014-09-151-1/+1
* Tweak Peek.t againFather Chrysostomos2014-09-151-5/+6
* Increase $B::VERSION to 1.51Father Chrysostomos2014-09-151-1/+1
* Add safename() func to BFather Chrysostomos2014-09-152-2/+15
* Tweak Peek.tFather Chrysostomos2014-09-151-1/+2
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-2/+2
* Increase $XS::APItest::VERSION to 0.64Father Chrysostomos2014-09-151-1/+1
* Test cv_nameFather Chrysostomos2014-09-152-0/+36
* Clone lex sub names properlyFather Chrysostomos2014-09-141-1/+14
* concise-xs.t is overly chummy with B::DeparseFather Chrysostomos2014-09-131-1/+1
* add missing op_private labels to Concise etcDavid Mitchell2014-09-103-30/+30
* Automate processing of op_private flagsDavid Mitchell2014-09-103-87/+78
* 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-083-3/+19
* POSIX math: stupidness in 9e010b89Jarkko Hietaniemi2014-09-081-1/+1
* POSIX math: implement lround().Jarkko Hietaniemi2014-09-083-8/+46
* 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
* Correct usage of memEQs in attributes.xs [perl #122701]Andy Dougherty2014-09-042-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: add tests.Jarkko Hietaniemi2014-09-021-0/+3
* POSIX math: add isinf/isnan/isfinite tests.Jarkko Hietaniemi2014-09-021-6/+14
* POSIX math: erfc implementation.Jarkko Hietaniemi2014-09-022-1/+10