]> git.ipfire.org Git - thirdparty/gettext.git/commit
gettext-runtime/intl/setlocale.c: Add fixes from gnulib.
authorBruno Haible <bruno@clisp.org>
Sat, 11 Aug 2018 15:35:51 +0000 (17:35 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 12 Aug 2018 14:33:10 +0000 (16:33 +0200)
commitb26729c67cffb2403d8a20b44606f5a08cb901b5
tree35f32b7c99687cdf8ae8e0840f87afa813f0a492
parent622f550b48faa4935f261bddf951db0e9fc23a1e
gettext-runtime/intl/setlocale.c: Add fixes from gnulib.

2018-08-11  Bruno Haible  <bruno@clisp.org>

        setlocale: Trivial simplification.
        * lib/setlocale.c (setlocale_unixlike): Remove redundant #if.

2017-04-21  Bruno Haible  <bruno@clisp.org>

        Fix test-mbrtowc5.sh failure on native Windows.
        * setlocale.c (setlocale_unixlike): Accept "POSIX" as an alias for
        "C".

2016-03-22  Geert Janssens  <janssens-geert@telenet.be>

        setlocale: add "sv" to Windows language table
        * setlocale.c (language_table) [W32]: Add "sv".
        Reported in <https://savannah.gnu.org/bugs/?44588>.

2012-01-04  Bruno Haible  <bruno@clisp.org>

        Talk about "native Windows API", not "Win32".
        * setlocale.c: Update comments to mention native Windows.
gettext-runtime/intl/setlocale.c