>From ec803406c3bf77d7e08b0370f8bdfb1c0dabb54a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 Apr 2020 01:43:26 +0200 Subject: [PATCH 8/9] realloc: Remove deprecated module. * modules/realloc: Remove file. * NEWS: Mention the removal. --- ChangeLog | 6 ++++++ NEWS | 3 +++ modules/realloc | 31 ------------------------------- 3 files changed, 9 insertions(+), 31 deletions(-) delete mode 100644 modules/realloc diff --git a/ChangeLog b/ChangeLog index 63237f8..158ceca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2020-04-27 Bruno Haible + realloc: Remove deprecated module. + * modules/realloc: Remove file. + * NEWS: Mention the removal. + +2020-04-27 Bruno Haible + calloc: Remove deprecated module. * modules/calloc: Remove file. * NEWS: Mention the removal. diff --git a/NEWS b/NEWS index 8c09e75..9fd9b25 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,9 @@ User visible incompatible changes Date Modules Changes +2020-04-27 realloc This deprecated module is removed. Use the module + 'realloc-gnu' instead. + 2020-04-27 calloc This deprecated module is removed. Use the module 'calloc-gnu' instead. diff --git a/modules/realloc b/modules/realloc deleted file mode 100644 index b712e02..0000000 --- a/modules/realloc +++ /dev/null @@ -1,31 +0,0 @@ -Description: -realloc() 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 'realloc-gnu' instead. - -Files: - -Depends-on: -realloc-gnu - -configure.ac: - -Makefile.am: - -Include: - - -License: -LGPLv2+ - -Maintainer: -Jim Meyering -- 2.7.4