annotate modules/yesno-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 928411ca75b9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9157
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
2 tests/test-yesno.c
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
3 tests/test-yesno.sh
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5 Depends-on:
16183
928411ca75b9 maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
Jim Meyering <meyering@redhat.com>
parents: 14821
diff changeset
6 binary-io
9157
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
7 closein
16183
928411ca75b9 maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
Jim Meyering <meyering@redhat.com>
parents: 14821
diff changeset
8 test-framework-sh
9157
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10 configure.ac:
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 Makefile.am:
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13 TESTS += test-yesno.sh
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 check_PROGRAMS += test-yesno
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
15 test_yesno_LDADD = $(LDADD) @LIBINTL@