Move the fnmatch-posix module into the fnmatch module.
authorBruno Haible <bruno@clisp.org>
Sun, 3 May 2009 22:32:52 +0000 (00:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 3 May 2009 22:32:52 +0000 (00:32 +0200)
ChangeLog
doc/posix-functions/fnmatch.texi
modules/fnmatch
modules/fnmatch-posix

index e0a2561b52c1906f2d440812d57812fd35ac44d5..3ac13add4f5899ad6377b8d938b3ea431650590f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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,
index df0ba9f8d46286879344ee3f7ff6ba37d593f62e..c242d174b2d39e65e4dd70d4b0bec9ab9805c9ed 100644 (file)
@@ -4,7 +4,7 @@
 
 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
index 5c3d7090c3ac0aa3557a55bc9b4a03a21f5b587d..441d5d381b4a9a34eefdb5a95c0a8313f19f6e9a 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-GNU implementation of the fnmatch() function.
+fnmatch() function: wildcard matching.
 
 Files:
 lib/fnmatch.in.h
@@ -20,7 +20,7 @@ mbsrtowcs
 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)
index c439b23210da37ade3f845598f5020f95e9681b0..b6df7da38a65b67c6ae5ba39e211e8261445939f 100644 (file)
@@ -1,13 +1,18 @@
 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: