summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2012-06-15parser_config.[ch]: remove duplicated hidden functionsPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include xlocale.h, it is included by locale.h when neededPeter S. Mazinger
2012-06-15wordexp.c, sysconf.c: include ctype.h for isspacePeter S. Mazinger
2012-05-18ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_mainFilippo Arcidiacono
2012-04-17locale: avoid segfault freelocale()Bernhard Reutner-Fischer
2012-04-17wchar: Fix BOM emitting in iconv_open()Ed W
2012-04-17ipc: eventually use stat64 in ftok()Bernhard Reutner-Fischer
2012-04-17parse_config: tweak indentationBernhard Reutner-Fischer
2012-04-08regex: silence set-but-unused warningsMike Frysinger
2012-03-26time.c: Readability improvements - no code changesDenys Vlasenko
2011-12-03getutid: add a hidden defMike Frysinger
2011-11-17misc: hide __gen_tempnameBernhard Reutner-Fischer
2011-11-17regex_old: make some internal helpers staticBernhard Reutner-Fischer
2011-10-12libc: fix daylight saving time handlingGuillaume Bourcier
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-24fts: fix warning due to old-style function definitionCarmelo Amoroso
2011-05-12wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-04-20Added fts support for traversing UNIX file hierarchies.Salvatore Cro
2011-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
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-21Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-11syslog: fix 'everyone logs with user facility'Roman I Khimov
2010-11-28Merge commit 'origin/master' into prelinkCarmelo Amoroso
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-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono