summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make pad names always UTF8Father Chrysostomos2014-11-301-12/+12
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-303-9/+97
* B::Concise: Dump regexp code blocksFather Chrysostomos2014-11-301-1/+6
* Expose qr_anoncv via B::REGEXPFather Chrysostomos2014-11-293-1/+9
* B.pm: Document the B::REGEXP methodsFather Chrysostomos2014-11-291-0/+10
* Opcode.pm: wrap long verbatim pod lineFather Chrysostomos2014-11-281-1/+2
* speedup for SUPER::method() calls.syber2014-11-282-4/+4
* Increase $XS::APItest::VERSION to 0.69Father Chrysostomos2014-11-281-1/+1
* Fix newFOROP with PERL_OP_PARENT and no slabFather Chrysostomos2014-11-281-3/+14
* ext/Fcntl/Makefile.PL: Make S_IFMT unsignedTony Cook2014-11-281-1/+1
* Bump Dynloader version to satisfy porting/cmp_version.tChris 'BinGOs' Williams2014-11-271-1/+1
* HP-UX dynaloading uses shl_t, not void ptr.Jarkko Hietaniemi2014-11-271-1/+1
* printf type-matching.Jarkko Hietaniemi2014-11-271-5/+5
* Enable POSIX::strtold() on Windows (GCC) USE_LONG_DOUBLE buildsSteve Hay2014-11-271-0/+2
* If no cuserid(), s is unused.Jarkko Hietaniemi2014-11-261-0/+1
* Revert "Remove -std=c89/-ansi if freebsd has "inline static" in <fenv.h>"Jarkko Hietaniemi2014-11-261-32/+0
* Suppress ‘-e syntax OK’ in concise.tFather Chrysostomos2014-11-261-3/+1
* PerlIO::encoding:fallback.t: White-space onlyKarl Williamson2014-11-261-1/+1
* PerlIO::encoding:fallback.t: Don't use undefined subKarl Williamson2014-11-261-1/+4
* Change core to use is_invariant_string()Karl Williamson2014-11-261-3/+3
* Bump ext/POSIX version to 1.48Karl Williamson2014-11-261-1/+1
* Remove -std=c89/-ansi if freebsd has "inline static" in <fenv.h>Jarkko Hietaniemi2014-11-241-0/+32
* fix ext/B/t/optree_misc.t in unthreaded buildsDavid Mitchell2014-11-231-1/+1
* fix recent Concise tests under PERL_UNICODE=''David Mitchell2014-11-232-11/+11
* 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