]> Savannah Git Hosting - gnulib.git/commitdiff
calloc: Remove deprecated module.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:41:55 +0000 (01:41 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:41:55 +0000 (01:41 +0200)
* modules/calloc: Remove file.
* NEWS: Mention the removal.

ChangeLog
NEWS
modules/calloc [deleted file]

index 1e3bf3de896cbe6e31793bf420029c9c0385d316..63237f8dae22194e2c8efabc6999e0eb7746b125 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
diff --git a/NEWS b/NEWS
index 6f368cf111424acbd49456c8bb56273ea3c63094..8c09e75253a5180875e1f391277d9452841965fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 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.
 
diff --git a/modules/calloc b/modules/calloc
deleted file mode 100644 (file)
index 8869bb1..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-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