2012-10-10 |
David Mitchell | Deparse: handle system/exec prog arg,arg,,.. |
blob | commitdiff |
2012-10-10 |
David Mitchell | Deparse: grep($a) became grep($a,); ditto map |
blob | commitdiff | diff to current |
2012-10-10 |
David Mitchell | Deparse: handle some strong keywords better |
blob | commitdiff | diff to current |
2012-10-10 |
David Mitchell | Deparse crashed on argless sort() |
blob | commitdiff | diff to current |
2012-09-23 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.18 |
blob | commitdiff | diff to current |
2012-09-23 |
Father Chrysostomos | [perl #94490] const fold should not trigger special... |
blob | commitdiff | diff to current |
2012-08-23 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.17 |
blob | commitdiff | diff to current |
2012-08-23 |
Father Chrysostomos | B::Deparse: Suppress trailing ; in formats |
blob | commitdiff | diff to current |
2012-08-10 |
Father Chrysostomos | Deparse multiple stmts in format line correctly |
blob | commitdiff | diff to current |
2012-07-27 |
Father Chrysostomos | B::Deparse: loopexes have assignment prec |
blob | commitdiff | diff to current |
2012-07-27 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.16 |
blob | commitdiff | diff to current |
2012-06-17 |
Father Chrysostomos | Revert "B::Deparse: loopexes have list prec" |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | make OP_REGCRESET only for taint handling |
blob | commitdiff | diff to current |
2012-06-09 |
Paul Johnson | Quieten B::Deparse warnings (fixes #113464). |
blob | commitdiff | diff to current |
2012-06-08 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.15 |
blob | commitdiff | diff to current |
2012-06-08 |
Father Chrysostomos | B::Deparse: loopexes have list prec |
blob | commitdiff | diff to current |
2012-04-03 |
Father Chrysostomos | [perl #111462] Move strict hints from %^H to $^H |
blob | commitdiff | diff to current |
2012-04-03 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.14 |
blob | commitdiff | diff to current |
2012-03-19 |
Nicholas Clark | In B::Deparse::_features_from_bundle(), don't call... |
blob | commitdiff | diff to current |
2012-03-19 |
Nicholas Clark | In Deparse, use $feature::hint_mask directly, instead... |
blob | commitdiff | diff to current |
2012-03-19 |
Nicholas Clark | In B::Deparse, refactor common code into _features_from... |
blob | commitdiff | diff to current |
2012-03-19 |
Nicholas Clark | In B::Deparse, refactor the two places that feature... |
blob | commitdiff | diff to current |
2012-03-19 |
Nicholas Clark | Fix regression in deparsing say (etc) under use 5.10.0 |
blob | commitdiff | diff to current |
2012-01-29 |
Brian Fraser | Implement the fc keyword and the \F string escape. |
blob | commitdiff | diff to current |
2012-01-15 |
Hojung Youn | [perl #108224] B::Deparse doesn't recognize for continu... |
blob | commitdiff | diff to current |
2011-12-25 |
Father Chrysostomos | [perl #86060] $( $| $) need braces in regexps |
blob | commitdiff | diff to current |
2011-12-25 |
Father Chrysostomos | Deparse the /d flag with implicit features |
blob | commitdiff | diff to current |
2011-12-25 |
Father Chrysostomos | Deparse /$#a/ correctly |
blob | commitdiff | diff to current |
2011-12-25 |
Father Chrysostomos | Deparse.pm: Document that strict vars and subs work |
blob | commitdiff | diff to current |
2011-12-25 |
Father Chrysostomos | [perl #24027] Deparse strict vars and subs |
blob | commitdiff | diff to current |
2011-12-25 |
Father Chrysostomos | Fix Deparse ambient_pragmas/strict regression |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse.pm: Document that use feature is supported |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse all features with ‘use/no feature’ |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse implicit with ‘use feature’ |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse CORE::say, etc., when bundle hints are in use |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse.pm: More ->pmflags clean-up |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse.pm: Add another substword |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse.pm: Put re flag logic into its own function |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Followup to b9bc576fd0: deparse s///applaud |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse.pm: Don’t call ->pmflags so many times |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Deparse: Ignore strict hh hints |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | [perl #91318] Deparse /regexp/applaud |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | [perl #81424] Make Deparse handle /aelemfast_lex/ |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Consistent use of spaces after dots in Deparse’s pod |
blob | commitdiff | diff to current |
2011-12-23 |
Father Chrysostomos | Deparse: remove special casing for main stash |
blob | commitdiff | diff to current |
2011-12-23 |
Father Chrysostomos | [perl #91384] Deparse and stash circularities |
blob | commitdiff | diff to current |
2011-12-22 |
Father Chrysostomos | Deparse.pm: Uncomment version code |
blob | commitdiff | diff to current |
2011-12-22 |
Father Chrysostomos | Deparse "a::]"->[0], etc., correctly |
blob | commitdiff | diff to current |
2011-12-22 |
Father Chrysostomos | Deparse "string"->[$expr] and ->{$expr} correctly |
blob | commitdiff | diff to current |
2011-12-21 |
Father Chrysostomos | Deparse "string"->[0] correctly |
blob | commitdiff | diff to current |
2011-12-21 |
Father Chrysostomos | [perl #91416] Deparse open("blah blah blah") properly |
blob | commitdiff | diff to current |
2011-12-21 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.11 |
blob | commitdiff | diff to current |
2011-12-19 |
Father Chrysostomos | Fix deparsing of require "a".$1 |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | [perl #97476] Deparse not() following the llafr |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | [perl #77172] Deparse &{&} as &{&}, not && |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | [perl #74740] Deparse -(f()) correctly |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Deparse pipe(local *FH, local *FH) correctly |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Deparse (eof)+1 correctly |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | [perl #63558] Deparse open local(*FH) correctly |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Deparse dump as CORE::dump |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Deparse filetest ops without llafr |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Deparse CORE::do+{} and CORE::do({}) correctly |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Fix deparsing of "" =~ <any OPf_SPECIAL op> |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Deparse.pm: More functions that do not follow llafr |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | [perl #77096] Deparse return and do without llafr |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | [perl #47361] Deparse do +{} and do({}) correctly |
blob | commitdiff | diff to current |
2011-12-07 |
Father Chrysostomos | [perl #47359] Deparse method {$object} correctly |
blob | commitdiff | diff to current |
2011-12-07 |
Father Chrysostomos | Deparse: detect hh changes properly |
blob | commitdiff | diff to current |
2011-12-07 |
Father Chrysostomos | Deparse funny keys/values in hh properly |
blob | commitdiff | diff to current |
2011-12-07 |
Father Chrysostomos | Fix deparsing of undefined hint hash values |
blob | commitdiff | diff to current |
2011-11-26 |
Father Chrysostomos | Optimise substr assignment in void context |
blob | commitdiff | diff to current |
2011-11-26 |
Father Chrysostomos | Optimise __SUB__ to a constant |
blob | commitdiff | diff to current |
2011-11-23 |
jkeenan | [RT #36079] Where sensible, replace consecutive single... |
blob | commitdiff | diff to current |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
blob | commitdiff | diff to current |
2011-11-22 |
Father Chrysostomos | [perl #80628] __SUB__ |
blob | commitdiff | diff to current |
2011-11-21 |
Father Chrysostomos | Remove version checks from B::Deparse’s imports |
blob | commitdiff | diff to current |
2011-11-21 |
Father Chrysostomos | Revert "$XS::APItest::VERSION = '0.34'" |
blob | commitdiff | diff to current |
2011-11-20 |
Father Chrysostomos | $XS::APItest::VERSION = '0.34' |
blob | commitdiff | diff to current |
2011-11-20 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.10 |
blob | commitdiff | diff to current |
2011-11-20 |
Father Chrysostomos | Deparse sort(foo(bar)) correctly |
blob | commitdiff | diff to current |
2011-11-20 |
Steve Hay | Fix up B::Deparse following recent version bumps |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Add evalbytes function |
blob | commitdiff | diff to current |
2011-11-04 |
Father Chrysostomos | Deparse ()[()] |
blob | commitdiff | diff to current |
2011-10-27 |
Father Chrysostomos | Deparse CORE::do |
blob | commitdiff | diff to current |
2011-10-27 |
Father Chrysostomos | Deparse CORE::glob |
blob | commitdiff | diff to current |
2011-10-27 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.09 |
blob | commitdiff | diff to current |
2011-09-18 |
Father Chrysostomos | Deparse "${#}a" |
blob | commitdiff | diff to current |
2011-09-18 |
Father Chrysostomos | Deparse $#{/} correctly |
blob | commitdiff | diff to current |
2011-09-16 |
Zefram | make B::Deparse handle $[ for older perls |
blob | commitdiff | diff to current |
2011-09-09 |
Zefram | remove index offsetting ($[) |
blob | commitdiff | diff to current |
2011-08-14 |
Father Chrysostomos | Remove select’s prototype |
blob | commitdiff | diff to current |
2011-08-12 |
Father Chrysostomos | Revert "Oops! Update B::Deparse for the (l)stat proto... |
blob | commitdiff | diff to current |
2011-07-26 |
Father Chrysostomos | Oops! Update B::Deparse for the (l)stat proto change |
blob | commitdiff | diff to current |
2011-07-10 |
Hojung Youn | B::Deparse misdeparses qq(@,) |
blob | commitdiff | diff to current |
2011-06-25 |
Vincent Pit | Correctly preserve the stack on an implicit break. |
blob | commitdiff | diff to current |
2011-06-17 |
Father Chrysostomos | Deparse CORE::break |
blob | commitdiff | diff to current |
2011-06-15 |
Father Chrysostomos | Make B::Deparse emit CORE::state, etc. |
blob | commitdiff | diff to current |
2011-06-12 |
Nicholas Clark | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. |
blob | commitdiff | diff to current |
2011-06-02 |
Father Chrysostomos | Deparse $obj->$meth=... [perl #62498] |
blob | commitdiff | diff to current |
2011-06-02 |
Father Chrysostomos | Collapse some repetitive code |
blob | commitdiff | diff to current |
next |