summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-5/+36
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-3/+11
* Remove op_pmnext from PMOPs, and instead store the list for reset asNicholas Clark2007-04-061-0/+4
* Re: pmdynflags and thread safetyYves Orton2007-04-046-57/+56
* Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' brokenRafael Garcia-Suarez2007-03-311-2/+4
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-1/+1
* Adjust test count for 5.8.xNicholas Clark2007-03-211-2/+2
* Remove unneeded pragma line from B/t/OptreeCheck.pmJerry D. Hedden2007-03-211-1/+0
* Bump versions of modules that are currently on "dev" releases in maint.Nicholas Clark2007-03-132-2/+2
* Integrate:Nicholas Clark2007-03-131-1/+4
* 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.Nicholas Clark2007-03-131-2/+2
* Get B compiling and passing all tests on both 5.9.x and 5.8.xNicholas Clark2007-03-1310-44/+137
* Fix the partially passing TODO test in optree_constants.t byNicholas Clark2007-03-121-27/+29
* Properly handle the differences in hints in the optree with/withoutNicholas Clark2007-02-189-243/+273
* Missed an aTHX_ in B's call to Perl_emulate_cop_io.Nicholas Clark2007-02-171-1/+1
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-173-13/+9
* Move all the cut&paste open TODO logic into OptreeCheck.pm, where itNicholas Clark2007-02-169-80/+24
* Re: Patch for Deep recursion in B::DeparseAsh Berlin2007-02-151-16/+20
* Change 26487 left some debugging code in, and through the wonders ofNicholas Clark2007-02-131-4/+4
* Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available toNicholas Clark2007-02-052-1/+13
* Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)Nicholas Clark2007-01-281-15/+4
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-1/+1
* Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell...Joshua ben Jore2007-01-251-3/+7
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-1/+1
* Silence various VC6 warningsSteve Hay2007-01-051-1/+1
* Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI specialNicholas Clark2007-01-022-2/+4
* 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