summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-15 03:07:04 +0000
committerBruno Haible <bruno@clisp.org>2007-02-15 03:07:04 +0000
commit58d5932625bc1e3b8f4438fa6c69a33c3b5f2ebb (patch)
tree7a277301e84b39bfb07a4fd3165206434db51bf3 /modules
parent39bc7a80b6719b1c7d0f8fb1b01380649cb8e358 (diff)
downloadgnulib-58d5932625bc1e3b8f4438fa6c69a33c3b5f2ebb.tar.gz
New module 'mbspcasecmp'.
Diffstat (limited to 'modules')
-rw-r--r--modules/mbspcasecmp28
-rw-r--r--modules/string1
2 files changed, 29 insertions, 0 deletions
diff --git a/modules/mbspcasecmp b/modules/mbspcasecmp
new file mode 100644
index 0000000000..e84a48e0d9
--- /dev/null
+++ b/modules/mbspcasecmp
@@ -0,0 +1,28 @@
+Description:
+mbspcasecmp() function: case-insensitive string prefix comparison.
+
+Files:
+lib/mbspcasecmp.c
+m4/mbspcasecmp.m4
+m4/mbrtowc.m4
+
+Depends-on:
+mbuiter
+string
+
+configure.ac:
+gl_FUNC_MBSPCASECMP
+gl_STRING_MODULE_INDICATOR([mbspcasecmp])
+
+Makefile.am:
+lib_SOURCES += mbspcasecmp.c
+
+Include:
+<string.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+
diff --git a/modules/string b/modules/string
index b389c93db6..7b11e5dd83 100644
--- a/modules/string
+++ b/modules/string
@@ -27,6 +27,7 @@ string.h: string_.h
-e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
-e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
-e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
+ -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
-e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
-e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
-e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \