]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
setlocale: Update a comment.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 3 Jun 2025 19:55:03 +0000 (12:55 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 3 Jun 2025 19:55:03 +0000 (12:55 -0700)
* 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 93503e5aaf95a0bbacb041327fc3b97044a89dfd..abd0ee05b04f4370e191e6a95ac7f57163eee3be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-06-03  Collin Funk  <collin.funk1@gmail.com>
+
+       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.
+
 2025-06-03  Bruno Haible  <bruno@clisp.org>
 
        stdcountof-h tests: Fix compilation error with gcc versions < 15.
index b5a9bdf89cfbf1cc532462f46077162ca1458a27..ea8b4ba89be071bbc472798174567bf1d0712526 100644 (file)
@@ -464,7 +464,7 @@ static const struct table_entry language_table[] =
 
 /* Table from ISO 3166 country code to English name.
    Keep in sync with the gl_locale_name_from_win32_LANGID function in
-   localename.c!  */
+   localename-unsafe.c!  */
 static const struct table_entry country_table[] =
   {
     { "AE", "U.A.E." },