Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
4218 | 1 Description: |
2 Character handling in C locale. | |
3 | |
4 Files: | |
5 lib/c-ctype.h | |
6 lib/c-ctype.c | |
7 | |
8 Depends-on: | |
9 stdbool | |
10 | |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 lib_SOURCES += c-ctype.h c-ctype.c | |
15 | |
16 Include: | |
17 "c-ctype.h" | |
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 | 22 Maintainer: |
23 Bruno Haible | |
24 |