annotate modules/iswctype @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents 5c6bb8156fc6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14320
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 iswctype() function: test whether a wide character has a given property.
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Status:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 obsolete
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Notice:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 This module is obsolete.
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Files:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/iswctype.c
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 lib/iswctype-impl.h
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 m4/iswctype.m4
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Depends-on:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 wctype-h
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_FUNC_ISWCTYPE
15022
5c6bb8156fc6 iswctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14320
diff changeset
20 if test $HAVE_WCTYPE_T = 0; then
5c6bb8156fc6 iswctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14320
diff changeset
21 AC_LIBOBJ([iswctype])
5c6bb8156fc6 iswctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14320
diff changeset
22 fi
14320
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 gl_WCTYPE_MODULE_INDICATOR([iswctype])
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Makefile.am:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Include:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 <wctype.h>
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 License:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 LGPL
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 Maintainer:
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 Bruno Haible