summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* add UNOP_AUX OP classDavid Mitchell2014-12-073-13/+93
* ext/B/Makefile.PL: spot hex definesDavid Mitchell2014-12-071-0/+1
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-022-2/+30
* 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
* 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
* speedup for SUPER::method() calls.syber2014-11-281-2/+2
* Suppress ‘-e syntax OK’ in concise.tFather Chrysostomos2014-11-261-3/+1
* 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 $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
* B.pm: Document COP_SEQ_RANGE_*Father Chrysostomos2014-11-141-0/+6
* 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-071-2/+2
* 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
* Remove Mac Classic code from B::ConciseFather Chrysostomos2014-11-061-2/+1
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-312-1/+13
* Make repeat op tree more consistentFather Chrysostomos2014-10-251-0/+1
* Make null list+pushmark happen in more casesFather Chrysostomos2014-10-201-84/+68
* f_map.t: Remove version checksFather Chrysostomos2014-10-201-50/+22
* B::Concise: Give sequence numbers for null opsFather Chrysostomos2014-10-181-23/+9
* Skip padrange optimisation for one padopFather Chrysostomos2014-10-171-36/+46
* B::Concise: Dump private vars for null opsFather Chrysostomos2014-10-172-14/+17
* Elide our($foo) from execution order in void cxFather Chrysostomos2014-10-153-46/+40
* Simplify double-nextstate optimisationFather Chrysostomos2014-10-141-24/+24
* B: Document GPFLAGSFather Chrysostomos2014-10-121-0/+4
* Deparse lvalue referencesFather Chrysostomos2014-10-111-0/+4
* Mollify concise-xs.tFather Chrysostomos2014-10-061-0/+1
* Make OP_METHOD* to be of new class METHOPsyber2014-10-034-31/+85
* Keep concise-xs.t happyFather Chrysostomos2014-10-021-0/+1
* B/Makefile.PL: Allow constants to be long/unsignedKarl Williamson2014-09-291-4/+8
* Make space for /xx flagKarl Williamson2014-09-291-1/+2
* Add GPFLAGS and GPf_* to BFather Chrysostomos2014-09-233-1/+11