| Commit message (Expand) | Author | Age | Files | Lines |
* | time: fix parsing of tzdata files where off_t is 64-bit | William Pitcock | 2011-12-23 | 1 | -1/+1 |
* | time.c, time.h: remove unused hidden strftime/strptime | Peter S. Mazinger | 2011-03-10 | 1 | -6/+6 |
* | time.c, wchar.h: remove unused hidden wcsftime | Peter S. Mazinger | 2011-03-10 | 1 | -3/+3 |
* | initialize 2 variables to get rid of compiler warning | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
* | Fix ctime() standard compliance bug | David A Ramos | 2010-07-27 | 1 | -0/+1 |
* | time.c: fix unreadable code style: assignments within if(), misplaced comments | Denys Vlasenko | 2010-04-29 | 1 | -35/+48 |
* | optional /etc/localtime support | Denys Vlasenko | 2010-04-29 | 1 | -3/+41 |
* | ctime: do not use static struct tm buffer | Denys Vlasenko | 2010-01-21 | 1 | -3/+17 |
* | remove a few more empty #if/#endif pairs | Denys Vlasenko | 2009-09-19 | 1 | -2/+1 |
* | time.c: style cleanup. no code changes (verified with objdump) | Denys Vlasenko | 2009-09-08 | 1 | -89/+37 |
* | simpler and shorter read_TZ_file() helper | Denys Vlasenko | 2009-09-08 | 1 | -10/+23 |
* | Deal with a few data fields which may be made constant. | Denis Vlasenko | 2008-12-20 | 1 | -19/+24 |
* | - revert 24148:24151 | Bernhard Reutner-Fischer | 2008-11-26 | 1 | -10/+7 |
* | - hide some time related relocs | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -7/+10 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -20/+20 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -4/+4 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -2/+2 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | - cast both times to double for consistency | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | 2008-08-27 | 1 | -1/+0 |
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 1 | -1/+0 |
* | suppress a few "might be used uninitialized" warnings. No code growth. | Denis Vlasenko | 2008-06-01 | 1 | -2/+2 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | - fix warning about static not being at the beginning of a decl | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -1/+1 |
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 1 | -3/+3 |
* | - silence warning | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -1/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -9/+9 |
* | Functions should be either exported in public .h files | Denis Vlasenko | 2008-04-12 | 1 | -2/+1 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -50/+49 |
* | I failed to check the patch adding support for the new (stupid) US 2007 | Eric Andersen | 2006-11-07 | 1 | -1/+3 |
* | In bug 622, JohnAta writes: | Eric Andersen | 2006-11-02 | 1 | -4/+38 |
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger | 2006-03-23 | 1 | -2/+18 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 1 | -1/+2 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -6/+0 |
* | return NULL if year is too big | Mike Frysinger | 2006-03-01 | 1 | -0/+12 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -3/+3 |
* | Some warnings go away | Peter S. Mazinger | 2006-01-27 | 1 | -4/+4 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ... | Peter S. Mazinger | 2006-01-16 | 1 | -1/+1 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -2/+11 |
* | make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled | Peter S. Mazinger | 2006-01-15 | 1 | -0/+4 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -23/+15 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -110/+125 |
* | hide internal __time_tm/_time_tzinfo symbols | Mike Frysinger | 2006-01-08 | 1 | -2/+2 |
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, cha... | Peter S. Mazinger | 2005-12-09 | 1 | -6/+10 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -2/+10 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -5/+7 |