This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse use-ver features correctly
[perl5.git] / lib / B /
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-14 Father ChrysostomosRevert ‘alternate way to figure out prototypes’
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 Chrysostomosoptree_check.t fix-ups
2014-12-07 Father ChrysostomosTweak Deparse-core.t after the last two commits
2014-12-07 Father ChrysostomosDeparse goto foo() correctly
2014-12-07 Father ChrysostomosDeparse require(foo()) correctly
2014-12-07 Father ChrysostomosDeparse.pm:pp_entereval: Redundant func call
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 Father ChrysostomosDeparse & calls with scalar() where necessary
2014-12-07 Father ChrysostomosDeparse.pm:pp_entersub: Refactor repetition away
2014-12-06 Father ChrysostomosB::Deparse: Escape non-ASCII printable chars
2014-12-06 Father ChrysostomosDeparse.pm: Don’t call maybe_parens for sv_undef
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.pm: Remove temp pre-PADNAME code
2014-12-04 Father ChrysostomosDeparse.pm: Remove special \0 marker
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.pm: Fold some logic into sub code_list
2014-12-03 Father ChrysostomosDeparse qr// and m// with code blocks and vars
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 qr/(?{code_blocks})/ with no interpolation
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-12-03 Father ChrysostomosDeparse: matchop: Remove double method+function call
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-12-02 Tony CookTARG slots have no name, and produced undefined value...
2014-11-30 Father ChrysostomosDeparse.pm: Update docs concerning lex subs
2014-11-30 Father ChrysostomosDeparse: Qualify pkg CVs that conflict w. lex CVs
2014-11-30 Father ChrysostomosDeparse lexical subs
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-21 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.31
2014-11-21 Father ChrysostomosMake B use B::COP for nulled COPs
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-21 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.21.7
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-13 Father ChrysostomosHave Deparse use %B::Op_private::ops_using
2014-11-13 Father Chrysostomos[perl #123161] Add %B::Op_private::ops_using
2014-11-11 Doug Bellrename anonymous list -> array in docs
2014-11-11 Father ChrysostomosExtend OPpTARGET_MY optimisation to state var init
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father ChrysostomosSkip padsv op in $lex =~ ...
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY on non-integer postdec/inc
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for split
2014-11-08 Father ChrysostomosFix Deparse OPpLVAL_INTRO handling in lists
2014-11-08 Father ChrysostomosRenumber op flags so TARGET_MY and OUR_INTRO differ
2014-11-08 Father ChrysostomosUpdate B::Deparse for last two commits
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for x
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for vec
2014-11-07 Father ChrysostomosBetter B::Deparse warning for custom ops
2014-11-07 Father ChrysostomosUpdate B::Deparse docs about BEGIN blocks
2014-11-07 Father ChrysostomosSpell optimise consistently in Deparse pod
2014-11-07 Father ChrysostomosMention Data::Dump::Streamer in B::Deparse docs
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
2014-10-29 Father ChrysostomosReduce the number of null ops for \$x=\$y
2014-10-26 Father ChrysostomosDeparse list repetition assignment properly
2014-10-26 Father ChrysostomosMake repeat op tree more consistent
2014-10-25 Father ChrysostomosMake Deparse.t test just added less sensitive
2014-10-25 Father ChrysostomosDeparse stash subs stores as RVs
2014-10-21 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.30
2014-10-21 Father ChrysostomosRmv restrictions on op tree structure for padrange
2014-10-20 Abigailregen/opcode.pl run for 5.21.6
2014-10-19 Father ChrysostomosSkip over state declarations at run time
2014-10-18 Father ChrysostomosUse srefgen for anoncode
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-16 Father ChrysostomosImprove void varop optimisation
2014-10-16 Father ChrysostomosElide our($foo) from execution order in void cx
2014-10-15 Father ChrysostomosDeparse join("", pos) correctly
2014-10-15 Father ChrysostomosSimplify double-nextstate optimisation
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-12 Father ChrysostomosOptimise my(@array)=split
2014-10-12 Father ChrysostomosOptimise @lexarray = split...
next