From: Bruno Haible Date: Wed, 24 Jun 2026 17:21:15 +0000 (+0200) Subject: setlocale: Update a comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52234bcbbdf38b023799e9b5279bb2e166dc6d2;p=thirdparty%2Fgnulib.git setlocale: Update a comment. * lib/setlocale.c: Mention that gl_locale_name_from_win32_LANGID is now defined in localename-unsafe.c instead of localename.c. --- diff --git a/ChangeLog b/ChangeLog index 58eb4f8609..3460533e64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2026-06-24 Bruno Haible + + setlocale: Update a comment. + * lib/setlocale.c: Mention that gl_locale_name_from_win32_LANGID is now + defined in localename-unsafe.c instead of localename.c. + 2026-06-22 Collin Funk crypto/af_alg: Deprecate. diff --git a/lib/setlocale.c b/lib/setlocale.c index ee10a4425d..f40b6295d4 100644 --- a/lib/setlocale.c +++ b/lib/setlocale.c @@ -288,7 +288,7 @@ category_to_name (int category) /* Table from ISO 639 language code, optionally with country or script suffix, to English name. Keep in sync with the gl_locale_name_from_win32_LANGID function in - localename.c! */ + localename-unsafe.c! */ struct table_entry { const char *code;