doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / c32isalnum
blobf202a37cf0a2c8675c5ac487f3b2166e90e83579
1 Description:
2 c32isalnum() function: test 32-bit wide character for being alphanumeric.
4 Files:
5 lib/c32isalnum.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
8 m4/mbrtowc.m4
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
14 Depends-on:
15 uchar
16 wchar
17 wctype-h
18 localcharset    [test $REPLACE_MBSTATE_T = 1]
19 streq           [test $REPLACE_MBSTATE_T = 1]
20 unictype/ctype-alnum
21 assert-h
23 configure.ac:
24 AC_REQUIRE([gl_UCHAR_H])
25 dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
26 dnl determined.  It describes how mbrtoc32 is implemented.
27 AC_REQUIRE([gl_MBSTATE_T_BROKEN])
28 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
29 gl_UCHAR_MODULE_INDICATOR([c32isalnum])
31 Makefile.am:
32 lib_SOURCES += c32isalnum.c
34 Include:
35 <uchar.h>
37 Link:
38 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
39 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
41 License:
42 LGPLv2+
44 Maintainer:
45 Bruno Haible