OSDN Git Service

test: disable librt shmtest on non-MMU systems
[uclinux-h8/uClibc.git] / include / time.h
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerprovide stime and settimeofday functions if at least...
2012-06-15 Peter S. Mazingertime.h: update and guard internals
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-10 Peter S. Mazingertime.c, time.h: remove unused hidden strftime/strptime
2009-09-26 Austin Foxleyinclude/: add tls errno and res_state
2008-12-31 Khem RajMerge some pre-work from branch, needed by NPTL.
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-25 Bernhard Reutner... - hide some time related relocs
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-09-11 Bernhard Reutner... - remove relocations for clock_getres
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-04-28 Denis VlasenkoExperimentally move libc_hidden_proto(time) to time.h.
2006-01-29 Mike Frysingerthe timer_* funcs have been implemented in librt so...
2006-01-23 Peter S. MazingerSync w/ glibc
2006-01-18 Peter S. MazingerRemove unused CLOCK_IDFIELD_SIZE, not in glibc
2006-01-05 "Steven J. Hill"Merge from branch.
2005-11-03 Peter S. MazingerSync headers w/ glibc
2005-04-28 Peter KjellerstedtAdded support for clock_getres() and clock_settime...
2004-10-07 Eric AndersenHide a bunch of unimplemented time function prototypes...
2004-05-08 Manuel Novoa III Change clock() to allow wrapping.
2003-11-02 Manuel Novoa III Hopefully fix the struct tm extension problem once...
2003-10-10 Eric AndersenWe do not provide gmtime(), so disable the prototype to
2003-09-06 Manuel Novoa III Don't install floating point related headers, and wrap...
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-17 Manuel Novoa III Optionally support the struct tm extension fields.
2002-06-17 Manuel Novoa III Commit the new time stuff, even though I haven't made...
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-02-15 Manuel Novoa III Handle definition of struct timespec.
2000-11-11 Eric AndersenFix up a few messes so it compiles cleanly again.
2000-05-14 Erik AndersenInitial revision