Age | Commit message (Expand) | Author |
2015-06-10 | strftime: comment on %0xY %+nY %-nY | Bernhard Reutner-Fischer |
2014-11-19 | locale: Add wcsftime() | Bernhard Reutner-Fischer |
2013-11-06 | time.c: make ll_tzname* static again | Bernhard Reutner-Fischer |
2013-02-05 | buildsys: switch libc to kbuild-style | Bernhard Reutner-Fischer |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | time.c: fix a guard to avoid a warning about unused label | Peter S. Mazinger |
2012-06-15 | resolv.c,time.c,_atexit.c: hide 3 locks | Peter S. Mazinger |
2012-06-15 | do not include xlocale.h, it is included by locale.h when needed | Peter S. Mazinger |
2012-03-26 | time.c: Readability improvements - no code changes | Denys Vlasenko |
2011-10-12 | libc: fix daylight saving time handling | Guillaume Bourcier |
2011-03-10 | time.c, time.h: remove unused hidden strftime/strptime | Peter S. Mazinger |
2011-03-10 | time.c, wchar.h: remove unused hidden wcsftime | Peter S. Mazinger |
2011-03-03 | initialize 2 variables to get rid of compiler warning | Peter S. Mazinger |
2010-07-27 | Fix ctime() standard compliance bug | David A Ramos |
2010-04-29 | time.c: fix unreadable code style: assignments within if(), misplaced comments | Denys Vlasenko |
2010-04-29 | optional /etc/localtime support | Denys Vlasenko |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-02 | remove two checks for gettimeofday error | Denys Vlasenko |
2010-01-09 | ctime: do not use static struct tm buffer | Denys Vlasenko |
2009-09-19 | remove a few more empty #if/#endif pairs | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-08 | time.c: style cleanup. no code changes (verified with objdump) | Denys Vlasenko |
2009-09-08 | simpler and shorter read_TZ_file() helper | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2008-12-20 | Deal with a few data fields which may be made constant. | Denis Vlasenko |
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer |
2008-11-25 | - hide some time related relocs | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-09-25 | - cast both times to double for consistency | Bernhard Reutner-Fischer |
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer |
2008-06-04 | This 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 features | Bernhard Reutner-Fischer |
2008-06-01 | suppress 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 decl | Bernhard Reutner-Fischer |
2008-05-20 | Introduce 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 warning | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-04-12 | Functions should be either exported in public .h files | Denis Vlasenko |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-11-07 | I failed to check the patch adding support for the new (stupid) US 2007 | Eric Andersen |
2006-11-02 | In bug 622, JohnAta writes: | Eric Andersen |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |