summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56b567d040..2aa6cbccef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-03-20 Bruno Haible <bruno@clisp.org>
+ memrchr tests: Avoid GCC warning.
+ * tests/test-memrchr.c: Don't use '#pragma GCC diagnostic' for GCC
+ versions older than 4.7.
+
+2023-03-20 Bruno Haible <bruno@clisp.org>
+
unistdio: Simplify code.
* lib/unistdio/u8-vasnprintf.c (DCHAR_T_IS_UINT8_T): Remove unused
macro.