summaryrefslogtreecommitdiffstats
path: root/libc/misc/time/time.c
Commit message (Expand)AuthorAgeFilesLines
...
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-11/+2
* _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger2005-12-031-1/+0
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-9/+18
* Hide mostly used functionsPeter S. Mazinger2005-12-011-22/+21
* Hiding againPeter S. Mazinger2005-11-291-5/+13
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+3
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-9/+9
* Remove duplicate ifdefsPeter S. Mazinger2005-11-041-2/+0
* More IMA compilingPeter S. Mazinger2005-10-211-4/+4
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-4/+4
* Frank Mehnert writes:Mike Frysinger2005-08-261-1/+1
* 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
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-1/+1
* Peter S. Mazinger writes:Eric Andersen2004-10-191-1/+1
* 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-141-0/+32
* 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
* Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III2003-11-021-22/+65
* 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-011-72/+173
* Optionally support the struct tm extension fields.Manuel Novoa III2003-06-171-11/+39
* 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
* 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
* 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-171-0/+1864
* time() is implemented in syscalls.cEric Andersen2002-06-151-38/+0
* Add missing time()Eric Andersen2001-04-181-0/+38