changeset 31232:2c4d95c50557

Move the fnmatch-posix module into the fnmatch module.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 May 2009 00:32:52 +0200
parents 0e3f573deda0
children 7ce5b1d3a4e8
files ChangeLog doc/posix-functions/fnmatch.texi modules/fnmatch modules/fnmatch-posix
diffstat 4 files changed, 17 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 04 00:25:06 2009 +0200
+++ b/ChangeLog	Mon May 04 00:32:52 2009 +0200
@@ -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,
--- a/doc/posix-functions/fnmatch.texi	Mon May 04 00:25:06 2009 +0200
+++ b/doc/posix-functions/fnmatch.texi	Mon May 04 00:32:52 2009 +0200
@@ -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
--- a/modules/fnmatch	Mon May 04 00:25:06 2009 +0200
+++ b/modules/fnmatch	Mon May 04 00:32:52 2009 +0200
@@ -1,5 +1,5 @@
 Description:
-GNU implementation of the fnmatch() function.
+fnmatch() function: wildcard matching.
 
 Files:
 lib/fnmatch.in.h
@@ -20,7 +20,7 @@
 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)
--- a/modules/fnmatch-posix	Mon May 04 00:25:06 2009 +0200
+++ b/modules/fnmatch-posix	Mon May 04 00:32:52 2009 +0200
@@ -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: