summaryrefslogtreecommitdiff
path: root/ext/B/t/deparse.t
Commit message (Expand)AuthorAgeFilesLines
* Break out B::Deparse into its own directory in ext.Nicholas Clark2009-08-301-599/+0
* Fix a Deparse bug - constants and PCSs were appearing as subroutine stubs.Nicholas Clark2009-08-241-1/+6
* Remove the MacOS Classic support from deparse.t (as it's getting in the way).Nicholas Clark2009-08-241-18/+3
* TODO tests for deparsing strict, warnings as strings, and my $x if 0;Nicholas Clark2009-04-131-1/+22
* our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp.Nicholas Clark2009-04-131-5/+5
* Correct two other tests that apparently should be TODOs rather than SKIPs.Nicholas Clark2009-04-131-2/+6
* Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wronglyNicholas Clark2009-04-131-14/+19
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-6/+2
* A correction to change 34909 - we want *different* constants.Nicholas Clark2008-11-251-2/+2
* Tweak the constants used in testing to constants that Win32 also has.Nicholas Clark2008-11-251-4/+4
* Skip two tests under ithreads, where the constant lives in the pad.Rafael Garcia-Suarez2008-11-171-0/+3
* Deparse inlined constants.Florian Ragwitz2008-11-161-6/+34
* Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"Vincent Pit2008-09-131-1/+64
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-1/+30
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-071-1/+27
* TODO B-Deparse cpan-bug 33708Reini Urban2008-06-161-1/+13
* Fix for [perl #51848] Deparse interpolation in regex literalRafael Garcia-Suarez2008-05-181-1/+5
* Re: wrong line numbers in elsif()Paul Johnson2008-04-191-1/+8
* The penultimate deparse test needs a name, else things can warn.Nicholas Clark2008-02-011-1/+2
* B::Deparse fixes for implicit smartmatching in given/whenFlorian Ragwitz2008-01-091-1/+9
* Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hashRafael Garcia-Suarez2008-01-061-1/+6
* Better diagnostics by removing an && from an ok() and converting it toNicholas Clark2007-12-261-3/+4
* Deparse each @array and friends.Nicholas Clark2007-12-211-1/+11
* Make all of B work on 5.8.xNicholas Clark2007-09-281-1/+31
* Some more state variable deparse tests.Nicholas Clark2007-09-171-4/+16
* Make B::Deparse able to handle pragmas from %^H.Rafael Garcia-Suarez2007-09-171-4/+12
* Better diagnostics and test namingRafael Garcia-Suarez2007-09-131-4/+5
* B::Deparse cleanupsChia-liang Kao2007-06-271-37/+24
* [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. Father Chrysostomos2007-05-241-1/+13
* Re: Deparse bug?Stephen McCamant2006-10-291-1/+6
* Re: [perl #40055] B::Deparse double doRick Delaney2006-08-041-7/+12
* Re: [perl #38684] O::Deparse not working as expected Stephen McCamant2006-03-081-2/+6
* ext/B/t/deparse.t was failing with t/TEST but not with t/harnessRafael Garcia-Suarez2005-05-241-6/+6
* Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.Yves Orton2005-05-241-1/+32
* Cleanup ext/B tests for -w and to run separatelyStephen McCamant2004-12-291-5/+9
* Remaining nit in the deparsing of reversed foreach loopsRafael Garcia-Suarez2004-11-181-1/+5
* Fix deparsing of reversed foreach loops,Rafael Garcia-Suarez2004-11-181-1/+5
* Fix deparsing of reversed sort and descending sorts,Rafael Garcia-Suarez2004-11-181-1/+13
* Update tests and $VERSION for change 23046Rafael Garcia-Suarez2004-07-051-3/+1
* If we don't build B, we should skip all its tests.Nicholas Clark2004-06-181-0/+5
* B::Deparse 0.64Stephen McCamant2003-07-291-7/+6
* [PATCH #2] Re: [perl #22181] goto undefines my() variablesDave Mitchell2003-05-241-1/+68
* The debugging aid #19182 didn't.Jarkko Hietaniemi2003-04-121-6/+1
* A temporary debugging aid for Tru64 threaded builds.Jarkko Hietaniemi2003-04-101-1/+6
* Change #18829 makes this test workaround obsolete.Rafael Garcia-Suarez2003-03-041-6/+1
* [PATCH] assertionsSalvador FandiƱo2003-03-041-1/+6
* Fix bug #17006 : remove spurious do{} in the deparsingRafael Garcia-Suarez2002-09-111-1/+4
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-1/+7
* Deparse bug introduced by #14615: the fix is just a workaround,Jarkko Hietaniemi2002-02-141-1/+4
* rcatline support ($_.=<ARGV>)Rafael Garcia-Suarez2001-12-151-1/+5