summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4266437e42..fbc1812489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2023-04-19 Bruno Haible <bruno@clisp.org>
- random: Fix compilation errors in C++ on mingw 10.
+ ctime: Fix compilation errors in C++ mode on mingw 10.
+ * lib/c++defs.h (_GL_FUNCDECL_RPL): Add a comment.
+ * lib/time.in.h (ctime): Don't use _GL_ATTRIBUTE_DEPRECATED before
+ _GL_FUNCDECL_RPL in C++ mode.
+
+2023-04-19 Bruno Haible <bruno@clisp.org>
+
+ random: Fix compilation errors in C++ mode on mingw 10.
* lib/stdlib.in.h (random, srandom): Disable _GL_CXXALIASWARN invocation
on non-glibc systems.