summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-04-20Added fts support for traversing UNIX file hierarchies.Salvatore Cro
2011-03-10wctype.h: fix libc_hidden_proto for iswupper and add it for iswspacePeter S. Mazinger
2011-03-10add libc_hidden_proto for wcs[n]casecmp_lPeter S. Mazinger
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-09remove unused hidden functionsPeter S. Mazinger
2011-03-09memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger
2011-03-09wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger
2011-03-09stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger
2011-03-09arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger
2011-03-09stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.hPeter S. Mazinger
2011-03-09move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger
2011-03-09disable _POSIX2_LOCALEDEFPeter S. Mazinger
2011-03-09guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger
2011-03-08resolv.h: disable unneeded prototypesPeter S. Mazinger
2011-03-07locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger
2011-03-06simplify ffs* codePeter S. Mazinger
2011-03-05Implement ffsl and ffsll.Bernd Schmidt
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-03-04fix locale buildPeter S. Mazinger
2011-03-03remove obsoleted and incorrect commentPeter S. Mazinger
2011-03-03provide internal hidden version of __fcntl_nocancelPeter S. Mazinger
2011-03-03add _dl_errno support to errno.h, cleanupPeter S. Mazinger
2011-03-03sgtty.h is useless, remove it on STRICT_HEADERSPeter S. Mazinger
2011-03-03paths.h: add _PATH_GSHADOWPeter S. Mazinger
2011-03-03guard nl_catd structure and related constants with STRICT_HEADERSPeter S. Mazinger
2011-03-03better guard of IPV6 related stuffPeter S. Mazinger
2011-03-03update some headersPeter S. Mazinger
2011-03-03update some headersPeter S. Mazinger
2011-03-03make it possible to compile with -std=gnu99/c99 and use extern inlinesPeter S. Mazinger
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03syntax fixesPeter S. Mazinger
2011-03-03guard IPv6 stuffPeter S. Mazinger
2011-03-03include features.hPeter S. Mazinger
2010-12-01libc: fix strtoqNatanael Copa
2010-11-24config_parser: hide symbolsBernhard Reutner-Fischer
2010-10-31libm: improve readability of math.h; expand comments and docsDenys Vlasenko
2010-09-20nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso
2010-09-15libubacktrace: Provide uClibc with backtrace functionsSalvatore Cro
2010-09-14misc: utmpx based logging supportSalvatore Cro
2010-08-19add header guardBernhard Reutner-Fischer
2010-08-05getnet: switch to config parserBernhard Reutner-Fischer
2010-08-05sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer