This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
svleak.t: Add test for #123198
[perl5.git] / lib /
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...
2014-10-20 Tony Cookuse a different name for the test directory
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-18 Doug Bellmention 'switch' is experimental in feature.pm
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-13 Daniel Draganspeed up building with less disk IO pod moves+__END__...
2014-10-13 Daniel Draganremove excess whitespace from warnings.pm
2014-10-13 Daniel Draganmove POD in warnings.pm to end of file to reduce module...
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...
2014-10-11 Father ChrysostomosDocument lvalue references
2014-10-11 Father ChrysostomosMake Deparse.t more tolerant of our @F vs our(@F)
2014-10-11 Father ChrysostomosDeparse lvalue references
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father ChrysostomosAdd OPpLVREF_ITER flag
2014-10-11 Father Chrysostomoslvavref needs OPpLVAL_INTRO and OPpPAD_STATE
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father ChrysostomosRenumber OPpLVREF_TYPE
2014-10-11 Father ChrysostomosAdd priv flags for the type of lvalue ref
2014-10-11 Father Chrysostomoslvrefslice gets OPpLVAL_INTRO
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father ChrysostomosAdd refassign op type
2014-10-11 Father ChrysostomosIncrease $warnings::VERSION to 1.27
2014-10-11 Father ChrysostomosAdd experimental::lvalue_refs warnings category
2014-10-11 Father ChrysostomosIncrease $feature::VERSION to 1.38
2014-10-11 Father ChrysostomosAdd lvalue_refs feature feature
2014-10-10 Father ChrysostomosDeparse split-to-our-array correctly
2014-10-10 Father ChrysostomosDeparse local our LIST
2014-10-07 Father ChrysostomosDeparse foreach state $x
2014-10-07 Father ChrysostomosDeparse.t: Delete a test
2014-10-07 Father ChrysostomosFinish deparsing ‘my sub if; CORE::if...’
2014-10-06 Father ChrysostomosDeparse sub calls quietly
2014-10-06 Father ChrysostomosDeparse with CORE:: to avoid lex sub conflicts
2014-10-06 Father ChrysostomosDeparse-core.t: Fix ineffective tests
2014-10-05 Father ChrysostomosMake B::Deparse qualify sub calls named after keywords
2014-10-05 Father ChrysostomosRemove __SUB__ from Deparse-core.t exception list
2014-10-05 Father ChrysostomosDeparse inverted for(;;) cond more correctly
2014-10-05 Father ChrysostomosDeparse.t: Another to-do test for lex subs
2014-10-03 Father ChrysostomosDeparse inverted for(;;) condition correctly
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-10-02 Father ChrysostomosDeparse ‘local our’
2014-10-02 Father ChrysostomosDeparse \(..., (@a), ...) correctly
2014-10-01 Father Chrysostomos[perl #122870] Fix B::Deparse–DDS compatibility
next