Age | Commit message (Expand) | Author |
2014-04-11 | benchtests: Improve readability of JSON output | Will Newton |
2014-04-11 | Fixed and unified pthread_once. | Torvald Riegel |
2014-04-11 | S/390: Unify 31 and 64 bit configure.ac | Stefan Liebler |
2014-04-11 | NEWS: Add comment about changed ABI on s390 and s390x. | Andreas Krebbel |
2014-04-11 | Fix typo in comment in res_query.c | Joseph Anthony Pasquale Holsten |
2014-04-11 | malloc: Fix MALLOC_DEBUG -Wundef warning | Will Newton |
2014-04-10 | benchtests: Add pthread_once common-case test. | Torvald Riegel |
2014-04-09 | Save/restore bound registers in _dl_runtime_resolve | Igor Zamyatin |
2014-04-09 | Define _STRING_ARCH_unaligned unconditionally | Adhemerval Zanella |
2014-04-09 | Use statvfs64() for pathconf(_PC_NAME_MAX). | Peter TB Brett |
2014-04-09 | Move __PTHREAD_SPINS definition to architecture specific header | Adhemerval Zanella |
2014-04-09 | PowerPC: Fix --disable-multi-arch builds | Adhemerval Zanella |
2014-04-08 | manual/ipc.texi: Fix AC-safety notes. | Carlos O'Donell |
2014-04-07 | string: Cosmetic cleanup of string functions | Will Newton |
2014-04-06 | PowerPC: define _CALL_ELF if compiler does not | Adhemerval Zanella |
2014-04-06 | PowerPC: Fix nearbyint/nearbyintf result for FE_DOWNWARD | Adhemerval Zanella |
2014-04-04 | tile: Fix cut-and-paste bug in commit fcccd5128. | Chris Metcalf |
2014-04-03 | manual: clarify buffer behavior in getline [BZ #5666] | David Svoboda |
2014-04-03 | Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al. | Roland McGrath |
2014-04-03 | elf/dl-lookup.c: Remove obsolete comment about nested function | Will Newton |
2014-04-02 | Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800). | Joseph Myers |
2014-04-02 | Fix clog / clog10 sign of zero result in round-downward mode (bug 16789). | Joseph Myers |
2014-04-02 | Correct IBM long double nextafterl. | Alan Modra |
2014-04-02 | Correct prefetch hint in power7 memrchr. | Alan Modra |
2014-04-02 | Fix reference to toc symbol. | Alan Modra |
2014-04-01 | Update NEWS for fixed bug 13347 | Florian Weimer |
2014-04-01 | benchtests: Build ffs and ffsl benchtests with -fno-builtin | Will Newton |
2014-04-01 | Check for syscall error in the SETXID implementation in NPTL (bug 13347). | Florian Weimer |
2014-04-01 | Fix s_copysign stack temp for PowerPC64 ELFv2 | Alan Modra |
2014-03-31 | Set errno for scalb errors (bug 6803, bug 6804). | Joseph Myers |
2014-03-31 | Set errno for atan2 underflow (bug 16349). | Joseph Myers |
2014-03-31 | PowerPC: Fix little endian enconding for mfvsrd | Adhemerval Zanella |
2014-03-31 | Correct robust mutex / PI futex kernel assumptions (bug 9894). | Joseph Myers |
2014-03-31 | Fix futimesat for older MicroBlaze kernels (bug 16648). | Joseph Myers |
2014-03-31 | benchtests: Add benchtests for ffs and ffsll | Will Newton |
2014-03-30 | Fix ChangeLog formatting. | Carlos O'Donell |
2014-03-29 | Fix scalb spurious "invalid" exceptions (bug 16770). | Joseph Myers |
2014-03-29 | Detailed benchmark outputs for functions | Siddhesh Poyarekar |
2014-03-29 | Make bench.out in json format | Siddhesh Poyarekar |
2014-03-29 | [benchtests] Use inputs file for modf | Siddhesh Poyarekar |
2014-03-28 | Fix clog10 (-0 +/- 0i) (bug 16362). | Joseph Myers |
2014-03-27 | 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov |
2014-03-27 | Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348). | Joseph Myers |
2014-03-27 | Return NULL for wildcard values in getnetgrent from nscd (BZ #16759) | Siddhesh Poyarekar |
2014-03-27 | Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760) | Siddhesh Poyarekar |
2014-03-26 | Fix dwarf2 unwinding through futex functions. | Andi Kleen |
2014-03-27 | Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758) | Siddhesh Poyarekar |
2014-03-26 | 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov |
2014-03-26 | Make x86_64 fegetenv preserve exception mask (bug 16198). | Joseph Myers |
2014-03-26 | benchtests/bench-strtod.c: Increase timeout value | Will Newton |