summaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Expand)Author
2005-04-28Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt
2004-10-07Hide a bunch of unimplemented time function prototypes, andEric Andersen
2004-05-08Change clock() to allow wrapping.Manuel Novoa III
2003-11-02Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III
2003-10-10We do not provide gmtime(), so disable the prototype toEric Andersen
2003-09-06Don't install floating point related headers, and wrap some previouslyManuel Novoa III
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-06-17Optionally support the struct tm extension fields.Manuel Novoa III
2002-06-17Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III
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