This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2014-09-18 Father ChrysostomosChange IS_PADGV to isGV in op.c:newPADOP
2014-09-18 Father Chrysostomospad.c:padlist_clone: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_push: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:cv_clone_pad: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_tidy: Remove IS_PADCONST and another IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_tidy: Remove redundant IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_alloc: Remove redundant IS_PADGV
2014-09-18 Karl Williamsonregcomp.c: White-space only
2014-09-18 Karl Williamsonperlop: Nits
2014-09-18 Karl Williamsonbisect-runner.pl: Correct pod misspelling
2014-09-18 Jarkko HietaniemiPOSIX pod tweaks.
2014-09-17 Steve Hayperldelta - Fix a typo and remove a trailing space
2014-09-17 Jarkko HietaniemiUse more NAN_COMPARE_BROKEN.
2014-09-17 Jarkko HietaniemiIf numtype is inf/nan, don't bother with Atof.
2014-09-17 Jarkko HietaniemiIf numtype is inf/nan, don't do Atof and iv/uv cast.
2014-09-17 Yves Ortonsilence diagnostics in regen/regcomp.pl for now
2014-09-17 Jarkko HietaniemiUse the Perl_isfinite multiplication fallback last.
2014-09-17 Steve Hayregen_config_h for GCC
2014-09-17 Steve HayDefine PERL_PRI[efg]ldbl and PERL_SCNfldbl in Win32...
2014-09-17 Steve Hayregen_config_h for VC++
2014-09-17 Steve HayEliminate pointless win32/makefile.mk macro
2014-09-17 Steve HayRemove pointless variable in win32/config_sh.PL
2014-09-17 Steve HayModule::CoreList - re-order so that Porting/corelist...
2014-09-17 Steve Hayperldelta - Add links for rt.perl.org bugs
2014-09-17 Steve Hayperldelta - Start updating modules
2014-09-17 Steve HayRemove reference to obsolete threads version in Porting...
2014-09-17 Steve HayTeach Porting/cmpVERSION.pl about Scalar-List-Utils...
2014-09-17 Yves Ortononly produce diagnostic warnings in regen/regcomp.pl...
2014-09-17 Yves OrtonPerl RT #122761 - split /\A/ should not behave like...
2014-09-17 Yves Ortonchange NODE_ALIGN_FILL to set flags to 0
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-16 Jarkko HietaniemiDo not test inf/nan if utterly broken.
2014-09-16 Jarkko Hietaniemi[perl #122788] broken nan on win32
2014-09-16 Father Chrysostomosop.c: new is a keyword in C++
2014-09-16 Father Chrysostomosperldelta for 2872f9187
2014-09-16 Father Chrysostomosperldelta for a5f477419
2014-09-16 Father ChrysostomosFix $DB::sub in DB::goto for lexical subs
next