summaryrefslogtreecommitdiffstats
path: root/libc/misc/time
Commit message (Expand)AuthorAgeFilesLines
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-201-19/+24
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-10/+7
* - hide some time related relocsBernhard Reutner-Fischer2008-11-251-7/+10
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-202-21/+21
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-5/+5
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-2/+2
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - cast both times to double for consistencyBernhard Reutner-Fischer2008-09-251-1/+1
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-2/+4
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-011-2/+2
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* - fix warning about static not being at the beginning of a declBernhard Reutner-Fischer2008-05-211-1/+1
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-3/+3
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-2/+1
* - silence warningBernhard Reutner-Fischer2008-05-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-9/+9
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-121-2/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-50/+49
* I failed to check the patch adding support for the new (stupid) US 2007Eric Andersen2006-11-071-1/+3
* In bug 622, JohnAta writes:Eric Andersen2006-11-021-4/+38
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-2/+18
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+2
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-6/+0
* return NULL if year is too bigMike Frysinger2006-03-011-0/+12
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-50/+17
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-1325-0/+203
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-3/+3
* Some warnings go awayPeter S. Mazinger2006-01-271-4/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-161-1/+1
* 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