freebsd-dev/lib/libc/stdtime
Peter Wemm b331ec93c0 Fix a nasty bug exposed by mktime() when time_t is significantly bigger
than 32 bits.  It was trying to figure out things like the day of week
of when time_t is roughly 2^62 etc.  Make a better guess for the starting
point for the binary search that works on both 32 and 64 bit types.  I have
been using this for a while now.
2002-09-03 04:34:10 +00:00
..
asctime.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ctime.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
difftime.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
localtime.c Fix a nasty bug exposed by mktime() when time_t is significantly bigger 2002-09-03 04:34:10 +00:00
Makefile.inc Add routines to convert time_t to/from fixed-bit fields. These routines 2001-10-28 19:54:49 +00:00
private.h Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
strftime.3 Use one line for each function argument to keep the line 2002-08-15 18:57:57 +00:00
strftime.c - Add the 'restrict' qualifier to the function definition of 2002-08-14 23:20:48 +00:00
strptime.3 Use one line for each function argument to keep the line 2002-08-15 18:57:57 +00:00
strptime.c - Add the C99 'restrict' qualifier using the '__restrict' macro to 2002-08-14 22:36:22 +00:00
time2posix.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
time32.c Move dillon's time conversion functions to a new header <timeconv.h>. 2002-06-17 01:42:33 +00:00
timelocal.c Style fixes 2002-08-07 16:49:20 +00:00
timelocal.h * style(9)'fy 2002-01-24 15:07:44 +00:00
tzfile.5 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
tzfile.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00