about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Use greg_t and uintptr_t in x86-64 __makecontextH.J. Lu2012-03-162-16/+24
* Add x32 support to ldconfigH.J. Lu2012-03-167-89/+94
* Fix too long ChangeLog lines.David S. Miller2012-03-161-35/+69
* Disable Bessel function TLOSS errors in POSIX mode.Joseph Myers2012-03-1614-30/+169
* Fix tan, tanl for large inputs.Joseph Myers2012-03-1613-168/+221
* * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.Jan Kratochvil2012-03-162-1/+11
* Use sysdeps/*/preconfigure fragments from main source tree.Roland McGrath2012-03-164-19/+46
* Use time_t on ays, rem, y and yg in __offtimeH.J. Lu2012-03-162-2/+6
* Include program generating __sincosl_table in comment.Joseph Myers2012-03-162-2/+44
* Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers2012-03-1623-372/+1072
* Implement optimized libc_fe*() math routines on sparc.David S. Miller2012-03-162-0/+72
* Add sparc vis3 optimized fma/fmaf.David S. Miller2012-03-1511-2/+181
* Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c imple...David S. Miller2012-03-153-1/+7
* Sparc long double is emulated in software, therefore use dbl-64's s_fma.cDavid S. Miller2012-03-153-0/+7
* Create a header for sparc ifunc expansion and use it for VIS3 ifuncs.David S. Miller2012-03-1540-1406/+268
* Use double precision instead of scaling for powerpc __ieee754_hypotfAndreas Schwab2012-03-153-40/+15
* Update.Andreas Jaeger2012-03-152-1/+21
* UpdateAndreas Jaeger2012-03-151-4/+4
* Use 40 digits in testsAndreas Jaeger2012-03-151-8/+9
* * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses theAndreas Jaeger2012-03-153-62/+24
* [BZ #13852]Andreas Jaeger2012-03-157-186/+65
* [BZ #13658]Andreas Jaeger2012-03-152-0/+13
* Fix typo.Andreas Jaeger2012-03-151-1/+1
* [BZ #13837]Andreas Jaeger2012-03-152-0/+41
* Add 13658Andreas Jaeger2012-03-151-3/+3
* Merge branch 'bug13658-branch'Andreas Jaeger2012-03-1513-249/+50
|\
| * Cleanup formatting.Andreas Jaeger2012-03-152-6/+5
| * Merge branch 'master' into bug13658-branchAndreas Jaeger2012-03-1578-20/+3236
| |\
| * | Update ULPs.Andreas Jaeger2012-03-141-8/+8
| * | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger2012-03-143-5/+39
| * | Remove files so that i386 uses the iee754/dbl-64 sin and cos implementation.Andreas Jaeger2012-03-1415-194/+14
| * | Merge branch 'master' into bug13658-branchAndreas Jaeger2012-03-14539-7264/+9560
| |\ \
| * | | Add further testsAndreas Jaeger2012-03-081-0/+2
| * | | [BZ #13658]Andreas Jaeger2012-03-072-60/+2
| * | | Merge branch 'master' into bug13658-branchAndreas Jaeger2012-03-07191-2512/+7333
| |\ \ \
| * | | | Add __dirfd prototype.Andreas Jaeger2012-02-281-0/+1
| * | | | Rename dirfd to __dirfd, add weak_alias.Andreas Jaeger2012-02-283-6/+9
| * | | | Avoid local PLT for dirfdAndreas Jaeger2012-02-284-8/+8
* | | | | Update powerpc libm ULPsAndreas Schwab2012-03-152-5/+51
* | | | | Sparc optimized fmin{,f} and fmax{,f}.David S. Miller2012-03-1527-2/+927
| |_|_|/ |/| | |
* | | | Add more sparc VIS3 optimized math routines.David S. Miller2012-03-1556-11/+2656
* | | | Update sparc ULPs for newly added csqrt tests.David S. Miller2012-03-142-0/+36
* | | | Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller2012-03-1419-0/+521
* | | | Small optimization to sparc 64-bit copysign.David S. Miller2012-03-143-6/+10
* | | | Install bits/syscall.h through install-headers.Joseph Myers2012-03-142-12/+16
* | | | NEWS update for BZ#13846Roland McGrath2012-03-141-1/+2
* | | | BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.Roland McGrath2012-03-142-1/+6
| |_|/ |/| |
* | | Fix csqrt overflow/underflow (bug 13841).Joseph Myers2012-03-148-7/+163
* | | Add 13840 to NEWS.Joseph Myers2012-03-141-1/+1
* | | Add tests for hypot overflow/underflow.Joseph Myers2012-03-142-0/+18