| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -5/+36 |
* | Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in | Nicholas Clark | 2007-04-06 | 1 | -3/+11 |
* | Remove op_pmnext from PMOPs, and instead store the list for reset as | Nicholas Clark | 2007-04-06 | 1 | -0/+4 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 6 | -57/+56 |
* | Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken | Rafael Garcia-Suarez | 2007-03-31 | 1 | -2/+4 |
* | A logical rearrangement of ops, to get the post 5.005 ops to their | Nicholas Clark | 2007-03-30 | 1 | -1/+1 |
* | Adjust test count for 5.8.x | Nicholas Clark | 2007-03-21 | 1 | -2/+2 |
* | Remove unneeded pragma line from B/t/OptreeCheck.pm | Jerry D. Hedden | 2007-03-21 | 1 | -1/+0 |
* | Bump versions of modules that are currently on "dev" releases in maint. | Nicholas Clark | 2007-03-13 | 2 | -2/+2 |
* | Integrate: | Nicholas Clark | 2007-03-13 | 1 | -1/+4 |
* | 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1. | Nicholas Clark | 2007-03-13 | 1 | -2/+2 |
* | Get B compiling and passing all tests on both 5.9.x and 5.8.x | Nicholas Clark | 2007-03-13 | 10 | -44/+137 |
* | Fix the partially passing TODO test in optree_constants.t by | Nicholas Clark | 2007-03-12 | 1 | -27/+29 |
* | Properly handle the differences in hints in the optree with/without | Nicholas Clark | 2007-02-18 | 9 | -243/+273 |
* | Missed an aTHX_ in B's call to Perl_emulate_cop_io. | Nicholas Clark | 2007-02-17 | 1 | -1/+1 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 3 | -13/+9 |
* | Move all the cut&paste open TODO logic into OptreeCheck.pm, where it | Nicholas Clark | 2007-02-16 | 9 | -80/+24 |
* | Re: Patch for Deep recursion in B::Deparse | Ash Berlin | 2007-02-15 | 1 | -16/+20 |
* | Change 26487 left some debugging code in, and through the wonders of | Nicholas Clark | 2007-02-13 | 1 | -4/+4 |
* | Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to | Nicholas Clark | 2007-02-05 | 2 | -1/+13 |
* | Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay) | Nicholas Clark | 2007-01-28 | 1 | -15/+4 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell... | Joshua ben Jore | 2007-01-25 | 1 | -3/+7 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -1/+1 |
* | Silence various VC6 warnings | Steve Hay | 2007-01-05 | 1 | -1/+1 |
* | Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special | Nicholas Clark | 2007-01-02 | 2 | -2/+4 |
* | Move SVt_BIND to be the lowest type after SVt_NULL. This will force all | Nicholas Clark | 2006-12-31 | 1 | -3/+3 |
* | Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via | Nicholas Clark | 2006-12-28 | 3 | -5/+7 |
* | Abstract the pad code's overloaded use of SvNVX and SvIVX into | Nicholas Clark | 2006-12-28 | 4 | -11/+28 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -0/+5 |
* | Correct some assumptions about PVBM table offset in B.xs | Nicholas Clark | 2006-12-12 | 1 | -2/+5 |
* | Re: [PATCH] Deparse.pm bugfix | Bo Lindbergh | 2006-12-11 | 2 | -26/+44 |
* | Re: [PATCH] User pragmas now accessible from B | Yves Orton | 2006-12-06 | 1 | -1/+1 |
* | User pragmas now accessible from B | Joshua ben Jore | 2006-12-06 | 4 | -1/+196 |
* | Re: [PATCH] Make B::Lint use Module::Pluggable | Joshua ben Jore | 2006-12-01 | 3 | -64/+127 |
* | [patch] simplify optree test support | Jim Cromie | 2006-10-30 | 1 | -20/+6 |
* | Re: Deparse bug? | Stephen McCamant | 2006-10-29 | 2 | -6/+16 |
* | Protection against overwriting defsubs.h via a symlink | Rafael Garcia-Suarez | 2006-10-23 | 1 | -0/+1 |
* | B:: changes for UNITCHECK blocks | Alexander Gough | 2006-10-20 | 6 | -13/+61 |
* | Un-TODO some B tests | Rafael Garcia-Suarez | 2006-10-03 | 1 | -6/+5 |
* | [perl #40328] B::Deparse pod does not list failure to grok outer lexical scop... | David Nicol | 2006-09-13 | 1 | -0/+7 |
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 30 | -8447/+1 |
* | Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal | Nicholas Clark | 2006-08-31 | 4 | -59/+73 |
* | Amendment to change #28739 | Rafael Garcia-Suarez | 2006-08-20 | 1 | -1/+1 |
* | bytecode.t failures in Tru64: svtype (enum) is int, not long | Jarkko Hietaniemi | 2006-08-20 | 1 | -2/+2 |
* | Additional changes to get C++ a little closer to a clean compile | Steve Peters | 2006-08-16 | 1 | -2/+2 |
* | Fixups for test failures caused by #28667 and #28668 | Steve Hay | 2006-08-07 | 2 | -1/+7 |
* | Try to reinstate the fix of change #28638 by patching bytecode.pl and | Rafael Garcia-Suarez | 2006-08-07 | 1 | -1/+1 |
* | Re: [perl #40055] B::Deparse double do | Rick Delaney | 2006-08-04 | 2 | -7/+16 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -1/+1 |