| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't install timezone rule files | Ulrich Drepper | 2012-03-07 | 2 | -101/+6 |
* | Get rid of superfluous assignments in sem_timedwait | Thomas Schwinge | 2012-03-07 | 4 | -6/+12 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-03-07 | 0 | -0/+0 |
|\ |
|
| * | Wrap too-long log entry. | Roland McGrath | 2012-03-06 | 2 | -5/+6 |
* | | Fix CL | Ulrich Drepper | 2012-03-07 | 1 | -2/+2 |
* | | Better CL | Ulrich Drepper | 2012-03-06 | 1 | -2/+2 |
* | | Remove private information from libc-lock.h | Ulrich Drepper | 2012-03-06 | 3 | -400/+448 |
* | | Add missing gshadow handling in __nss_configure_lookup | Ulrich Drepper | 2012-03-06 | 2 | -1/+4 |
* | | Formatting fixes | Ulrich Drepper | 2012-03-06 | 2 | -16/+21 |
|/ |
|
* | Fix up long double fphex. | Marek Polacek | 2012-03-06 | 6 | -5/+53 |
* | Fix several build warnings on sparc. | David S. Miller | 2012-03-06 | 5 | -13/+47 |
* | Add 13792 to list of fixed bugs in NEWS. | Joseph Myers | 2012-03-06 | 1 | -1/+1 |
* | Update sparc ULPs due to recently added tests. | David S. Miller | 2012-03-05 | 2 | -0/+91 |
* | Wrap too-long log entry. | Roland McGrath | 2012-03-05 | 1 | -3/+3 |
* | Update powerpc libm ULPs | Andreas Schwab | 2012-03-05 | 2 | -0/+172 |
* | Fix loss of precision in cosh and sinh for IBM long double | Andreas Schwab | 2012-03-05 | 3 | -10/+16 |
* | 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 | 4 | -4/+16 |
* | Reduce discussion of types to which size_t may be equivalent. | Joseph Myers | 2012-03-05 | 2 | -16/+8 |
* | Add BZ#13656 | Andreas Jaeger | 2012-03-05 | 1 | -1/+2 |
* | * sysdeps/i386/fpu/libm-test-ulps: Update. | Andreas Jaeger | 2012-03-05 | 2 | -0/+21 |
* | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 6 | -8/+246 |
* | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 4 | -0/+503 |
* | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | 2012-03-05 | 3 | -4/+10 |
* | 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 | 2 | -3/+9 |
* | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 2012-03-05 | 4 | -10/+126 |
* | Update powerpc libm ULPs | Andreas Schwab | 2012-03-04 | 2 | -19/+515 |
* | Remove oldish __GNUC_PREREQ. | Marek Polacek | 2012-03-03 | 6 | -87/+18 |
* | Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit. | David S. Miller | 2012-03-02 | 9 | -0/+396 |
* | BZ #13792: License manual example source files under GPL. | Roland McGrath | 2012-03-02 | 44 | -32/+777 |
* | BZ #13792: Add missing file from last commit. | Roland McGrath | 2012-03-02 | 1 | -0/+28 |
* | BZ#13792: Move timeval_subtract example function in manual into an examples/ ... | Roland McGrath | 2012-03-02 | 2 | -28/+8 |
* | Update sparc ULPs. | David S. Miller | 2012-03-02 | 2 | -0/+416 |
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 6 | -83/+1451 |
* | Fix scalbn, scalbln integer overflow. | Joseph Myers | 2012-03-02 | 15 | -40/+121 |
* | Document properties of standard typedefs, not exact types. | Joseph Myers | 2012-03-02 | 3 | -17/+26 |
* | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 5 | -14/+268 |
* | 2012-03-01 Chris Demetriou <cgd@google.com> | Chris Demetriou | 2012-03-02 | 2 | -1/+9 |
* | Kill sparc32 specific __getpagesize, unneeded. | David S. Miller | 2012-03-01 | 2 | -45/+2 |
* | Optimized 64-bit sparc assembler for finite{,f} and isinf{,f}. | David S. Miller | 2012-03-01 | 5 | -0/+134 |
* | Optimized sparc assembler for signbit{,f,l} and some variants of isnan. | David S. Miller | 2012-03-01 | 10 | -0/+234 |
* | Update Sparc ulps for recently added tests. | David S. Miller | 2012-03-01 | 2 | -0/+15 |
* | Sparc doesn't need seperate 32-bit and 64-bit ulps files. | David S. Miller | 2012-03-01 | 3 | -1376/+4 |
* | Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement. | David S. Miller | 2012-03-01 | 20 | -227/+28 |
* | Require binutils 2.20 or later. | Joseph Myers | 2012-03-01 | 5 | -8/+14 |
* | Improve erfc accuracy. | Joseph Myers | 2012-03-01 | 8 | -7/+60 |
* | soft-fp: Support using struct layout attributes on bit-fields. | Kai Tietz | 2012-03-01 | 6 | -13/+32 |
* | Add bug 13786 to NEWS. | Joseph Myers | 2012-02-29 | 1 | -1/+1 |
* | Fix x86 strcasecmp_l (bug 13786). | Joseph Myers | 2012-02-29 | 4 | -1/+16 |