From: Bruno Haible Date: Mon, 27 Apr 2020 23:40:19 +0000 (+0200) Subject: malloc: Remove deprecated module. X-Git-Tag: v1.0~4154 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9972519136b2b5cbe255bc8359716fe4f35fb60b;p=gnulib.git malloc: Remove deprecated module. * modules/malloc: Remove file. * NEWS: Mention the removal. --- diff --git a/ChangeLog b/ChangeLog index e08b21ef74..1e3bf3de89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-04-27 Bruno Haible + + malloc: Remove deprecated module. + * modules/malloc: Remove file. + * NEWS: Mention the removal. + 2020-04-27 Bruno Haible fnmatch-posix: Remove deprecated module. diff --git a/NEWS b/NEWS index 312edc2024..6f368cf111 100644 --- 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 index 366408a6bf..0000000000 --- a/modules/malloc +++ /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: - - -License: -LGPLv2+ - -Maintainer: -Jim Meyering