Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/isinf @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | 0e4f31ef0033 |
children |
rev | line source |
---|---|
10287 | 1 Description: |
2 isinf macro: test for positive or negative infinity | |
3 | |
4 Files: | |
5 lib/isinf.c | |
6 m4/isinf.m4 | |
7 m4/check-math-lib.m4 | |
8 | |
9 Depends-on: | |
10 math | |
11 extensions | |
14683
efab6978105e
Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
13641
diff
changeset
|
12 float [test $REPLACE_ISINF = 1] |
10287 | 13 |
14 configure.ac: | |
15 gl_ISINF | |
14991
0e4f31ef0033
isinf: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14683
diff
changeset
|
16 if test $REPLACE_ISINF = 1; then |
0e4f31ef0033
isinf: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14683
diff
changeset
|
17 AC_LIBOBJ([isinf]) |
0e4f31ef0033
isinf: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14683
diff
changeset
|
18 fi |
10287 | 19 gl_MATH_MODULE_INDICATOR([isinf]) |
20 | |
21 Makefile.am: | |
22 | |
23 Include: | |
24 <math.h> | |
25 | |
26 License: | |
13641
6def7a7d2644
isinf, isnan: Relax license.
Bruno Haible <bruno@clisp.org>
parents:
10287
diff
changeset
|
27 LGPL |
10287 | 28 |
29 Maintainer: | |
30 Ben Pfaff |