This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-11-15 Jarkko HietaniemiWe now have symbols for llrint and llround.
2014-11-15 Jarkko HietaniemiAndroid should be doing the Configure scans.
2014-11-15 Jarkko HietaniemiRemove trivial unneeded cases of not having C99 math.
2014-11-15 Jarkko HietaniemiOnly #ifndef gcc cases remain.
2014-11-15 Jarkko HietaniemiRemove unneeded HP-UX cases.
2014-11-15 Jarkko Hietaniemiquadmath has tgammaq, not tgammal.
2014-11-15 Jarkko HietaniemiMake the C99 *l test a little bit more accepting.
2014-11-15 Jarkko HietaniemiThe NO_C99_LONG_DOUBLE_MATH is no more used.
2014-11-15 Jarkko HietaniemiAIX: Configure now detect this, leave the comment.
2014-11-15 Jarkko HietaniemiVMS configure.com C99 math symbols
2014-11-15 Jarkko Hietaniemicheckcfgvar.pl --regen --default=undef; make regen
2014-11-15 Jarkko HietaniemiAdd Configure symbols to all the missing C99 math APIs.
2014-11-14 Father ChrysostomosSort perldiag
2014-11-14 Father ChrysostomosB.pm: Document COP_SEQ_RANGE_*
2014-11-14 Karl Williamsonlib/locale.t: Display debug information under harness
2014-11-14 Karl WilliamsonReinstate "Raise warnings for poorly supported locales"
2014-11-14 Karl Williamsonhandy.h: Add missing parentheses to macro #define
2014-11-14 Karl Williamsonperlfunc: Fix typo
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-14 Father Chrysostomostie.t: Don’t skip base.pm test unconditionally
2014-11-14 Father ChrysostomosStop crypt($tied,...) from calling FETCH twice
2014-11-14 Father ChrysostomosTurn off UTF8 flag on crypt ret val
2014-11-14 Father ChrysostomosRevert "t/TEST: add -w to shebang, fix a used-once...
2014-11-13 Father Chrysostomos‘%s found where op expected’ under fatal warnings
2014-11-13 Steve Hayperldelta for 890b5089ee
2014-11-13 Father ChrysostomosAlphabetise perldiag
2014-11-13 Father Chrysostomos[Merge] Constant inlining clean-up
2014-11-13 Father ChrysostomosDocument sub inlining changes
2014-11-13 Father Chrysostomospad.c:cv_clone_pad: Avoid copying sv
2014-11-13 Father ChrysostomosAccount for state vars when const-izing sub(){$x}
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
2014-11-13 Father ChrysostomosMake op.c:op_const_sv static
2014-11-13 Father ChrysostomosInline op_const_sv into cv_clone
2014-11-13 Father ChrysostomosMake sub () { 0; 3 } inlinable once more
2014-11-13 Father ChrysostomosAllow sub():method{CONSTANT} to be inlined
2014-11-13 Father ChrysostomosFirst arg to op_const_sv is never null
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
next