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

ChangeLog
NEWS
modules/realloc [deleted file]

index 63237f8dae22194e2c8efabc6999e0eb7746b125..158cecae3825800cc775d5b0f07131a9a4017dfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-27  Bruno Haible  <bruno@clisp.org>
+
+       realloc: Remove deprecated module.
+       * modules/realloc: Remove file.
+       * NEWS: Mention the removal.
+
 2020-04-27  Bruno Haible  <bruno@clisp.org>
 
        calloc: Remove deprecated module.
diff --git a/NEWS b/NEWS
index 8c09e75253a5180875e1f391277d9452841965fc..9fd9b25ebb37e7989f0ebbeade9a3b33fe2ce7f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  realloc         This deprecated module is removed. Use the module
+                            'realloc-gnu' instead.
+
 2020-04-27  calloc          This deprecated module is removed. Use the module
                             'calloc-gnu' instead.
 
diff --git a/modules/realloc b/modules/realloc
deleted file mode 100644 (file)
index b712e02..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-Description:
-realloc() function that is glibc compatible.
-
-Comment:
-This module should not be used as a dependency from a test module,
-otherwise when this module occurs as a tests-related module, it will
-have side effects on the compilation of the main modules in lib/.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'realloc-gnu' instead.
-
-Files:
-
-Depends-on:
-realloc-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-LGPLv2+
-
-Maintainer:
-Jim Meyering