changeset 40033:507473ff985d

localename: Update comments. * lib/localename.c (HAVE_USELOCALE): Update list of platforms.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 Dec 2018 05:40:53 +0100
parents 6df8a54850e1
children c844a0a9b36d
files ChangeLog lib/localename.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Dec 15 16:40:00 2018 -0800
+++ b/ChangeLog	Sun Dec 16 05:40:53 2018 +0100
@@ -1,3 +1,8 @@
+2018-12-16  Bruno Haible  <bruno@clisp.org>
+
+	localename: Update comments.
+	* lib/localename.c (HAVE_USELOCALE): Update list of platforms.
+
 2018-12-15  Jim Meyering  <meyering@fb.com>
 
 	regex: fix indentation
--- a/lib/localename.c	Sat Dec 15 16:40:00 2018 -0800
+++ b/lib/localename.c	Sun Dec 16 05:40:53 2018 +0100
@@ -2623,7 +2623,8 @@
 #endif
 
 
-#if HAVE_USELOCALE /* glibc, Mac OS X, Solaris 11 OpenIndiana, or Solaris >= 11.4  */
+#if HAVE_USELOCALE /* glibc, Mac OS X, FreeBSD >= 9.1, AIX >= 7,
+                      Solaris 11 OpenIndiana, or Solaris >= 11.4  */
 
 /* Simple hash set of strings.  We don't want to drag in lots of hash table
    code here.  */