This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Update Unicode-Collate to CPAN version 0.70 and enable XS version"
[perl5.git] / dist / B-Deparse /
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-12-19 Zeframbump version of many modules
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 ChrysostomosEliminate a few more $op->private calls in Deparse
2010-11-06 Father ChrysostomosMake Deparse work with y/å/ø/
2010-11-06 Father ChrysostomosTest y///r with B::Deparse
2010-11-03 Father Chrysostomosy///r
2010-11-03 Father ChrysostomosAvoid multiple $op->private calls in B::Deaprse::pp_trans
2010-10-27 Nicholas ClarkRemove THREADSV_NAMES, part of 5005 threads that the...
2010-10-27 Nicholas ClarkB::Deparse should call B::threadsv_names, instead of...
2010-10-27 Nicholas ClarkGet B::Deparse to load on perls back to 5.8.1
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-21 Father Chrysostomos[perl #33752] B::Deparse fails with utf8 and our
2010-10-19 Tatsuhiko MiyagawaBumped B::Deparse version and added perldelta entry...
2010-09-21 Father ChrysostomosLet B::Deparse know about the [perl #20444] fix.
2010-06-21 Matt S Troutversion bump for B::Deparse and add change to delta
2010-06-17 Rafael Garcia-SuarezDeparse correctly "no VERSION" [perl #75482]
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-03 Ruslan Zakirovshift; optimization
2010-04-29 Zeframput package declaration before label in deparsing
2010-03-27 Jesse VincentBump B::Deparse and Module::CoreList versions due to...
2010-03-27 David Leadbeater[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not...
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-15 demerphqSupport for pp_boolkeys in B::Deparse.
2009-10-01 Nicholas ClarkMove B::Dearpse from ext to dist, as Stephen McCamant...