summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-20 02:18:59 +0200
committerBruno Haible <bruno@clisp.org>2023-04-20 02:18:59 +0200
commit57d2a227e2ef996dd493822ab5ad54f3e712a3b1 (patch)
treeb4f4462740779e6de059e544fa897eb42f17ff7c /ChangeLog
parent5ec5eb70b1e41b7e6aca67f6531ec20d28401bd3 (diff)
downloadgnulib-57d2a227e2ef996dd493822ab5ad54f3e712a3b1.tar.gz
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.
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.