2012-03-16 |
David S. Miller | Fix too long ChangeLog lines. |
commit | commitdiff | tree |
2012-03-16 |
Joseph Myers | Disable Bessel function TLOSS errors in POSIX mode. |
commit | commitdiff | tree |
2012-03-16 |
Joseph Myers | Fix tan, tanl for large inputs. |
commit | commitdiff | tree |
2012-03-16 |
Jan Kratochvil | * sysdeps/x86_64/elf/start.S: Include <sysdep.h>. |
commit | commitdiff | tree |
2012-03-16 |
Roland McGrath | Use sysdeps/*/preconfigure fragments from main source... |
commit | commitdiff | tree |
2012-03-16 |
H.J. Lu | Use time_t on ays, rem, y and yg in __offtime |
commit | commitdiff | tree |
2012-03-16 |
Joseph Myers | Include program generating __sincosl_table in comment. |
commit | commitdiff | tree |
2012-03-16 |
Joseph Myers | Implement ldbl-96 sinl / cosl / sincosl (bug 13851). |
commit | commitdiff | tree |
2012-03-16 |
David S. Miller | Implement optimized libc_fe*() math routines on sparc. |
commit | commitdiff | tree |
2012-03-16 |
David S. Miller | Add sparc vis3 optimized fma/fmaf. |
commit | commitdiff | tree |
2012-03-16 |
David S. Miller | Add missing sparc32 NPTL file otherwise we use the... |
commit | commitdiff | tree |
2012-03-16 |
David S. Miller | Sparc long double is emulated in software, therefore... |
commit | commitdiff | tree |
2012-03-16 |
David S. Miller | Create a header for sparc ifunc expansion and use it... |
commit | commitdiff | tree |
2012-03-15 |
Andreas Schwab | Use double precision instead of scaling for powerpc... |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Update. |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Update |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Use 40 digits in tests |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | [BZ #13852] |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | [BZ #13658] |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Fix typo. |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | [BZ #13837] |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Add 13658 |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Merge branch 'bug13658-branch' |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Cleanup formatting. |
commit | commitdiff | tree |
2012-03-15 |
Andreas Schwab | Update powerpc libm ULPs |
commit | commitdiff | tree |
2012-03-15 |
David S. Miller | Sparc optimized fmin{,f} and fmax{,f}. |
commit | commitdiff | tree |
2012-03-15 |
Andreas Jaeger | Merge branch 'master' into bug13658-branch |
commit | commitdiff | tree |
2012-03-15 |
David S. Miller | Add more sparc VIS3 optimized math routines. |
commit | commitdiff | tree |
2012-03-15 |
David S. Miller | Update sparc ULPs for newly added csqrt tests. |
commit | commitdiff | tree |
2012-03-14 |
David S. Miller | Add framework for using sparc VIS3 instructions, use... |
commit | commitdiff | tree |
2012-03-14 |
David S. Miller | Small optimization to sparc 64-bit copysign. |
commit | commitdiff | tree |
2012-03-14 |
Joseph Myers | Install bits/syscall.h through install-headers. |
commit | commitdiff | tree |
2012-03-14 |
Roland McGrath | NEWS update for BZ#13846 |
commit | commitdiff | tree |
2012-03-14 |
Roland McGrath | BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix... |
commit | commitdiff | tree |
2012-03-14 |
Andreas Jaeger | Update ULPs. |
commit | commitdiff | tree |
2012-03-14 |
Andreas Jaeger | Implement and use libc_feholdexcept_setround_53bit... |
commit | commitdiff | tree |
2012-03-14 |
Andreas Jaeger | Remove files so that i386 uses the iee754/dbl-64 sin... |
commit | commitdiff | tree |
2012-03-14 |
Andreas Jaeger | Merge branch 'master' into bug13658-branch |
commit | commitdiff | tree |
2012-03-14 |
Joseph Myers | Fix csqrt overflow/underflow (bug 13841). |
commit | commitdiff | tree |
2012-03-14 |
Joseph Myers | Add 13840 to NEWS. |
commit | commitdiff | tree |
2012-03-14 |
Joseph Myers | Add tests for hypot overflow/underflow. |
commit | commitdiff | tree |
2012-03-14 |
David S. Miller | Fix hypotf overflow/underflow by using double precision... |
commit | commitdiff | tree |
2012-03-13 |
Joseph Myers | Clean up dbl-64 rint, nearbyint. |
commit | commitdiff | tree |
2012-03-13 |
David S. Miller | Remove no longer needed assembler offset generation... |
commit | commitdiff | tree |
2012-03-13 |
David S. Miller | Fix generic ldbl-128 expm1l just like x86-64 and i386... |
commit | commitdiff | tree |
2012-03-13 |
David S. Miller | Use correct implementation for dl-fxstatat64 on sparc64. |
commit | commitdiff | tree |
2012-03-13 |
David S. Miller | Fix warning in Linux openat implementation when __ASSUM... |
commit | commitdiff | tree |
2012-03-13 |
David S. Miller | Add missing string.h include for strcpy calls. |
commit | commitdiff | tree |
2012-03-12 |
David S. Miller | Fix another instance of the _dl_random masking bug... |
commit | commitdiff | tree |
2012-03-12 |
David S. Miller | Add some missing sparc kernel-feature.h entries. |
commit | commitdiff | tree |
2012-03-12 |
David S. Miller | Fix some 64-bit sparc build warnings. |
commit | commitdiff | tree |
2012-03-12 |
David S. Miller | Fix typing of the bit twiddling done in _dl_setup_stack... |
commit | commitdiff | tree |
2012-03-12 |
David S. Miller | Update sparc ULPs for recently added tests. |
commit | commitdiff | tree |
2012-03-10 |
Andreas Schwab | Update powerpc libm ULPs |
commit | commitdiff | tree |
2012-03-10 |
David S. Miller | Fix bugs in sparc PLT profiling register management... |
commit | commitdiff | tree |
2012-03-10 |
Joseph Myers | Use standard build rule to build rpcgen. |
commit | commitdiff | tree |
2012-03-10 |
Joseph Myers | Add 13566 to list of bugs fixed in NEWS. |
commit | commitdiff | tree |
2012-03-10 |
Paul Eggert | Replace FSF snail mail address with URL in miscellaneou... |
commit | commitdiff | tree |
2012-03-10 |
Paul Eggert | Replace FSF snail mail address with URL in localedata. |
commit | commitdiff | tree |
2012-03-10 |
Paul Eggert | Replace FSF snail mail address with URL in gperf input. |
commit | commitdiff | tree |
2012-03-10 |
Paul Eggert | Replace FSF snail mail address with URL in Yacc input. |
commit | commitdiff | tree |
2012-03-10 |
Roland McGrath | Fix it harder. |
commit | commitdiff | tree |
2012-03-10 |
Richard Henderson | Fix ChangeLog format. |
commit | commitdiff | tree |
2012-03-10 |
Richard Henderson | Move math/math_private.h to sysdeps/generic/math_private.h. |
commit | commitdiff | tree |
2012-03-10 |
Richard Henderson | Use include_next to chain math_private.h headers. |
commit | commitdiff | tree |
2012-03-10 |
Richard Henderson | Use <> for math.h and math_private.h everywhere. |
commit | commitdiff | tree |
2012-03-09 |
Joseph Myers | Remove __GNU_LIBRARY__ conditionals from rpcgen. |
commit | commitdiff | tree |
2012-03-09 |
David S. Miller | Fix sparc build after recent math changes. |
commit | commitdiff | tree |
2012-03-09 |
Joseph Myers | Split enum __socket_type from bits/socket.h to bits... |
commit | commitdiff | tree |
2012-03-09 |
Joseph Myers | Always declare gets for C++ up to C++11 without checkin... |
commit | commitdiff | tree |
2012-03-09 |
Joseph Myers | Install bits/stdio_lim.h in install-headers. |
commit | commitdiff | tree |
2012-03-09 |
Joseph Myers | Make pthread.h define all symbols from time.h. |
commit | commitdiff | tree |
2012-03-09 |
Richard Henderson | powerpc: Convert __ieee754_sqrt{,f} from macros to... |
commit | commitdiff | tree |
2012-03-09 |
Richard Henderson | x86_64: Convert __rint* and __floor* from macros to... |
commit | commitdiff | tree |
2012-03-09 |
Richard Henderson | x86_64: Convert __ieee754_sqrt{,f,l} from macros to... |
commit | commitdiff | tree |
2012-03-09 |
Richard Henderson | Use target-specific math_private.h in math_ldbl_opt.h. |
commit | commitdiff | tree |
2012-03-08 |
David S. Miller | Update copyright year after my most recent changes. |
commit | commitdiff | tree |
2012-03-08 |
Thomas Schwinge | Fix struct timespec normalization (as used in many... |
commit | commitdiff | tree |
2012-03-08 |
Thomas Schwinge | Work around kernel rejecting valid absolute timestamps. |
commit | commitdiff | tree |
2012-03-08 |
Thomas Schwinge | Invalid timeouts in SH sem_timedwait. |
commit | commitdiff | tree |
2012-03-08 |
Andreas Jaeger | Add further tests |
commit | commitdiff | tree |
2012-03-08 |
Thomas Schwinge | Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8. |
commit | commitdiff | tree |
2012-03-08 |
Ulrich Drepper | Clean up tst-fphex test |
commit | commitdiff | tree |
2012-03-08 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
commit | commitdiff | tree |
2012-03-08 |
Marek Polacek | Fix up long double fphex test |
commit | commitdiff | tree |
2012-03-08 |
Marek Polacek | Enhance fphex test. |
commit | commitdiff | tree |
2012-03-08 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
commit | commitdiff | tree |
2012-03-08 |
Joseph Myers | Add bug 6911 to NEWS. |
commit | commitdiff | tree |
2012-03-08 |
Joseph Myers | Clean up glibc manual references to "GNU system" (bug... |
commit | commitdiff | tree |
2012-03-08 |
Joseph Myers | Fix .ctors/.dtors header configure test for bootstrapping. |
commit | commitdiff | tree |
2012-03-07 |
Joseph Myers | Fix sysdeps/i386/configure.in cpuid.h test for bootstra... |
commit | commitdiff | tree |
2012-03-07 |
Joseph Myers | Weaken two NPTL configure link tests to compile tests. |
commit | commitdiff | tree |
2012-03-07 |
Joseph Myers | Fix signs of zeros from casinh, cacosh etc. (bug 10716). |
commit | commitdiff | tree |
2012-03-07 |
Ulrich Drepper | WS fixes |
commit | commitdiff | tree |
2012-03-07 |
Andreas Jaeger | [BZ #13658] |
commit | commitdiff | tree |
2012-03-07 |
Ulrich Drepper | Update traditional Chinese translation |
commit | commitdiff | tree |
2012-03-07 |
Ulrich Drepper | Remove distribute variable from Makefiles |
commit | commitdiff | tree |
2012-03-07 |
Ulrich Drepper | Don't install timezone rule files |
commit | commitdiff | tree |
2012-03-07 |
Thomas Schwinge | Get rid of superfluous assignments in sem_timedwait |
commit | commitdiff | tree |
next |