summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Remove improper use of each() in B::walksymtable and fix ext/B/t/xref.tYves Orton2012-11-222-3/+5
* ext/B/t/OptreeCheck.pm: fix hint strippingDavid Mitchell2012-11-101-1/+1
* fix optree_misc.t test after smokeDavid Mitchell2012-11-101-34/+34
* Consolidate any single pad ops after a padrangeDavid Mitchell2012-11-101-1/+65
* Consolidate adjacent padrange opsDavid Mitchell2012-11-101-1/+38
* padrange: handle @_ directlyDavid Mitchell2012-11-102-3/+141
* add padrange opDavid Mitchell2012-11-104-80/+84
* add $B::overlay featureDavid Mitchell2012-11-103-1/+118
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-302-2/+20
* start to make ext/B work with 5.14.xDavid Mitchell2012-10-262-12/+19
* B.xs: move all B::*OP methods to B::OP::nextDavid Mitchell2012-10-261-221/+175
* B.xs: rationalise all methods aliased to next()David Mitchell2012-10-261-149/+145
* ext/B: remove pre-5.10 supportDavid Mitchell2012-10-2611-351/+53
* make ext/B work with 5.16.xDavid Mitchell2012-10-2612-61/+196
* fix hash order dependency in ext/B/t/b.tYves Orton2012-10-261-2/+6
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-112-13/+11
* For backcompat, B::formfeed can use gv_fetchpvs() if there is no PL_formfeed.Nicholas Clark2012-09-202-1/+12
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-1/+5
* ext/B/B.xs: Remove EBCDIC dependencyKarl Williamson2012-09-131-8/+0
* Banish boolkeysFather Chrysostomos2012-08-251-1/+1
* Increase $B::Concise::VERSION to 0.93Father Chrysostomos2012-08-251-1/+1
* Optimise %hash in sub { %hash || ... }Father Chrysostomos2012-08-251-0/+1
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-16/+16
* Increase $B::VERSION to 1.38Father Chrysostomos2012-08-211-1/+1
* Increase $B::Xref::VERSION from 1.03 to 1.04Father Chrysostomos2012-08-211-1/+1
* Stop padlists from being AVsFather Chrysostomos2012-08-213-5/+88
* Tweak the test from 35f7559499c4a614 to work with PERL_UNICODE set.Nicholas Clark2012-08-151-4/+4
* OptreeCheck.pm: typoFather Chrysostomos2012-08-101-1/+1
* B::Concise: Two unused varsFather Chrysostomos2012-08-101-2/+0
* Newlines in a runperl() prog cause trouble so use progfile insteadSteve Hay2012-08-102-13/+29
* B::Concise: Document formatsFather Chrysostomos2012-08-081-1/+2
* B::Concise: Dump formats upon requestFather Chrysostomos2012-08-082-7/+63
* B::Concise: Fix -nobannerFather Chrysostomos2012-08-082-2/+9
* Increase $B::Concise::VERSION to 0.92Father Chrysostomos2012-08-081-1/+1
* Add a depth field to formatsFather Chrysostomos2012-08-051-2/+4
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-3/+11
* Bump B's VERSION and note the changes in perldelta.pod.Nicholas Clark2012-07-241-1/+1
* Expose all GV flags matching qr/GVf_/ as constants in B.Nicholas Clark2012-07-241-2/+2
* Expose all CV flags matching qr/CVf_/ as constants in B.Nicholas Clark2012-07-241-11/+3
* Expose all SV flags matching qr/SV(?:[fps]|pad)_/ as constants in B.Nicholas Clark2012-07-241-2/+1
* In ext/B/Makefile.PL, order the list of files to scan lexically.Nicholas Clark2012-07-241-4/+5
* Simplify ck_grepFather Chrysostomos2012-07-143-20/+20
* [perl #113710] Make __SUB__ work in sort blockFather Chrysostomos2012-07-142-14/+0
* Increase $B::Concise::VERSION to 0.91Father Chrysostomos2012-07-041-1/+1
* Record folded constants in the op treeFather Chrysostomos2012-07-043-30/+30
* let B know about new op_code_list fieldDavid Mitchell2012-06-132-0/+6
* Make B::COP::stashpv respect utf8 and embedded nullsFather Chrysostomos2012-06-052-7/+33
* Fix version logic in B.xsFather Chrysostomos2012-06-051-4/+2
* Change B::COP::stashlen to stashoffFather Chrysostomos2012-06-053-13/+16
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-1/+5