cex: provide the user with a means to change the timeout
commitc0258915474496874318f4767ba6ebcc1e9471f0
authorAkim Demaille <akim.demaille@gmail.com>
Tue, 13 Sep 2022 06:25:59 +0000 (13 08:25 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Fri, 16 Sep 2022 04:03:28 +0000 (16 06:03 +0200)
tree2ad0cb53bf1fd235e37d5f4991fba12ee52fa22b
parent15b97a0a6ab49a148cdfbe7d06d12b2624a33f97
cex: provide the user with a means to change the timeout

Reported by Frank Heckenbach.
https://lists.gnu.org/r/bug-bison/2022-07/msg00011.html

* bootstrap.conf: Use c_strtod, so that even in French locales "1.5"
is accepted, instead of "1,5".
* src/counterexample.c, src/state-item.c: Use xtime_t instead of
time_t, so that accuracy goes from seconds to nanoseconds.
( counterexample_init): Depend on cex.timeout rather than
$TIME_LIMIT.
* doc/bison.texi (%define Summary): Document cex.timeout.
NEWS
bootstrap.conf
doc/bison.texi
lib/.gitignore
m4/.gitignore
src/counterexample.c
src/muscle-tab.c
src/state-item.c
tests/conflicts.at