summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso2009-01-282-0/+145
* Make clock_getcpuclockid() and clock_nanosleep() visible when Carmelo Amoroso2009-01-281-6/+5
* Fixed NPTL tests build and cleanup:Carmelo Amoroso2009-01-285-6/+7
* Remove check for the relocation type check in the resolver,Carmelo Amoroso2009-01-2813-91/+0
* Must include tls.h before link.h to have TLS related field available in struc...Carmelo Amoroso2009-01-283-3/+3
* Follow naming convention for tst-regex2 input file. All othersCarmelo Amoroso2009-01-282-1/+1
* Fix res_init.c build when __UCLIBC_HAS_COMPAT_RES_STATE__Carmelo Amoroso2009-01-261-1/+3
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-2225-308/+388
* Signal handling rework: two missing filesCarmelo Amoroso2009-01-222-149/+93
* Synch whole signal handling rework with trunk. Tested on nptl-sh4.Carmelo Amoroso2009-01-2216-353/+187
* Fix build problem. Revert commit 24521. Please do not changeCarmelo Amoroso2009-01-221-1/+0
* res_state has _vcsock field only if __UCLIBC_HAS_EXTRA_COMPAT_RES_STATE__Carmelo Amoroso2009-01-221-0/+2
* - pull r24946 from trunk (remove unavailable functionality; psm)Bernhard Reutner-Fischer2009-01-216-11/+37
* ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso2009-01-2110-31/+69
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-2112-130/+115
* ldouble_wrappers.c: remove erroneous libm_hidden_def'sDenis Vlasenko2009-01-201-5/+0
* extra/scripts/relative_path.sh: fix itDenis Vlasenko2009-01-191-1/+4
* Make __global_locale visible in headersDenis Vlasenko2009-01-181-1/+2
* - pull 24836:24838 from trunk (2 of psm's small fixes)Bernhard Reutner-Fischer2009-01-142-3/+4
* - pull r24834 from trunkBernhard Reutner-Fischer2009-01-142-13/+9
* libm_sh: fix libm build for shCarmelo Amoroso2009-01-144-7/+5
* libm_sh: Re-added sh specific files erroneously removed recently,Carmelo Amoroso2009-01-143-0/+75
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* - pull r24799 from trunkBernhard Reutner-Fischer2009-01-122-1/+11
* - pull r24786 from trunkBernhard Reutner-Fischer2009-01-121-2/+2
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-112-19/+34
* replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko2009-01-112-4/+1
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-1010-270/+271
* ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko2009-01-0414-43/+23
* forgot to remove one #endif...Denis Vlasenko2009-01-041-1/+0
* Get rid of the following annoying warnings on ppc:Denis Vlasenko2009-01-031-17/+18
* libm/e_scalb.c: remove unused #ifdef _SCALB_INT branchesDenis Vlasenko2009-01-033-20/+19
* fix small goof in last commit: should use "long" function (scalbln)Denis Vlasenko2009-01-031-10/+10
* libm: remove scalbln implementation, it seems to be less correct than scalbn.Denis Vlasenko2009-01-033-79/+48
* libm/e_lgamma_r.c: cosmetic whitespace fixesDenis Vlasenko2008-12-291-4/+1
* libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko2008-12-2911-216/+68
* libc/stdlib/_strtod.c: add parens around a | bDenis Vlasenko2008-12-291-1/+1
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-2920-90/+90
* libm/s_nearbyint.c: delete (forgot to do it in prev commit)Denis Vlasenko2008-12-294-23/+3
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-2919-24/+81
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-2856-911/+554
* fix another corner case in unifdefDenis Vlasenko2008-12-282-2/+8
* patch up unifdef to recognize and remove "#if defined _LIBC && something"Denis Vlasenko2008-12-282-35/+160
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-273-7/+17
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-2715-281/+243
* convert yet another old-style function definitionDenis Vlasenko2008-12-261-5/+5
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-265-165/+88
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-264-92/+96
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-267-348/+59
* include/libc-string_i386.h: fix a bug where memset('\xff') misbehavesDenis Vlasenko2008-12-262-2/+6