| Commit message (Expand) | Author | Age | Files | Lines |
* | Break out B::Deparse into its own directory in ext. | Nicholas Clark | 2009-08-30 | 1 | -599/+0 |
* | Fix a Deparse bug - constants and PCSs were appearing as subroutine stubs. | Nicholas Clark | 2009-08-24 | 1 | -1/+6 |
* | Remove the MacOS Classic support from deparse.t (as it's getting in the way). | Nicholas Clark | 2009-08-24 | 1 | -18/+3 |
* | TODO tests for deparsing strict, warnings as strings, and my $x if 0; | Nicholas Clark | 2009-04-13 | 1 | -1/+22 |
* | our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp. | Nicholas Clark | 2009-04-13 | 1 | -5/+5 |
* | Correct two other tests that apparently should be TODOs rather than SKIPs. | Nicholas Clark | 2009-04-13 | 1 | -2/+6 |
* | Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wrongly | Nicholas Clark | 2009-04-13 | 1 | -14/+19 |
* | Deprecate use of the attribute :locked on subroutines. | Nicholas Clark | 2009-04-12 | 1 | -6/+2 |
* | A correction to change 34909 - we want *different* constants. | Nicholas Clark | 2008-11-25 | 1 | -2/+2 |
* | Tweak the constants used in testing to constants that Win32 also has. | Nicholas Clark | 2008-11-25 | 1 | -4/+4 |
* | Skip two tests under ithreads, where the constant lives in the pad. | Rafael Garcia-Suarez | 2008-11-17 | 1 | -0/+3 |
* | Deparse inlined constants. | Florian Ragwitz | 2008-11-16 | 1 | -6/+34 |
* | Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" | Vincent Pit | 2008-09-13 | 1 | -1/+64 |
* | Re: 'if not / unless' optimization change makes my pow test go POW! | Vincent Pit | 2008-09-08 | 1 | -1/+30 |
* | Re: unless(...) terser than if(!...) | Vincent Pit | 2008-09-07 | 1 | -1/+27 |
* | TODO B-Deparse cpan-bug 33708 | Reini Urban | 2008-06-16 | 1 | -1/+13 |
* | Fix for [perl #51848] Deparse interpolation in regex literal | Rafael Garcia-Suarez | 2008-05-18 | 1 | -1/+5 |
* | Re: wrong line numbers in elsif() | Paul Johnson | 2008-04-19 | 1 | -1/+8 |
* | The penultimate deparse test needs a name, else things can warn. | Nicholas Clark | 2008-02-01 | 1 | -1/+2 |
* | B::Deparse fixes for implicit smartmatching in given/when | Florian Ragwitz | 2008-01-09 | 1 | -1/+9 |
* | Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash | Rafael Garcia-Suarez | 2008-01-06 | 1 | -1/+6 |
* | Better diagnostics by removing an && from an ok() and converting it to | Nicholas Clark | 2007-12-26 | 1 | -3/+4 |
* | Deparse each @array and friends. | Nicholas Clark | 2007-12-21 | 1 | -1/+11 |
* | Make all of B work on 5.8.x | Nicholas Clark | 2007-09-28 | 1 | -1/+31 |
* | Some more state variable deparse tests. | Nicholas Clark | 2007-09-17 | 1 | -4/+16 |
* | Make B::Deparse able to handle pragmas from %^H. | Rafael Garcia-Suarez | 2007-09-17 | 1 | -4/+12 |
* | Better diagnostics and test naming | Rafael Garcia-Suarez | 2007-09-13 | 1 | -4/+5 |
* | B::Deparse cleanups | Chia-liang Kao | 2007-06-27 | 1 | -37/+24 |
* | [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. | Father Chrysostomos | 2007-05-24 | 1 | -1/+13 |
* | Re: Deparse bug? | Stephen McCamant | 2006-10-29 | 1 | -1/+6 |
* | Re: [perl #40055] B::Deparse double do | Rick Delaney | 2006-08-04 | 1 | -7/+12 |
* | Re: [perl #38684] O::Deparse not working as expected | Stephen McCamant | 2006-03-08 | 1 | -2/+6 |
* | ext/B/t/deparse.t was failing with t/TEST but not with t/harness | Rafael Garcia-Suarez | 2005-05-24 | 1 | -6/+6 |
* | Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. | Yves Orton | 2005-05-24 | 1 | -1/+32 |
* | Cleanup ext/B tests for -w and to run separately | Stephen McCamant | 2004-12-29 | 1 | -5/+9 |
* | Remaining nit in the deparsing of reversed foreach loops | Rafael Garcia-Suarez | 2004-11-18 | 1 | -1/+5 |
* | Fix deparsing of reversed foreach loops, | Rafael Garcia-Suarez | 2004-11-18 | 1 | -1/+5 |
* | Fix deparsing of reversed sort and descending sorts, | Rafael Garcia-Suarez | 2004-11-18 | 1 | -1/+13 |
* | Update tests and $VERSION for change 23046 | Rafael Garcia-Suarez | 2004-07-05 | 1 | -3/+1 |
* | If we don't build B, we should skip all its tests. | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | B::Deparse 0.64 | Stephen McCamant | 2003-07-29 | 1 | -7/+6 |
* | [PATCH #2] Re: [perl #22181] goto undefines my() variables | Dave Mitchell | 2003-05-24 | 1 | -1/+68 |
* | The debugging aid #19182 didn't. | Jarkko Hietaniemi | 2003-04-12 | 1 | -6/+1 |
* | A temporary debugging aid for Tru64 threaded builds. | Jarkko Hietaniemi | 2003-04-10 | 1 | -1/+6 |
* | Change #18829 makes this test workaround obsolete. | Rafael Garcia-Suarez | 2003-03-04 | 1 | -6/+1 |
* | [PATCH] assertions | Salvador FandiƱo | 2003-03-04 | 1 | -1/+6 |
* | Fix bug #17006 : remove spurious do{} in the deparsing | Rafael Garcia-Suarez | 2002-09-11 | 1 | -1/+4 |
* | Integrate macperl patch #16868. | Jarkko Hietaniemi | 2002-05-30 | 1 | -1/+7 |
* | Deparse bug introduced by #14615: the fix is just a workaround, | Jarkko Hietaniemi | 2002-02-14 | 1 | -1/+4 |
* | rcatline support ($_.=<ARGV>) | Rafael Garcia-Suarez | 2001-12-15 | 1 | -1/+5 |