summaryrefslogtreecommitdiff
path: root/modules/c-strcase
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-10-11 18:48:53 +0000
committerBruno Haible <bruno@clisp.org>2005-10-11 18:48:53 +0000
commit89e15da69a6c83aef9b0f324286465af40560ad9 (patch)
tree86031c1df8959cc19bd2e8222d014b089e27425f /modules/c-strcase
parent40f65b91c5345554bb75aa45a543da3488c612b3 (diff)
downloadgnulib-89e15da69a6c83aef9b0f324286465af40560ad9.tar.gz
New module 'c-strcase'.
Diffstat (limited to 'modules/c-strcase')
-rw-r--r--modules/c-strcase25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/c-strcase b/modules/c-strcase
new file mode 100644
index 0000000000..eceac9e56c
--- /dev/null
+++ b/modules/c-strcase
@@ -0,0 +1,25 @@
+Description:
+Case-insensitive string comparison functions in C locale.
+
+Files:
+lib/c-strcase.h
+lib/c-strcasecmp.c
+lib/c-strncasecmp.c
+
+Depends-on:
+c-ctype
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
+
+Include:
+"c-strcase.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+