Eric Andersen 1f849b3def Add missing time() 23 éve
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 24 éve
Makefile 1f849b3def Add missing time() 23 éve
README 64bc641218 Initial revision 24 éve
adjtime.c 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 éve
asc_conv.c 086815d394 Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const. 23 éve
asctime.c c1fe19d4c1 Bug ugly formatting update 24 éve
asctime_r.c c1fe19d4c1 Bug ugly formatting update 24 éve
clock.c eafdf1b819 Reduce dependancies -- don't use sysconf() internal to libc. 23 éve
ctime.c c1fe19d4c1 Bug ugly formatting update 24 éve
ctime_r.c c1fe19d4c1 Bug ugly formatting update 24 éve
difftime.c e547d07a48 More cleanups. Fix things so tinylogin compiles. 23 éve
gmtime.c c1fe19d4c1 Bug ugly formatting update 24 éve
gmtime_r.c c1fe19d4c1 Bug ugly formatting update 24 éve
localtime.c c1fe19d4c1 Bug ugly formatting update 24 éve
localtime_r.c c1fe19d4c1 Bug ugly formatting update 24 éve
mktime.c bb4178a511 Fix up more leftovers resultant from fixing _LIBC 23 éve
strftime.c ab262188b0 More random fixes and additions. 24 éve
time.c 1f849b3def Add missing time() 23 éve
tm_conv.c a10cb1d4a3 Fix from Jon Nelson for error in timezone 23 éve
utimes.c 5606e4d6f9 More reorg. A place for everything and everything in its place... 24 éve

README

Copyright (C) 1996 Robert de Bath
This file is part of the Linux-8086 C library and is distributed
under the GNU Library General Public License.

There are two ways of converting the time_t to a struct tm, I'm not
quite sure which is better.

-Robert