>From 9972519136b2b5cbe255bc8359716fe4f35fb60b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 Apr 2020 01:40:19 +0200 Subject: [PATCH 6/9] 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 e08b21e..1e3bf3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * modules/fnmatch-posix: Remove file. * MODULES.html.sh (Enhancements for POSIX:2008 functions): Update. diff --git a/NEWS b/NEWS index 312edc2..6f368cf 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 366408a..0000000 --- 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.7.4