>From b5c5401efa7f3b21b0888c5d6b8ff814fc39da3b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 Apr 2020 01:41:55 +0200 Subject: [PATCH 7/9] calloc: Remove deprecated module. * modules/calloc: Remove file. * NEWS: Mention the removal. --- ChangeLog | 6 ++++++ NEWS | 3 +++ modules/calloc | 26 -------------------------- 3 files changed, 9 insertions(+), 26 deletions(-) delete mode 100644 modules/calloc diff --git a/ChangeLog b/ChangeLog index 1e3bf3d..63237f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2020-04-27 Bruno Haible + calloc: Remove deprecated module. + * modules/calloc: Remove file. + * NEWS: Mention the removal. + +2020-04-27 Bruno Haible + malloc: Remove deprecated module. * modules/malloc: Remove file. * NEWS: Mention the removal. diff --git a/NEWS b/NEWS index 6f368cf..8c09e75 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,9 @@ User visible incompatible changes Date Modules Changes +2020-04-27 calloc This deprecated module is removed. Use the module + 'calloc-gnu' instead. + 2020-04-27 malloc This deprecated module is removed. Use the module 'malloc-gnu' instead. diff --git a/modules/calloc b/modules/calloc deleted file mode 100644 index 8869bb1..0000000 --- a/modules/calloc +++ /dev/null @@ -1,26 +0,0 @@ -Description: -calloc() function that is glibc compatible. - -Status: -deprecated - -Notice: -This module is deprecated. Use the module 'calloc-gnu' instead. - -Files: - -Depends-on: -calloc-gnu - -configure.ac: - -Makefile.am: - -Include: - - -License: -GPL - -Maintainer: -Jim Meyering -- 2.7.4