summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2011-05-12wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer
2011-04-20Added fts support for traversing UNIX file hierarchies.Salvatore Cro
2011-03-10time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger
2011-03-10ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger
2011-03-10_wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger
2011-03-10time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger
2011-03-09regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger
2011-03-09fnmatch.c: use MB_CUR_MAX from stdlib.h included earlierPeter S. Mazinger
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-07locale.c: export newlocale only if XLOCALE is definedPeter S. Mazinger
2011-03-07locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-03-03update some headersPeter S. Mazinger
2011-03-03initialize 2 variables to get rid of compiler warningPeter S. Mazinger
2011-03-03Correct ssp codePeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03syntax fixesPeter S. Mazinger
2011-02-22tempname: fix int precision warningsMike Frysinger
2011-02-14regex: remove set but not used variableBernhard Reutner-Fischer
2011-02-06fix a problem with hidden getutent in non-threaded buildsDenys Vlasenko
2011-01-11syslog: fix 'everyone logs with user facility'Roman I Khimov
2010-11-28libc_utmp: Fix getutmp and getutmpx for x86_64Carmelo Amoroso
2010-11-24wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer
2010-10-14parse_config: discard rest of incomplete lineNatanael Copa
2010-10-14config parser: always initialize line pointerNatanael Copa
2010-10-14config parser: do not assume that realloc return same pointerNatanael Copa
2010-09-14misc: utmpx based logging supportSalvatore Cro
2010-09-06misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye
2010-08-19getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer
2010-08-06config parser: fix memory corruptionTimo Teräs
2010-08-05add config parserBernhard Reutner-Fischer
2010-07-27silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer
2010-07-27Fix ctime() standard compliance bugDavid A Ramos
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2010-06-30more workarounds for GCC PR32219Timo Teräs
2010-06-30nptl/errno: Use a separate __errno_location for libpthread.Khem Raj
2010-06-17libc: Fix non-NPTL threads buildCarmelo Amoroso
2010-06-11hcreate_r: silence warning in helper funcBernhard Reutner-Fischer
2010-06-11wordexp: silence warningBernhard Reutner-Fischer
2010-05-17static build: define pthreads wrappers only for threaded buildsTimo Teräs
2010-05-17some (all?) archs don't define asm, so use builtin __asm__Austin Foxley
2010-05-17workaround GCC PR32219Denys Vlasenko
2010-05-07static build: fix internal locking weaks to get pulled in alwaysTimo Teras
2010-04-29time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko
2010-04-29optional /etc/localtime supportDenys Vlasenko
2010-04-27libc/regex: fix internal_function declarationsRoman I Khimov
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso