summaryrefslogtreecommitdiff
path: root/gnulib/modules/wcscoll
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/wcscoll')
m---------gnulib0
-rw-r--r--gnulib/modules/wcscoll34
2 files changed, 34 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/wcscoll b/gnulib/modules/wcscoll
new file mode 100644
index 0000000..a6fc0ab
--- /dev/null
+++ b/gnulib/modules/wcscoll
@@ -0,0 +1,34 @@
+Description:
+wcscoll() function: compare two wide strings using the current locale.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
+Files:
+lib/wcscoll.c
+lib/wcscoll-impl.h
+m4/wcscoll.m4
+
+Depends-on:
+wchar
+
+configure.ac:
+gl_FUNC_WCSCOLL
+if test $HAVE_WCSCOLL = 0; then
+ AC_LIBOBJ([wcscoll])
+fi
+gl_WCHAR_MODULE_INDICATOR([wcscoll])
+
+Makefile.am:
+
+Include:
+<wchar.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible