summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-311-3/+3
* Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them viaNicholas Clark2006-12-283-5/+7
* Abstract the pad code's overloaded use of SvNVX and SvIVX intoNicholas Clark2006-12-284-11/+28
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-0/+5
* Correct some assumptions about PVBM table offset in B.xsNicholas Clark2006-12-121-2/+5
* Re: [PATCH] Deparse.pm bugfixBo Lindbergh2006-12-112-26/+44
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-061-1/+1
* User pragmas now accessible from BJoshua ben Jore2006-12-064-1/+196
* Re: [PATCH] Make B::Lint use Module::PluggableJoshua ben Jore2006-12-013-64/+127
* [patch] simplify optree test supportJim Cromie2006-10-301-20/+6
* Re: Deparse bug?Stephen McCamant2006-10-292-6/+16
* Protection against overwriting defsubs.h via a symlinkRafael Garcia-Suarez2006-10-231-0/+1
* B:: changes for UNITCHECK blocksAlexander Gough2006-10-206-13/+61
* Un-TODO some B testsRafael Garcia-Suarez2006-10-031-6/+5
* [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