| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugs in the bytecode system caused by the abolition of cop_io. | Nicholas Clark | 2006-05-30 | 2 | -24/+43 |
* | Fix bug in change 28258. So how come I thought I'd passed all tests? | Nicholas Clark | 2006-05-20 | 1 | -6/+6 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 2 | -21/+27 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 14 | -165/+213 |
* | Fix concise-xs.t following the changes to B::Deparse. | Nicholas Clark | 2006-05-12 | 1 | -2/+2 |
* | Deparse state variables. | Rafael Garcia-Suarez | 2006-05-11 | 1 | -10/+16 |
* | Implement state array and state hashes. Initialisation assignment | Rafael Garcia-Suarez | 2006-05-05 | 1 | -1/+1 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 2 | -2/+4 |
* | Fix B and ByteLoader to cope with cop_warnings no longer being an SV. | Nicholas Clark | 2006-04-13 | 2 | -6/+49 |
* | Fix skip count in ext\B\t\lint.t | Steve Hay | 2006-04-06 | 1 | -1/+1 |
* | Re: expr foreach (...) isn't a B::Lint warning anymore | Joshua ben Jore | 2006-04-05 | 2 | -10/+48 |
* | Re: Making IO::Socket pass test on Win32 | Jim Cromie | 2006-04-04 | 1 | -3/+3 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -1/+1 |
* | Unroll 27425 - keeping Larry's order in op.c means that exactly the | Nicholas Clark | 2006-03-09 | 1 | -6/+6 |
* | The last MAD change to op.c changes the pad offsets of the test that | Nicholas Clark | 2006-03-08 | 1 | -6/+6 |
* | Re: [perl #38684] O::Deparse not working as expected | Stephen McCamant | 2006-03-08 | 2 | -7/+9 |
* | Re: Patch lint for grep { /.../ } and grep /.../, | Joshua ben Jore | 2006-03-01 | 2 | -3/+12 |
* | Teach B about CVf_ISXSUB | Nicholas Clark | 2006-02-21 | 2 | -1/+2 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 2 | -2/+1 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 4 | -8/+30 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 1 | -1/+3 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -1/+2 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -1/+5 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 1 | -1/+5 |
* | Abolish BROKEN_UNION_INIT in B::C, as it works around problems in | Nicholas Clark | 2006-02-20 | 1 | -39/+4 |
* | [perl #38346] [PATCH] Re: B::Deparse's bug? | Stephen McCamant | 2006-02-13 | 1 | -2/+2 |
* | It would be nice to have tests in B for the functions getting changed. | Steve Peters | 2006-02-02 | 1 | -1/+3 |
* | Death to magic characters! No pun intended. | Steve Peters | 2006-02-02 | 1 | -2/+2 |
* | aelemfast optimization opclass problem (c.f. [perl #38279]) | Stephen McCamant | 2006-01-25 | 2 | -1/+84 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-04 | 3 | -258/+140 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-03 | 3 | -24/+103 |
* | Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs | Stephen McCamant | 2006-01-03 | 1 | -1/+3 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-02 | 3 | -94/+507 |
* | [patch] ext/b/t/lint.t fails on win32 | Yves Orton | 2005-12-27 | 1 | -1/+1 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -1/+1 |
* | POD nits on B::Lint | Rafael Garcia-Suarez | 2005-12-20 | 1 | -23/+23 |
* | Re: Pluggable lint patch | Joshua ben Jore | 2005-12-20 | 2 | -6/+106 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 3 | -7/+5 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 4 | -13/+61 |
* | Fix B::Concise tests after change #26226 | Rafael Garcia-Suarez | 2005-11-30 | 1 | -12/+20 |
* | Additional tests for B and POSIX. The POSIX ones concern me a bit, | Steve Peters | 2005-11-26 | 1 | -1/+17 |
* | Declarations must come first, or some compilers aren't happy. | Rafael Garcia-Suarez | 2005-11-20 | 1 | -1/+1 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+1 |
* | Make B's tests skip correctly when PerlIO is not configured. | Nicholas Clark | 2005-11-12 | 2 | -1/+5 |
* | Change 26063 got one conditional the wrong way round. | Nicholas Clark | 2005-11-12 | 1 | -1/+1 |
* | Make the removal of references to AvFLAGS in the B modules conditional | Nicholas Clark | 2005-11-12 | 2 | -3/+11 |
* | 26085 was wrong. Undo it. | Nicholas Clark | 2005-11-11 | 1 | -2/+2 |
* | Correct the version-dependant expression for the number of tests, as it | Nicholas Clark | 2005-11-11 | 1 | -2/+2 |
* | Make the Bytecode changes conditional on perl version. | Nicholas Clark | 2005-11-09 | 1 | -10/+20 |