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

<http://perl5.git.perl.org/perl.git/commitdiff/c1a2a954e042e27c3c04271a4266989f53f7b2fa?hp=0000000000000000000000000000000000000000>

        at  c1a2a954e042e27c3c04271a4266989f53f7b2fa (commit)

- Log -----------------------------------------------------------------
commit c1a2a954e042e27c3c04271a4266989f53f7b2fa
Author: Karl Williamson <[email protected]>
Date:   Wed Jul 20 10:34:20 2016 -0600

    Use strerror_l() if available
    
    This commit is the first step in using POSIX 2008 thread-safe locale
    functions on platforms where they are available.
    
    This creates a global locale object on threaded perls for the C locale,
    and this is now passed to strerror_l() on piatforms where it is
    available.  Doing so saves us from having to use a mutex.

M       embedvar.h
M       locale.c
M       makedef.pl
M       perl.c
M       perl.h
M       perlapi.h
M       perlvars.h

commit 3e764ffad2cd9c5d6f2a02312a007534be39f870
Author: Karl Williamson <[email protected]>
Date:   Wed Jul 20 10:33:40 2016 -0600

    locale.c: WHite-space, move declaration, comments only

M       locale.c
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to