This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-09-21 Jarkko HietaniemiNegation of "-e1" no more todo.
2014-09-21 Jarkko HietaniemiFix -"-e1".
2014-09-20 Craig A. BerryThe number to skip is the second argument to skip().
2014-09-20 Jarkko HietaniemiOn VC6 (broken NaN compare) redefine Perl_isinf.
2014-09-20 Father Chrysostomosnegate.t: To-do tests for -"-e1"
2014-09-20 Craig A. BerryFix NaN double to long double conversion on VMS.
2014-09-20 Niko TyniDowngrade the optimization of regcomp.c on mips and...
2014-09-20 Father Chrysostomosregen pod issues
2014-09-20 Father ChrysostomosYet more Peek.t fix-ups
2014-09-20 Father ChrysostomosPeek.t: This read-only stuff came after 5.21.4
2014-09-20 Father ChrysostomosFix read-only flag checks in lvalue sub exit
2014-09-20 Father Chrysostomos[perl #115254] Fix flag check on scope exit
2014-09-20 Father ChrysostomosMore Peek.t fix-ups
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-20 Father ChrysostomosAdd SVf_PROTECT
2014-09-20 Father ChrysostomosPeek.t fix-up
2014-09-20 Father ChrysostomosRenumber SVf_IsCOW
2014-09-20 Father ChrysostomosRevert "Revert "infnan: more tests.""
2014-09-20 Father Chrysostomos[perl #121983] #error with ro ops and no threads
2014-09-20 Father Chrysostomos[perl #122799] Always turn off CvNAMED in cvgv-set
2014-09-20 Daniel DraganPerl_scalarvoid remove duplicate SvNV call
2014-09-20 Daniel Draganmore factoring out in S_utf8_mg_pos_cache_update
2014-09-20 Daniel Draganfactor out more in S_utf8_mg_pos_cache_update
2014-09-20 Daniel Draganfactor out FP heavy code in utf8_mg_pos_cache_update
2014-09-20 Steve HayPrepare Module::CoreList for 5.21.5, expected on 2014...
2014-09-20 Steve HayModule::CoreList 5.20140920 is now on CPAN
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
next