From 9972519136b2b5cbe255bc8359716fe4f35fb60b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 Apr 2020 01:40:19 +0200 Subject: [PATCH] malloc: Remove deprecated module. * modules/malloc: Remove file. * NEWS: Mention the removal. --- ChangeLog | 6 ++++++ NEWS | 3 +++ modules/malloc | 31 ------------------------------- 3 files changed, 9 insertions(+), 31 deletions(-) delete mode 100644 modules/malloc 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 -- 2.39.5