This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-11-16 Father Chrysostomosperldelta: Sort updated modules
2014-11-16 Father Chrysostomosperldelta for ff781254a3
2014-11-16 Karen EtheridgeUpdate ExtUtils-Manifest to CPAN version 1.69
2014-11-16 Father Chrysostomosperldelta for #123103 / 1d5686ec7b
2014-11-16 Father Chrysostomosperldelta for 96d7c888
2014-11-16 Father Chrysostomosperldelta for f4725fad1a
2014-11-16 Father Chrysostomosperldelta for #122782 / e660c409
2014-11-16 Father Chrysostomosperldelta for #122829 / 00e40766a
2014-11-16 Father Chrysostomosperldelta for #121374 / a2b5b206
2014-11-16 Father Chrysostomosperldelta for #123057 / e4e95921
2014-11-16 Father Chrysostomosperldelta for 03d05f6e34e
2014-11-16 Father Chrysostomosperldelta for c57eecc5
2014-11-16 Father Chrysostomosperldelta for 82209a5
2014-11-16 Father Chrysostomosperldelta for 25f5d5405
2014-11-16 Father Chrysostomosperldelta for ce409cc88
2014-11-16 Father Chrysostomosperldelta for #122695 / 51a82aa9fb
2014-11-16 Father Chrysostomosperldelta for #122680 / e1729dc6ad
2014-11-16 Father Chrysostomosperldelta for #123029
2014-11-16 Father Chrysostomosperldelta for fa367bcbf7
2014-11-16 Father ChrysostomosIncrease $I18N::Langinfo::VERSION to 0.12
2014-11-16 Slaven Rezic$@ check in I18N::Langinfo documentation is reversed
2014-11-16 Daniel Draganmisc optimizing in DynaLoader
2014-11-16 Daniel Draganreadd noreturn and silence "noreturn that returns"...
2014-11-16 Father Chrysostomosperldiag: Correct ‘Can't use %s for loop variable’
2014-11-16 Father Chrysostomosop.c: cmmoent typo
2014-11-16 Father Chrysostomosop.c: Correct comment added by c427f4d2d
2014-11-15 Father ChrysostomosFix double free with unterminated /(?{ <<END })/
2014-11-15 Chad GranumUpdate Test-Simple to alpha 074
2014-11-15 Father ChrysostomosDon’t always skip in-memory tests is t/base/rs.t
2014-11-15 Father Chrysostomost/base/rs.t: Suppress warning
2014-11-15 Father ChrysostomosPut PL_cop_seqmax++ code in one spot
2014-11-15 Father Chrysostomos[perl #115066] Fix wrongly nested ‘use’ deparsing
2014-11-15 Father ChrysostomosRevert the ‘return’ part of 6edcbed6
2014-11-15 Karl Williamsont/loc_tools.pl: try code page 1252 locales
2014-11-15 Karl Williamsont/loc_tools.pl: Nits in comments, white-space only
2014-11-15 Karl WilliamsonSilence spurious locale warnings
2014-11-15 Craig A. BerryRemove unused exit handler in vms/vms.c.
2014-11-15 Father ChrysostomosSpell behaviour consistently in perlsub
2014-11-15 Daniel Draganmake debugging easier in memory allocator code in perl...
2014-11-15 Father ChrysostomosDeparse.t: To-do test for #115066
2014-11-15 Jarkko HietaniemiHelper function for 'close enough with epsilon'.
2014-11-15 Jarkko HietaniemiThe skip count was all wrong.
2014-11-15 Jarkko HietaniemiThe 0d71ffa7 was quite sloppy with the sub-skips.
2014-11-15 Craig A. BerryRemove vmsish pragma from one-liners in Test::Simple...
2014-11-15 Father ChrysostomosMake $/=-1 warning default like other dep warnings
2014-11-15 Father ChrysostomosFold t/lib/warnings/irs into mg
2014-11-15 Father Chrysostomost/lib/warnings/mg: Remove comment
2014-11-15 Jarkko HietaniemiThe miniperl skip in utf8cache.t was wrong.
2014-11-15 Jarkko Hietaniemiquadmath: try finding if only available as gcc internal...
2014-11-15 Jarkko HietaniemiC99 math: lgamma and tgamma emulations.
2014-11-15 Jarkko Hietaniemifdim NaN guard.
2014-11-15 Jarkko HietaniemiThese are all emulated, so can be tested.
2014-11-15 Jarkko HietaniemiEmulate signbit() if necessary.
2014-11-15 Jarkko Hietaniemifpclassify is emulated if necessary.
2014-11-15 Jarkko Hietaniemicheckcfgvar.pl needs autodie needs Fatal needs Scalar...
2014-11-15 Jarkko HietaniemiWe no more need to guard these with HAS_ACOSH.
2014-11-15 Jarkko HietaniemiRemove Cygwin cases. Case.
2014-11-15 Jarkko HietaniemiRemove unneeded Win32 cases.
2014-11-15 Jarkko Hietaniemiundef c99_foo ifndef HAS_FOO
2014-11-15 Jarkko Hietaniemicosh and log10 are already C89.
2014-11-15 Jarkko HietaniemiRemove now empty case.
2014-11-15 Jarkko HietaniemiTru64 more undef hints.
2014-11-15 Jarkko HietaniemiRemove unneeded Tru64 cases.
2014-11-15 Jarkko HietaniemiVMS should now be handled.
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
next