In perl.git, the branch smoke-me/khw-locale has been created

<https://perl5.git.perl.org/perl.git/commitdiff/8fedb955c37a59f0fe98578dd1a679c547a76a42?hp=0000000000000000000000000000000000000000>

        at  8fedb955c37a59f0fe98578dd1a679c547a76a42 (commit)

- Log -----------------------------------------------------------------
commit 8fedb955c37a59f0fe98578dd1a679c547a76a42
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Feb 22 17:43:16 2018 -0700

    Perl_langinfo(): Need to save return under more circumstances
    
    I forgot that the internal static buffers returned from nl_langinfo()
    and localconv() can be destroyed if the locale changes, and not just
    from a subsequent call to the function.  Therefore save the results
    always.

commit 88a9e99a03daccb1dd60e20f1a86df164fda7e6d
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Feb 22 14:21:23 2018 -0700

    APItest:locale.t Fix ALT_DIGITS test
    
    The value returned for ALT_DIGITS may vary by locale and platform.
    Change the  test to only look for a result, as opposed to a particular
    result.
    
    This should fix https://rt.perl.org/Ticket/Display.html?id=132879
    but I'll leave the ticket open until that is verified.

commit e6503cfaf66489377762c7db6154f09f3dfc99a9
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Feb 19 21:15:21 2018 -0700

    locale.c: Add STATIC_ASSERT
    
    I tried this in a smoke earlier, and got one failure, and to keep on
    going, removed it temporarily.  But many other changes later, I tried
    again in a smoke, and it isn't failing.  A legitimate failure of this
    assertion would mean reading/writing past a buffer end.

commit 03b0cef1b2154c95c383d7def8c5a2b4a4ebede3
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Feb 14 21:25:41 2018 -0700

    XXX don't push t/un/locale.t: Add debugging code

-----------------------------------------------------------------------

-- 
Perl5 Master Repository

Reply via email to