Age | Commit message (Expand) | Author |
2011-03-10 | _wctype.c, wctype.h: remove unused isw* and wctype_l hidden functions | Peter S. Mazinger |
2011-03-10 | time.c, wchar.h: remove unused hidden wcsftime | Peter S. Mazinger |
2011-03-09 | ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.h | Peter S. Mazinger |
2011-03-09 | fnmatch.c: use MB_CUR_MAX from stdlib.h included earlier | Peter S. Mazinger |
2011-03-09 | remove trailing ';' from _syscallX() | Peter S. Mazinger |
2011-03-07 | locale.c: export newlocale only if XLOCALE is defined | Peter S. Mazinger |
2011-03-07 | locale.c, locale.h: no need for hidden duplocale | Peter S. Mazinger |
2011-03-05 | Add support for DSBT ELF to ld.so | Mark Salter |
2011-03-03 | update some headers | Peter S. Mazinger |
2011-03-03 | initialize 2 variables to get rid of compiler warning | Peter S. Mazinger |
2011-03-03 | Correct ssp code | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-03-03 | syntax fixes | Peter S. Mazinger |
2011-02-22 | tempname: fix int precision warnings | Mike Frysinger |
2011-02-14 | regex: remove set but not used variable | Bernhard Reutner-Fischer |
2011-02-06 | fix a problem with hidden getutent in non-threaded builds | Denys Vlasenko |
2011-01-11 | syslog: fix 'everyone logs with user facility' | Roman I Khimov |
2010-11-28 | libc_utmp: Fix getutmp and getutmpx for x86_64 | Carmelo Amoroso |
2010-11-24 | wchar: bug #1471: fix cornercase in mbrtowc | Bernhard Reutner-Fischer |
2010-10-14 | parse_config: discard rest of incomplete line | Natanael Copa |
2010-10-14 | config parser: always initialize line pointer | Natanael Copa |
2010-10-14 | config parser: do not assume that realloc return same pointer | Natanael Copa |
2010-09-14 | misc: utmpx based logging support | Salvatore Cro |
2010-09-06 | misc: Fix build error about missing PAGE_SIZE | Abdoulaye Walsimou Gaye |
2010-08-19 | getserv: fix reading services lines w > 80 chars | Bernhard Reutner-Fischer |
2010-08-06 | config parser: fix memory corruption | Timo Teräs |
2010-08-05 | add config parser | Bernhard Reutner-Fischer |
2010-07-27 | silence warning about incompatible types with _dl_init_static_tls | Bernhard Reutner-Fischer |
2010-07-27 | Fix ctime() standard compliance bug | David A Ramos |
2010-07-06 | Revert "don't make __errno_location / __h_errno_location hidden" | Austin Foxley |
2010-07-05 | don't make __errno_location / __h_errno_location hidden | Peter Korsgaard |
2010-06-30 | more workarounds for GCC PR32219 | Timo Teräs |
2010-06-30 | nptl/errno: Use a separate __errno_location for libpthread. | Khem Raj |
2010-06-17 | libc: Fix non-NPTL threads build | Carmelo Amoroso |
2010-06-11 | hcreate_r: silence warning in helper func | Bernhard Reutner-Fischer |
2010-06-11 | wordexp: silence warning | Bernhard Reutner-Fischer |
2010-05-17 | static build: define pthreads wrappers only for threaded builds | Timo Teräs |
2010-05-17 | some (all?) archs don't define asm, so use builtin __asm__ | Austin Foxley |
2010-05-17 | workaround GCC PR32219 | Denys Vlasenko |
2010-05-07 | static build: fix internal locking weaks to get pulled in always | Timo Teras |
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-04-27 | libc/regex: fix internal_function declarations | Roman I Khimov |
2010-04-25 | libc: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
2010-04-22 | nptl: fix libc internal, dynamically enabled locking | Timo Teräs |
2010-04-16 | libc: remove libc weak __pthreads_* wrappers | Timo Teras |
2010-04-12 | libc_regex: __libc_lock primitives are actually available on uClibc | Carmelo Amoroso |
2010-04-06 | Merge commit 'origin/master' into nptl | Austin Foxley |