This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse/t/core.t: add support for lex vars
[perl5.git] / dist / B-Deparse / t /
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-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-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-08 Father ChrysostomosB::Deparse: loopexes have list prec
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
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 Chrysostomos[perl #24027] Deparse strict vars and subs
2011-12-25 Father ChrysostomosFix Deparse ambient_pragmas/strict regression
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 ChrysostomosFollowup to b9bc576fd0: deparse s///applaud
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-23 Father Chrysostomos[perl #91384] Deparse and stash circularities
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-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
2011-12-07 Father ChrysostomosDeparse: detect hh changes properly
2011-12-07 Father ChrysostomosDeparse funny keys/values in hh properly
2011-12-07 Father ChrysostomosFix deparsing of undefined hint hash values
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-20 Father ChrysostomosDeparse sort(foo(bar)) correctly
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-04 Father ChrysostomosDeparse ()[()]
2011-10-29 Father ChrysostomosMove the do() test in Deparse’s core.t
2011-10-27 Father ChrysostomosDeparse CORE::do
2011-10-27 Father ChrysostomosDeparse CORE::glob
2011-09-18 Father ChrysostomosDeparse "${#}a"
2011-09-18 Father ChrysostomosDeparse $#{/} correctly
2011-09-09 Zeframremove index offsetting ($[)
2011-08-28 Father ChrysostomosTesting deparsing of CORE::not
2011-07-10 Father ChrysostomosSquelch warning in deparse.t
2011-07-10 Hojung YounB::Deparse misdeparses qq(@,)
2011-07-03 Nicholas ClarkConvert B::Deparse's core.t to Test::More.
2011-06-17 Father ChrysostomosDeparse CORE::break
2011-06-15 Father ChrysostomosMake B::Deparse emit CORE::state, etc.
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
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-21 Father ChrysostomosWhat’s wrong with me?
2011-05-20 Father ChrysostomosMake Deparse use CORE:: when necessary
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...