annotate modules/wctype @ 16749:2c1499f688aa

logf-ieee: Fix test whether logf works. * m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author Bruno Haible <bruno@clisp.org>
date Sun, 01 Apr 2012 19:31:01 +0200
parents e657c0244ac1
children 1f14c6dd175d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7733
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 Description:
14319
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
2 wctype() function: get descriptor for a wide character property.
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
3
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
4 Status:
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
5 obsolete
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
6
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
7 Notice:
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
8 This module is obsolete.
7733
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
9
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
10 Files:
14319
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
11 lib/wctype.c
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
12 lib/wctype-impl.h
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
13 m4/wctype.m4
7733
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
14
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
15 Depends-on:
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents: 14273
diff changeset
16 wctype-h
15166
e657c0244ac1 wctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
17 iswblank [test $HAVE_WCTYPE = 0]
7733
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
18
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
19 configure.ac:
14319
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
20 gl_FUNC_WCTYPE
15166
e657c0244ac1 wctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
21 if test $HAVE_WCTYPE = 0; then
e657c0244ac1 wctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
22 AC_LIBOBJ([wctype])
e657c0244ac1 wctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
23 fi
14319
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
24 gl_WCTYPE_MODULE_INDICATOR([wctype])
7733
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
25
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
26 Makefile.am:
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
27
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
28 Include:
12008
18ea6ab4e81d maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents: 11868
diff changeset
29 <wctype.h>
7733
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
30
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
31 License:
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents: 14273
diff changeset
32 LGPL
7733
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
33
9d60f39f35c1 * MODULES.html.sh: New module wctype.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
34 Maintainer:
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents: 14273
diff changeset
35 Bruno Haible