This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
av_fetch: de-duplicate small bit of code
[perl5.git] / dist / B-Deparse /
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
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-26 Father ChrysostomosOptimise __SUB__ to a constant
2011-11-23 jkeenan[RT #36079] Where sensible, replace consecutive single...
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-21 Father ChrysostomosRemove version checks from B::Deparse’s imports
2011-11-21 Father ChrysostomosRevert "$XS::APItest::VERSION = '0.34'"
2011-11-20 Father Chrysostomos$XS::APItest::VERSION = '0.34'
2011-11-20 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.10
2011-11-20 Father ChrysostomosDeparse sort(foo(bar)) correctly
2011-11-20 Steve HayFix up B::Deparse following recent version bumps
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-10-27 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.09
2011-09-18 Father ChrysostomosDeparse "${#}a"
2011-09-18 Father ChrysostomosDeparse $#{/} correctly
2011-09-16 Zeframmake B::Deparse handle $[ for older perls
2011-09-09 Zeframremove index offsetting ($[)
2011-08-28 Father ChrysostomosTesting deparsing of CORE::not
2011-08-14 Father ChrysostomosRemove select’s prototype
2011-08-12 Father ChrysostomosRevert "Oops! Update B::Deparse for the (l)stat proto...
2011-07-26 Father ChrysostomosOops! Update B::Deparse for the (l)stat proto change
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-25 Vincent PitCorrectly preserve the stack on an implicit break.
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 ChrysostomosCollapse some repetitive code
2011-06-02 Father ChrysostomosDeparse glob the same way regardless of PERL_EXTERNAL_GLOB
2011-05-30 Father ChrysostomosBump DD’s version to 1.05
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 ChrysostomosRemove fixed bug from Deparse’s docs
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-19 Father ChrysostomosConfusing comment typo in Deparse
2011-05-18 Father Chrysostomos[perl #90898] B::Deparse failure on glob()
2011-01-20 Jesse VincentBumping versions for B-Lint and B-Deparse per Porting...
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
next