summaryrefslogtreecommitdiffstats
path: root/libc/misc/time
Commit message (Expand)AuthorAgeFilesLines
...
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-2/+11
* make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabledPeter S. Mazinger2006-01-151-0/+4
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-23/+15
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-143-113/+134
* hide internal __time_tm/_time_tzinfo symbolsMike Frysinger2006-01-081-2/+2
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-1/+1
* Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, cha...Peter S. Mazinger2005-12-091-6/+10
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-1/+1
* Use internal versionsPeter S. Mazinger2005-12-082-2/+12
* Hide morePeter S. Mazinger2005-12-071-5/+7
* Hide strftime/strptime/wcsftime and make use of internalsPeter S. Mazinger2005-12-061-10/+23
* 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-032-10/+20
* 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 TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Remove duplicate ifdefsPeter S. Mazinger2005-11-041-2/+0
* Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger2005-11-041-3/+3
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-5/+2
* Enable IMAPeter S. Mazinger2005-11-031-2/+5
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-2/+8
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-2/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-64/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+69
* More IMA compilingPeter S. Mazinger2005-10-211-4/+4
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-12/+10
* 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
* 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