summaryrefslogtreecommitdiff
path: root/ext/B/t
Commit message (Expand)AuthorAgeFilesLines
...
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-2/+2
* Get f_map.t working on non-threaded perlsFather Chrysostomos2011-06-041-2/+2
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-032-6/+6
* Tweak the test from 183eb698e2ceb8ab to work with PERL_UNICODE set.Nicholas Clark2011-06-021-14/+14
* Deparse glob the same way regardless of PERL_EXTERNAL_GLOBFather Chrysostomos2011-06-011-0/+1
* [perl #91946] add constant folding testsJim Cromie2011-06-011-1/+152
* Increase t::OptreeCheck’s versionFather Chrysostomos2011-05-191-1/+1
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-193-3/+3
* Remove MacOS Classic references from B's tests.Nicholas Clark2011-02-042-6/+2
* Refactor B's o.t to use 'prog' and 'switches' with runperl(), not 'args'.Nicholas Clark2011-02-041-9/+7
* Actually generate full failure diagnostics in checkErrs() in B's OptreeCheck,Nicholas Clark2011-02-041-8/+7
* In B's OptreeCheck, always report inconsistent errors as a failed test.Nicholas Clark2011-02-0411-40/+19
* In B's OptreeCheck, implement proper qr// matching for regexps.Nicholas Clark2011-02-042-22/+19
* In B's OptreeCheck, inline diag_or_fail() into its only caller.Nicholas Clark2011-02-041-25/+18
* In B's tests, fix calls to like() which weren't being passed a regexp.Nicholas Clark2011-02-043-4/+4
* Remove non-working and hence unused features from B's OptreeCheck test code.Nicholas Clark2011-02-042-34/+3
* Convert B's "no perlio" skips to "skip all" in the BEGIN blocks.Nicholas Clark2011-02-036-50/+27
* Remove commented out 'require test.pl' lines in B's tests.Nicholas Clark2011-02-033-3/+0
* Correct the "no perlio" skipping in optree_misc.t.Nicholas Clark2011-02-031-28/+25
* Version bumps for ext/B non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-074-6/+6
* fix -tree test for non-threaded perlv5.13.8Zefram2010-12-191-1/+1
* Test B::Concise’s -tree modeFather Chrysostomos2010-12-181-1/+14
* Fix B test failure introduced in 6b7c6d9Florian Ragwitz2010-12-011-4/+4
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-302-12/+12
* [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisationFather Chrysostomos2010-11-261-1/+11
* [PATCH 4/5] Adjust unit tests to cope with new sockaddr_in6 functions in Sock...Paul Evans2010-11-251-1/+2
* Tweak the test from 98517ccb8d5e8751 to work with PERL_UNICODE set.Nicholas Clark2010-11-051-2/+2
* Avoid creating lots of mortals in B::walkoptree()Nicholas Clark2010-11-051-0/+25
* B::Concise was failing to traverse some children of PMOPsNicholas Clark2010-11-051-2/+26
* Stop B from crashing on y/å/ø/Father Chrysostomos2010-11-041-0/+4
* Some tests for B::walkoptree.Nicholas Clark2010-11-041-0/+60
* B::GV::is_empty and B::GV::isGV_with_GP can be merged using ALIAS.Nicholas Clark2010-10-291-0/+1
* Use the same XS body for B::IV::RV and B::PV::RV.Nicholas Clark2010-10-291-2/+17
* B::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be implemented via ALIAS.Nicholas Clark2010-10-291-0/+41
* refactor and regularise label/statement grammarZefram2010-10-252-8/+6
* Correct tests for B::{cstring,perlstring,cchar}Nicholas Clark2010-10-251-5/+5
* In B.xs, use newSVpvn_flags() instead of sv_newmortal() and sv_setpvn().Nicholas Clark2010-10-241-0/+3
* B::hash() should only work on byte sequences.Nicholas Clark2010-10-241-0/+9
* More tests for B::hash().Nicholas Clark2010-10-241-1/+8
* Tests for B::cchar().Nicholas Clark2010-10-241-0/+10
* Test NUL bytes with B::cstring() and B::perlstring().Nicholas Clark2010-10-241-1/+2
* More comprehensive tests for B::cstring() and B::perlstring().Nicholas Clark2010-10-241-3/+28
* Change concise.t to use Storable to test stash/src rendering of constant subs.Nicholas Clark2010-10-231-5/+8
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-1/+1
* Change .t to use new (?^...)Karl Williamson2010-09-221-1/+1
* Change comments, documentation for new (?^...)Karl Williamson2010-09-221-3/+3
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-272-312/+298
* version bump for B::t::OptreeCheck and add to deltaMatt S Trout2010-06-211-1/+1
* Fix list of constants to import to make this test passRafael Garcia-Suarez2010-06-181-1/+1