This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse typed vars
[perl5.git] / lib / B / Deparse.pm
2014-09-13 Father ChrysostomosDeparse typed vars
2014-09-13 Father ChrysostomosDeparse our(LIST) correctly
2014-06-17 Matthew Horsfall... Bump B::Deparse version
2014-06-17 Dagfinn Ilmari Man... Preserve explicit 'm' when deparsing m?PATTERN?
2014-03-18 Ricardo Signesreplace links to perllexwarn with links to warnings
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-26 Steffen MuellerOptimization: Remove needless list/pushmark pairs from...
2014-02-24 Steffen MuellerMissing version bump for Deparse
2014-02-24 Steffen MuellerB::Deparse: Padrange deparse fix
2014-01-28 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.25
2014-01-28 Father Chrysostomos[perl #121050] Teach B::Deparse about prototype whitespace
2013-11-12 Father ChrysostomosSimplify code for deparsing socketpair
2013-11-10 Father ChrysostomosFix deparsing of glob(my $x) and CORE::glob
2013-10-30 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.24
2013-10-30 Father Chrysostomos[perl #119807] Deparse s//\(3)/e in a way that does...
2013-10-19 Steve HayMove B-Deparse from dist/ to lib/ since it is non-dual...
1998-02-20 Malcolm BeattieRemove compiler files from their old lib/B locations...
1998-02-20 Malcolm BeattieStart getting compiler to work when built with the...