This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-09-20 Steve HayRegen B::Op_private for 5.21.5
2014-09-20 Steve HayBump version to 5.21.5
2014-09-20 Steve HayCreate new perldelta for 5.21.5
2014-09-20 Steve HayAdd epigraph for 5.12.4
2014-09-20 Steve HayPerl 5.21.4 today v5.21.4
2014-09-20 Steve HayFinalize perldelta
2014-09-20 Steve HayUpdate Module::CoreList for 5.21.4
2014-09-20 Steve HayBlead is in sync with Data::Dumper 2.154
2014-09-20 Craig A. BerryDisable libquadmath in configure.com.
2014-09-20 Jarkko HietaniemiRevert "infnan: more tests."
2014-09-20 Steve Hay$VERSION bump cpan/ExtUtils-MakeMaker/lib/ExtUtils...
2014-09-20 Jarkko Hietaniemiperldelta: quadmath
2014-09-20 Steve Hayperldelta - Remove boilerplate, fill in modules changes...
2014-09-20 Steve HayUpdate release announcement template
2014-09-19 Jarkko Hietaniemiquadmath: add test actually exercising this fancy preci...
2014-09-19 Jarkko HietaniemiEditorializing quadmath entry.
2014-09-19 Karl Williamsonperllocale: Nit
2014-09-19 Karl Williamsonperldelta: Grammar nit
2014-09-19 Father Chrysostomosperldiag: Reunite ‘perhaps you forgot to load’
2014-09-19 David MitchellB.xs: fix syntax err in PERL_VERSION < 17
2014-09-19 David Mitchellregen/op_private: tidy up rv2cv entry
2014-09-19 David Mitchellmove OPpTARGET_MY comments from opcode.pl
2014-09-19 David Mitchellregen/op_private: update TARGLEX comments.
2014-09-19 David Mitchellpp.h: remove spurious comment about OPpTARGET_MY
2014-09-19 David Mitchellregen/op_private: fix assorted typos
2014-09-19 David Mitchellcomment pp_foo aliases in pp*.c
2014-09-19 David Mitchellremove vestigal threadsv/threadsv_named
2014-09-19 David MitchellB.xs: add class names to method branch comments
2014-09-19 David Mitchellfix B::PADOP->sv and ->gv
2014-09-19 Chris 'BinGOs... Document customisation introduced by 991b13da7
2014-09-19 Jarkko Hietaniemidarwin can have libfoo.0.dylib, as opposed to libfoo...
2014-09-19 Jarkko Hietaniemiquadmath NVs cannot be cast to double etc.
2014-09-19 Jarkko Hietaniemiquadmath strtoflt128 accepts false infinities.
2014-09-19 Jarkko Hietaniemiquadmath doesn't do locale radixes.
2014-09-19 Jarkko Hietaniemiquadmath and gconvert do not mix.
2014-09-19 Jarkko Hietaniemiquadmath has expq instead of expl.
2014-09-19 Jarkko Hietaniemiquadmath helpers export list.
2014-09-19 Jarkko Hietaniemiquadmath Q format specifier and gcc -Wformat do not...
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
2014-09-19 Jarkko Hietaniemiquadmath INSTALL.
2014-09-19 Jarkko Hietaniemiquadmath_snprintf formats.
2014-09-19 Jarkko Hietaniemiquadmath interfaces and constants
2014-09-19 Jarkko Hietaniemiquadmath needs gcc, at least 4.6.
2014-09-19 Jarkko Hietaniemiquadmath __float128 as NVTYPE.
2014-09-19 Jarkko Hietaniemiquadmath __float128 for longdblkind.
2014-09-19 Jarkko HietaniemiConfigure -Dusequadmath.
2014-09-19 Jarkko HietaniemiConfigure for <quadmath.h>
2014-09-19 Jarkko HietaniemiMention more C99 math interfaces.
2014-09-19 David Mitchellperldelta: mention the op_private work
2014-09-19 David Mitchelladd $VERSION to B::Op_private
2014-09-19 Steve Hayperldelta for 1645b83c5c
2014-09-19 Steve Hayperldelta - Add links for rt.perl.org bugs
2014-09-19 Steve Hayperldelta - Data::Dumper has been upgraded
2014-09-19 Steve HayBump all Math::BigInt $VERSIONs as per 945313f0ae follo...
2014-09-19 Father ChrysostomosTeach diag.t about Perl_mess
2014-09-19 Father Chrysostomosgv.c: For ‘Global symbol’ msg, don’t check utf8ness...
2014-09-19 Father Chrysostomosperldelta for d8c6310a4f0/#121638
2014-09-19 Father Chrysostomosperldelta for 343573e55 (the 25-year-old bug)
2014-09-19 Father Chrysostomosperldelta for ff2a62e0/#15667
2014-09-19 Father ChrysostomosUpdate perldiag to reflect ‘Global symbol’ change
2014-09-19 Daniel Draganremove duplicate SvNV calls in pp_enteriter
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-09-19 Father ChrysostomosConsistent indentation in AUTHORS
2014-09-19 Father ChrysostomosRename S_adjust_stack_on_leave
2014-09-19 Daniel Draganfactor out TAINT_NOT into S_adjust_stack_on_leave
2014-09-19 Jarkko HietaniemiParenthesize & and | a bit.
2014-09-19 Jarkko Hietaniemiinfnan: more tests.
2014-09-19 Jarkko HietaniemiDo not fall into Gconvert or F0convert on inf/nan.
2014-09-19 Jarkko Hietaniemiinfnan: ++ or -- on infnan doesn't lose precision.
2014-09-19 James E KeenanIncrement $VERSION in Math::BigInt.
2014-09-19 Karen Etheridgereplace uses of Test.pm in dist/ distributions (IO...
2014-09-19 Father Chrysostomostoke.c: Fix bad read in S_scan_heredoc
2014-09-19 Father ChrysostomosDump GPFLAGS
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-19 Father Chrysostomosgv.h: Add a gp_flags field
2014-09-19 Karl Williamsonperlsyn: Remove reference to potential Unicode op
2014-09-18 Jarkko HietaniemiPOSIX math: AIX 7 has nexttoward
2014-09-18 Jarkko HietaniemiPOSIX math: the pa-risc gcc missing tgamma and nexttoward
2014-09-18 Jarkko HietaniemiPOSIX math: Tru64 has rint()
2014-09-18 Daniel Draganin Perl_sv_copypv_flags move mg_get call to callee
2014-09-18 Jarkko HietaniemiUnused return value.
2014-09-18 Jarkko HietaniemiConditionally unused variable.
2014-09-18 Jarkko HietaniemiComment detypo.
2014-09-18 Jarkko HietaniemiAdd dVAR:s for -DPERL_GLOBAL_STRUCT.
2014-09-18 Jarkko HietaniemiMake certain we have the top-level "lib" in @INC.
2014-09-18 Jarkko Hietaniemihexfp: use the bytewise extraction also for plain doubles.
2014-09-18 Jarkko HietaniemiAdd comment about the double-double extraction.
2014-09-18 Jarkko HietaniemiDocument the double-double format a little.
2014-09-18 Daniel Draganmore NAN FP fixs for VC6/NAN_COMPARE_BROKEN compilers
2014-09-18 Steffen MuellerData::Dumper version bump for CPAN release
2014-09-18 Tony Cookdon't recurse infinitely in Data::Dumper
2014-09-18 Steve HayRevert a231c375cc and fix 61cd60c6c5 differently instead
2014-09-18 Father Chrysostomosgv.h: Comment typo
2014-09-18 Father ChrysostomosTeach dump.c:debop about CV refs in stashes
2014-09-18 Father Chrysostomosperlop tweak
2014-09-18 Father Chrysostomos[Merge] Eliminate IS_PADGV etc.
2014-09-18 Father ChrysostomosRemove GVf_IN_PAD
2014-09-18 Father ChrysostomosOnly #define IS_(PADGV|CONST) if !PERL_CORE
2014-09-18 Father Chrysostomospad.c: Stop turning on GvIN_PAD
2014-09-18 Father ChrysostomosRemove !IS_PADGV assertions
next