summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* [perl #40328] B::Deparse pod does not list failure to grok outer lexical scop...David Nicol2006-09-131-0/+7
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-0630-8447/+1
* Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortalNicholas Clark2006-08-314-59/+73
* Amendment to change #28739Rafael Garcia-Suarez2006-08-201-1/+1
* bytecode.t failures in Tru64: svtype (enum) is int, not longJarkko Hietaniemi2006-08-201-2/+2
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-161-2/+2
* Fixups for test failures caused by #28667 and #28668Steve Hay2006-08-072-1/+7
* Try to reinstate the fix of change #28638 by patching bytecode.pl andRafael Garcia-Suarez2006-08-071-1/+1
* Re: [perl #40055] B::Deparse double doRick Delaney2006-08-042-7/+16
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+1
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'...Jarkko Hietaniemi2006-07-131-1/+1
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-051-1/+1
* Adjust test count after introducing new constants in POSIXRafael Garcia-Suarez2006-07-051-1/+1
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-058-0/+122
* Add the missing ${^OPEN} hints flag to B::ConciseNicholas Clark2006-06-051-2/+2
* Re: B::Lint changesJoshua ben Jore2006-05-302-279/+531
* 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