summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add a wchar.h stubMike Frysinger2009-08-191-0/+14
* fix lib_hidden_proto's which have extra ;Denys Vlasenko2009-08-191-2/+2
* add more arch-specific include/ ignoresMike Frysinger2009-08-191-1/+13
* add hidden aliases for openat funcsMike Frysinger2009-08-191-0/+2
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-08-191-0/+4
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-196-10/+10
* first pass at implementing *at funcsMike Frysinger2009-08-196-30/+87
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-08-194-47/+47
* dirent: push dirent type to prototypesMike Frysinger2009-08-191-16/+58
* string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger2009-08-191-1/+1
* note that we do not want hidden malloc aliasesMike Frysinger2009-08-191-0/+2
* start ignoring include/ symlinksMike Frysinger2009-08-191-18/+22
* relocate i386 string.h to i386-specific dirMike Frysinger2009-08-192-317/+1
* add hidden aliases for older regex search functionsMike Frysinger2009-08-191-0/+2
* Readd the thread local version of __res_stateAustin Foxley2009-07-101-9/+0
* Sync nptl branch to masterAustin Foxley2009-07-092-4/+18
* syscall: unify common syscall definesMike Frysinger2009-07-091-0/+1
* Add a few missing includesRon2009-07-091-0/+1
* Add some missing printf/scanf format attributesRon2009-07-091-5/+10
* git: Added/Modified .gitignoreFilippo Arcidiacono2009-07-021-0/+26
* patch from Joseph S. Meyersaustinf2009-05-051-3/+3
* Merged revisions 25971,26002 via svnmerge from Khem Raj2009-04-071-2/+0
* Merged revisions 25821,25823-25824,25836 via svnmerge from Khem Raj2009-03-281-1/+3
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-271-0/+6
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-205-7/+7
* _res needs to be a macro (*__res_state()) having threads.Carmelo Amoroso2009-02-191-4/+0
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-182-59/+66
* 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
* 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
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-082-2/+19
* Make clock_getcpuclockid() and clock_nanosleep() visible when Carmelo Amoroso2009-01-281-6/+5
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-226-13/+12
* - pull r24946 from trunk (remove unavailable functionality; psm)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
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-2912-27/+27
* - pull r24593:24596 from trunkBernhard 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
* signal.h consolidation from trunk.Denis Vlasenko2008-12-231-14/+33
* Get non nptl threads compiled on x86.Khem Raj2008-12-231-35/+72
* Merged from trunk.Khem Raj2008-12-226-45/+374