This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c:newMETHOP: Remove op_next check
[perl5.git] / lib /
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 David MitchellStop test suite filling /tmp
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-12-02 Father ChrysostomosIncrease $strict::VERSION to 1.09
2014-12-02 James RaspassOptimise strict.pm for the common case
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-24 Karl Williamsoncharnames: More fix to work on EBCDIC.
2014-11-24 Karl Williamsonlib/Unicode/UCD.t: Add missing arg to failure sprintf
2014-11-24 Karl Williamsoncharnames: Generalize to work on non-ASCII platforms
2014-11-24 Karl Williamsoncharnames: Don't return UTF-8 unless have to.
2014-11-24 Karl Williamsonlib/_charnames.pm: Change variable name
2014-11-24 Karl Williamsoncharnames: Nit in comments, pod
2014-11-24 Karl Williamsoncharnames: Bump version to 1.43
2014-11-22 Ricardo Signesdocument the postderef feature in feature.pm
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 Karl WilliamsonSilence spurious locale warnings
2014-11-15 Father ChrysostomosDeparse.t: To-do test for #115066
2014-11-14 Karl Williamsonlib/locale.t: Display debug information under harness
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-14 Father ChrysostomosRevert "t/TEST: add -w to shebang, fix a used-once...
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 Father ChrysostomosIncrease $Unicode::UCD::VERSION to 0.59
2014-11-11 Doug Bellrename anonymous list -> array in docs
2014-11-11 Chad GranumRevert "Update Test-Simple to CPAN version 1.001009"
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 Chris 'BinGOs' Wil... Update Test-Simple to CPAN version 1.001009
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-07 Jim Cromiet/TEST: add -w to shebang, fix a used-once warning
2014-11-06 Father Chrysostomos[perl #121827] Fix repeat stack bugs
2014-11-05 Father ChrysostomosDeparse +sub :attr{} correctly at stmt start
2014-11-04 Karl Williamsonlib/locale.t: Add knowledge about known bad locales
2014-11-04 Karl WilliamsonAdd 'locale' warning category
2014-10-31 Brian Fraseroverload.pm: Removed an unused variable
2014-10-29 Father ChrysostomosReduce the number of null ops for \$x=\$y
2014-10-26 Chad GranumImport Test-More 1.301001 alpha 63
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-22 Karl WilliamsonFix Unicode errata
2014-10-21 Karl Williamsonlib/locale.t: Add some \Q
2014-10-21 Karl Williamsonmktables: Use chr() instead of pack()
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-20 Tony Cookthese permissions appear to be handled correctly in...
next