Hash :
7aae6551
Author :
Date :
2011-02-06T12:56:31
New module 'wcscoll'. * modules/wcscoll: New file. * lib/wchar.in.h (wcscoll): New declaration. * lib/wcscoll.c: New file. * lib/wcscoll-impl.h: New file. * m4/wcscoll.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscoll is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCOLL, HAVE_WCSCOLL. * modules/wchar (Makefile.am): Substitute GNULIB_WCSCOLL, HAVE_WCSCOLL. * tests/test-wchar-c++.cc: Test the declaration of wcscoll. * doc/posix-functions/wcscoll.texi: Mention the new module.
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
gl_WCHAR_MODULE_INDICATOR([wcscoll])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible