summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dc59e1a5e..4d8b00264c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2023-04-05 Bruno Haible <bruno@clisp.org>
+ string-desc-quotearg tests: Avoid a test failure on Haiku.
+ * tests/test-string-desc-quotearg.c (main): For the
+ clocale_quoting_style, accept also the U+2018 and U+2019 characters in
+ UTF-8 encoding.
+
+2023-04-05 Bruno Haible <bruno@clisp.org>
+
random_r: Fix compilation error on Haiku.
* lib/stdlib.in.h: For random_r, include <stdint.h> always.
* modules/random_r (Depends-on): Depend on 'stdint' always.