summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in the bytecode system caused by the abolition of cop_io.Nicholas Clark2006-05-302-24/+43
* Fix bug in change 28258. So how come I thought I'd passed all tests?Nicholas Clark2006-05-201-6/+6
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-202-21/+27
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-2014-165/+213
* Fix concise-xs.t following the changes to B::Deparse.Nicholas Clark2006-05-121-2/+2
* Deparse state variables.Rafael Garcia-Suarez2006-05-111-10/+16
* Implement state array and state hashes. Initialisation assignmentRafael Garcia-Suarez2006-05-051-1/+1
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-032-2/+4
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-132-6/+49
* Fix skip count in ext\B\t\lint.tSteve Hay2006-04-061-1/+1
* Re: expr foreach (...) isn't a B::Lint warning anymoreJoshua ben Jore2006-04-052-10/+48
* Re: Making IO::Socket pass test on Win32Jim Cromie2006-04-041-3/+3
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-1/+1
* Unroll 27425 - keeping Larry's order in op.c means that exactly theNicholas Clark2006-03-091-6/+6
* The last MAD change to op.c changes the pad offsets of the test thatNicholas Clark2006-03-081-6/+6
* Re: [perl #38684] O::Deparse not working as expected Stephen McCamant2006-03-082-7/+9
* Re: Patch lint for grep { /.../ } and grep /.../,Joshua ben Jore2006-03-012-3/+12
* Teach B about CVf_ISXSUBNicholas Clark2006-02-212-1/+2
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-212-2/+1
* Re: Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-214-8/+30
* PVCVs don't need XNVs either.Nicholas Clark2006-02-201-1/+3
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-1/+2
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-201-1/+5
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-201-1/+5
* Abolish BROKEN_UNION_INIT in B::C, as it works around problems inNicholas Clark2006-02-201-39/+4
* [perl #38346] [PATCH] Re: B::Deparse's bug?Stephen McCamant2006-02-131-2/+2
* It would be nice to have tests in B for the functions getting changed.Steve Peters2006-02-021-1/+3
* Death to magic characters! No pun intended.Steve Peters2006-02-021-2/+2
* aelemfast optimization opclass problem (c.f. [perl #38279])Stephen McCamant2006-01-252-1/+84
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-043-258/+140
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-033-24/+103
* Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programsStephen McCamant2006-01-031-1/+3
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-023-94/+507
* [patch] ext/b/t/lint.t fails on win32Yves Orton2005-12-271-1/+1
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-1/+1
* POD nits on B::LintRafael Garcia-Suarez2005-12-201-23/+23
* Re: Pluggable lint patchJoshua ben Jore2005-12-202-6/+106
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-193-7/+5
* latest switch/say/~~Robin Houston2005-12-194-13/+61
* Fix B::Concise tests after change #26226Rafael Garcia-Suarez2005-11-301-12/+20
* Additional tests for B and POSIX. The POSIX ones concern me a bit,Steve Peters2005-11-261-1/+17
* Declarations must come first, or some compilers aren't happy.Rafael Garcia-Suarez2005-11-201-1/+1
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-0/+1
* Make B's tests skip correctly when PerlIO is not configured.Nicholas Clark2005-11-122-1/+5
* Change 26063 got one conditional the wrong way round.Nicholas Clark2005-11-121-1/+1
* Make the removal of references to AvFLAGS in the B modules conditionalNicholas Clark2005-11-122-3/+11
* 26085 was wrong. Undo it.Nicholas Clark2005-11-111-2/+2
* Correct the version-dependant expression for the number of tests, as itNicholas Clark2005-11-111-2/+2
* Make the Bytecode changes conditional on perl version.Nicholas Clark2005-11-091-10/+20