]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
setlocale: Update a comment.
authorBruno Haible <bruno@clisp.org>
Wed, 24 Jun 2026 17:21:15 +0000 (19:21 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 24 Jun 2026 17:21:15 +0000 (19:21 +0200)
* lib/setlocale.c: Mention that gl_locale_name_from_win32_LANGID is now
defined in localename-unsafe.c instead of localename.c.

ChangeLog
lib/setlocale.c

index 58eb4f8609b62711feaf25b145d22216298a4244..3460533e64f61d52ce0515add5260f60a15e2696 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-06-24  Bruno Haible  <bruno@clisp.org>
+
+       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  <collin.funk1@gmail.com>
 
        crypto/af_alg: Deprecate.
index ee10a4425d6ff2ed9b48a92fe0d3b2e418f1b4c1..f40b6295d4794df8ee3171e8fda9cfadd71280af 100644 (file)
@@ -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;