annotate modules/c-ctype @ 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 8812f453e378
children 1f14c6dd175d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4218
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Character handling in C locale.
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/c-ctype.h
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/c-ctype.c
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 stdbool
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 lib_SOURCES += c-ctype.h c-ctype.c
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 "c-ctype.h"
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4218
diff changeset
19 License:
9131
8812f453e378 Use the synonymous term LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents: 7651
diff changeset
20 LGPLv2+
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4218
diff changeset
21
4218
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Maintainer:
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Bruno Haible
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24