summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Increase $Devel::Peek::VERSION to 1.20Father Chrysostomos2014-12-071-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-074-29/+29
* [perl #94484] Custom ops trip assertions in new*OPFather Chrysostomos2014-12-072-1/+48
* Make it explicit that truncation is fine.Jarkko Hietaniemi2014-12-071-1/+1
* optree_varinit.t fix-upsFather Chrysostomos2014-12-071-6/+6
* optree_check.t fix-upsFather Chrysostomos2014-12-071-4/+4
* optree_misc.t fixupsFather Chrysostomos2014-12-071-32/+32
* Add OP_MULTIDEREFDavid Mitchell2014-12-076-38/+152
* add UNOP_AUX OP classDavid Mitchell2014-12-073-13/+93
* ext/B/Makefile.PL: spot hex definesDavid Mitchell2014-12-071-0/+1
* Increase $arybase::VERSION to 0.09Father Chrysostomos2014-12-061-1/+1
* Initialize ab_op_info before use.Jarkko Hietaniemi2014-12-061-0/+5
* If no lchown, not using the args.Jarkko Hietaniemi2014-12-061-0/+3
* Increase $NDBM_File::VERSION to 1.14Father Chrysostomos2014-12-051-1/+1
* Increase $mro::VERSION to 1.17Father Chrysostomos2014-12-051-1/+1
* Initialize possibly uninitialized.Jarkko Hietaniemi2014-12-051-2/+2
* Unused expression + variable.Jarkko Hietaniemi2014-12-051-1/+2
* Some versions of gcc -Wextra are too paranoid about { 0 }.Jarkko Hietaniemi2014-12-051-1/+6
* POSIX math potentially unused vars.Jarkko Hietaniemi2014-12-051-6/+20
* POSIX nan: declaring s always potentially unused.Jarkko Hietaniemi2014-12-051-1/+1
* Unused hv_store() result.Jarkko Hietaniemi2014-12-051-2/+2
* Unused var.Jarkko Hietaniemi2014-12-051-0/+2
* Unescape directory portion of path in unixify.Craig A. Berry2014-12-041-1/+3
* [perl #40565] Fix localisation in pseudo-forkFather Chrysostomos2014-12-031-1/+24
* 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