summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* forgot to add libc/string/generic/strverscmp.cDenis Vlasenko2009-02-081-0/+117
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-085-4/+53
* nextafterf: trying to correct FP exception handlingDenis Vlasenko2009-02-083-11/+100
* libm/s_nextafterf.c: forgot to "svn add" itDenis Vlasenko2009-02-061-0/+103
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-062-11/+3
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-053-3/+22
* Make TLS configure time variable. Enable it along with NPTL.Khem Raj2009-02-051-0/+11
* - fix install_headers on hosts where ld does not support gnu hash-style butBernhard Reutner-Fischer2009-02-031-0/+2
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-026-4/+10
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-01-281-14/+17
* Partially revent "make utils" fix. This version is less intrusive,Denis Vlasenko2009-01-282-54/+17
* Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso2009-01-282-0/+145
* Remove check for the relocation type check in the resolver,Carmelo Amoroso2009-01-2813-91/+0
* Follow naming convention for tst-regex2 input file. All othersCarmelo Amoroso2009-01-282-1/+1
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-287-64/+138
* - also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer2009-01-224-13/+27
* - make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer2009-01-221-0/+3
* - commentary typo fixBernhard Reutner-Fischer2009-01-212-2/+2
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-216-11/+37
* *: 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
* __global_locale must be visible to users, move it outside of #ifdef _LIBCDenis Vlasenko2009-01-181-1/+2
* - hide __dl_ldso__ (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-1/+1
* - make sure to pass the correct PIE flags to gcc (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-2/+3
* - make sure not to have relocs in Scrt1.o (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-142-13/+9
* ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso2009-01-1410-31/+69
* 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
* - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...Bernhard Reutner-Fischer2009-01-122-1/+11
* - fix typo in r24594Bernhard 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-252/+252
* libc/signal/sigaction.c: s/!=/==/Denis Vlasenko2009-01-101-1/+1
* Silent compiler warning regarding undefined macroCarmelo Amoroso2009-01-081-1/+1
* 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
* Merge some pre-work from branch, needed by NPTL.Khem Raj2008-12-318-1/+108
* 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 changesBernhard Reutner-Fischer2008-12-2921-91/+91
* libm/s_nearbyint.c: delete (forgot to do it in prev commit)Denis Vlasenko2008-12-294-23/+3
* - ethers only make sense if we want to play with ethernet addressesBernhard Reutner-Fischer2008-12-291-5/+7