Searched hist:122830 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrptime.cdiff 122830 Mon Nov 17 02:19:15 MST 2003 nectar 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.

Completed in 282 milliseconds