summaryrefslogtreecommitdiff
path: root/libc/misc/time
AgeCommit message (Expand)Author
2014-11-19locale: Add wcsftime()Bernhard Reutner-Fischer
2013-11-06time.c: make ll_tzname* static againBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15time.c: fix a guard to avoid a warning about unused labelPeter S. Mazinger
2012-06-15resolv.c,time.c,_atexit.c: hide 3 locksPeter S. Mazinger
2012-06-15do not include xlocale.h, it is included by locale.h when neededPeter S. Mazinger
2012-03-26time.c: Readability improvements - no code changesDenys Vlasenko
2011-10-12libc: fix daylight saving time handlingGuillaume Bourcier
2011-03-10time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger
2011-03-10time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger
2011-03-03initialize 2 variables to get rid of compiler warningPeter S. Mazinger
2010-07-27Fix ctime() standard compliance bugDavid A Ramos
2010-04-29time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko
2010-04-29optional /etc/localtime supportDenys Vlasenko
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-02remove two checks for gettimeofday errorDenys Vlasenko
2010-01-09ctime: do not use static struct tm bufferDenys Vlasenko
2009-09-19remove a few more empty #if/#endif pairsDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-08time.c: style cleanup. no code changes (verified with objdump)Denys Vlasenko
2009-09-08simpler and shorter read_TZ_file() helperDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-12-20Deal with a few data fields which may be made constant.Denis Vlasenko
2008-11-26- revert 24148:24151Bernhard Reutner-Fischer
2008-11-25- hide some time related relocsBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-09-25- cast both times to double for consistencyBernhard Reutner-Fischer
2008-08-27- remove a couple of duplicate includesBernhard Reutner-Fischer
2008-06-04This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-01suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-21- fix warning about static not being at the beginning of a declBernhard Reutner-Fischer
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-05-20- silence warningBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-11-07I failed to check the patch adding support for the new (stupid) US 2007Eric Andersen
2006-11-02In bug 622, JohnAta writes:Eric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-03-23select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger