]> Savannah Git Hosting - gnulib.git/commitdiff
fnmatch-posix: Remove deprecated module.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:37:35 +0000 (01:37 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:37:35 +0000 (01:37 +0200)
* modules/fnmatch-posix: Remove file.
* MODULES.html.sh (Enhancements for POSIX:2008 functions): Update.
* NEWS: Mention the removal.

ChangeLog
MODULES.html.sh
NEWS
modules/fnmatch-posix [deleted file]

index 21541ddc9cd6ab0001d5c7b8e027c82426c0aa90..e08b21ef742d951ed56fdace67fe2c393a1f075a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-04-27  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        pipe: Remove deprecated module.
index 2eb660830527c3ff353a4d6b6003d35ee89e90c5..240a9ee20e79b6171375798170c887b079c75c10 100755 (executable)
@@ -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 ab56d083791e589a8e4a9ae4df2f99e3383cf335..312edc2024a8ce140073920b9e76ef2abaccd88c 100644 (file)
--- 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 (file)
index 508da56..0000000
+++ /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
-