Fix Bug #490; the status dialog no longer shows negative numbers when the number of calls > 2,147,483,648.
The fix required two changes. First, make eval_calls a 64-bit integer instead of a 32-bit integer. Second, change the code which displays eval_calls in the status dialog to properly render 64-bit numbers.