CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2013/08/28 10:53:35

Modified files:
        lib/libc/locale: Makefile.inc setlocale.c 

Log message:
Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned an
error, but that makes some ports (e.g. GNOME) freak out. We can allow
any message language to be used as long as the encoding specified as
part of the locale name is supported (i.e. listed in locale -m output).
The primary users of LC_MESSAGES are catopen(3) and gettext(3), which
already worked without this change.
ok ajacoutot, naddy, matthew

Reply via email to