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

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

        at  6cdaf26316f54b5ef51fdca793276d47d363c36e (commit)

- Log -----------------------------------------------------------------
commit 6cdaf26316f54b5ef51fdca793276d47d363c36e
Author: Karl Williamson <[email protected]>
Date:   Thu Jul 28 21:19:24 2016 -0600

    t/thread_it.pl: Increase Darwin stack size
    
    The next commit causes one test in the suite to use more than the
    previously allowed  max.

M       t/thread_it.pl

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

    XXX flesh out commit msg: locale.c: Make my_strerror() thread-safe

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

commit 6c16b18c937f9b1b21ef17be23770852af3a6baa
Author: Karl Williamson <[email protected]>
Date:   Tue Jul 26 14:09:46 2016 -0600

    locale.c: Some systems include NUL in strxfrm() return
    
    strxfrm() is supposed to not include the trailing NUL in the length
    returned, but we have run into a Windows system that does include it
    (some Windows ones don't), so test for and compensate for this
    possibility.

M       locale.c

commit 1c8079e5a5389d4ab6a5e9c6819fcd06e1b4330b
Author: Karl Williamson <[email protected]>
Date:   Tue Jul 26 13:35:18 2016 -0600

    locale.c: Avoid some recalculations
    
    When collating a Perl string that contains NUL characters, those must be
    replaced by something else, which is supposed to be calculated once per
    locale.  However, if something goes wrong with the calculation, \001 is
    arbitrarily used.  Until this commit, if that happened, that result
    wasn't saved, and the recalculation would be done each time a NUL was
    encountered in the input.
    
    Also, some comments were deleted that suggested all this might not be
    necessary.  But real world experience shows that it is.

M       locale.c

commit f8992d6ac141cd75e0b7586c2cc904de4e214c6a
Author: Karl Williamson <[email protected]>
Date:   Tue Jul 26 13:28:51 2016 -0600

    lib/locale.t: Clarify debug output

M       lib/locale.t
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to