This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #113894] Storable support for vstrings
[perl5.git] / dist / B-Deparse /
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
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.
next