>From 17c1bcb550dc20a29aa62482d2e5f158af8a6dfe Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 Apr 2020 01:37:35 +0200 Subject: [PATCH 5/9] fnmatch-posix: Remove deprecated module. * modules/fnmatch-posix: Remove file. * MODULES.html.sh (Enhancements for POSIX:2008 functions): Update. * NEWS: Mention the removal. --- ChangeLog | 7 +++++++ MODULES.html.sh | 1 - NEWS | 3 +++ modules/fnmatch-posix | 30 ------------------------------ 4 files changed, 10 insertions(+), 31 deletions(-) delete mode 100644 modules/fnmatch-posix diff --git a/ChangeLog b/ChangeLog index 21541dd..e08b21e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2020-04-27 Bruno Haible + fnmatch-posix: Remove deprecated module. + * modules/fnmatch-posix: Remove file. + * MODULES.html.sh (Enhancements for POSIX:2008 functions): Update. + * NEWS: Mention the removal. + +2020-04-27 Bruno Haible + pipe: Remove deprecated module. * modules/pipe: Remove file. * lib/pipe.h: Remove file. diff --git a/MODULES.html.sh b/MODULES.html.sh index 2eb6608..240a9ee 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2605,7 +2605,6 @@ func_all_modules () func_module iconv_open-utf func_module unistd-safer func_module fnmatch - func_module fnmatch-posix func_module fnmatch-gnu func_module glob func_module exclude diff --git a/NEWS b/NEWS index ab56d08..312edc2 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,9 @@ User visible incompatible changes Date Modules Changes +2020-04-27 fnmatch-posix This deprecated module is removed. Use the module + 'fnmatch' instead. + 2020-04-27 pipe This deprecated module is removed. Use the module 'spawn-pipe' instead. Instead of #include "pipe.h" diff --git a/modules/fnmatch-posix b/modules/fnmatch-posix deleted file mode 100644 index 508da56..0000000 --- a/modules/fnmatch-posix +++ /dev/null @@ -1,30 +0,0 @@ -Description: -fnmatch() function: wildcard matching. - -Status: -deprecated - -Notice: -This module is deprecated. Use the module 'fnmatch' instead. - -Files: - -Depends-on: -fnmatch - -configure.ac: - -Makefile.am: - -Include: -"fnmatch.h" - -Link: -$(LIB_MBRTOWC) - -License: -LGPLv2+ - -Maintainer: -all - -- 2.7.4