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

<https://perl5.git.perl.org/perl.git/commitdiff/34c6216f118ebe44619de655b35c00eef773ab21?hp=0000000000000000000000000000000000000000>

        at  34c6216f118ebe44619de655b35c00eef773ab21 (commit)

- Log -----------------------------------------------------------------
commit 34c6216f118ebe44619de655b35c00eef773ab21
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 16 10:09:29 2017 -0700

    f

commit ec9334b3359f1c76f0de51a7cd0035eb0b6848e8
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 15 21:40:47 2017 -0700

    f

commit 02dff66b67b570db270c024dac950c4a4ecf43b6
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 15 21:24:08 2017 -0700

    f

commit 41fb450c33ff2955f92ef84384cdfedab8709f71
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 15 13:41:21 2017 -0700

    Revert "assert"
    
    This reverts commit 6b25b296d4c0f79dcbf019e402face987b3853e9.

commit d808d1793713dbe163afa12e9b940bb067c87d19
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 15 13:06:45 2017 -0700

    assert

commit 3a805734c19d0c1d568df2a9555db02d339b7be0
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 15 13:01:15 2017 -0700

    later

commit eeb11a2b1da2df24d00754b2630a9695bf74a432
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 15 11:22:30 2017 -0700

    XXX word invariant

commit 05216f1f9d7515cbc70544114f04936e15ea1e0d
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 15 10:19:33 2017 -0700

    Refactor loop in if_utf8_invariant_string_loc()
    
    This changes from a while() to a for() in preparation for the next
    commit.

commit 39613742ecb0e60645135af815c156bbe6422e66
Author: Karl Williamson <k...@cpan.org>
Date:   Tue Nov 14 22:27:06 2017 -0700

    mg.c: Fix typo in #if
    
    This typo only affected platforms without the locale category
    LC_MESSAGES.  Principally this is Windows.

commit f27af77a564f083cc6158c8f7912c2a8978e2d21
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Aug 28 18:01:43 2017 -0600

    XXX may include other things after final edits: 
ExtUtils::ParseXS/lib/perlxs.pod: Nits
    
    This removes extra blanks following colons that don't mean the normal
    thing for colons that traditionally have two spaces after them, and
    capitalizes Perl.

commit 3b521cd074c2c8b4154c538920fa6acccf0b2244
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Jul 26 08:59:33 2017 -0600

    Teach perl about more locale categories
    
    glibc has various other categories than the ones perl handles, for
    example LC_PAPER.  This commit adds knowledge of these to perl, so that
    one can set them, interrogate them, and have libraries work on them,
    even though perl itself does not.
    
    This is in preparation for future commits, where it becomes more
    important than currently for perl to know about all the locale
    categories on the system.
    
    I looked through various other systems to try to find other categories,
    but did not see any.  If a system does have such a category, it is
    pretty easy to tell perl about it, and recompile.  Use the changes in
    this commit as a template, and send an email to perl...@perl.org, so
    that the next Perl release will have it.

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

-- 
Perl5 Master Repository

Reply via email to