Age | Commit message (Expand) | Author |
2013-04-29 | BZ#15380: Fix initstate error return | Andreas Jaeger |
2013-04-29 | BZ#15086: Fix res_debug printing of options | Andreas Jaeger |
2013-04-29 | Update powerpc libm-test ULPs | Adhemerval Zanella |
2013-04-29 | Add missing semicolons to libm-test.inc tests. | Joseph Myers |
2013-04-27 | Fix catan, catanh spurious overflows (bug 15409). | Joseph Myers |
2013-04-27 | Fix guards for qecvt | Andreas Jaeger |
2013-04-27 | Update i386 libm-test ULPs | Allan McRae |
2013-04-26 | Fix catan, catanh missing underflows (bug 15406). | Joseph Myers |
2013-04-26 | Fix csin, csinh, ccos, ccosh missing underflows (bug 15405). | Joseph Myers |
2013-04-26 | PowerPC: modf optimization fix | Adhemerval Zanella |
2013-04-26 | Update x86_64 ULPs | Markus Trippelsdorf |
2013-04-25 | Move x86_64-specific audit tests to sysdeps/x86_64/. | Joseph Myers |
2013-04-25 | Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS | Paul Pluzhnikov |
2013-04-25 | Declare __ehdr_start with hidden visibility. | Maciej W. Rozycki |
2013-04-25 | soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced. | Maciej W. Rozycki |
2013-04-24 | math: Use accurate answers for cos and sincos. | Carlos O'Donell |
2013-04-24 | Add catan, catanh tests at +/- 1 and +/- i. | Joseph Myers |
2013-04-24 | Use suffixed floating-point constants in float and long double catan/catanh. | Joseph Myers |
2013-04-24 | Fix catan, catanh inaccuracy through use of log (bug 15394). | Joseph Myers |
2013-04-24 | Mention files in which fast/slow paths of math functions are implemented | Siddhesh Poyarekar |
2013-04-23 | Add generic POSIX implementation of C11 timespec_get. | Roland McGrath |
2013-04-23 | PowerPC: modf optimization | Adhemerval Zanella |
2013-04-23 | Consistently use ISSPACE to check for whitespace | Siddhesh Poyarekar |
2013-04-23 | Remove non-standard initialisation of flexible array member | Andreas Schwab |
2013-04-23 | S/390: Change struct statfs[64] member types to unsigned values | Heiko Carstens |
2013-04-22 | Fix getent to call endspent rather than endpwent for shadow database. | Jan-Benedict Glaw |
2013-04-22 | Minor cleanup in getaddrinfo | Siddhesh Poyarekar |
2013-04-21 | Russian translations update. | David S. Miller |
2013-04-18 | Remove __wur from setfsuid and setfsgid. | Adam Conrad |
2013-04-17 | Update ChangeLog. | Carlos O'Donell |
2013-04-17 | Configuring for i386 is no longer supported. | Carlos O'Donell |
2013-04-17 | Add benchmark inputs for cos and tan | Siddhesh Poyarekar |
2013-04-16 | Don't test O_RDONLY case in tst-aio7. | Roland McGrath |
2013-04-16 | Define NOT_IN_libc when compiling benchmark programs | Siddhesh Poyarekar |
2013-04-16 | Add target bench-clean | Siddhesh Poyarekar |
2013-04-16 | Adding MicroBlaze support to elf/elf.h | David Holsgrove |
2013-04-15 | Fix coding-style violation. | Thomas Schwinge |
2013-04-15 | Properly check for short writes when sending the response in nscd | Andreas Schwab |
2013-04-15 | Write to bench.out-tmp only once | Siddhesh Poyarekar |
2013-04-15 | nscd: don't fork twice | Andreas Schwab |
2013-04-15 | Fix off-by-one bug in tst-fwrite-error | Siddhesh Poyarekar |
2013-04-15 | Rebuild benchmark sources when Makefile is updated | Siddhesh Poyarekar |
2013-04-12 | BZ#15361: Make aio_fsync not check open modes. | Roland McGrath |
2013-04-12 | Move bench target to benchtests | Siddhesh Poyarekar |
2013-04-11 | libm-test.inc: Fix tests where cos(PI/2) != 0. | Carlos O'Donell |
2013-04-11 | Don't accept exp char without preceding digits in scanf float parsing | Andreas Schwab |
2013-04-11 | Fix invalid free of memory allocated during rtld init | Andreas Schwab |
2013-04-11 | Don't use run-via-rtld-prefix for anything other than tests | Siddhesh Poyarekar |
2013-04-11 | Remove eval | Siddhesh Poyarekar |
2013-04-10 | Accept leading and trailing spaces in getdate input string | Siddhesh Poyarekar |