summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer2011-05-121-7/+18
* Added fts support for traversing UNIX file hierarchies.Salvatore Cro2011-04-204-0/+1183
* time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger2011-03-101-6/+6
* ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger2011-03-101-4/+0
* _wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger2011-03-101-7/+16
* time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger2011-03-101-3/+3
* ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-091-1/+0
* regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger2011-03-091-4/+0
* fnmatch.c: use MB_CUR_MAX from stdlib.h included earlierPeter S. Mazinger2011-03-091-5/+0
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-093-3/+3
* locale.c: export newlocale only if XLOCALE is definedPeter S. Mazinger2011-03-071-0/+2
* locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger2011-03-071-1/+0
* Add support for DSBT ELF to ld.soMark Salter2011-03-051-1/+3
* update some headersPeter S. Mazinger2011-03-031-0/+1
* initialize 2 variables to get rid of compiler warningPeter S. Mazinger2011-03-031-1/+1
* Correct ssp codePeter S. Mazinger2011-03-031-18/+7
* add missing prototypesPeter S. Mazinger2011-03-031-2/+5
* add missing prototypesPeter S. Mazinger2011-03-031-0/+1
* syntax fixesPeter S. Mazinger2011-03-031-2/+2
* tempname: fix int precision warningsMike Frysinger2011-02-221-1/+4
* regex: remove set but not used variableBernhard Reutner-Fischer2011-02-141-3/+1
* fix a problem with hidden getutent in non-threaded buildsDenys Vlasenko2011-02-061-1/+1
* syslog: fix 'everyone logs with user facility'Roman I Khimov2011-01-111-1/+1
* libc_utmp: Fix getutmp and getutmpx for x86_64Carmelo Amoroso2010-11-281-2/+4
* wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer2010-11-241-0/+2
* parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
* config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
* config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
* misc: utmpx based logging supportSalvatore Cro2010-09-144-0/+115
* misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye2010-09-061-0/+1
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-191-4/+7
* config parser: fix memory corruptionTimo Teräs2010-08-061-2/+2
* add config parserBernhard Reutner-Fischer2010-08-052-3/+273
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-271-1/+1
* Fix ctime() standard compliance bugDavid A Ramos2010-07-271-0/+1
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-062-0/+4
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-052-4/+0
* more workarounds for GCC PR32219Timo Teräs2010-06-301-2/+2
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-301-1/+5
* libc: Fix non-NPTL threads buildCarmelo Amoroso2010-06-171-1/+3
* hcreate_r: silence warning in helper funcBernhard Reutner-Fischer2010-06-111-4/+4
* wordexp: silence warningBernhard Reutner-Fischer2010-06-111-1/+2
* static build: define pthreads wrappers only for threaded buildsTimo Teräs2010-05-171-0/+2
* some (all?) archs don't define asm, so use builtin __asm__Austin Foxley2010-05-171-1/+1
* workaround GCC PR32219Denys Vlasenko2010-05-171-2/+13
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-073-41/+35
* time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko2010-04-291-35/+48
* optional /etc/localtime supportDenys Vlasenko2010-04-291-3/+41
* libc/regex: fix internal_function declarationsRoman I Khimov2010-04-271-5/+5
* libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-251-57/+27