summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-10-23 22:59:29 +0200
committerBruno Haible <bruno@clisp.org>2018-10-23 23:38:38 +0200
commitd49ed3c1701cb571a8db20986939fcf127133e2e (patch)
treed187c6cfcd062dce8312777f6f585af7055f685c /ChangeLog
parent69a28a5b54a5f852e4c73daab92a59af073a1226 (diff)
downloadlibunistring-d49ed3c1701cb571a8db20986939fcf127133e2e.tar.gz
Support for per-thread locales on systems with HAVE_NAMELESS_LOCALES.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 946f339..0593b4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-10-23 Bruno Haible <bruno@clisp.org>
+
+ Support for per-thread locales on systems with HAVE_NAMELESS_LOCALES.
+ This allows 'uc_locale_language' to return the right locale name for
+ locales created by newlocale() or duplocale() on such systems, if and
+ only if the 'newlocale', 'duplocale' overrides from gnulib are used.
+ * lib/Makefile.am (config.h): Don't hide symbols that start with
+ 'libintl_locale'.
+
2018-09-17 Bruno Haible <bruno@clisp.org>
Remove the 'fixaclocal' auxiliary script.