summaryrefslogtreecommitdiff
path: root/libc/misc/time
AgeCommit message (Expand)Author
2005-09-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2005-08-26Frank Mehnert writes:Mike Frysinger
2005-07-25Fix 2 bugs in strftime related to glibc struct tm extensions.Manuel Novoa III
2005-06-29tweak to get rid of warning when TZ is disabledMike Frysinger
2005-05-10Change strptime so that it only modifies struct tm fields specified.Manuel Novoa III
2005-04-28Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt
2005-01-25merge parallel build supportMike Frysinger
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-05-08Obligatory forgotten file...Manuel Novoa III
2004-05-08Change clock() to allow wrapping.Manuel Novoa III
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-14Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-14Fix some dst issues in _time_mktime().Manuel Novoa III
2003-11-16I forgot to update the thread locking in the last dst fix.Manuel Novoa III
2003-11-07Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>.Manuel Novoa III
2003-11-02Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen
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
2003-02-17Use a define for the path to /etc/TZDavid McCullough
2002-11-27Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-28Allow timezone info to be specified in a file... /etc/TZ. Turned on byManuel Novoa III
2002-08-12Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III
2002-08-03A couple of little cleanups I forgot to check in.Manuel Novoa III
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-06-18Add in thread locking for tzset() and associated data. Also, fix a bug soManuel Novoa III
2002-06-17Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III
2002-06-15time() is implemented in syscalls.cEric Andersen
2002-05-23Cleanup slightlyEric Andersen
2002-05-11Begin the process of reworking the time functions for properEric Andersen
2002-03-15Add strptime, and commonize some locale stringsEric Andersen
2002-02-05OOps.Eric Andersen
2002-02-02Add in a weak for __adjtimeEric Andersen
2002-01-09Fix duplicate of timezoneEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-20A few symbols needed for testingEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-09-06Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-04-18Add missing time()Eric Andersen
2001-04-06Fix up more leftovers resultant from fixing _LIBCEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-20Fix from Jon Nelson for error in timezoneEric Andersen