summaryrefslogtreecommitdiff
path: root/ext/B/t
Commit message (Expand)AuthorAgeFilesLines
* Fix up f_sort.t for changes in the prev commitFather Chrysostomos2013-06-261-20/+40
* optree_constants.t: Correct line number in commentFather Chrysostomos2013-06-211-1/+1
* Fix ext\B\t\concise.t when building with ALL_STATIC=define on WindowsSteve Hay2013-06-181-2/+6
* Tweak the test from 2721a2ca2e5e889d to work with PERL_UNICODE set.Nicholas Clark2013-01-111-2/+2
* stop -MO=Concise -e'm?x?' segfaultingDavid Mitchell2013-01-091-1/+17
* Remove improper use of each() in B::walksymtable and fix ext/B/t/xref.tYves Orton2012-11-221-1/+2
* 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-102-56/+42
* add $B::overlay featureDavid Mitchell2012-11-101-0/+56
* start to make ext/B work with 5.14.xDavid Mitchell2012-10-262-12/+19
* ext/B: remove pre-5.10 supportDavid Mitchell2012-10-267-80/+9
* make ext/B work with 5.16.xDavid Mitchell2012-10-269-54/+183
* 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
* 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
* Newlines in a runperl() prog cause trouble so use progfile insteadSteve Hay2012-08-102-13/+29
* B::Concise: Dump formats upon requestFather Chrysostomos2012-08-081-1/+47
* B::Concise: Fix -nobannerFather Chrysostomos2012-08-081-1/+8
* Simplify ck_grepFather Chrysostomos2012-07-143-20/+20
* [perl #113710] Make __SUB__ work in sort blockFather Chrysostomos2012-07-142-14/+0
* Record folded constants in the op treeFather Chrysostomos2012-07-042-28/+28
* Make B::COP::stashpv respect utf8 and embedded nullsFather Chrysostomos2012-06-051-1/+7
* Change B::COP::stashlen to stashoffFather Chrysostomos2012-06-051-0/+8
* overload.pm: Don’t touch %OVERLOAD’s dummy entryFather Chrysostomos2012-05-211-10/+1
* Fix VMS build broken by d1718a7cf5Father Chrysostomos2012-04-052-38/+38
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-037-137/+137
* Increase $OptreeCheck::VERSION to 0.07Father Chrysostomos2012-04-031-1/+1
* Revert "Merge branch 'avar/POSIX-strptime' into blead"Ævar Arnfjörð Bjarmason2012-02-151-1/+1
* Initial hack at strptime(); just literal strings for nowPaul "LeoNerd" Evans2012-02-111-1/+1
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-12/+15
* Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().Nicholas Clark2011-12-301-1/+1
* Update concise-xs.t for recent DD changeFather Chrysostomos2011-12-251-1/+2
* Update concise-xs.t for B::Deparse’s new importsFather Chrysostomos2011-12-231-2/+2
* Fix ext/B/t/f_map.t failureFather Chrysostomos2011-12-071-1/+1
* Fix up ext/B/t for strict.pm changesFather Chrysostomos2011-12-076-136/+136
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-1/+1
* Oops. I thought I tested that.Father Chrysostomos2011-11-201-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+1
* update B::Concise test for B::Deparse changeZefram2011-09-161-0/+1
* remove index offsetting ($[)Zefram2011-09-091-1/+1
* Replace use of AutoLoader in POSIX with a custom compilation deferral scheme.Aristotle Pagaltzis2011-09-011-1/+2
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-2/+2
* Add tests for wrapping formats in B objectsFlorian Ragwitz2011-07-111-0/+9
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-121-1/+1
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-3/+5