summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Remove DREFed flag from Concise.pmFather Chrysostomos2014-02-091-1/+0
* Increase $B::Concise::VERSION to 0.992Father Chrysostomos2014-02-091-1/+1
* handy.h Special case toCTRL('?') for EBCDICKarl Williamson2014-02-051-3/+5
* B.pm: Bump versionKarl Williamson2014-02-051-1/+1
* Optimisation for 'my $x; my $y;' -> 'my ($x, $y)'.Matthew Horsfall2014-01-301-1/+20
* Get optree_samples.t passing when PERL_UNICODE is setFather Chrysostomos2013-12-161-2/+2
* Tests for rpeep optimisations in e45d8982aeMatthew Horsfall (alh)2013-12-141-1/+55
* Optimise out PUSHMARK/RETURN if return is the last statement in a sub.Matthew Horsfall2013-12-131-1/+17
* un-TODO the test for 120535, Reini's patch fixes itTony Cook2013-11-181-1/+0
* Add UTF8 flag to keys returned by B::HV->ARRAYReini Urban2013-11-181-6/+10
* TODO test for 120535Tony Cook2013-11-181-0/+8
* B: silence some compiler warningsDavid Mitchell2013-11-131-70/+90
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-1/+0
* Update B::Concise for the exit->nextstate hush hint moveFather Chrysostomos2013-11-081-1/+2
* Teach B::Concise about VMS hushed flagFather Chrysostomos2013-11-081-1/+1
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-1/+1
* [perl #120462] Exempt $a and $b from ‘used once’ warningsFather Chrysostomos2013-11-041-15/+15
* Add op_other to B::Concise -debug output for LOGOPsMatthew Horsfall2013-10-252-2/+42
* rv2hv does not use its TARGFather Chrysostomos2013-10-243-20/+40
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+1
* Increase $B::Concise::VERSION to 0.991Father Chrysostomos2013-10-231-1/+1
* Add OPpLVALUE flagFather Chrysostomos2013-10-231-0/+1
* Make B/Deparse handle unicode regexesDavid Mitchell2013-10-232-1/+3
* Tweak B::Concise tests following OPpCONST_FOLDED removalFather Chrysostomos2013-09-161-18/+31
* Remove OPpCONST_FOLDEDFather Chrysostomos2013-09-161-1/+5
* Make B::OP::slabbed, folded, etc. actually workFather Chrysostomos2013-09-161-1/+1
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-1/+1
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-0/+2
* Move BmUSEFUL to the IV slot from the NV slot, simplifying union _xnvu.Nicholas Clark2013-09-131-1/+1
* B: use parent instead of baseRicardo Signes2013-09-121-2/+2
* Use explicit glob in concise.t.Craig A. Berry2013-08-301-2/+2
* B::INVLIST isa B::PV (for now)Reini Urban2013-08-272-0/+6
* [perl #119351] the test note isn't a note but an object descriptionTony Cook2013-08-271-1/+1
* [perl #119351] update the test note for the changed B::CV::GV testTony Cook2013-08-261-1/+1
* bump B to 1.46Tony Cook2013-08-261-1/+1
* [perl #119351] fix B::CV::GV to return a B::SPECIAL on NULLTony Cook2013-08-262-5/+2
* $Increase B::Concise::VERSION to 0.99Father Chrysostomos2013-08-251-1/+1
* Unbreak Concise glob outputFather Chrysostomos2013-08-252-2/+16
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-201-1/+1
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-092-12/+1
* In B::OP::next, flag special cases with a type, instead of an offset of -1.Nicholas Clark2013-08-071-61/+55
* Re-indent a switch statement in B::OP::nextNicholas Clark2013-08-071-28/+28
* Change all B's unsigned constants from IVs to UVs.Nicholas Clark2013-08-071-4/+3
* In B.xs use I16 to avoid an "initializer will be sign-extended" warning.Nicholas Clark2013-08-071-38/+35
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-052-1/+12
* [perl #118525] make it work on threaded buildsTony Cook2013-07-301-1/+1
* CvGV is no longer a simple struct member accessTony Cook2013-07-303-2/+65
* Version number tweaks in tests and other cleanupFather Chrysostomos2013-07-251-3/+3
* Tweak optree_constants.t for inlined list constsFather Chrysostomos2013-07-251-1/+4
* Increase $OptreeCheck::VERSION to 0.10Father Chrysostomos2013-07-251-1/+1