| Commit message (Expand) | Author | Age | Files | Lines |
* | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 2012-03-09 | 1 | -0/+214 |
* | Remove __GNU_LIBRARY__ conditionals from rpcgen. | Joseph Myers | 2012-03-09 | 1 | -0/+6 |
* | Fix sparc build after recent math changes. | David S. Miller | 2012-03-09 | 1 | -0/+4 |
* | Split enum __socket_type from bits/socket.h to bits/socket_type.h. | Joseph Myers | 2012-03-09 | 1 | -0/+9 |
* | Always declare gets for C++ up to C++11 without checking __USE_GNU. | Joseph Myers | 2012-03-09 | 1 | -0/+4 |
* | Install bits/stdio_lim.h in install-headers. | Joseph Myers | 2012-03-09 | 1 | -0/+7 |
* | powerpc: Convert __ieee754_sqrt{,f} from macros to inlines. | Richard Henderson | 2012-03-09 | 1 | -0/+5 |
* | x86_64: Convert __rint* and __floor* from macros to inlines. | Richard Henderson | 2012-03-09 | 1 | -0/+4 |
* | x86_64: Convert __ieee754_sqrt{,f,l} from macros to inlines. | Richard Henderson | 2012-03-09 | 1 | -0/+4 |
* | Use target-specific math_private.h in math_ldbl_opt.h. | Richard Henderson | 2012-03-09 | 1 | -0/+5 |
* | Update copyright year after my most recent changes. | David S. Miller | 2012-03-08 | 1 | -0/+6 |
* | Fix struct timespec normalization (as used in many other places). | Thomas Schwinge | 2012-03-08 | 1 | -0/+7 |
* | Clean up tst-fphex test | Ulrich Drepper | 2012-03-08 | 1 | -0/+8 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-03-08 | 1 | -0/+8 |
|\ |
|
| * | Enhance fphex test. | Marek Polacek | 2012-03-08 | 1 | -0/+8 |
* | | Fix up long double fphex test | Marek Polacek | 2012-03-08 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-03-08 | 1 | -0/+70 |
|\ |
|
| * | Clean up glibc manual references to "GNU system" (bug 6911). | Joseph Myers | 2012-03-08 | 1 | -0/+44 |
| * | Fix .ctors/.dtors header configure test for bootstrapping. | Joseph Myers | 2012-03-08 | 1 | -0/+8 |
| * | Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping. | Joseph Myers | 2012-03-07 | 1 | -0/+4 |
| * | Fix signs of zeros from casinh, cacosh etc. (bug 10716). | Joseph Myers | 2012-03-07 | 1 | -0/+14 |
* | | Update traditional Chinese translation | Ulrich Drepper | 2012-03-07 | 1 | -0/+2 |
|/ |
|
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -0/+45 |
* | Don't install timezone rule files | Ulrich Drepper | 2012-03-07 | 1 | -0/+5 |
* | Add missing gshadow handling in __nss_configure_lookup | Ulrich Drepper | 2012-03-06 | 1 | -0/+2 |
* | Formatting fixes | Ulrich Drepper | 2012-03-06 | 1 | -3/+8 |
* | Fix up long double fphex. | Marek Polacek | 2012-03-06 | 1 | -0/+8 |
* | Fix several build warnings on sparc. | David S. Miller | 2012-03-06 | 1 | -0/+11 |
* | Update sparc ULPs due to recently added tests. | David S. Miller | 2012-03-05 | 1 | -0/+4 |
* | Wrap too-long log entry. | Roland McGrath | 2012-03-05 | 1 | -3/+3 |
* | Update powerpc libm ULPs | Andreas Schwab | 2012-03-05 | 1 | -0/+2 |
* | Fix loss of precision in cosh and sinh for IBM long double | Andreas Schwab | 2012-03-05 | 1 | -0/+6 |
* | Fix broken date. | Andreas Jaeger | 2012-03-05 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc): | H.J. Lu | 2012-03-05 | 1 | -0/+12 |
* | Reduce discussion of types to which size_t may be equivalent. | Joseph Myers | 2012-03-05 | 1 | -0/+6 |
* | * sysdeps/i386/fpu/libm-test-ulps: Update. | Andreas Jaeger | 2012-03-05 | 1 | -0/+4 |
* | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -1/+13 |
* | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+15 |
* | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | 2012-03-05 | 1 | -0/+6 |
* | cleanup my last commit: tabify, change date | Andreas Jaeger | 2012-03-05 | 1 | -7/+7 |
* | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 2012-03-05 | 1 | -0/+2 |
* | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 2012-03-05 | 1 | -0/+8 |
* | Update powerpc libm ULPs | Andreas Schwab | 2012-03-04 | 1 | -0/+4 |
* | Remove oldish __GNUC_PREREQ. | Marek Polacek | 2012-03-03 | 1 | -0/+8 |
* | Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit. | David S. Miller | 2012-03-02 | 1 | -0/+11 |
* | BZ #13792: License manual example source files under GPL. | Roland McGrath | 2012-03-02 | 1 | -0/+47 |
* | BZ#13792: Move timeval_subtract example function in manual into an examples/ ... | Roland McGrath | 2012-03-02 | 1 | -0/+7 |
* | Update sparc ULPs. | David S. Miller | 2012-03-02 | 1 | -0/+4 |
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+26 |
* | Fix scalbn, scalbln integer overflow. | Joseph Myers | 2012-03-02 | 1 | -0/+19 |