+2009-05-03 Bruno Haible <bruno@clisp.org>
+
+ * modules/fnmatch (Description, configure.ac): Taken from
+ fnmatch-posix.
+ * modules/fnmatch-posix: Turn into a symbolic reference to the
+ 'fnmatch' module, and deprecate.
+ * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
+
2009-05-03 Bruno Haible <bruno@clisp.org>
* m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fnmatch.html}
-Gnulib module: fnmatch-posix or fnmatch-gnu
+Gnulib module: fnmatch or fnmatch-gnu
Portability problems fixed by Gnulib:
@itemize
Description:
-GNU implementation of the fnmatch() function.
+fnmatch() function: wildcard matching.
Files:
lib/fnmatch.in.h
mbsinit
configure.ac:
-# No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
+gl_FUNC_FNMATCH_POSIX
Makefile.am:
BUILT_SOURCES += $(FNMATCH_H)
Description:
fnmatch() function: wildcard matching.
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'fnmatch' instead.
+
Files:
Depends-on:
fnmatch
configure.ac:
-gl_FUNC_FNMATCH_POSIX
Makefile.am: