summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-01-04 13:20:55 +0100
committerBruno Haible <bruno@clisp.org>2022-01-04 13:22:53 +0100
commitb79766eae6e003159754f6157969f1f2b89caddd (patch)
tree5fb964df4351bc8f9322e424aa52c9df8f1d5e38 /ChangeLog
parent9afb191bfe52bfd0f32e96e7cf9bd776967fb211 (diff)
downloadgnulib-b79766eae6e003159754f6157969f1f2b89caddd.tar.gz
string, wchar: Fix compilation error on MSVC (regression 2021-09-07).
* lib/string.in.h (free): Don't redeclare as rpl_free. Instead, redefine _GL_ATTRIBUTE_DEALLOC_FREE to reference rpl_free directly. * lib/wchar.in.h (free): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c86e4f77a..23ebf159af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-01-04 Bruno Haible <bruno@clisp.org>
+
+ string, wchar: Fix compilation error on MSVC (regression 2021-09-07).
+ * lib/string.in.h (free): Don't redeclare as rpl_free. Instead, redefine
+ _GL_ATTRIBUTE_DEALLOC_FREE to reference rpl_free directly.
+ * lib/wchar.in.h (free): Likewise.
+
2022-01-03 Bruno Haible <bruno@clisp.org>
getpass-gnu: Allow use as dependency from test modules.