summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Increase $POSIX::VERSION to 1.47Father Chrysostomos2014-11-201-1/+1
* Increase $B::VERSION to 1.54Father Chrysostomos2014-11-201-1/+1
* concise.t: correct test description to match actual testJim Cromie2014-11-201-1/+1
* Make B use B::COP for nulled COPsFather Chrysostomos2014-11-205-17/+30
* [perl #77452] Deparse { ...; BEGIN{} } correctlyFather Chrysostomos2014-11-201-1/+1
* tgamma infinity limit for IEEE quad prec.Jarkko Hietaniemi2014-11-201-1/+7
* Escape EFS for directory portion in tovmsspec.Craig A. Berry2014-11-181-0/+2
* While the nan() todo remains, at least warn not.Jarkko Hietaniemi2014-11-181-0/+1
* Comment reformatting.Jarkko Hietaniemi2014-11-181-2/+4
* Use my_tgamma/my_lgamma only ifndef HAS_TGAMMA/HAS_LGAMMA.Jarkko Hietaniemi2014-11-181-2/+2
* Platform may have only one of lgamma/tgamma.Jarkko Hietaniemi2014-11-171-12/+11
* fma() emulation.Jarkko Hietaniemi2014-11-171-3/+8
* No C++ comments, please, we are C89ish.Jarkko Hietaniemi2014-11-171-6/+6
* Increase $I18N::Langinfo::VERSION to 0.12Father Chrysostomos2014-11-161-1/+1
* $@ check in I18N::Langinfo documentation is reversedSlaven Rezic2014-11-161-1/+1
* misc optimizing in DynaLoaderDaniel Dragan2014-11-1511-31/+40
* Helper function for 'close enough with epsilon'.Jarkko Hietaniemi2014-11-151-19/+25
* The skip count was all wrong.Jarkko Hietaniemi2014-11-151-3/+8
* The 0d71ffa7 was quite sloppy with the sub-skips.Jarkko Hietaniemi2014-11-151-28/+17
* C99 math: lgamma and tgamma emulations.Jarkko Hietaniemi2014-11-142-18/+154
* fdim NaN guard.Jarkko Hietaniemi2014-11-141-1/+1
* These are all emulated, so can be tested.Jarkko Hietaniemi2014-11-141-9/+1
* Emulate signbit() if necessary.Jarkko Hietaniemi2014-11-142-3/+2
* fpclassify is emulated if necessary.Jarkko Hietaniemi2014-11-141-3/+0
* We no more need to guard these with HAS_ACOSH.Jarkko Hietaniemi2014-11-141-162/+150
* Remove Cygwin cases. Case.Jarkko Hietaniemi2014-11-141-4/+0
* Remove unneeded Win32 cases.Jarkko Hietaniemi2014-11-141-35/+0
* undef c99_foo ifndef HAS_FOOJarkko Hietaniemi2014-11-141-0/+108
* cosh and log10 are already C89.Jarkko Hietaniemi2014-11-141-1/+5
* Remove now empty case.Jarkko Hietaniemi2014-11-141-12/+0
* Remove unneeded Tru64 cases.Jarkko Hietaniemi2014-11-141-19/+0
* VMS should now be handled.Jarkko Hietaniemi2014-11-141-17/+0
* We now have symbols for llrint and llround.Jarkko Hietaniemi2014-11-141-2/+2
* Android should be doing the Configure scans.Jarkko Hietaniemi2014-11-141-23/+0
* Remove trivial unneeded cases of not having C99 math.Jarkko Hietaniemi2014-11-141-53/+0
* Only #ifndef gcc cases remain.Jarkko Hietaniemi2014-11-141-10/+1
* Remove unneeded HP-UX cases.Jarkko Hietaniemi2014-11-141-5/+0
* quadmath has tgammaq, not tgammal.Jarkko Hietaniemi2014-11-141-1/+1
* Make the C99 *l test a little bit more accepting.Jarkko Hietaniemi2014-11-141-3/+3
* The NO_C99_LONG_DOUBLE_MATH is no more used.Jarkko Hietaniemi2014-11-141-1/+0
* AIX: Configure now detect this, leave the comment.Jarkko Hietaniemi2014-11-141-6/+1
* Add Configure symbols to all the missing C99 math APIs.Jarkko Hietaniemi2014-11-141-2/+2
* B.pm: Document COP_SEQ_RANGE_*Father Chrysostomos2014-11-141-0/+6
* Don’t turn sub:CustomAttr(){$outer_lex} into a constFather Chrysostomos2014-11-131-1/+7
* add filename handling to xs handshakeDaniel Dragan2014-11-132-2/+2
* NetBSD 5.1 doesn't support some of the new symbols POSIX wantsTony Cook2014-11-101-0/+15
* Fix ext/B/t tests after OA_DANGEROUS removalsFather Chrysostomos2014-11-082-26/+26
* Fix up f_map.t following "\L$_" optimisationFather Chrysostomos2014-11-081-28/+24
* Make B constants depend on perl headersFather Chrysostomos2014-11-081-6/+9
* add xs_handshake APIDaniel Dragan2014-11-076-5/+13