summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-17libm/Makefile.in: reformat the list of wrappersDenis Vlasenko
2009-02-17fix typo in commentDenis Vlasenko
2009-02-17test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko
2009-02-16Makefile.in: comment out deletion of include/ucontext.h,Denis Vlasenko
2009-02-15suppress bogus ioctl on fd==INT_MAX when vasprintf() is calledDenis Vlasenko
2009-02-14math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko
2009-02-13strict POSIX requires a path to specified to `find`Mike Frysinger
2009-02-13- repair my r25322 that ment to deal with getdomainname()'s visibilityBernhard Reutner-Fischer
2009-02-13- scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer
2009-02-13- fix comment style to make it compile againBernhard Reutner-Fischer
2009-02-13- we may need getdomainname internallyBernhard Reutner-Fischer
2009-02-13- use existing __stringify macroBernhard Reutner-Fischer
2009-02-13- fix link failures coming from recently added, misplaced strverscmp.Bernhard Reutner-Fischer
2009-02-13- fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer
2009-02-13- fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer
2009-02-13- workaround oddity with position of function attributesBernhard Reutner-Fischer
2009-02-12Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLECarmelo Amoroso
2009-02-11docs/probe_math_exception.c:Denis Vlasenko
2009-02-11add comment why do we need _ISbit() macroDenis Vlasenko
2009-02-10Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso
2009-02-10include more info in error messages so we have a better idea where things are...Mike Frysinger
2009-02-10add mmap()/munmap() implementation for WindowsMike Frysinger
2009-02-10do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger
2009-02-09allow people to run the hostutils targets without having a .config fileMike Frysinger
2009-02-09ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko
2009-02-09unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacementMike Frysinger
2009-02-09unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger
2009-02-09dont force -Wl,-s when building host utils -- people can strip themselvesMike Frysinger
2009-02-09reinstate bits/uClibc_arch_features.h in installed headers,Denis Vlasenko
2009-02-09Hand-optimize wrappers on i386:Denis Vlasenko
2009-02-09ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko
2009-02-08forgot to add libc/string/generic/strverscmp.cDenis Vlasenko
2009-02-08Add strverscmp() and versionsort[64]().Denis Vlasenko
2009-02-08nextafterf: trying to correct FP exception handlingDenis Vlasenko
2009-02-06libm/s_nextafterf.c: forgot to "svn add" itDenis Vlasenko
2009-02-06fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko
2009-02-05libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko
2009-02-05Make TLS configure time variable. Enable it along with NPTL.Khem Raj
2009-02-03- fix install_headers on hosts where ld does not support gnu hash-style butBernhard Reutner-Fischer
2009-02-02libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko
2009-01-28fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko
2009-01-28Partially revent "make utils" fix. This version is less intrusive,Denis Vlasenko
2009-01-28Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso
2009-01-28Remove check for the relocation type check in the resolver,Carmelo Amoroso
2009-01-28Follow naming convention for tst-regex2 input file. All othersCarmelo Amoroso
2009-01-28"make utils" now successfully makes utils for targetDenis Vlasenko
2009-01-22- also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer
2009-01-22- make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer
2009-01-21- commentary typo fixBernhard Reutner-Fischer
2009-01-21- remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer