summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
Commit message (Expand)AuthorAgeFilesLines
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-293-4/+11
* [perl #108224] B::Deparse doesn't recognize for continue blockHojung Youn2012-01-142-1/+45
* [perl #86060] $( $| $) need braces in regexpsFather Chrysostomos2011-12-242-1/+9
* deparse.t: Automatically count __DATA__ testsFather Chrysostomos2011-12-241-2/+3
* Deparse the /d flag with implicit featuresFather Chrysostomos2011-12-242-1/+18
* Deparse /$#a/ correctlyFather Chrysostomos2011-12-242-3/+7
* Deparse.pm: Document that strict vars and subs workFather Chrysostomos2011-12-241-1/+1
* [perl #24027] Deparse strict vars and subsFather Chrysostomos2011-12-242-17/+51
* Fix Deparse ambient_pragmas/strict regressionFather Chrysostomos2011-12-242-0/+20
* Deparse.pm: Document that use feature is supportedFather Chrysostomos2011-12-241-1/+2
* Deparse all features with ‘use/no feature’Father Chrysostomos2011-12-242-18/+33
* Deparse implicit with ‘use feature’Father Chrysostomos2011-12-242-20/+80
* Deparse CORE::say, etc., when bundle hints are in useFather Chrysostomos2011-12-242-2/+49
* Deparse.pm: More ->pmflags clean-upFather Chrysostomos2011-12-231-6/+7
* Deparse.pm: Add another substwordFather Chrysostomos2011-12-231-1/+1
* Deparse.pm: Put re flag logic into its own functionFather Chrysostomos2011-12-231-37/+30
* Followup to b9bc576fd0: deparse s///applaudFather Chrysostomos2011-12-232-14/+26
* Deparse.pm: Don’t call ->pmflags so many timesFather Chrysostomos2011-12-231-10/+11
* Deparse: Ignore strict hh hintsFather Chrysostomos2011-12-232-0/+9
* [perl #91318] Deparse /regexp/applaudFather Chrysostomos2011-12-232-0/+43
* [perl #81424] Make Deparse handle /aelemfast_lex/Father Chrysostomos2011-12-232-2/+9
* Consistent use of spaces after dots in Deparse’s podFather Chrysostomos2011-12-231-39/+41
* Deparse: remove special casing for main stashFather Chrysostomos2011-12-231-3/+1
* [perl #91384] Deparse and stash circularitiesFather Chrysostomos2011-12-232-2/+12
* Deparse.pm: Uncomment version codeFather Chrysostomos2011-12-221-5/+3
* Deparse "a::]"->[0], etc., correctlyFather Chrysostomos2011-12-222-2/+9
* Deparse "string"->[$expr] and ->{$expr} correctlyFather Chrysostomos2011-12-222-7/+26
* Deparse "string"->[0] correctlyFather Chrysostomos2011-12-212-12/+34
* [perl #91416] Deparse open("blah blah blah") properlyFather Chrysostomos2011-12-202-4/+33
* Increase $B::Deparse::VERSION to 1.11Father Chrysostomos2011-12-201-1/+1
* Fix deparsing of require "a".$1Father Chrysostomos2011-12-182-1/+7
* [perl #97476] Deparse not() following the llafrFather Chrysostomos2011-12-082-1/+4
* [perl #77172] Deparse &{&} as &{&}, not &&Father Chrysostomos2011-12-082-0/+8
* More tests for deparsing warn()+1, etc.Father Chrysostomos2011-12-081-0/+2
* [perl #74740] Deparse -(f()) correctlyFather Chrysostomos2011-12-082-1/+10
* Deparse pipe(local *FH, local *FH) correctlyFather Chrysostomos2011-12-082-1/+3
* Deparse (eof)+1 correctlyFather Chrysostomos2011-12-082-3/+19
* [perl #63558] Deparse open local(*FH) correctlyFather Chrysostomos2011-12-082-1/+4
* Deparse dump as CORE::dumpFather Chrysostomos2011-12-082-2/+2
* Deparse filetest ops without llafrFather Chrysostomos2011-12-082-1/+11
* Deparse CORE::do+{} and CORE::do({}) correctlyFather Chrysostomos2011-12-082-1/+8
* Fix deparsing of "" =~ <any OPf_SPECIAL op>Father Chrysostomos2011-12-082-1/+10
* Deparse.pm: More functions that do not follow llafrFather Chrysostomos2011-12-082-7/+18
* [perl #77096] Deparse return and do without llafrFather Chrysostomos2011-12-082-8/+23
* deparse.t: Add bug numberFather Chrysostomos2011-12-081-1/+1
* [perl #47361] Deparse do +{} and do({}) correctlyFather Chrysostomos2011-12-082-1/+12
* [perl #47359] Deparse method {$object} correctlyFather Chrysostomos2011-12-072-2/+24
* Deparse: detect hh changes properlyFather Chrysostomos2011-12-072-5/+14
* Deparse funny keys/values in hh properlyFather Chrysostomos2011-12-072-2/+9
* Fix deparsing of undefined hint hash valuesFather Chrysostomos2011-12-072-2/+18