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

ChangeLog
NEWS
modules/malloc [deleted file]

index e08b21ef742d951ed56fdace67fe2c393a1f075a..1e3bf3de896cbe6e31793bf420029c9c0385d316 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-27  Bruno Haible  <bruno@clisp.org>
+
+       malloc: Remove deprecated module.
+       * modules/malloc: Remove file.
+       * NEWS: Mention the removal.
+
 2020-04-27  Bruno Haible  <bruno@clisp.org>
 
        fnmatch-posix: Remove deprecated module.
diff --git a/NEWS b/NEWS
index 312edc2024a8ce140073920b9e76ef2abaccd88c..6f368cf111424acbd49456c8bb56273ea3c63094 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  malloc          This deprecated module is removed. Use the module
+                            'malloc-gnu' instead.
+
 2020-04-27  fnmatch-posix   This deprecated module is removed. Use the module
                             'fnmatch' instead.
 
diff --git a/modules/malloc b/modules/malloc
deleted file mode 100644 (file)
index 366408a..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-Description:
-malloc() 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 'malloc-gnu' instead.
-
-Files:
-
-Depends-on:
-malloc-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-LGPLv2+
-
-Maintainer:
-Jim Meyering