From: Bruno Haible Date: Mon, 27 Apr 2020 23:37:35 +0000 (+0200) Subject: fnmatch-posix: Remove deprecated module. X-Git-Tag: v1.0~4155 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=17c1bcb550dc20a29aa62482d2e5f158af8a6dfe;p=gnulib.git fnmatch-posix: Remove deprecated module. * modules/fnmatch-posix: Remove file. * MODULES.html.sh (Enhancements for POSIX:2008 functions): Update. * NEWS: Mention the removal. --- diff --git a/ChangeLog b/ChangeLog index 21541ddc9c..e08b21ef74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. diff --git a/MODULES.html.sh b/MODULES.html.sh index 2eb6608305..240a9ee20e 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 ab56d08379..312edc2024 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 508da562e9..0000000000 --- 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 -