about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | Fix hypotf overflow/underflow by using double precision instead of scaling.David S. Miller2012-03-132-52/+31
* | | Clean up dbl-64 rint, nearbyint.Joseph Myers2012-03-135-84/+15
* | | Remove no longer needed assembler offset generation on sparc.David S. Miller2012-03-135-11/+6
* | | Fix generic ldbl-128 expm1l just like x86-64 and i386 variants were.David S. Miller2012-03-132-0/+8
* | | Use correct implementation for dl-fxstatat64 on sparc64.David S. Miller2012-03-132-0/+8
* | | Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set.David S. Miller2012-03-132-1/+4
* | | Add missing string.h include for strcpy calls.David S. Miller2012-03-132-2/+6
* | | Fix another instance of the _dl_random masking bug, plus coding style.David S. Miller2012-03-123-4/+9
* | | Add some missing sparc kernel-feature.h entries.David S. Miller2012-03-122-9/+19
* | | Fix some 64-bit sparc build warnings.David S. Miller2012-03-113-5/+10
* | | Fix typing of the bit twiddling done in _dl_setup_stack_chk_guard.David S. Miller2012-03-112-2/+5
* | | Update sparc ULPs for recently added tests.David S. Miller2012-03-112-3/+468
* | | Update powerpc libm ULPsAndreas Schwab2012-03-102-4/+368
* | | Fix bugs in sparc PLT profiling register management, and add sparc sotruss su...David S. Miller2012-03-095-52/+129
* | | Use standard build rule to build rpcgen.Joseph Myers2012-03-103-4/+11
* | | Add 13566 to list of bugs fixed in NEWS.Joseph Myers2012-03-101-2/+2
* | | Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-1015-38/+44
* | | Replace FSF snail mail address with URL in localedata.Paul Eggert2012-03-1032-31/+36
* | | Replace FSF snail mail address with URL in gperf input.Paul Eggert2012-03-105-28/+41
* | | Replace FSF snail mail address with URL in Yacc input.Paul Eggert2012-03-103-249/+301
* | | Fix it harder.Roland McGrath2012-03-091-1/+1
* | | Fix ChangeLog format.Richard Henderson2012-03-091-215/+336
* | | Move math/math_private.h to sysdeps/generic/math_private.h.Richard Henderson2012-03-093-1/+6
* | | Use include_next to chain math_private.h headers.Richard Henderson2012-03-094-3/+9
* | | Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-09336-576/+790
* | | Remove __GNU_LIBRARY__ conditionals from rpcgen.Joseph Myers2012-03-094-57/+7