| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NEED_DL_SYSINFO{,_DSO} conditionalization in _dl_sysdep_start. | Roland McGrath | 2013-05-03 | 2 | -4/+16 |
* | PowerPC: Add time vDSO support | Adhemerval Zanella | 2013-05-03 | 5 | -3/+81 |
* | Consistently use TEST_f_f1 in lgamma tests. | Joseph Myers | 2013-05-03 | 2 | -10/+11 |
* | Don't use IGNORE_ZERO_INF_SIGN in hypot tests. | Joseph Myers | 2013-05-03 | 2 | -2/+7 |
* | Sync with Linux 3.9 | Andreas Jaeger | 2013-05-03 | 3 | -1/+11 |
* | Update powerpc libm-test ULPs | Adhemerval Zanella | 2013-05-03 | 2 | -0/+100 |
* | Add yesstr and nostr to en_CA, es_AR, and es_ES | Carlos O'Donell | 2013-05-02 | 4 | -2/+23 |
* | Add bug 14952 to ChangeLog and NEWS | Allan McRae | 2013-05-03 | 2 | -5/+7 |
* | Update Sparc ULPs. | David S. Miller | 2013-05-02 | 2 | -24/+4129 |
* | Remove duplicate __strcmp_cg | Ondrej Bilka | 2013-05-01 | 2 | -24/+5 |
* | Add missing #include in sysdeps/posix/opendir.c. | Roland McGrath | 2013-05-01 | 2 | -0/+5 |
* | Use __gnu_inline__ for __extern_always_inline in g++-4.2 | Richard Smith | 2013-05-01 | 2 | -8/+14 |
* | Fix catan, catanh spurious underflows (bug 15423). | Joseph Myers | 2013-05-01 | 11 | -98/+920 |
* | Update powerpc libm-test ULPs | Adhemerval Zanella | 2013-04-30 | 2 | -2/+418 |
* | Add bug 15416 to NEWS. | Joseph Myers | 2013-04-30 | 1 | -1/+1 |
* | Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416). | Joseph Myers | 2013-04-30 | 10 | -14/+909 |
* | Format s_sin.c | Siddhesh Poyarekar | 2013-04-30 | 2 | -904/+1214 |
* | Allow multiple input domains to be run in the same benchmark program | Siddhesh Poyarekar | 2013-04-30 | 23 | -231/+204 |
* | Maintain runtime of each benchmark at ~10 seconds | Siddhesh Poyarekar | 2013-04-30 | 5 | -36/+54 |
* | Make stub fchdir.c define __fchdir. | Roland McGrath | 2013-04-29 | 2 | -2/+7 |
* | Integrate errno testing better in libm-test.inc. | Joseph Myers | 2013-04-29 | 3 | -199/+157 |
* | BZ#15084: Apparent typos in strings in res_debug.c | Andreas Jaeger | 2013-04-29 | 3 | -6/+10 |
* | BZ#15085: Fix comments/strings for RES_NOCHECKNAME | Andreas Jaeger | 2013-04-29 | 4 | -7/+12 |
* | BZ#15380: Fix initstate error return | Andreas Jaeger | 2013-04-29 | 3 | -3/+8 |
* | BZ#15086: Fix res_debug printing of options | Andreas Jaeger | 2013-04-29 | 3 | -4/+17 |
* | Update powerpc libm-test ULPs | Adhemerval Zanella | 2013-04-29 | 2 | -27/+3322 |
* | Add missing semicolons to libm-test.inc tests. | Joseph Myers | 2013-04-29 | 2 | -363/+370 |
* | Fix catan, catanh spurious overflows (bug 15409). | Joseph Myers | 2013-04-27 | 11 | -91/+492 |
* | Fix ia_FR postal format | Nik Kalach | 2013-04-27 | 3 | -8/+13 |
* | Fix guards for qecvt | Andreas Jaeger | 2013-04-27 | 4 | -11/+15 |
* | Update i386 libm-test ULPs | Allan McRae | 2013-04-27 | 2 | -0/+84 |
* | Fix catan, catanh missing underflows (bug 15406). | Joseph Myers | 2013-04-26 | 9 | -7/+152 |
* | Fix csin, csinh, ccos, ccosh missing underflows (bug 15405). | Joseph Myers | 2013-04-26 | 12 | -1/+148 |
* | PowerPC: modf optimization fix | Adhemerval Zanella | 2013-04-26 | 5 | -0/+15 |
* | Update x86_64 ULPs | Markus Trippelsdorf | 2013-04-26 | 2 | -0/+248 |
* | Add missing bug numbers to NEWS. | Joseph Myers | 2013-04-25 | 1 | -5/+5 |
* | Move x86_64-specific audit tests to sysdeps/x86_64/. | Joseph Myers | 2013-04-25 | 19 | -47/+140 |
* | Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS | Paul Pluzhnikov | 2013-04-25 | 3 | -20/+9 |
* | Declare __ehdr_start with hidden visibility. | Maciej W. Rozycki | 2013-04-25 | 2 | -1/+5 |
* | soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced. | Maciej W. Rozycki | 2013-04-25 | 2 | -1/+5 |
* | math: Use accurate answers for cos and sincos. | Carlos O'Donell | 2013-04-24 | 2 | -10/+15 |
* | Add catan, catanh tests at +/- 1 and +/- i. | Joseph Myers | 2013-04-24 | 2 | -0/+21 |
* | Use suffixed floating-point constants in float and long double catan/catanh. | Joseph Myers | 2013-04-24 | 5 | -28/+34 |
* | Fix catan, catanh inaccuracy through use of log (bug 15394). | Joseph Myers | 2013-04-24 | 11 | -10/+130 |
* | Mention files in which fast/slow paths of math functions are implemented | Siddhesh Poyarekar | 2013-04-24 | 2 | -12/+17 |
* | Fix name space use in last commit. | Roland McGrath | 2013-04-23 | 1 | -1/+1 |
* | Add generic POSIX implementation of C11 timespec_get. | Roland McGrath | 2013-04-23 | 2 | -0/+42 |
* | PowerPC: modf optimization | Adhemerval Zanella | 2013-04-23 | 7 | -1/+160 |
* | Consistently use ISSPACE to check for whitespace | Siddhesh Poyarekar | 2013-04-23 | 5 | -7/+58 |
* | Remove non-standard initialisation of flexible array member | Andreas Schwab | 2013-04-23 | 2 | -1/+14 |