Eric Andersen fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
..
.indent.pro c1fe19d4c1 Bug ugly formatting update vor 24 Jahren
Makefile fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
README 64bc641218 Initial revision vor 24 Jahren
__time_locale.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
__time_static.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
adjtime.c bf0b6b0938 OOps. vor 23 Jahren
asc_conv.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
asctime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
asctime_r.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
clock.c eafdf1b819 Reduce dependancies -- don't use sysconf() internal to libc. vor 24 Jahren
ctime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
ctime_r.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
difftime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
ftime.c becc149523 Patch from Andrew Ip <aip@cwlinux.com> to add ftime, vor 23 Jahren
gmtime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
gmtime_r.c c1fe19d4c1 Bug ugly formatting update vor 24 Jahren
localtime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
localtime_r.c 2512c84745 Update to accomodate the header file changes vor 23 Jahren
mktime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
strftime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
strptime.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
time.c 1f849b3def Add missing time() vor 23 Jahren
tm_conv.c fd15708e64 Begin the process of reworking the time functions for proper vor 22 Jahren
utimes.c 2512c84745 Update to accomodate the header file changes vor 23 Jahren

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