| Commit message (Expand) | Author | Age | Files | Lines |
* | More POD corrections | Tom Christiansen | 2011-02-15 | 1 | -2/+2 |
* | 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 |
* | Bump versions of modules changed since the last blead release (found by | Jesse Vincent | 2011-02-01 | 1 | -1/+1 |
* | [perl #82712] Pod link fixes to use correct markup. | Michael Stevens | 2011-01-24 | 1 | -2/+2 |
* | Version bumps for ext/B non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 2 | -2/+2 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 6 | -8/+8 |
* | 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 |
* | Increase B::Concise’s version | Father Chrysostomos | 2010-12-16 | 1 | -1/+1 |
* | Fix [perl #80632] -MO=Concise,-tree format | Reini Urban | 2010-12-16 | 1 | -1/+1 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -1/+8 |
* | Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker. | Nicholas Clark | 2010-12-01 | 2 | -3/+3 |
* | 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 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -4/+11 |
* | Increase B’s version | Father Chrysostomos | 2010-11-14 | 1 | -1/+1 |
* | Fix multiplicity build, broken by 328552296d8d53b3. | Nicholas Clark | 2010-11-14 | 1 | -2/+2 |
* | Avoid a declaration after statement, accidentally added by 6079961fee8cf49c. | Nicholas Clark | 2010-11-08 | 1 | -1/+2 |
* | In B.xs, remove the now unused first argument from make_sv_object(). | Nicholas Clark | 2010-11-08 | 1 | -35/+30 |
* | In B.xs, use PPCODE rather than a typemap for output of T_SV_OBJ | Nicholas Clark | 2010-11-08 | 2 | -56/+47 |
* | B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864 | Nicholas Clark | 2010-11-08 | 1 | -1/+1 |
* | In B.xs refactor cc_opclassname() to make_op_object(). | Nicholas Clark | 2010-11-08 | 2 | -34/+25 |
* | Merge the implementation of B::COP::{io,warnings} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -14/+5 |
* | In B.xs, refactor make_warnings_object() to take a COP * instead of STRLEN *. | Nicholas Clark | 2010-11-08 | 1 | -2/+3 |
* | Merge the implementation of B::COP::{filegv,stash} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -7/+7 |
* | Merge the implementation of B::COP::{file,stashpv} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -6/+6 |
* | Merge the implementation of B::BM::TABLE with B::PV::{PV,PVX,PVBM} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -13/+7 |
* | Remove unneeded PREFIXes from B.xs. | Nicholas Clark | 2010-11-08 | 1 | -20/+20 |
* | Merge the implementation of B::PV::PVBM with PVX and PV, using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -12/+12 |
* | Merge the implementation of B::PV::{PVX,PV} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -5/+6 |
* | Refactor B::PV::PV to use newSVpvn_flags() for both arms of the if. | Nicholas Clark | 2010-11-08 | 1 | -4/+9 |
* | Merge the implementation of B::REGEXP::{REGEXP,precomp} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -11/+10 |
* | In B::REGEX::precomp, use newSVpvn_flags() instead of newSVpvn(). | Nicholas Clark | 2010-11-08 | 1 | -5/+3 |
* | In B.xs, move the version dependant regexp code to be adjacent. | Nicholas Clark | 2010-11-08 | 1 | -23/+21 |
* | Move the aliasing of B::IV::RV as B::PV::RV from XS to Perl code. | Nicholas Clark | 2010-11-08 | 2 | -12/+7 |
* | 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 | 2 | -17/+53 |
* | B::Concise was failing to traverse some children of PMOPs | Nicholas Clark | 2010-11-05 | 2 | -4/+28 |