summaryrefslogtreecommitdiffstats
path: root/libc/misc/time
Commit message (Expand)AuthorAgeFilesLines
* doh! wrong branch0_9_28Eric Andersen2007-01-291-40/+4
* Fix compile error when locale is enabledEric Andersen2007-01-291-4/+40
* Fix 2 bugs in strftime related to glibc struct tm extensions.Manuel Novoa III2005-07-251-1/+24
* tweak to get rid of warning when TZ is disabledMike Frysinger2005-06-291-0/+2
* Change strptime so that it only modifies struct tm fields specified.Manuel Novoa III2005-05-101-1/+3
* Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt2005-04-282-41/+1
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-313-3/+3
* Peter S. Mazinger writes:Eric Andersen2004-10-193-3/+3
* Obligatory forgotten file...Manuel Novoa III2004-05-081-1/+2
* Change clock() to allow wrapping.Manuel Novoa III2004-05-081-86/+145
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-1/+1
* Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III2004-01-142-0/+36
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Fix some dst issues in _time_mktime().Manuel Novoa III2003-12-141-5/+12
* I forgot to update the thread locking in the last dst fix.Manuel Novoa III2003-11-161-2/+4
* Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>.Manuel Novoa III2003-11-072-1/+41
* Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III2003-11-021-22/+65
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen2003-10-081-1/+1
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-2/+6
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-012-73/+185
* Optionally support the struct tm extension fields.Manuel Novoa III2003-06-172-12/+40
* Use a define for the path to /etc/TZDavid McCullough2003-02-171-1/+2
* Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III2002-11-271-3/+5
* Ok... here's the summary:Manuel Novoa III2002-11-221-0/+7
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Allow timezone info to be specified in a file... /etc/TZ. Turned on byManuel Novoa III2002-10-281-3/+132
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-2/+3
* A couple of little cleanups I forgot to check in.Manuel Novoa III2002-08-031-1/+1
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-13/+18
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-4/+1
* Add in thread locking for tzset() and associated data. Also, fix a bug soManuel Novoa III2002-06-181-5/+42
* Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III2002-06-1721-2203/+1879
* time() is implemented in syscalls.cEric Andersen2002-06-152-39/+1
* Cleanup slightlyEric Andersen2002-05-231-8/+10
* Begin the process of reworking the time functions for properEric Andersen2002-05-1115-410/+432
* Add strptime, and commonize some locale stringsEric Andersen2002-03-155-20/+1010
* OOps.Eric Andersen2002-02-051-1/+0
* Add in a weak for __adjtimeEric Andersen2002-02-021-0/+2
* Fix duplicate of timezoneEric Andersen2002-01-091-4/+0
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* A few symbols needed for testingEric Andersen2001-11-202-2/+9
* Update to accomodate the header file changesEric Andersen2001-09-275-2/+7
* Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen2001-09-062-1/+37
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Add missing time()Eric Andersen2001-04-182-1/+39
* Fix up more leftovers resultant from fixing _LIBCEric Andersen2001-04-061-2/+39
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
* Fix from Jon Nelson for error in timezoneEric Andersen2001-03-201-1/+1