summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2012-06-15_hsearch_r.c: use stdlib.h instead of malloc.h for callocPeter S. Mazinger
2012-06-15fnmatch: replace __memset and __memcmpPeter S. Mazinger
2012-06-15locale.c, uClibc_locale.h: provide hidden __curlocale[_set]Peter S. Mazinger
2012-06-15err.c: add attribute_noreturn to static functionsPeter S. Mazinger
2012-06-15err.c, err.h: no need for hidden functionsPeter S. Mazinger
2012-06-15tsd.c: fix commentPeter S. Mazinger
2012-06-15alphasort*.c: use strcoll instead of strcmp to support localesPeter S. Mazinger
2012-06-15scandir,readdir[_t]: use one common source for X() and X64()Peter S. Mazinger
2012-06-15versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64Peter S. Mazinger
2012-06-15move __getdents[64] prototypes to dirent.hPeter S. Mazinger
2012-06-15dirstream.h: remove unused constantsPeter S. Mazinger
2012-06-15make __uClibc_fini() hiddenPeter S. Mazinger
2012-06-15no need for hidden lockf64Peter S. Mazinger
2012-06-15utent.c, wtent.c: move functions from utxent.cPeter S. Mazinger
2012-06-15utent.c: go back to use static __X() functions without size increasePeter S. Mazinger
2012-06-15regex_old.c: remove unneeded guardPeter S. Mazinger
2012-06-15obstack.c: use libintl.hPeter S. Mazinger
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