| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention B::COP::hints_hash method | Rafael Garcia-Suarez | 2007-10-22 | 1 | -0/+2 |
* | B.pm still assumed that SVt_PVBM exists. Correct this. | Nicholas Clark | 2007-09-08 | 1 | -34/+37 |
* | remove op_static | Paul Johnson | 2007-06-25 | 1 | -3/+1 |
* | Given that @optype and @specialsv_name are hard coded tables, it seems | Nicholas Clark | 2007-05-07 | 1 | -1/+27 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -3/+1 |
* | Get B compiling and passing all tests on both 5.9.x and 5.8.x | Nicholas Clark | 2007-03-13 | 1 | -2/+3 |
* | Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell... | Joshua ben Jore | 2007-01-25 | 1 | -3/+7 |
* | Abstract the pad code's overloaded use of SvNVX and SvIVX into | Nicholas Clark | 2006-12-28 | 1 | -1/+1 |
* | User pragmas now accessible from B | Joshua ben Jore | 2006-12-06 | 1 | -1/+1 |
* | B:: changes for UNITCHECK blocks | Alexander Gough | 2006-10-20 | 1 | -3/+7 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -1/+3 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 1 | -4/+4 |
* | Make the 5.9 changes to B conditional on perl version. | Nicholas Clark | 2005-11-05 | 1 | -1/+16 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 1 | -2/+0 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -2/+0 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -2/+0 |
* | Bump B version numbers | Nicholas Clark | 2005-05-05 | 1 | -1/+1 |
* | A slightly better layout for the diagram. | Nicholas Clark | 2005-05-02 | 1 | -17/+17 |
* | Change inheritance hierarchy of B subclassses : | Nicholas Clark | 2005-05-02 | 1 | -23/+23 |
* | [perl #32967] [PATCH] Re: More B bugs: svref_2object | Stephen McCamant | 2005-01-21 | 1 | -1/+9 |
* | doc SVt_PVLV <=> SVt_PVGV change version in B.pm | Yitzchak Scott-Thoennes | 2005-01-21 | 1 | -5/+5 |
* | Re: B::walkoptree segfaults | Alexey Tourbin | 2004-12-14 | 1 | -1/+1 |
* | s/hierachy/hierarchy/ | Larry Shatzer Jr. | 2004-11-16 | 1 | -2/+2 |
* | A single version of B that supports 5.8 and 5.10 | Nicholas Clark | 2004-09-09 | 1 | -3/+19 |
* | 2 patches: goto.t, B.pm/xs | Jim Cromie | 2004-08-10 | 1 | -2/+9 |
* | Increment the version number of B, due to the incompatible | Rafael Garcia-Suarez | 2004-02-21 | 1 | -1/+1 |
* | Bump $B::VERSION (because of change #22315). | Rafael Garcia-Suarez | 2004-02-17 | 1 | -1/+1 |
* | Re: [PATCH] GLOB to LVALUE assignment fix | Tassilo von Parseval | 2004-02-17 | 1 | -6/+6 |
* | Diffs-sans-version-diffs between blead and maint. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | Re: script wanted | Nicholas Clark | 2003-08-13 | 1 | -1/+1 |
* | B enhancements | Stephen McCamant | 2003-07-28 | 1 | -0/+13 |
* | B:: fixes + 'When were CVOPs gone ?' | Adrian M. Enache | 2003-07-01 | 1 | -7/+8 |
* | Misc Pod Nits. | Rafael Garcia-Suarez | 2003-06-29 | 1 | -2/+2 |
* | Add a B::COP::io() method, to return the cop_io field of COPs. | Rafael Garcia-Suarez | 2003-03-08 | 1 | -0/+6 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -0/+2 |
* | Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well | Stephen McCamant | 2002-11-06 | 1 | -1/+1 |
* | B::check_av() ; B::Deparse for CHECK blocks | Rafael Garcia-Suarez | 2002-08-29 | 1 | -1/+5 |
* | Re: [perl #16677] B::SV::FLAGS dumps core | Mark-Jason Dominus | 2002-08-29 | 1 | -177/+260 |
* | Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT | Rafael Garcia-Suarez | 2002-04-10 | 1 | -0/+5 |
* | B::perlstring() | Rafael Garcia-Suarez | 2002-03-18 | 1 | -2/+7 |
* | B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | Mattia Barbon | 2002-01-12 | 1 | -1/+44 |
* | Re: B::walksymtable oddness | Mattia Barbon | 2001-12-28 | 1 | -5/+5 |
* | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 1 | -0/+3 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | B::walksymtable improperly documented? | Michael G. Schwern | 2001-04-21 | 1 | -4/+16 |
* | Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s... | Robin Houston | 2001-04-20 | 1 | -0/+4 |
* | multiple B::* changes | Robin Houston | 2001-04-17 | 1 | -1/+6 |
* | cope with SVf_IVisUV, and cope with $^^ and friends | Robin Houston | 2001-04-05 | 1 | -1/+24 |
* | print control-character vars readably | Robin Houston | 2001-04-05 | 1 | -0/+21 |
* | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 1 | -0/+14 |