This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse inlined constants.
[perl5.git] / ext / B / t / deparse.t
2008-11-16 Florian RagwitzDeparse inlined constants.
2008-09-13 Vincent PitRe: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-06-16 Reini UrbanTODO B-Deparse cpan-bug 33708
2008-05-18 Rafael Garcia-SuarezFix for [perl #51848] Deparse interpolation in regex...
2008-04-19 Paul JohnsonRe: wrong line numbers in elsif()
2008-02-01 Nicholas ClarkThe penultimate deparse test needs a name, else things...
2008-01-09 Florian RagwitzB::Deparse fixes for implicit smartmatching in given...
2008-01-06 Rafael Garcia-SuarezFix bug #49298: B::Deparse fails to deparse a reference...
2007-12-26 Nicholas ClarkBetter diagnostics by removing an && from an ok() and...
2007-12-21 Nicholas ClarkDeparse each @array and friends.
2007-09-28 Nicholas ClarkMake all of B work on 5.8.x
2007-09-17 Nicholas ClarkSome more state variable deparse tests.
2007-09-17 Rafael Garcia-SuarezMake B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-SuarezBetter diagnostics and test naming
2007-06-27 Chia-liang KaoB::Deparse cleanups
2007-05-24 Father Chrysostomos[perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2006-10-29 Stephen McCamantRe: Deparse bug?
2006-08-04 Rick DelaneyRe: [perl #40055] B::Deparse double do
2006-03-08 Stephen McCamantRe: [perl #38684] O::Deparse not working as expected
2005-05-24 Rafael Garcia-Suarezext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves OrtonRe: [perl #35857] [PATCH] B::Deparse doesnt handle...
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
2004-11-18 Rafael Garcia-SuarezRemaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed sort and descending sorts,
2004-07-05 Rafael Garcia-SuarezUpdate tests and $VERSION for change 23046
2004-06-18 Nicholas ClarkIf we don't build B, we should skip all its tests.
2003-07-29 Stephen McCamantB::Deparse 0.64
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-04-12 Jarkko HietaniemiThe debugging aid #19182 didn't.
2003-04-10 Jarkko HietaniemiA temporary debugging aid for Tru64 threaded builds.
2003-03-04 Rafael Garcia-SuarezChange #18829 makes this test workaround obsolete.
2003-03-04 Salvador Fandiño[PATCH] assertions
2002-09-11 Rafael Garcia-SuarezFix bug #17006 : remove spurious do{} in the deparsing
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-02-14 Jarkko HietaniemiDeparse bug introduced by #14615: the fix is just a...
2001-12-15 Rafael Garcia-Suarezrcatline support ($_.=<ARGV>)
2001-11-29 Rafael Garcia-Suarezdeparse -wl0 -i.bak
2001-09-28 Jarkko HietaniemiMove the B tests to B/t.