summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a766b4fe8..61a7e58e04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2021-09-18 Bruno Haible <bruno@clisp.org>
+
+ string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).
+ * lib/string.in.h (free, rpl_free): Consider GNULIB_FREE_POSIX variable.
+ * lib/wchar.in.h (free, rpl_free): Likewise.
+ * m4/string_h.m4 (gl_STRING_H_REQUIRE_DEFAULTS): Require module
+ indicator variable initializations from the stdlib module.
+ * m4/wchar_h.m4 (gl_WCHAR_H_REQUIRE_DEFAULTS): Likewise.
+ * modules/string (Makefile.am): Substitute GNULIB_FREE_POSIX in string.h.
+ * modules/wchar (Makefile.am): Substitute GNULIB_FREE_POSIX in wchar.h.
+
2021-09-17 Bruno Haible <bruno@clisp.org>
threadlib: Avoid crashes in thread-related functions on Cygwin 3.2.0.