manywarnings: Enable -Wthread-safety for clang.
[gnulib.git] / modules / c32isdigit
blob986bf79e287789fac1b4bee9105498dc7a4fe879
1 Description:
2 c32isdigit() function: test 32-bit wide character for being a digit.
4 Files:
5 lib/c32isdigit.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
8 m4/c32rtomb.m4
9 m4/mbrtowc.m4
10 m4/locale-en.m4
11 m4/locale-fr.m4
12 m4/locale-ja.m4
13 m4/locale-zh.m4
14 m4/codeset.m4
16 Depends-on:
17 uchar
18 wchar
19 wctype-h
20 iswdigit
21 localcharset    [test $REPLACE_MBSTATE_T = 1]
22 streq           [test $REPLACE_MBSTATE_T = 1]
23 unictype/ctype-digit
24 assert-h
26 configure.ac:
27 AC_REQUIRE([gl_UCHAR_H])
28 dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
29 dnl determined.  It describes how mbrtoc32 is implemented.
30 AC_REQUIRE([gl_MBSTATE_T_BROKEN])
31 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
32 AC_REQUIRE([gl_C32RTOMB_SANITYCHECK])
33 gl_UCHAR_MODULE_INDICATOR([c32isdigit])
35 Makefile.am:
36 lib_SOURCES += c32isdigit.c
38 Include:
39 <uchar.h>
41 Link:
42 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
43 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
45 License:
46 LGPLv2+
48 Maintainer:
49 Bruno Haible