summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xMODULES.html.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b19c121e0..16112f73e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-25 Thien-Thi Nguyen <ttn@gnu.org>
+
+ MODULES.html.sh: Update after 2020-12-19 change.
+ * MODULES.html.sh (func_all_modules): Do s/free/free-posix/.
+
2020-12-25 Bruno Haible <bruno@clisp.org>
Make it possible to turn off the mkdir override on Windows.
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 7e7cdae3ed..85e8d3065d 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1700,7 +1700,7 @@ func_all_modules ()
func_begin_table
func_module calloc-gnu
func_module eealloc
- func_module free
+ func_module free-posix
func_module malloc-gnu
func_module realloc-gnu
func_module reallocarray