This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move all the xxxpvs() macros to handy.h.
[perl5.git] / ext / B / t / deparse.t
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.