| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Store FBMs in PVMGs, instead of GVs. | Nicholas Clark | 2011-06-11 | 1 | -2/+2 |
* | Get f_map.t working on non-threaded perls | Father Chrysostomos | 2011-06-04 | 1 | -2/+2 |
* | [perl #7946] Lvalue subs do not autovivify | Father Chrysostomos | 2011-06-03 | 2 | -6/+6 |
* | Tweak the test from 183eb698e2ceb8ab to work with PERL_UNICODE set. | Nicholas Clark | 2011-06-02 | 1 | -14/+14 |
* | Deparse glob the same way regardless of PERL_EXTERNAL_GLOB | Father Chrysostomos | 2011-06-01 | 1 | -0/+1 |
* | [perl #91946] add constant folding tests | Jim Cromie | 2011-06-01 | 1 | -1/+152 |
* | Increase t::OptreeCheck’s version | Father Chrysostomos | 2011-05-19 | 1 | -1/+1 |
* | [perl #90306] Fix simple typos | Marcel Grünauer | 2011-05-19 | 3 | -3/+3 |
* | Remove MacOS Classic references from B's tests. | Nicholas Clark | 2011-02-04 | 2 | -6/+2 |
* | Refactor B's o.t to use 'prog' and 'switches' with runperl(), not 'args'. | Nicholas Clark | 2011-02-04 | 1 | -9/+7 |
* | Actually generate full failure diagnostics in checkErrs() in B's OptreeCheck, | Nicholas Clark | 2011-02-04 | 1 | -8/+7 |
* | In B's OptreeCheck, always report inconsistent errors as a failed test. | Nicholas Clark | 2011-02-04 | 11 | -40/+19 |
* | In B's OptreeCheck, implement proper qr// matching for regexps. | Nicholas Clark | 2011-02-04 | 2 | -22/+19 |
* | In B's OptreeCheck, inline diag_or_fail() into its only caller. | Nicholas Clark | 2011-02-04 | 1 | -25/+18 |
* | In B's tests, fix calls to like() which weren't being passed a regexp. | Nicholas Clark | 2011-02-04 | 3 | -4/+4 |
* | Remove non-working and hence unused features from B's OptreeCheck test code. | Nicholas Clark | 2011-02-04 | 2 | -34/+3 |
* | Convert B's "no perlio" skips to "skip all" in the BEGIN blocks. | Nicholas Clark | 2011-02-03 | 6 | -50/+27 |
* | Remove commented out 'require test.pl' lines in B's tests. | Nicholas Clark | 2011-02-03 | 3 | -3/+0 |
* | Correct the "no perlio" skipping in optree_misc.t. | Nicholas Clark | 2011-02-03 | 1 | -28/+25 |
* | Version bumps for ext/B non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 4 | -6/+6 |
* | fix -tree test for non-threaded perlv5.13.8 | Zefram | 2010-12-19 | 1 | -1/+1 |
* | Test B::Concise’s -tree mode | Father Chrysostomos | 2010-12-18 | 1 | -1/+14 |
* | Fix B test failure introduced in 6b7c6d9 | Florian Ragwitz | 2010-12-01 | 1 | -4/+4 |
* | [perl #77762] Constant assignment warning | Father Chrysostomos | 2010-11-30 | 2 | -12/+12 |
* | [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisation | Father Chrysostomos | 2010-11-26 | 1 | -1/+11 |
* | [PATCH 4/5] Adjust unit tests to cope with new sockaddr_in6 functions in Sock... | Paul Evans | 2010-11-25 | 1 | -1/+2 |
* | Tweak the test from 98517ccb8d5e8751 to work with PERL_UNICODE set. | Nicholas Clark | 2010-11-05 | 1 | -2/+2 |
* | Avoid creating lots of mortals in B::walkoptree() | Nicholas Clark | 2010-11-05 | 1 | -0/+25 |
* | B::Concise was failing to traverse some children of PMOPs | Nicholas Clark | 2010-11-05 | 1 | -2/+26 |
* | Stop B from crashing on y/å/ø/ | Father Chrysostomos | 2010-11-04 | 1 | -0/+4 |
* | Some tests for B::walkoptree. | Nicholas Clark | 2010-11-04 | 1 | -0/+60 |
* | B::GV::is_empty and B::GV::isGV_with_GP can be merged using ALIAS. | Nicholas Clark | 2010-10-29 | 1 | -0/+1 |
* | Use the same XS body for B::IV::RV and B::PV::RV. | Nicholas Clark | 2010-10-29 | 1 | -2/+17 |
* | B::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be implemented via ALIAS. | Nicholas Clark | 2010-10-29 | 1 | -0/+41 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 2 | -8/+6 |
* | Correct tests for B::{cstring,perlstring,cchar} | Nicholas Clark | 2010-10-25 | 1 | -5/+5 |
* | In B.xs, use newSVpvn_flags() instead of sv_newmortal() and sv_setpvn(). | Nicholas Clark | 2010-10-24 | 1 | -0/+3 |
* | B::hash() should only work on byte sequences. | Nicholas Clark | 2010-10-24 | 1 | -0/+9 |
* | More tests for B::hash(). | Nicholas Clark | 2010-10-24 | 1 | -1/+8 |
* | Tests for B::cchar(). | Nicholas Clark | 2010-10-24 | 1 | -0/+10 |
* | Test NUL bytes with B::cstring() and B::perlstring(). | Nicholas Clark | 2010-10-24 | 1 | -1/+2 |
* | More comprehensive tests for B::cstring() and B::perlstring(). | Nicholas Clark | 2010-10-24 | 1 | -3/+28 |
* | Change concise.t to use Storable to test stash/src rendering of constant subs. | Nicholas Clark | 2010-10-23 | 1 | -5/+8 |
* | Add a warning to test.pl if quotes are used in one-liners. | Nicholas Clark | 2010-09-24 | 1 | -1/+1 |
* | Change .t to use new (?^...) | Karl Williamson | 2010-09-22 | 1 | -1/+1 |
* | Change comments, documentation for new (?^...) | Karl Williamson | 2010-09-22 | 1 | -3/+3 |
* | Peephole optimise adjacent pairs of nextstate ops. | Nicholas Clark | 2010-08-27 | 2 | -312/+298 |
* | version bump for B::t::OptreeCheck and add to delta | Matt S Trout | 2010-06-21 | 1 | -1/+1 |
* | Fix list of constants to import to make this test pass | Rafael Garcia-Suarez | 2010-06-18 | 1 | -1/+1 |