This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-10-13 Father Chrysostomosperldelta for 821956c
2014-10-13 Father Chrysostomosperldelta for de183bb
2014-10-13 Father Chrysostomosperldelta for bcff414
2014-10-13 Father Chrysostomosperldelta for deparsing with CORE:: prefix
2014-10-13 Father Chrysostomosperldelta for a21eb52
2014-10-13 Father Chrysostomosperldelta for 4c62787/#122771
2014-10-13 Father Chrysostomosperldelta for f8a7cce and 88a758b
2014-10-13 Father Chrysostomosperldelta for 2258401
2014-10-13 Father Chrysostomosperldelta for f351564 and 5f4d849
2014-10-13 Father Chrysostomosperldelta for c8ec376
2014-10-13 Father Chrysostomosperldelta for c997e36 and 6bd144e0f
2014-10-13 Father Chrysostomosperldelta for 157fb5a
2014-10-13 Father Chrysostomosperldelta for 1e9a122
2014-10-13 Father Chrysostomosperldelta for 8fb0127
2014-10-13 Father ChrysostomosUpdate perlguts for PADMY changes
2014-10-13 Father Chrysostomosperlguts typo
2014-10-13 Father Chrysostomosperldelta for PADMY changes
2014-10-13 Father Chrysostomosperldelta for ecf05a5
2014-10-13 Father ChrysostomosB: Document GPFLAGS
2014-10-13 Father Chrysostomosperldelta for 14d9114
2014-10-13 Father Chrysostomosperldelta for 926f5fc
2014-10-13 Father Chrysostomosperldelta for a623f8939
2014-10-13 Jarkko HietaniemiTru64: S_mulexp10 overflow help.
2014-10-13 Jarkko Hietaniemiinfnan: if the mulexp10 value goes to zero, return it.
2014-10-12 Tony Cookperldelta for e78728e52f52
2014-10-12 Dagfinn Ilmari... Add support for Linux pipe buffer size fcntl commands
2014-10-12 Father ChrysostomosTest croaks inadvertently rmvd by bd2688c4c
2014-10-12 Father ChrysostomosRevert "op.c: Don’t keep looping when we see potential...
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
2014-10-12 Father Chrysostomosopt.t: Test split-to-array optimisation
2014-10-12 Karl Williamsonperldiag: Fix typo
2014-10-12 Father Chrysostomosdump.c: Dump pmop patterns without trailing )
2014-10-12 Father ChrysostomosUse full name for Perl_tmps_grow_p in EXTEND_MORTAL
2014-10-12 Father ChrysostomosTest that my($self)=@_ uses no-common-vars optimisation
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-12 Father Chrysostomosperlref: Document lvalue slice refs
2014-10-12 Father ChrysostomosClarify two panic perldiag entries
2014-10-12 Father Chrysostomospp.c:pp_split: Remove redundant !s
2014-10-12 Father ChrysostomosFix ()=@a=split
2014-10-11 Jarkko Hietaniemiinfnan: test overflows and underflows.
2014-10-11 Father Chrysostomos[Merge] Lvalue references
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 ChrysostomosExtend lex alias detection to foreach, too
2014-10-11 Father ChrysostomosSkip no-common-vars optimisation for lex aliases
2014-10-11 Father Chrysostomosop.c: Move common vars check into the peephole optimiser
2014-10-11 Father ChrysostomosUpdate B-Debug’s tests for split optimisation
2014-10-11 Father Chrysostomosop.c: Distangle split and common-vars
2014-10-11 Father ChrysostomosMake split temporarily refcnt its argument
2014-10-11 Father Chrysostomosop.c:newASSIGNOP: Rmv LINKLIST call
2014-10-11 Father Chrysostomosop.c: Don’t keep looping when we see potential common...
2014-10-11 Father Chrysostomoslvref.t: Remove special TODO code
2014-10-11 Father ChrysostomosStore internal state of state vars separately
2014-10-11 Father Chrysostomoslvref.t: More list and cond tests
2014-10-11 Father ChrysostomosDeparse lvalue references
2014-10-11 Father Chrysostomoslvref.t: Remove temporary eval & skip
2014-10-11 Father Chrysostomoslvref.t: Fix hash elem tests
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father Chrysostomoslvref.t: Tests for \my assignment and scope exit
2014-10-11 Father ChrysostomosRework lvref.t foreach tests
2014-10-11 Father ChrysostomosGet foreach \&foo working
2014-10-11 Father Chrysostomosforeach \$var
2014-10-11 Father ChrysostomosAdd OPpLVREF_ITER flag
2014-10-11 Father ChrysostomosFix err message for $cond ? \bad : ... = ...
2014-10-11 Father ChrysostomosSubroutine reference assignment
2014-10-11 Father Chrysostomoslvref.t: Repeat bad ref tests with list assignment
2014-10-11 Father Chrysostomoslvref.t: do-block err msg is no longer to-do
2014-10-11 Father ChrysostomosMake \( ?: ) assignment work
2014-10-11 Father Chrysostomoslvref.t: Remove unnecessary evals
2014-10-11 Father ChrysostomosGet basic $cond ? \$a : \$b = ... working
2014-10-11 Father ChrysostomosAssignment to \(@array)
2014-10-11 Father Chrysostomoslvavref needs OPpLVAL_INTRO and OPpPAD_STATE
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father Chrysostomoslvref is actually a baseop/unop
2014-10-11 Father ChrysostomosList assignment to array and hash refs
2014-10-11 Father ChrysostomosRenumber OPpLVREF_TYPE
2014-10-11 Father ChrysostomosAssignment to \local @array and \local %hash
2014-10-11 Father Chrysostomoslvref.t: Tests for localised arrays and hashes
2014-10-11 Father Chrysostomoslvref.t: Test assigning non-array to array
2014-10-11 Father ChrysostomosSimple \@array and \%hash assignment
2014-10-11 Father Chrysostomoslvref.t: To-do tests for hashes
2014-10-11 Father ChrysostomosAdd priv flags for the type of lvalue ref
2014-10-11 Father Chrysostomoslvref.t: To-do tests for array ref assignment
2014-10-11 Father Chrysostomospp.c: Fold SvIV into S_localise_aelem_lval
2014-10-11 Father Chrysostomospp.c: Some branch prediction hints
2014-10-11 Father ChrysostomosAssignment to hash element refs
2014-10-11 Father Chrysostomospp.c: Consolidate some local aelem code
2014-10-11 Father Chrysostomospp.c:pp_lvrefslice: Unused var
2014-10-11 Father Chrysostomos\local $a[$ix] assignment
2014-10-11 Father Chrysostomos\@array[@slice] assignment
2014-10-11 Father Chrysostomospp.c: Dodge compiler warning
2014-10-11 Father Chrysostomoslvrefslice gets OPpLVAL_INTRO
2014-10-11 Father ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father Chrysostomos\local $scalar assignment
2014-10-11 Father ChrysostomosMake \($x,$y) assignment work
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosFix assertion failure with ... ? \$a : \$b = ...
next