summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* - 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
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-011-0/+4
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-3/+4
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-0/+1
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso2008-11-271-0/+6
* - make isascii visible againBernhard Reutner-Fischer2008-11-271-0/+9
* - remove fstatfs() and statfs() related headers upon requestBernhard Reutner-Fischer2008-11-261-2/+0
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-1/+2
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-261-0/+2
* - hide some time related relocsBernhard Reutner-Fischer2008-11-251-2/+1
* - make sure isspace() is exported.Bernhard Reutner-Fischer2008-11-251-2/+22
* libc-symbols: improve comments and make macros a bit more readable.Denis Vlasenko2008-11-221-134/+157
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2064-5/+439
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2015-0/+33
* Make sure __hot and __cold are always defined.Peter Kjellerstedt2008-11-191-3/+10
* - add __hot and __cold annotationsBernhard Reutner-Fischer2008-11-181-0/+8
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-182-0/+11
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-184-7/+5
* resolver: use timeout of 5 (glibc uses that).Denis Vlasenko2008-11-171-1/+2
* resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko2008-11-171-1/+1
* resolver: improved support for overriding DNS server addressesDenis Vlasenko2008-11-161-7/+26
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-154-2/+7
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-154-7/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-154-2/+7
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-141-27/+39
* - add signalfd()Bernhard Reutner-Fischer2008-10-101-0/+86
* - sync obstack.{c,h} with glibc (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-209/+113