* modules/calloc: Remove file.
* NEWS: Mention the removal.
+2020-04-27 Bruno Haible <bruno@clisp.org>
+
+ calloc: Remove deprecated module.
+ * modules/calloc: Remove file.
+ * NEWS: Mention the removal.
+
2020-04-27 Bruno Haible <bruno@clisp.org>
malloc: Remove deprecated module.
Date Modules Changes
+2020-04-27 calloc This deprecated module is removed. Use the module
+ 'calloc-gnu' instead.
+
2020-04-27 malloc This deprecated module is removed. Use the module
'malloc-gnu' instead.
+++ /dev/null
-Description:
-calloc() function that is glibc compatible.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'calloc-gnu' instead.
-
-Files:
-
-Depends-on:
-calloc-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-GPL
-
-Maintainer:
-Jim Meyering