summaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Expand)Author
2009-09-26include/: add tls errno and res_stateAustin Foxley
2008-12-31Merge some pre-work from branch, needed by NPTL.Khem Raj
2008-11-26- revert 24148:24151Bernhard Reutner-Fischer
2008-11-25- hide some time related relocsBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-09-11- remove relocations for clock_getresBernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2006-01-29the timer_* funcs have been implemented in librt so enable their prototypesMike Frysinger
2006-01-23Sync w/ glibcPeter S. Mazinger
2006-01-18Remove unused CLOCK_IDFIELD_SIZE, not in glibcPeter S. Mazinger
2006-01-05Merge from branch."Steven J. Hill"
2005-11-03Sync headers w/ glibcPeter S. Mazinger
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