This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Suppress system Term::ReadLine::Gnu
[perl5.git] / dist / B-Deparse /
2013-06-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.22
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-04 Father Chrysostomos[perl #117531] Deparse elements of %# correctly
2013-06-04 Father Chrysostomosdeparse.t: Fix test count
2013-06-04 hexcoder[perl #117311] B::Deparse with option -l leaves formfee...
2013-05-28 Father Chrysostomos[perl #117081] Deparse foreach my $lexical correctly...
2013-05-25 David Steinbrunnertypo fixes for B::Depaese
2013-05-03 Nicholas ClarkRevert "Add a deprecation warning for all uses of ...
2013-04-12 Aaron CraneB::Deparse: document that `state sub` is unimplemented
2013-04-12 Aaron Cranedeparse.t: delete now-unneeded __WARN__ suppression
2013-04-12 Aaron CraneB::Deparse: stub implementation of deparsing lexical...
2013-03-27 Yves Ortonfix comment, reindent and add parenthesis for clarity
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-21 Nicholas ClarkAdd a deprecation warning for all uses of @*, %*, ...
2013-03-21 Nicholas ClarkGenerate the deprecation warnings for all uses $* or $#.
2013-03-21 Nicholas ClarkChange B::Deparse's test to test interpolation of ...
2013-03-03 David Mitchelldeparse.t: mask STDERR noise on lex sub TODO test
2013-01-27 Aaron CraneNew TODO test: B::Deparse doesn't handle lexical subs
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-11-10 David Mitchelladd padrange op
2012-10-21 Craig A. BerryProper skippage for sanity check in B::Deparse's core.t.
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-10 David MitchellDeparse/t/core.t: add support for lex vars
2012-10-10 David Mitchelloverhaul dist/B-Deparse/t/core.t
2012-10-10 David Mitchellfix deparsing of select(F)
2012-10-10 David MitchellDeparse: handle system/exec prog arg,arg,,..
2012-10-10 David MitchellDeparse: grep($a) became grep($a,); ditto map
2012-10-10 David MitchellDeparse: handle some strong keywords better
2012-10-10 David MitchellDeparse crashed on argless sort()
2012-09-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.18
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-08-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.17
2012-08-23 Father ChrysostomosB::Deparse: Suppress trailing ; in formats
2012-08-10 Father ChrysostomosDeparse multiple stmts in format line correctly
2012-07-27 Father ChrysostomosB::Deparse: loopexes have assignment prec
2012-07-27 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.16
2012-06-26 Jesse Luehrswarn on -i with no input files given [perl #113410]
2012-06-17 Father ChrysostomosRevert "B::Deparse: loopexes have list prec"
2012-06-13 David Mitchellmake OP_REGCRESET only for taint handling
2012-06-09 Paul JohnsonQuieten B::Deparse warnings (fixes #113464).
2012-06-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.15
2012-06-08 Father ChrysostomosB::Deparse: loopexes have list prec
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-04-03 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.14
2012-03-19 Nicholas ClarkIn B::Deparse::_features_from_bundle(), don't call...
2012-03-19 Nicholas ClarkIn Deparse, use $feature::hint_mask directly, instead...
2012-03-19 Nicholas ClarkIn B::Deparse, refactor common code into _features_from...
2012-03-19 Nicholas ClarkIn B::Deparse, refactor the two places that feature...
2012-03-19 Nicholas ClarkFix regression in deparsing say (etc) under use 5.10.0
2012-03-19 Nicholas ClarkAdd tests for deparsing C<say> under various combinatio...
2012-03-19 Nicholas ClarkAvoid deparse.t testing everything under use feature...
2012-03-19 Nicholas ClarkAdd a 'context' feature to deparse.t, to better test...
2012-03-19 Nicholas ClarkIn deparse.t, rename %reason to %meta.
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-15 Hojung Youn[perl #108224] B::Deparse doesn't recognize for continu...
2011-12-25 Father Chrysostomos[perl #86060] $( $| $) need braces in regexps
2011-12-25 Father Chrysostomosdeparse.t: Automatically count __DATA__ tests
2011-12-25 Father ChrysostomosDeparse the /d flag with implicit features
2011-12-25 Father ChrysostomosDeparse /$#a/ correctly
2011-12-25 Father ChrysostomosDeparse.pm: Document that strict vars and subs work
2011-12-25 Father Chrysostomos[perl #24027] Deparse strict vars and subs
2011-12-25 Father ChrysostomosFix Deparse ambient_pragmas/strict regression
2011-12-24 Father ChrysostomosDeparse.pm: Document that use feature is supported
2011-12-24 Father ChrysostomosDeparse all features with ‘use/no feature’
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
2011-12-24 Father ChrysostomosDeparse CORE::say, etc., when bundle hints are in use
2011-12-24 Father ChrysostomosDeparse.pm: More ->pmflags clean-up
2011-12-24 Father ChrysostomosDeparse.pm: Add another substword
2011-12-24 Father ChrysostomosDeparse.pm: Put re flag logic into its own function
2011-12-24 Father ChrysostomosFollowup to b9bc576fd0: deparse s///applaud
2011-12-24 Father ChrysostomosDeparse.pm: Don’t call ->pmflags so many times
2011-12-24 Father ChrysostomosDeparse: Ignore strict hh hints
2011-12-24 Father Chrysostomos[perl #91318] Deparse /regexp/applaud
2011-12-24 Father Chrysostomos[perl #81424] Make Deparse handle /aelemfast_lex/
2011-12-24 Father ChrysostomosConsistent use of spaces after dots in Deparse’s pod
2011-12-23 Father ChrysostomosDeparse: remove special casing for main stash
2011-12-23 Father Chrysostomos[perl #91384] Deparse and stash circularities
2011-12-22 Father ChrysostomosDeparse.pm: Uncomment version code
2011-12-22 Father ChrysostomosDeparse "a::]"->[0], etc., correctly
2011-12-22 Father ChrysostomosDeparse "string"->[$expr] and ->{$expr} correctly
2011-12-21 Father ChrysostomosDeparse "string"->[0] correctly
2011-12-21 Father Chrysostomos[perl #91416] Deparse open("blah blah blah") properly
2011-12-21 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.11
2011-12-19 Father ChrysostomosFix deparsing of require "a".$1
2011-12-08 Father Chrysostomos[perl #97476] Deparse not() following the llafr
2011-12-08 Father Chrysostomos[perl #77172] Deparse &{&} as &{&}, not &&
2011-12-08 Father ChrysostomosMore tests for deparsing warn()+1, etc.
2011-12-08 Father Chrysostomos[perl #74740] Deparse -(f()) correctly
2011-12-08 Father ChrysostomosDeparse pipe(local *FH, local *FH) correctly
2011-12-08 Father ChrysostomosDeparse (eof)+1 correctly
2011-12-08 Father Chrysostomos[perl #63558] Deparse open local(*FH) correctly
2011-12-08 Father ChrysostomosDeparse dump as CORE::dump
2011-12-08 Father ChrysostomosDeparse filetest ops without llafr
2011-12-08 Father ChrysostomosDeparse CORE::do+{} and CORE::do({}) correctly
2011-12-08 Father ChrysostomosFix deparsing of "" =~ <any OPf_SPECIAL op>
2011-12-08 Father ChrysostomosDeparse.pm: More functions that do not follow llafr
2011-12-08 Father Chrysostomos[perl #77096] Deparse return and do without llafr
2011-12-08 Father Chrysostomosdeparse.t: Add bug number
2011-12-08 Father Chrysostomos[perl #47361] Deparse do +{} and do({}) correctly
2011-12-07 Father Chrysostomos[perl #47359] Deparse method {$object} correctly
next