This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-11-13 Father ChrysostomosRemove SvREADONLY_on from op.c:op_const_sv
2014-11-13 Father Chrysostomosop.c:Start the search for const vars at CvSTART
2014-11-13 Father ChrysostomosHandle multiple closures in sub(){$x} const-izing
2014-11-13 Father Chrysostomosconst-optree.t: Correct comment
2014-11-13 Father ChrysostomosDon’t inline sub(){ 0; return $x }
2014-11-13 Father ChrysostomosDon’t inline sub(){ 0; return $x; ... }
2014-11-13 Father Chrysostomosconst-optree.t: More tests
2014-11-13 Father ChrysostomosDon’t inline sub(){my $x; state sub z {$x} $outer}
2014-11-13 Father ChrysostomosDon’t inline sub(){0; $x} if $x changes elsewhere
2014-11-13 Father ChrysostomosRestructure const-optree.t
2014-11-13 Father ChrysostomosUse ‘behavior’ consistently in perldiag
2014-11-13 Father ChrysostomosDeprecate inlining sub(){$x} if $x is changed elsewhere
2014-11-13 Father ChrysostomosPut sub(){ ... } constant tests in a new file
2014-11-13 Father Chrysostomospad.c: Move constant closure code
2014-11-13 Father Chrysostomospad.c: Have S_cv_clone_pad return the CV
2014-11-13 Father Chrysostomospad.c:S_cv_clone: Add assertion
2014-11-13 Father ChrysostomosDon’t attempt to inline my sub (){$outer_var}
2014-11-13 Father Chrysostomosop.c: Record lvalue use of lexicals
2014-11-13 Father ChrysostomosAdd new LVALUE flag for pad names
2014-11-13 Father ChrysostomosUpdate comments about sub(){$x} consting
2014-11-13 Father ChrysostomosDon’t turn sub:CustomAttr(){$outer_lex} into a const
2014-11-13 Father ChrysostomosPreserve :method in sub:method(){$outer_lex}
2014-11-13 Father ChrysostomosMake sub(){$outer_lexical} return a copy each time
2014-11-13 Father Chrysostomossub(){__SUB__} under -d, sub{eval"";__SUB__}
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-13 Father Chrysostomoscurrent_sub.t: Test sub(){__SUB__}
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-13 Father Chrysostomosrepeat.t: Correct comment
2014-11-13 Tony Cook[perl #123163] use the original link order unless on...
2014-11-12 Jarkko HietaniemiSpecial case exp(1) for ppc64-linux.
2014-11-12 Jarkko HietaniemiRevert "sisyphus thinks the test value is simply wrong...
2014-11-12 Jarkko HietaniemiIf long double math functions do not work, drop uselong...
2014-11-12 Father ChrysostomosTest reference to unavailable lexical variable
2014-11-11 Father ChrysostomosDon’t make temp copy for ()=...
2014-11-11 Father ChrysostomosIncrease $Exporter::VERSION to 5.72
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 GranumUpdate Porting/Maintainers.pl for alpha Test-Simple
2014-11-11 Chad GranumUpdate Test-Simple to alpha 073
2014-11-11 Chad GranumRevert "Update Test-Simple to CPAN version 1.001009"
2014-11-11 Father ChrysostomosTest the prev commit
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-11-11 David Mitchellperf/benchmarks.t: fix regex typo
2014-11-11 Chris 'BinGOs... Trailing whitespace removed in perlport.pod
2014-11-11 Father ChrysostomosMore lex_assign.t fix-ups
2014-11-11 Father Chrysostomoslex_assign.t fix-up
2014-11-11 Father ChrysostomosExtend OPpTARGET_MY optimisation to state var init
2014-11-11 Father Chrysostomosop.c:ck_sassign: Move targlex to static func
2014-11-11 Father Chrysostomosop.c:ck_sassign: correct comment
2014-11-11 Father Chrysostomosop.c:ck_sassign: Don’t check the pad name for state
2014-11-11 Father ChrysostomosSuppress warning from lex_assign.t
2014-11-11 Father ChrysostomosDon’t call STORE twice on setpgrp target
2014-11-11 Father ChrysostomosDon’t treat setpgrp($nonzero) as setpgrp(1)
2014-11-11 Father ChrysostomosCall STORE on lexical $tied = vec/chr
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-11 Father Chrysostomosop_private: Update concat TARGLEX comment
2014-11-11 Father Chrysostomoslex_assign.t: Add comment explaining this file
2014-11-11 Father Chrysostomoslex_assign.t: Don’t skip all failing tests
2014-11-11 Father Chrysostomospp.c:do_chomp: Remove redundant assignment
2014-11-10 Daniel Dragandont run extension building make twice on a fresh src...
2014-11-10 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.02
2014-11-10 Tony CookNetBSD 5.1 doesn't support some of the new symbols...
2014-11-10 Father ChrysostomosMore TARGLEX comments in op_private
2014-11-10 Father Chrysostomospp.c:do_chomp: Remove redundant sv_force_normal
2014-11-10 Father ChrysostomosFix $lex = chomp $lex regression from 5.12
2014-11-10 Tony Cook[perl #121337] fix issues with op/utf8cache.t
2014-11-09 Jarkko HietaniemiPoisonPADLIST should not be totally empty.
2014-11-09 Jarkko HietaniemiTxoic tpyo.
2014-11-09 Jarkko HietaniemiFreeBSD may not have the C99 long double math interfaces.
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father Chrysostomostr_utf8.t: Suppress warning
2014-11-09 Father Chrysostomossv.c:find_uninit_var: use newSVpvs_flags
2014-11-09 Father Chrysostomosop.c:bind_match: remove redundant var
2014-11-09 Father ChrysostomosSkip padsv op in $lex =~ ...
2014-11-09 Father ChrysostomosDon’t check OPpTARGET_MY on match ops at run time
2014-11-09 David Mitchellutil.c: fix comiler warnings
2014-11-09 Craig A. BerryVersion bump for File::Spec::VMS.
2014-11-09 Craig A. BerrySimplify abs2rel.t.
2014-11-09 Craig A. BerryFix undefined warning in File::Spec::VMS::catfile.
2014-11-09 Craig A. BerryForce barename base to be a directory in File::Spec...
2014-11-09 Craig A. BerryRevise Unix syntax detection File::Spec::VMS::abs2rel.
2014-11-09 Craig A. BerryMove rel2abs earlier in File::Spec::VMS::abs2rel.
2014-11-09 Father ChrysostomosExtend y/// warnings to utf8
2014-11-09 Father Chrysostomosrelease_schedule.pod: Correct some versions
2014-11-09 Ricardo Signesrelease schedule: 5.18.4 shipped, 5.18.5 may happen
2014-11-09 Ricardo Signesrelease schedule: the v5.22 landing plan
2014-11-09 Father Chrysostomosop.c:scalarvoid: Remove redundant scalar(o)
2014-11-09 Father Chrysostomosop.c:ck_sassign: Simplify freeing of sassign op
2014-11-09 Father ChrysostomosDon’t use OP_SIBLING(o) in op.c:ck_sassign
2014-11-09 Father ChrysostomosShrink PL_op_private_bitdefs
2014-11-09 Father Chrysostomos[Merge] More OA_DANGEROUS stuff
2014-11-09 Father Chrysostomosvalues and each are OA_DANGEROUS
2014-11-09 Father Chrysostomossmartkve.t doesn’t need to disable dep warnings
2014-11-09 Father Chrysostomoskill is not OA_DANGEROUS
2014-11-09 Father Chrysostomosexec is not OA_DANGEROUS
2014-11-09 Father Chrysostomosenterwrite is not OA_DANGEROUS
2014-11-09 Father ChrysostomosFix ext/B/t tests after OA_DANGEROUS removals
2014-11-09 Father Chrysostomostied is OA_DANGEROUS
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from exit
next