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

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