summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-18re-add logic for ignoring failure of ld.so symlink installationRich Felker1-1/+1
2013-08-18fix fenv exception functions to mask their argumentSzabolcs Nagy8-18/+55
2013-08-18optimize x86 feclearexcept: only use save/restore x87 fenv if neededSzabolcs Nagy2-27/+38
2013-08-18remove the __mxcsr member from fenv_t on i386 to follow the glibc abiSzabolcs Nagy1-1/+0
2013-08-18add sse fenv support on i386 through hwcapSzabolcs Nagy2-9/+61
2013-08-18fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0Szabolcs Nagy1-2/+2
2013-08-17remove spurious tmp file present since initial git check-inRich Felker1-390/+0
2013-08-17replace system's install command with a shell scriptRich Felker2-7/+72
2013-08-17add hkscs/big5-2003/eten extensions to iconv big5Rich Felker3-977/+1433
2013-08-16make configure store its command line in config.mak for easy re-runRich Felker1-1/+11
2013-08-16fix atomicity and other issues installing dynamic linker symlinkRich Felker1-5/+3
2013-08-16some initial math asm for armhf (fabs[f] and sqrt[f])Rich Felker12-0/+32
2013-08-16fix detection of arm hardfloatRich Felker2-2/+2
2013-08-16support floating point environment (fenv) on armhf (hard float) subarchsRich Felker4-0/+75
2013-08-16fix build of x86_64 expl assemblyRich Felker1-1/+1
2013-08-15add function types to arm crt assemblyRich Felker3-0/+4
2013-08-15math: fix pow(x,-1) to raise underflow properlySzabolcs Nagy1-2/+14
2013-08-15math: fix i386 atan2.s to raise underflow for subnormal resultsSzabolcs Nagy2-2/+24
2013-08-15math: clean up atan2.cSzabolcs Nagy4-103/+73
2013-08-15math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy6-3/+98
2013-08-15math: fix x86 expl.s to raise underflow and clean up special case handlingSzabolcs Nagy2-45/+31
2013-08-15math: fix asin, atan, log1p, tanh to raise underflow on subnormalSzabolcs Nagy9-26/+39
2013-08-15math: fix tgamma to raise underflow for large negative valuesSzabolcs Nagy1-0/+1
2013-08-15math: fix pow(0,-inf) to raise divbyzero flagSzabolcs Nagy2-2/+2
2013-08-15math: minor scalbn*.c simplificationSzabolcs Nagy3-18/+10
2013-08-14fix length computation in dn_expandRich Felker1-3/+5
2013-08-14de-duplicate dn_expand, fix return value and signature, clean upRich Felker3-49/+24
2013-08-14add arm-optimized memcpy implementation from bionic libcRich Felker4-0/+387
2013-08-14rework makefile subarch logic to allow shared filesRich Felker1-4/+12
2013-08-14add missing MSG_EXCEPT in sys/msg.hRich Felker1-0/+1
2013-08-13provide declarations for strtod_l and familyRich Felker1-0/+4
2013-08-11add subarch asm support for PIC objects/shared libcRich Felker1-0/+3
2013-08-11add missing a_or_l to atomic.h for non-x86 archsRich Felker4-0/+20
2013-08-11allow subarch-specific asm, including asm specific to the defaultRich Felker2-0/+9
2013-08-10fix _NSIG and SIGRTMAX on mipsRich Felker2-2/+4
2013-08-10fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker2-4/+4
2013-08-10add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker4-18/+29
2013-08-10add cpu affinity interfacesRich Felker4-0/+90
2013-08-09change sigset_t functions to restrict to _NSIGRich Felker4-5/+5
2013-08-09optimize posix_spawn to avoid spurious sigaction syscallsRich Felker3-12/+37
2013-08-09fix missing errno from exec failure in posix_spawnRich Felker1-0/+1
2013-08-09block all signals, even implementation-internal ones, in faccessat childRich Felker1-1/+1
2013-08-08block signals during forkRich Felker1-0/+3
2013-08-08work around libraries with versioned symbols in dynamic linkerRich Felker1-11/+14
2013-08-08sys/personality.h: add missing C++ compatrofl0r1-0/+7
2013-08-08sys/personality.h: add missing macrosrofl0r1-0/+33
2013-08-07add Big5 charset support to iconvRich Felker2-0/+1066
2013-08-07make fcvt decimal point location for zero make more senseRich Felker1-1/+1
2013-08-07fix ecvt/fcvt decimal point position outputRich Felker1-1/+1
2013-08-05iconv support for legacy Korean encodingsRich Felker2-0/+678