Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/vasprintf-posix @ 9449:a859a771e88a
Use GL_NOCRASH, to avoid a crashreporter dialog box from a configure check.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 04 Nov 2007 21:14:08 +0100 |
parents | ad275322f8f1 |
children | a113e473cc98 |
rev | line source |
---|---|
8341 | 1 Description: |
2 POSIX compatible vsprintf with automatic memory allocation. | |
3 | |
4 Files: | |
5 m4/vasprintf-posix.m4 | |
6 m4/printf.m4 | |
7 | |
8 Depends-on: | |
9 vasprintf | |
10 vasnprintf | |
11 isnan-nolibm | |
12 isnanl-nolibm | |
9442
ad275322f8f1
Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
Bruno Haible <bruno@clisp.org>
parents:
8919
diff
changeset
|
13 frexp-nolibm |
8832
1466c973f476
Add support for 'long double' number output.
Bruno Haible <bruno@clisp.org>
parents:
8655
diff
changeset
|
14 frexpl-nolibm |
8341 | 15 printf-frexp |
16 printf-frexpl | |
8655
9a272158fe43
Faster determination of the sign of a number.
Bruno Haible <bruno@clisp.org>
parents:
8531
diff
changeset
|
17 signbit |
8531 | 18 fpucw |
9449
a859a771e88a
Use GL_NOCRASH, to avoid a crashreporter dialog box from a configure check.
Bruno Haible <bruno@clisp.org>
parents:
9442
diff
changeset
|
19 nocrash |
8919
42e2847583f9
Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
Bruno Haible <bruno@clisp.org>
parents:
8832
diff
changeset
|
20 printf-safe |
8341 | 21 |
22 configure.ac: | |
23 gl_FUNC_VASPRINTF_POSIX | |
24 | |
25 Makefile.am: | |
26 | |
27 Include: | |
28 "vasprintf.h" | |
29 | |
30 License: | |
31 LGPL | |
32 | |
33 Maintainer: | |
34 Bruno Haible | |
35 |