summaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Collapse)Author
2003-06-17Optionally support the struct tm extension fields.Manuel Novoa III
Add a few misc functions mentioned in time.h. Revert davidm's change regarding using a define for the "/etc/TZ" path, as this is eventually meant to be a configurable extension and not unconditionally supported.
2002-06-17Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III
At least people can play with it. Also, fix a buglet in setenv.c.
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-02-15Handle definition of struct timespec.Manuel Novoa III
2000-11-11Fix up a few messes so it compiles cleanly again.Eric Andersen
2000-05-14Initial revisionErik Andersen