OSDN Git Service

More IMA compiling
[uclinux-h8/uClibc.git] / libc / misc / time / time.c
2005-10-21 Peter S. MazingerMore IMA compiling
2005-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2005-08-26 Mike FrysingerFrank Mehnert writes:
2005-07-25 Manuel Novoa III Fix 2 bugs in strftime related to glibc struct tm exten...
2005-06-29 Mike Frysingertweak to get rid of warning when TZ is disabled
2005-05-10 Manuel Novoa III Change strptime so that it only modifies struct tm...
2004-10-31 Manuel Novoa III Revert Peter's __lib_gettimeofday patch. There's the...
2004-10-19 Eric AndersenPeter S. Mazinger writes:
2004-05-08 Manuel Novoa III Change clock() to allow wrapping.
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2004-01-14 Manuel Novoa III Add a dummy (always fails) wcsftime. This is needed...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-12-14 Manuel Novoa III Fix some dst issues in _time_mktime().
2003-11-16 Manuel Novoa III I forgot to update the thread locking in the last dst...
2003-11-02 Manuel Novoa III Hopefully fix the struct tm extension problem once...
2003-10-08 Eric AndersenApply a trivial patch that doesn't change anything...
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.
2003-02-17 David McCulloughUse a define for the path to /etc/TZ
2002-11-27 Manuel Novoa III Fix bug in setting daylight and timezone when no (valid...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-10-28 Manuel Novoa III Allow timezone info to be specified in a file... /etc...
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-07-15 Manuel Novoa III Clean up CLK_TCK situation. clock() and sysconf()...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-18 Manuel Novoa III Add in thread locking for tzset() and associated data...
2002-06-17 Manuel Novoa III Commit the new time stuff, even though I haven't made...
2002-06-15 Eric Andersentime() is implemented in syscalls.c
2001-04-18 Eric AndersenAdd missing time()