model-checker: Add more progress functions.
authorBen Pfaff <blp@gnu.org>
Tue, 5 May 2009 05:20:42 +0000 (22:20 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:06 +0000 (21:11 -0700)
commit72f4ef01cee853fd8e5bca96afad06397326ec76
treef435b908efea3943ea8c2ad4de9008d2db99d7a9
parentab75250c871e5947eed7e3454bdd806ba030e9fd
model-checker: Add more progress functions.

The model checker supports "progress functions" that report the current
status of the model checking run.  Until now the implementation only
exported a single progress function that printed a line of dots across
stderr.  This commit moves the "fancy" progress function that was
previously part of the PSPP language code into the model checker itself
and adds an even more verbose progress function as well.
src/language/tests/check-model.q
src/libpspp/model-checker.c
src/libpspp/model-checker.h