OSDN Git Service

Begin the process of reworking the time functions for proper
authorEric Andersen <andersen@codepoet.org>
Sat, 11 May 2002 05:40:55 +0000 (05:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 11 May 2002 05:40:55 +0000 (05:40 -0000)
commitfd15708e6476164990e7b364dc5b2aa1600f8e89
tree7627bd8a8c546f2fafd99fb52c1f96fdf4b242ce
parenta4f07581502ee212aa45e7b0049fdd126dd10b40
Begin the process of reworking the time functions for proper
time zone and locale support (in theory).  More work is
still needed.
 -Erik
15 files changed:
libc/misc/time/Makefile
libc/misc/time/__time_locale.c
libc/misc/time/__time_static.c [new file with mode: 0644]
libc/misc/time/asc_conv.c
libc/misc/time/asctime.c
libc/misc/time/asctime_r.c
libc/misc/time/ctime.c
libc/misc/time/ctime_r.c
libc/misc/time/difftime.c
libc/misc/time/gmtime.c
libc/misc/time/localtime.c
libc/misc/time/mktime.c
libc/misc/time/strftime.c
libc/misc/time/strptime.c
libc/misc/time/tm_conv.c