This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse $#{/} correctly
[perl5.git] / dist / B-Deparse / t / deparse.t
2011-09-18 Father ChrysostomosDeparse $#{/} correctly
2011-09-09 Zeframremove index offsetting ($[)
2011-07-10 Father ChrysostomosSquelch warning in deparse.t
2011-07-10 Hojung YounB::Deparse misdeparses qq(@,)
2011-06-17 Father ChrysostomosDeparse CORE::break
2011-06-15 Father ChrysostomosMake B::Deparse emit CORE::state, etc.
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-02 Father ChrysostomosDeparse $obj->$meth=... [perl #62498]
2011-06-02 Father ChrysostomosDeparse glob the same way regardless of PERL_EXTERNAL_GLOB
2011-05-22 Father ChrysostomosFix deparsing of subs named :::: and ::::::
2011-05-21 Father ChrysostomosTest require override with Deparse [perl #62500]
2011-05-20 Father ChrysostomosDeparse: readpipe with complex expression
2011-05-20 Father Chrysostomos[perl #91008] Deparse doesn't like each $ref
2011-05-18 Father Chrysostomos[perl #90898] B::Deparse failure on glob()
2011-01-16 Karl WilliamsonFix \xa0 matching both [\s] [\S], et.al.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-26 Nicholas ClarkIn deparse.t, give a description to every test. Remove...
2010-11-06 Father ChrysostomosMake Deparse work with y/å/ø/
2010-11-06 Father ChrysostomosTest y///r with B::Deparse
2010-10-27 Nicholas ClarkB::Deparse should call B::threadsv_names, instead of...
2010-10-21 Father Chrysostomos[perl #33752] B::Deparse fails with utf8 and our
2010-09-21 Father ChrysostomosLet B::Deparse know about the [perl #20444] fix.
2010-05-03 Ruslan Zakirovshift; optimization
2010-04-29 Zeframput package declaration before label in deparsing
2010-03-11 Rafael Garcia-SuarezRe-TODO one more Deparse test
2010-03-10 David Mitchellrevert const deparsing in Deparse.pm
2010-01-06 Vincent Pit[perl #71870] Use of uninitialized value in bitwise...
2009-11-15 Vincent PitTeach B::Deparse about in-place reverse
2009-11-04 Nicholas ClarkDeprecate use of := to mean an empty attribute list...
2009-10-01 Nicholas ClarkMove B::Dearpse from ext to dist, as Stephen McCamant...