summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aeacc1dae6..c5de4b0809 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2022-12-27 Bruno Haible <bruno@clisp.org>
+ Fix compilation errors in C++ mode on Solaris 11 OpenIndiana.
+ * m4/gnulib-common.m4 (gl_COMMON_BODY): In _GL_ATTRIBUTE_DEALLOC_FREE,
+ with GNU C++, cast the 'free' function.
+ * lib/string.in.h (_GL_ATTRIBUTE_DEALLOC_FREE): With GNU C++, cast the
+ 'free' function.
+ * lib/wchar.in.h (_GL_ATTRIBUTE_DEALLOC_FREE): Likewise.
+
+2022-12-27 Bruno Haible <bruno@clisp.org>
+
stdnoreturn: Mark as deprecated, not obsolete. (Regression 2022-12-24.)
* modules/stdnoreturn (Status): Remove.
(Notice): Say that it is deprecated, not obsolete.