Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/xprintf-posix-tests @ 16498:e04c5a489c44
remainderf-ieee: Work around test failure on OSF/1.
* m4/remainderf-ieee.m4: New file.
* m4/remainderf.m4 (gl_FUNC_REMAINDERF): If gl_FUNC_REMAINDERF_IEEE is
present, test whether remainderf works with a zero second argument.
Replace it if not.
* lib/math.in.h (remainderf): Override if REPLACE_REMAINDERF is 1.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_REMAINDERF.
* modules/math (Makefile.am): Substitute REPLACE_REMAINDERF.
* modules/remainderf (configure.ac): Consider REPLACE_REMAINDERF.
(Depends-on): Update conditions.
* modules/remainderf-ieee (Files): Add m4/remainderf-ieee.m4.
(Depends-on): Add remainder-ieee.
(configure.ac): Invoke gl_FUNC_REMAINDERF_IEEE.
* doc/posix-functions/remainderf.texi: Mention the remainderf-ieee
module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 27 Feb 2012 19:33:31 +0100 |
parents | 328819af1c02 |
children |
rev | line source |
---|---|
9428
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-xprintf-posix.sh |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/test-xfprintf-posix.c |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/test-xprintf-posix.c |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 tests/test-fprintf-posix.h |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 tests/test-printf-posix.h |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 tests/test-printf-posix.output |
15595
328819af1c02
Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
8 tests/infinity.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9437
diff
changeset
|
9 tests/macros.h |
9428
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 Depends-on: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 stdint |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 progname |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 configure.ac: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 Makefile.am: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 TESTS += test-xprintf-posix.sh |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 check_PROGRAMS += test-xfprintf-posix test-xprintf-posix |
9437 | 20 test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@ |
21 test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@ |