K 10 svn:author V 6 nectar K 8 svn:date V 27 2003-11-17T04:19:15.000000Z K 7 svn:log V 321 Detect range errors when using the %s specifier. Previously, LONG_MAX was rejected as a range error, while any values less than LONG_MIN were silently substituted with LONG_MIN. Furthermore, on some platforms `time_t' has less range than `long' (e.g. alpha), which may give incorrect results when parsing some strings. END