Age | Commit message (Expand) | Author |
2012-06-15 | dl-iterate-phdr.c: no need for visible __dl_iterate_phdr, make it static | Peter S. Mazinger |
2012-06-15 | adapt regex to new regex.h | Peter S. Mazinger |
2012-06-15 | ftw.c: errno.h has to be included before undefining _LIBC | Peter S. Mazinger |
2012-06-15 | regex_old.c: adapt to new regex.h | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: do not include unused headers | Peter S. Mazinger |
2012-06-15 | iconv: Do not include __iconv_codesets into iconv utility | Peter S. Mazinger |
2012-06-15 | errno and *_init cleanup | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: make __uClibc_init hidden | Peter S. Mazinger |
2012-06-15 | getttyent.c: include stdio_ext.h only when needed | Peter S. Mazinger |
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 | _hsearch_r.c: use stdlib.h instead of malloc.h for calloc | Peter S. Mazinger |
2012-06-15 | fnmatch: replace __memset and __memcmp | Peter S. Mazinger |
2012-06-15 | locale.c, uClibc_locale.h: provide hidden __curlocale[_set] | Peter S. Mazinger |
2012-06-15 | err.c: add attribute_noreturn to static functions | Peter S. Mazinger |
2012-06-15 | err.c, err.h: no need for hidden functions | Peter S. Mazinger |
2012-06-15 | tsd.c: fix comment | Peter S. Mazinger |
2012-06-15 | alphasort*.c: use strcoll instead of strcmp to support locales | Peter S. Mazinger |
2012-06-15 | scandir,readdir[_t]: use one common source for X() and X64() | Peter S. Mazinger |
2012-06-15 | versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64 | Peter S. Mazinger |
2012-06-15 | move __getdents[64] prototypes to dirent.h | Peter S. Mazinger |
2012-06-15 | dirstream.h: remove unused constants | Peter S. Mazinger |
2012-06-15 | make __uClibc_fini() hidden | Peter S. Mazinger |
2012-06-15 | no need for hidden lockf64 | Peter S. Mazinger |
2012-06-15 | utent.c, wtent.c: move functions from utxent.c | Peter S. Mazinger |
2012-06-15 | utent.c: go back to use static __X() functions without size increase | Peter S. Mazinger |
2012-06-15 | regex_old.c: remove unneeded guard | Peter S. Mazinger |
2012-06-15 | obstack.c: use libintl.h | Peter S. Mazinger |
2012-06-15 | parser_config.[ch]: remove duplicated hidden functions | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | do not include xlocale.h, it is included by locale.h when needed | Peter S. Mazinger |
2012-06-15 | wordexp.c, sysconf.c: include ctype.h for isspace | Peter S. Mazinger |
2012-05-18 | ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_main | Filippo Arcidiacono |
2012-04-17 | locale: avoid segfault freelocale() | Bernhard Reutner-Fischer |
2012-04-17 | wchar: Fix BOM emitting in iconv_open() | Ed W |
2012-04-17 | ipc: eventually use stat64 in ftok() | Bernhard Reutner-Fischer |
2012-04-17 | parse_config: tweak indentation | Bernhard Reutner-Fischer |
2012-04-08 | regex: silence set-but-unused warnings | Mike Frysinger |
2012-03-26 | time.c: Readability improvements - no code changes | Denys Vlasenko |
2011-12-03 | getutid: add a hidden def | Mike Frysinger |
2011-11-17 | misc: hide __gen_tempname | Bernhard Reutner-Fischer |
2011-11-17 | regex_old: make some internal helpers static | Bernhard Reutner-Fischer |
2011-10-12 | libc: fix daylight saving time handling | Guillaume Bourcier |
2011-06-24 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-06-24 | fts: fix warning due to old-style function definition | Carmelo Amoroso |
2011-05-12 | wordexp: fix mishandled return value of pipe call | Bernhard Reutner-Fischer |
2011-05-04 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-04-20 | Added fts support for traversing UNIX file hierarchies. | Salvatore Cro |
2011-04-06 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |