summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-07-23fix lib_hidden_proto's which have extra ;Denys Vlasenko
2009-07-23add more arch-specific include/ ignoresMike Frysinger
2009-07-22add hidden aliases for openat funcsMike Frysinger
2009-07-22add hidden aliases for ntoh/hton functionsMike Frysinger
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20sync a few headers with glibc (no functional changes)Mike Frysinger
2009-07-20dirent: push dirent type to prototypesMike Frysinger
2009-07-20string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger
2009-07-20add a wchar.h stubMike Frysinger
2009-07-20note that we do not want hidden malloc aliasesMike Frysinger
2009-07-20relocate i386 string.h to i386-specific dirMike Frysinger
2009-07-20start ignoring include/ symlinksMike Frysinger
2009-07-20add hidden aliases for older regex search functionsMike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2009-07-05Add a few missing includesRon
2009-07-05Add some missing printf/scanf format attributesRon
2009-06-01Blackfin: make sure all relocs are uppercaseMike Frysinger
2009-04-27patch from Joseph S. Meyersaustinf
2009-04-07implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger
2009-03-25- Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer
2009-02-27fix breakage in x86_64 defconfigDenis Vlasenko
2009-02-24Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley
2009-02-18mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko
2009-02-17fix typo in commentDenis Vlasenko
2009-02-17test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko
2009-02-14math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko
2009-02-13- repair my r25322 that ment to deal with getdomainname()'s visibilityBernhard Reutner-Fischer
2009-02-13- we may need getdomainname internallyBernhard Reutner-Fischer
2009-02-13- fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer
2009-02-11add comment why do we need _ISbit() macroDenis Vlasenko
2009-02-10Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso
2009-02-10do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger
2009-02-08Add strverscmp() and versionsort[64]().Denis Vlasenko
2009-01-21- remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2009-01-11replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2009-01-08Silent compiler warning regarding undefined macroCarmelo Amoroso
2008-12-31Merge some pre-work from branch, needed by NPTL.Khem Raj
2008-12-29- whitespace cleanup; no obj-code changesBernhard Reutner-Fischer
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-28remove many functions which just call __ieee754_<function>,Denis Vlasenko
2008-12-27Help unifdef to remove private parts of headersDenis Vlasenko
2008-12-27ctype: remove some trivial macros from ctype.h;Denis Vlasenko
2008-12-26regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko
2008-12-26include/libc-string_i386.h: fix a bug where memset('\xff') misbehavesDenis Vlasenko
2008-12-22- remove whitespaceBernhard Reutner-Fischer
2008-12-22- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer
2008-12-22- non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer