This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use LOOP struct for entergiven op
[perl5.git] / lib / B / Deparse.t
2017-11-28 Zeframremove useless "default" mechanism
2017-11-17 Zeframrestore deparsing style for \&foo
2017-11-16 Zeframdeparse trailing-colon barewords carefully
2017-11-16 Zeframdeparse ::CORE::foo barewords carefully
2017-11-15 Zeframfix handling of registered warning categories
2017-11-15 Todd RinaldoRemove use vars from B::Deparse
2017-11-06 John LightseyFix deparsing of transliterations with unprintable...
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-20 Father ChrysostomosDeparse.t tweak
2017-10-08 Father ChrysostomosDeparse: Better constant-dumping heuristics
2017-10-08 Father ChrysostomosLet Deparse.t be run from the top-level
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-06-05 David MitchellDeparse: support delete %h{foo bar}
2017-06-05 David MitchellDeparse my var attributes correctly
2017-06-05 David MitchellDeparse: don't remove escapes for tabs in patterns
2017-06-05 David MitchellDeparse: handle OP_PADRANGE in regex code blocks
2017-06-05 David MitchellDeparse.t: diag full code that failed to compile
2017-04-07 David Mitchellfix lib/B/Deparse.t that assumed '.' in @INC
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-08-03 David Mitchelldeparse subroutine signatures
2016-08-03 David MitchellOP_MULTIDEREF: remove ghost entry in op_aux list
2016-08-03 David MitchellDeparse: emit pragmas *before* each sub
2016-08-03 David Mitchelldeparse pragmas before subs
2016-07-17 Father ChrysostomosAdd experimental::declared_refs warn categ
2016-05-20 Father ChrysostomosGive feature.pm the concept of no-op features
2016-01-06 Lukas MaiDeparse the /n flag on regexes [perl #127189]
2015-11-21 Lukas Mai[perl #116677] always deparse <> as either glob or...
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-03-25 Father ChrysostomosDeparse.t: test <<>>
2015-03-02 Tony Cook[perl #123947] deparse $#_ as $#_ not as $#{_}
2015-02-18 Karl Williamsonlib/B/Deparse.t: Suppress unescaped qr/{/ message
2015-02-16 Father ChrysostomosDeparse state sub defined in inner subs
2015-02-06 Father ChrysostomosDeparse: Don’t choke on SPECIAL constants
2015-02-01 Father ChrysostomosDeparse new bitops
2015-02-01 Father ChrysostomosDeparse.t: Account for new warnings category
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-13 Karl WilliamsonAdd new warnings category for "use re 'strict'"
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Output WARNING_BITS in binary
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-24 Aaron CraneFix typos in two unrelated test descriptions
2014-12-24 Father ChrysostomosFix deparsing of some unary-prototyped calls
2014-12-24 Father ChrysostomosFix deparsing of ‘my sub x; sub { sub x {...} }’
2014-12-23 Father ChrysostomosSome lexical sub deparsing fixes
2014-12-23 Father ChrysostomosDeparse: Avoid uninit warning from undef &sub
2014-12-17 Father ChrysostomosDeparse constant Perl subs
2014-12-16 Father ChrysostomosDon’t ignore rv2gv when deparsing readline
2014-12-16 Father ChrysostomosDeparse: Restore proto checks for coderef2text
2014-12-15 Father ChrysostomosDeparse: Stop =~ QR_CONST from dropping flags
2014-12-15 Father ChrysostomosDeparse system-BLOCK correctly
2014-12-14 Father ChrysostomosDeparse: Don’t parenthesize \my @a needlessly
2014-12-14 Father ChrysostomosFix deparsing of chdir without args
2014-12-14 Father ChrysostomosDeparse chdir(bareword) without quotes
2014-12-14 Father ChrysostomosDeparse use-ver features correctly
2014-12-14 Father ChrysostomosDeparse.t: Adjust a test broken 2 commits ago
2014-12-14 Father ChrysostomosTest for deparsing proto sub calls with &
2014-12-13 Father ChrysostomosDeparse require vstring without parens
2014-12-13 Father ChrysostomosDeparse $#{1} with braces
2014-12-13 Father ChrysostomosDeparse /@{-}/ with braces
2014-12-13 Father ChrysostomosDeparse /@a/ as regexp
2014-12-12 Father ChrysostomosDeparse: Introduce subs after they are defined
2014-12-12 Father ChrysostomosDeparse: Emit package before use
2014-12-10 Father ChrysostomosEscape Latin-1 chars in deparsed strings
2014-12-10 Father ChrysostomosFix up OUTSIDE pointers for saved BEGIN blocks
2014-12-09 Father ChrysostomosDon’t deparse BEGIN blocks as __ANON__
2014-12-08 Father ChrysostomosFix deparsing of (1,2,3) in void context
2014-12-08 Father ChrysostomosFix deparsing of newline and tab with (?x)
2014-12-07 Father ChrysostomosDon’t deparse for(foo()) as for(local(foo()))
2014-12-07 Father ChrysostomosDeparse goto foo() correctly
2014-12-07 Father ChrysostomosDeparse require(foo()) correctly
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 Father ChrysostomosDeparse & calls with scalar() where necessary
2014-12-06 Father ChrysostomosB::Deparse: Escape non-ASCII printable chars
2014-12-06 Father ChrysostomosDeparse formats in the right spot
2014-12-06 Father ChrysostomosAvoid extraneous ‘();’ when deparsing just subs
2014-12-05 Father ChrysostomosDeparse PVMG stubs
2014-12-05 Father ChrysostomosDeparse predeclared prototyped subs
2014-12-04 Father ChrysostomosDon’t deparse formats with #line directives
2014-12-04 Father Chrysostomos[perl #123357] Fix deparsing of $; at stmt end
2014-12-04 Father ChrysostomosDeparse $x =~ (1?/$a/:0) under taint mode
2014-12-03 Father ChrysostomosDeparse s/// with code blocks
2014-12-03 Father ChrysostomosDeparse regexp code blocks in m// and split //
2014-12-03 Father ChrysostomosDeparse.t: Put a line break after the test code
2014-12-03 Father ChrysostomosDeparse FOO =~ y///r correctly
2014-12-03 Father ChrysostomosTo-do tests for deparsing regexp code blocks
2014-12-03 Father ChrysostomosFix deparsing of $lexical =~ //
2014-11-30 Father ChrysostomosDeparse: Qualify pkg CVs that conflict w. lex CVs
2014-11-30 Father ChrysostomosDeparse lexical subs
2014-11-21 Father ChrysostomosRemove extraneous semicolons from Deparse output
2014-11-21 Father Chrysostomos[perl #77452] Deparse { ...; BEGIN{} } correctly
2014-11-21 Father ChrysostomosUse test.pl in Deparse.t
2014-11-18 Father ChrysostomosRemove redundant EBCDIC lines from Deparse.t
2014-11-15 Father Chrysostomos[perl #115066] Fix wrongly nested ‘use’ deparsing
2014-11-15 Father ChrysostomosDeparse.t: To-do test for #115066
2014-11-11 Doug Bellrename anonymous list -> array in docs
2014-11-08 Father ChrysostomosFix Deparse OPpLVAL_INTRO handling in lists
2014-11-07 Father Chrysostomos[perl #77452] Deparse BEGIN blocks in the right place
2014-11-05 Father ChrysostomosDeparse +sub :attr{} correctly at stmt start
next