summaryrefslogtreecommitdiff
path: root/modules/c-strcaseeq
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-24 02:46:06 +0000
committerBruno Haible <bruno@clisp.org>2007-01-24 02:46:06 +0000
commiteaa40ee4bd7556be1768ace8c9307207771fc3a8 (patch)
treef40f3695ad8215adaafe89fa5e7bc6772e4513c3 /modules/c-strcaseeq
parent8bd92558019cbbe307f3340f33e3ebb6bd27fae6 (diff)
downloadgnulib-eaa40ee4bd7556be1768ace8c9307207771fc3a8.tar.gz
New module 'c-strcaseeq'.
Diffstat (limited to 'modules/c-strcaseeq')
-rw-r--r--modules/c-strcaseeq23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/c-strcaseeq b/modules/c-strcaseeq
new file mode 100644
index 0000000000..90db9863b1
--- /dev/null
+++ b/modules/c-strcaseeq
@@ -0,0 +1,23 @@
+Description:
+Optimized case-insensitive string comparison in C locale.
+
+Files:
+lib/c-strcaseeq.h
+
+Depends-on:
+c-strcase
+c-ctype
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+"c-strcaseeq.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+