summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deparse Devel::Peek::DumpFather Chrysostomos2014-11-062-1/+11
* Better B::Deparse warning for custom opsFather Chrysostomos2014-11-061-1/+1
* [perl #77452] Deparse BEGIN blocks in the right placeFather Chrysostomos2014-11-061-1/+1
* Increase $B::Concise::VERSION to 0.995Father Chrysostomos2014-11-061-1/+1
* Adjust Peek.t for SEQ dumpingFather Chrysostomos2014-11-061-3/+7
* Remove Mac Classic code from B::ConciseFather Chrysostomos2014-11-061-2/+1
* fix Win32 nmake cant rebuild DynaLoader.obj on Makefile regen bugDaniel Dragan2014-11-041-1/+2
* Make Peek.t less sensitive to NO_COW config argsFather Chrysostomos2014-11-041-2/+2
* [perl #123103] Allow ext magic on read-onliesFather Chrysostomos2014-11-032-0/+9
* Increase $PerlIO::encoding::VERSION to 0.20Father Chrysostomos2014-11-021-1/+1
* Increase $PerlIO::scalar::VERSION to 0.20Father Chrysostomos2014-11-021-1/+1
* Record errno value in IO handlesFather Chrysostomos2014-11-022-0/+4
* Define my_rint() only when necessary.Jarkko Hietaniemi2014-11-021-0/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-315-4/+18
* Bump POSIX version following a7ea4c68ecf.Craig A. Berry2014-10-311-1/+1
* Replace Test::More with t/test.pl in DynaLoader.t.Craig A. Berry2014-10-311-25/+19