summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Stop test suite filling /tmpDavid Mitchell2014-12-031-2/+2
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-023-3/+31
* [perl #123063] allow assert() to be used as an expressionTony Cook2014-12-031-0/+7
* Add B::PMOP::pmregexpFather Chrysostomos2014-12-023-0/+17
* b.t: Move a testFather Chrysostomos2014-12-021-3/+2
* Update B::Showlex docsFather Chrysostomos2014-11-301-11/+11
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-304-27/+122
* Prepare B typemap for upcoming pad name changesFather Chrysostomos2014-11-301-0/+13
* Increase $B::Showlex::VERSION to 1.05Father Chrysostomos2014-11-301-1/+1
* Prepare B::Concise for upcoming pad name changesFather Chrysostomos2014-11-301-1/+3
* B.pm: Clarify classes used for pad namesFather Chrysostomos2014-11-301-0/+3
* B.pm: Document upcoming PADLIST changesFather Chrysostomos2014-11-301-1/+53
* fetch_pad_names.t: Emit all test namesFather Chrysostomos2014-11-301-2/+4
* 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