| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete GB18030 charmap | Andreas Schwab | 2012-05-11 | 1 | -11/+11 |
* | 14012 fixed by cross-rpcgen changes. | Joseph Myers | 2012-05-11 | 1 | -2/+2 |
* | Hurd bugs fixed: #766, #3748, #3906. | Thomas Schwinge | 2012-05-11 | 1 | -17/+17 |
* | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | 2012-05-10 | 1 | -2/+3 |
* | Make sunrpc code usable again | Andreas Jaeger | 2012-05-10 | 1 | -0/+6 |
* | [PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions. | Paul Eggert | 2012-05-10 | 1 | -15/+15 |
* | Add volatiles for x86-64 bits/mathinline.h | Andreas Jaeger | 2012-05-09 | 1 | -1/+1 |
* | Fix strspn warning with -Wconversion | Andreas Jaeger | 2012-05-09 | 1 | -1/+1 |
* | Fix daylight time change for the US | Ian Wienand | 2012-05-09 | 1 | -1/+1 |
* | Make ldconfig message clearer | Andreas Jaeger | 2012-05-09 | 1 | -2/+2 |
* | Warn if user requests __FORTIFY_SOURCE but it is disabled | Roland Mc Grath | 2012-05-08 | 1 | -2/+2 |
* | Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923). | Joseph Myers | 2012-05-07 | 1 | -5/+5 |
* | Fix exp10 inaccuracy and exceptions (bugs 13884, 13914). | Joseph Myers | 2012-05-06 | 1 | -4/+5 |
* | Fix libm-test.inc ulps calculation for subnormals (bug 14064). | Joseph Myers | 2012-05-06 | 1 | -1/+1 |
* | Patch 31dc8730af585d8e13021484752fb20decae0661 fixes BZ#13563 | Andreas Jaeger | 2012-05-06 | 1 | -8/+8 |
* | Fix missing exceptions from exp (bugs 13787, 13922, 14036). | Joseph Myers | 2012-05-05 | 1 | -6/+6 |
* | Revert "Do not build manual in the source directory" | Andreas Jaeger | 2012-05-04 | 1 | -6/+6 |
* | Do not build manual in the source directory | Andreas Jaeger | 2012-05-04 | 1 | -6/+6 |
* | Fix strtod rounding of hex values (bug 14049). | Joseph Myers | 2012-05-04 | 1 | -1/+1 |
* | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | 2012-05-03 | 1 | -6/+6 |
* | For PR 14055, add bounds check to _dl_show_auxv(). | Paul Pluzhnikov | 2012-05-02 | 1 | -1/+1 |
* | Note bug 6959 also fixed for 2.16. | Joseph Myers | 2012-05-01 | 1 | -11/+11 |
* | Fix nexttoward bugs (bugs 2550, 2570). | Joseph Myers | 2012-05-01 | 1 | -14/+15 |
* | Fix missing nearbyintl@GLIBC_2.1 on powerpc | Andreas Schwab | 2012-05-01 | 1 | -1/+1 |
* | Fix x86 acos near 1 (bug 13942). | Joseph Myers | 2012-04-30 | 1 | -1/+1 |
* | Fix acos (-1) in round-downwards mode on x86 (bug 14034). | Joseph Myers | 2012-04-30 | 1 | -1/+1 |
* | Fix exp10 spurious overflows (bug 13924). | Joseph Myers | 2012-04-30 | 1 | -2/+2 |
* | Fix February month name in de_AT locale | Aurelien Jarno | 2012-04-30 | 1 | -5/+5 |
* | List bug 14033 as fixed on mainline. | Joseph Myers | 2012-04-29 | 1 | -1/+1 |
* | Fix formatting of denormal IBM long double numbers | Andreas Schwab | 2012-04-28 | 1 | -9/+9 |
* | Correct incorrect bug number ordering in resolved bug list. | Ryan S. Arnold | 2012-04-27 | 1 | -1/+1 |
* | New test to expose erroneous negative sign on logb(1) (bug 887). | Ryan S. Arnold | 2012-04-27 | 1 | -14/+14 |
* | Fix fenv.h fallback returns (bug 14027). | Joseph Myers | 2012-04-27 | 1 | -1/+1 |
* | Correct powerpc64 s_floorl edge cases (bug 13886). | Adhemerval Zanella | 2012-04-24 | 1 | -4/+4 |
* | * NEWS: Add bug 13970. | Paul Eggert | 2012-04-23 | 1 | -1/+2 |
* | Add BZ number | Andreas Jaeger | 2012-04-23 | 1 | -4/+4 |
* | Update sysdeps/x86_64/fpu/libm-test-ulps | Markus Trippelsdorf | 2012-04-21 | 1 | -1/+1 |
* | Put vm86 into libc.a | Nix | 2012-04-21 | 1 | -10/+10 |
* | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 2012-04-17 | 1 | -10/+10 |
* | "Gallegan" should be "Galician" | Chris Leonard | 2012-04-13 | 1 | -1/+1 |
* | cy_GB/en_GB: set am/pm in times | Mike Frysinger | 2012-04-13 | 1 | -12/+12 |
* | Update for BZ # 2541 | Andreas Jaeger | 2012-04-12 | 1 | -13/+13 |
* | Remove __wur from fwrite, fwrite_unlocked | Jim Meyering | 2012-04-11 | 1 | -8/+8 |
* | Fix times return value, CLK_TCK description | Andreas Jaeger | 2012-04-11 | 1 | -3/+3 |
* | Fix ld.so regression. | David S. Miller | 2012-04-10 | 1 | -1/+1 |
* | Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872). | Joseph Myers | 2012-04-09 | 1 | -3/+4 |
* | Fix ctan, ctanh overflow (bug 11521). | Joseph Myers | 2012-04-09 | 1 | -7/+7 |
* | Enhance d_namlen description | Andreas Jaeger | 2012-04-09 | 1 | -9/+9 |
* | Document additional fopen options | Andreas Jaeger | 2012-04-09 | 1 | -8/+8 |
* | Use sourceware.org for email and web references. | Carlos O'Donell | 2012-04-09 | 1 | -1/+1 |