annotate modules/modf-tests @ 40231:9b3c79fdfe0b

strtod: fix clash with strtold Problem reported for RHEL 5 by Jesse Caldwell (Bug#34817). * lib/strtod.c (compute_minus_zero, minus_zero): Simplify by remving the macro / external variable, and having just a function. User changed. This avoids the need for an external variable that might clash.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 11 Mar 2019 16:40:29 -0700
parents 3f4104450577
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12801
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-modf.c
16562
3f4104450577 modf* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 12801
diff changeset
3 tests/test-modf.h
12801
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/signature.h
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/macros.h
16562
3f4104450577 modf* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 12801
diff changeset
6 tests/randomd.c
12801
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 TESTS += test-modf
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 check_PROGRAMS += test-modf
16562
3f4104450577 modf* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 12801
diff changeset
15 test_modf_SOURCES = test-modf.c randomd.c
12801
b1975d683b36 Tests for module 'modf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 test_modf_LDADD = $(LDADD) @MODF_LIBM@