| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix missing overflow exceptions from pow (bug 13873). | Joseph Myers | 2012-04-09 | 1 | -3/+3 |
* | Fix x86 pow inaccuracy for large integer exponents (bug 706). | Joseph Myers | 2012-04-09 | 1 | -12/+12 |
* | Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705). | Aurelien Jarno | 2012-04-08 | 1 | -5/+5 |
* | Document return values of putenv and setenv | Andreas Jaeger | 2012-04-08 | 1 | -9/+9 |
* | Describe DT_LNK | Andreas Jaeger | 2012-04-08 | 1 | -9/+9 |
* | Fix DT_UNKNOWN description | Andreas Jaeger | 2012-04-08 | 1 | -8/+9 |
* | Fix closelog description | Andreas Jaeger | 2012-04-08 | 1 | -9/+9 |
* | Better describe open arguments | Stephen Compall | 2012-04-08 | 1 | -9/+9 |
* | BZ#13895 fixed. | Paul Pluzhnikov | 2012-04-06 | 1 | -2/+2 |
* | Fix ascending ordering of bug numbers in NEWS. | Joseph Myers | 2012-04-06 | 1 | -1/+1 |
* | Fix typo in manual | Robert Millan | 2012-04-06 | 1 | -2/+2 |
* | [BZ #6770] Add first_weekday and first_workday to ca_ES. | Petr Baudis | 2012-04-05 | 1 | -9/+9 |
* | Fix size parameter comparisions. | Michael Matz | 2012-04-05 | 1 | -5/+5 |
* | Don't warn about unused result of mktemp | Andreas Jaeger | 2012-04-05 | 1 | -2/+2 |
* | [BZ #12340] Fix return code of the Hurd's ttyname_r. | Thomas Schwinge | 2012-04-05 | 1 | -7/+7 |
* | 2012-04-04 Dmitry V. Levin <ldv@altlinux.org> | Jeff Law | 2012-04-04 | 1 | -8/+8 |
* | Fix typo in manual | Andreas Jaeger | 2012-04-03 | 1 | -1/+1 |
* | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger | 2012-04-03 | 1 | -1/+2 |
* | Consider TTL of CNAME record and return minimum TTL in the chain | Siddhesh Poyarekar | 2012-03-30 | 1 | -1/+1 |
* | Fix a bug when converting strings with 1 character using TCVN5712-1 | Tulio Magno Quites Machado Filho | 2012-03-30 | 1 | -4/+4 |
* | [BZ #13761] | Jeff Law | 2012-03-29 | 1 | -3/+3 |
* | [BZ #13760] | Jeff Law | 2012-03-28 | 1 | -3/+3 |
* | Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866). | Joseph Myers | 2012-03-28 | 1 | -10/+10 |
* | Bug 3868 also fixed by __kernel_standard_l changes. | Joseph Myers | 2012-03-28 | 1 | -2/+2 |
* | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers | 2012-03-28 | 1 | -2/+3 |
* | Fix cexp overflow (bug 13892). | Joseph Myers | 2012-03-22 | 1 | -1/+2 |
* | Fix exp2l inaccuracy (bug 13824). | Joseph Myers | 2012-03-22 | 1 | -6/+6 |
* | Add 6730 to NEWS. | Carlos O'Donell | 2012-03-22 | 1 | -1/+1 |