Better diagnostics by removing an && from an ok() and converting it to
[p5sagit/p5-mst-13.2.git] / ext / B / t / deparse.t
2007-12-26 Nicholas Clark Better diagnostics by removing an ...
2007-12-21 Nicholas Clark Deparse each @array and friends.
2007-09-28 Nicholas Clark Make all of B work on 5.8.x
2007-09-17 Nicholas Clark Some more state variable deparse tests.
2007-09-17 Rafael Garcia-Suarez Make B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-Suarez Better diagnostics and test naming
2007-06-27 Chia-liang Kao B::Deparse cleanups
2007-05-24 Father Chrysostomos [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2006-10-29 Stephen McCamant Re: Deparse bug?
2006-08-04 Rick Delaney Re: [perl #40055] B::Deparse double do
2006-03-08 Stephen McCamant Re: [perl #38684] O::Deparse not working as expected
2005-05-24 Rafael Garcia-Suarez ext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves Orton Re: [perl #35857] [PATCH] B::Deparse doesnt handle...
2004-12-29 Stephen McCamant Cleanup ext/B tests for -w and to run separately
2004-11-18 Rafael Garcia-Suarez Remaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed sort and descending sorts,
2004-07-05 Rafael Garcia-Suarez Update tests and $VERSION for change 23046
2004-06-18 Nicholas Clark If we don't build B, we should skip all its tests.
2003-07-29 Stephen McCamant B::Deparse 0.64
2003-05-24 Dave Mitchell [PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-04-12 Jarkko Hietaniemi The debugging aid #19182 didn't.
2003-04-10 Jarkko Hietaniemi A temporary debugging aid for Tru64 threaded builds.
2003-03-04 Rafael Garcia-Suarez Change #18829 makes this test workaround obsolete.
2003-03-04 Salvador Fandiño [PATCH] assertions
2002-09-11 Rafael Garcia-Suarez Fix bug #17006 : remove spurious do{} in the deparsing
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-02-14 Jarkko Hietaniemi Deparse bug introduced by #14615: the fix is just a...
2001-12-15 Rafael Garcia-Suarez rcatline support ($_.=<ARGV>)
2001-11-29 Rafael Garcia-Suarez deparse -wl0 -i.bak
2001-09-28 Jarkko Hietaniemi Move the B tests to B/t.