Mercurial > hg > octave-kai > gnulib-hg
annotate modules/vasnprintf-posix @ 8531:52719799a90e
New module 'fpucw'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 25 Mar 2007 02:29:46 +0000 |
parents | 2c9de3b6ba5b |
children | 9a272158fe43 |
rev | line source |
---|---|
8335 | 1 Description: |
2 POSIX compatible vsprintf with automatic memory allocation and bounded output | |
3 size. | |
4 | |
5 Files: | |
6 m4/vasnprintf-posix.m4 | |
7 m4/printf.m4 | |
8 | |
9 Depends-on: | |
10 vasnprintf | |
11 isnan-nolibm | |
12 isnanl-nolibm | |
13 printf-frexp | |
14 printf-frexpl | |
8531 | 15 fpucw |
8335 | 16 |
17 configure.ac: | |
18 gl_FUNC_VASNPRINTF_POSIX | |
19 | |
20 Makefile.am: | |
21 | |
22 Include: | |
23 "vasnprintf.h" | |
24 | |
25 License: | |
26 LGPL | |
27 | |
28 Maintainer: | |
29 Bruno Haible | |
30 |