This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a bunch of repeated-word typos
[perl5.git] / lib / B / Deparse.pm
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-13 Zeframchained comparisons
2020-03-12 James E KeenanUpdate $VERSION
2020-03-12 Yves OrtonB::Deparse fixup uninitialized error in deparsing weird...
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-11-07 Karl WilliamsonReimplement tr/// without swashes
2019-11-02 Tony Cookignore $^H{feature/bits'} when deparsing
2019-09-23 David Mitchellput signature ops in their own subtree.
2018-09-26 Dagfinn Ilmari Man... Remove arybase support from B::Deparse
2018-03-20 David MitchellDeparse.pm: handle postfix $r->$#*
2018-03-20 David MitchellDeparse: handle \our @a
2018-03-20 David MitchellDeparse.pm: bump version
2018-03-20 David MitchellDeparse -l: set correct line num at end of sub
2018-03-20 David MitchellDeparse.pm: tr/...//c was failing
2018-03-20 David MitchellDeparse.pm: add some code comments
2018-03-20 David MitchellDeparse: remove spurious tr/// debugging
2018-01-19 David Mitchellmove sub attributes before the signature
2018-01-19 David Mitchelltr///; simplify $utf8 =~ tr/nonutf8/nonutf8/
2018-01-19 David Mitchelltr///c: handle len(replacement charlist) > 32767
2018-01-19 David MitchellB, Deparse fixups for tr///c
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframmerge leavegiven op type into leaveloop
2017-11-29 Zeframremove useless "break" mechanism
2017-11-28 Zeframremove useless "default" mechanism
2017-11-23 David MitchellDeparse: handle warnings NOFATAL
2017-11-23 David MitchellDeparse: handle state attributes
2017-11-23 David MitchellDeparse: don't parenthesise state @a = ...
2017-11-23 David MitchellDon't Deparse "${$}abc" as "$$abc"
2017-11-23 David MitchellDeparse: avoid upgrading RV to GV in stash entries
2017-11-23 David MitchellDeparse nested (($x .= ...) .= ...) correctly.
2017-11-23 David MitchellDeparse.pm: handle optimised-away keys() better
2017-11-22 Zeframdrop op flag for implicit smartmatch
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-16 Zeframrip out CPAN-release cruft from B::Deparse
2017-11-15 Todd RinaldoRemove use vars from B::Deparse
2017-11-06 John LightseyFix deparsing of transliterations with unprintable...
2017-11-05 Zeframdeparse implicit ~~ as explicit with -x2
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.43
2017-10-08 Father ChrysostomosDeparse: Better constant-dumping heuristics
2017-07-27 David Mitchellmake scalar(keys(%lexical)) less slow.
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: better handle BEGIN { use_ok() }
2017-06-05 David MitchellDeparse my var attributes correctly
2017-06-05 David MitchellDeparse.pm: handle BEGIN { require expr }
2017-06-05 David MitchellDeparse: avoid deep recursion warning
2017-06-05 David MitchellDeparse: don't remove escapes for tabs in patterns
2017-06-05 David MitchellDeparse: make a complex pattern readable with /x
2017-06-05 David MitchellDeparse: handle OP_PADRANGE in regex code blocks
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-08-03 David MitchellDeparse.pm - avoid deep recursion warning
2016-08-03 David Mitchelldeparse subroutine signatures
2016-08-03 David Mitchellfix deparsing of Test::More's use_ok()
2016-08-03 David Mitchellfix up exists etc deparsing
2016-08-03 David Mitchellhandle deparsing of sub prototypes with sigs
2016-08-03 David MitchellDeparse: emit pragmas *before* each sub
2016-08-03 David MitchellDeparse: use more local vars in next_todo()
2016-08-03 David MitchellDeparse: move pragma deparsing into separate sub
2016-08-03 David Mitchelldeparse pragmas before subs
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
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-03-24 Nicholas ClarkBump Deparse's $VERSION following commit 65ef2c3e7d945498.
2015-03-24 Rafael Garcia-SuarezCorrectly deparse <<>>
2015-03-02 Tony Cook[perl #123947] deparse $#_ as $#_ not as $#{_}
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 ChrysostomosIncrease $B::Deparse::VERSION to 1.33
2015-02-01 Father ChrysostomosDeparse new bitops
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2014-12-31 Karl Williamsonlib/B/Deparse.pm: refactor a hash slightly
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Add comment
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Generalize for non-ASCII platforms
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Output WARNING_BITS in binary
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Move hash to earlier in file
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-28 Matthew Horsfall... Fixes to make test pass for regexp nocapture bit addition.
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 ChrysostomosIncrease $B::Deparse::VERSION to 1.32
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-16 Father ChrysostomosDeparse.pm: Remove obsolete comment about globals
2014-12-15 Father ChrysostomosDeparse: Stop =~ QR_CONST from dropping flags
2014-12-15 Father ChrysostomosDeparse.pm: Two more matchwords
2014-12-15 Father ChrysostomosDeparse system-BLOCK correctly
next