1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/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
ctime.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
difftime.c
localtime.c
Makefile.inc
private.h
strftime.3
strftime.c
strptime.3
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
timelocal.h
tzfile.5
tzfile.h