summaryrefslogtreecommitdiff
path: root/ext/B/t/optree_varinit.t
Commit message (Expand)AuthorAgeFilesLines
* padrange, aelemfast: use label for private bitsDavid Mitchell2016-09-271-2/+2
* Ignore cx of padsv for padrange optimisationFather Chrysostomos2014-12-211-2/+2
* optree_varinit.t fix-upsFather Chrysostomos2014-12-071-6/+6
* B::Concise: Dump private vars for null opsFather Chrysostomos2014-10-171-10/+10
* Elide our($foo) from execution order in void cxFather Chrysostomos2014-10-151-6/+6
* [perl #120462] Exempt $a and $b from ‘used once’ warningsFather Chrysostomos2013-11-041-15/+15
* padrange: handle @_ directlyDavid Mitchell2012-11-101-2/+2
* add padrange opDavid Mitchell2012-11-101-10/+6
* In B's OptreeCheck, always report inconsistent errors as a failed test.Nicholas Clark2011-02-041-1/+1
* Convert B's "no perlio" skips to "skip all" in the BEGIN blocks.Nicholas Clark2011-02-031-8/+4
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-7/+1
* Properly handle the differences in hints in the optree with/withoutNicholas Clark2007-02-181-60/+60
* Move all the cut&paste open TODO logic into OptreeCheck.pm, where itNicholas Clark2007-02-161-8/+0
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-051-0/+28
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-30/+30
* Fix B::Concise tests after change #26226Rafael Garcia-Suarez2005-11-301-12/+20
* Re: [patch] decrufting OptreeCheck stuffJim Cromie2005-01-271-6/+4
* Cleanup ext/B tests for -w and to run separatelyStephen McCamant2004-12-291-3/+8
* [patches] optree_* tests unexpectedly succeeding. + maint-only patchJim Cromie2004-10-311-2/+0
* Correct change 23437 - as Config isn't imported, need to use a fullyNicholas Clark2004-10-311-1/+1
* Skip tests that require Data::Dumper if it is not builtNicholas Clark2004-10-301-0/+5
* If we don't build B, we should skip all its tests.Nicholas Clark2004-06-181-0/+5
* Re: more B::Concise stuff (PATCH - updated)Jim Cromie2004-05-141-11/+2
* Re: stdio still supported?Jim Cromie2004-05-071-1/+6
* Re: tests for change #22539Jim Cromie2004-04-061-0/+382