In perl.git, the branch maint-votes has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a59bd6cd453bd5b096334a1a74d39799c0dc2428?hp=31e0d510bd365f1c040cd8bdcb00065ff67f02d5>
- Log ----------------------------------------------------------------- commit a59bd6cd453bd5b096334a1a74d39799c0dc2428 Author: Steve Hay <[email protected]> Date: Thu Jul 27 18:27:01 2017 +0100 Propose perl#131726 fix for 5.24.3 and 5.26.1 ----------------------------------------------------------------------- Summary of changes: votes-5.24.xml | 1 + votes-5.26.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/votes-5.24.xml b/votes-5.24.xml index 6b2c1c5466..d69f6e9b5f 100644 --- a/votes-5.24.xml +++ b/votes-5.24.xml @@ -151,6 +151,7 @@ The entry above about [cpan #120032] is the same underlying issue, I think. --ar <div><h3>Portability Fixes</h3> <commit votes="jhi" id="bf49eae4014ca7ff7b44362d99251f5b9f30bec8" desc="Perl_my_vsnprintf: avoid compiler warning"/> +<commit votes="steveh" id="8ed77d12c9275cd4e145ab50aaecf69730166a9b" desc="[perl #131726] [Win32] perl.h remaps 'strtoll' and 'strtoull' incorrectly"/> </div> diff --git a/votes-5.26.xml b/votes-5.26.xml index 4f8b36f4c3..57d09a0f27 100644 --- a/votes-5.26.xml +++ b/votes-5.26.xml @@ -50,6 +50,8 @@ program not working correctly. <div><h3>Portability Fixes</h3> +<commit votes="steveh" id="8ed77d12c9275cd4e145ab50aaecf69730166a9b" desc="[perl #131726] [Win32] perl.h remaps 'strtoll' and 'strtoull' incorrectly"/> + </div> <div><h3>Platform-Specific Test Fixes</h3> -- Perl5 Master Repository
