summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger2009-07-201-1/+1
* add a wchar.h stubMike Frysinger2009-07-201-0/+14
* note that we do not want hidden malloc aliasesMike Frysinger2009-07-201-0/+2
* relocate i386 string.h to i386-specific dirMike Frysinger2009-07-202-317/+1
* start ignoring include/ symlinksMike Frysinger2009-07-201-0/+21
* add hidden aliases for older regex search functionsMike Frysinger2009-07-201-0/+2
* syscall: unify common syscall definesMike Frysinger2009-07-081-0/+1
* Add a few missing includesRon2009-07-051-0/+1
* Add some missing printf/scanf format attributesRon2009-07-051-5/+10
* Blackfin: make sure all relocs are uppercaseMike Frysinger2009-06-011-19/+19
* patch from Joseph S. Meyersaustinf2009-04-271-3/+3
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-04-071-2/+0
* - Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer2009-03-251-1/+3
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-271-0/+6
* Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley2009-02-241-1/+1
* mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko2009-02-181-6/+9
* fix typo in commentDenis Vlasenko2009-02-171-1/+1
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-24/+32
* math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko2009-02-141-16/+23
* - repair my r25322 that ment to deal with getdomainname()'s visibilityBernhard Reutner-Fischer2009-02-131-4/+3
* - we may need getdomainname internallyBernhard Reutner-Fischer2009-02-131-0/+3
* - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer2009-02-131-58/+63
* add comment why do we need _ISbit() macroDenis Vlasenko2009-02-111-0/+1
* Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso2009-02-101-12/+18
* do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger2009-02-101-4/+7
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-082-2/+19
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-213-1/+5
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-1/+1
* replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko2009-01-111-2/+0
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-101-0/+7
* Silent compiler warning regarding undefined macroCarmelo Amoroso2009-01-081-1/+1
* Merge some pre-work from branch, needed by NPTL.Khem Raj2008-12-316-0/+45
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-2913-28/+28
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-295-3/+8
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-281-0/+1
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-271-2/+5
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-272-102/+76
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-7/+7
* include/libc-string_i386.h: fix a bug where memset('\xff') misbehavesDenis Vlasenko2008-12-261-1/+3
* - remove whitespaceBernhard Reutner-Fischer2008-12-221-4/+1
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-221-4/+27
* - non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer2008-12-221-2/+12
* Remove unused macrosDenis Vlasenko2008-12-221-20/+12
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-172-11/+332
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-17/+25
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-11/+22
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-8/+0
* features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)Denis Vlasenko2008-12-131-1/+7
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-131-1/+1
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-131-3/+11