freebsd-dev/lib/libc/stdtime
Jacques Vidrine c91e947dbd 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.
2003-11-17 04:19:15 +00:00
..
asctime.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
ctime.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
difftime.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
localtime.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
Makefile.inc
private.h
strftime.3 Mention in the BUGS section that strftime() does not handle multibyte 2003-01-04 09:47:40 +00:00
strftime.c
strptime.3 strptime(), like strftime(), does not handle multibyte characters 2003-01-04 09:50:04 +00:00
strptime.c Detect range errors when using the %s specifier. Previously, LONG_MAX 2003-11-17 04:19:15 +00:00
time2posix.3
time32.c
timelocal.c Fixes to locale code to properly use indirect pointers in order to prevent 2003-06-13 00:14:07 +00:00
timelocal.h
tzfile.5
tzfile.h