| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479). | Joseph Myers | 6 | -94/+114 |
| 2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479). | Joseph Myers | 6 | -95/+117 |
| 2016-06-27 | MIPS, SPARC: more fixes to the vfork aliases in libpthread.so | Aurelien Jarno | 4 | -14/+23 |
| 2016-06-24 | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 13 | -124/+58 |
| 2016-06-23 | Fix i386/x86_64 scalbl with sNaN input (bug 20296). | Joseph Myers | 4 | -23/+48 |
| 2016-06-23 | Add more sNaN tests (most remaining real functions). | Joseph Myers | 3 | -0/+270 |
| 2016-06-24 | Fix up ChangeLog | Siddhesh Poyarekar | 1 | -1/+1 |
| 2016-06-24 | Avoid attempt for runtime checks if all environments are defined | Siddhesh Poyarekar | 2 | -24/+66 |
| 2016-06-23 | libio: Implement vtable verification [BZ #20191] | Florian Weimer | 30 | -60/+279 |
| 2016-06-23 | test-skeleton.c (xrealloc): Support realloc-as-free | Florian Weimer | 2 | -3/+7 |
| 2016-06-23 | test-skeleton.c: xmalloc, xcalloc, xrealloc are potentially unused | Florian Weimer | 2 | -3/+8 |
| 2016-06-23 | test-skeleton.c: Add write_message function | Florian Weimer | 4 | -21/+29 |
| 2016-06-22 | Simplify x86 nearbyint functions. | Joseph Myers | 5 | -16/+8 |
| 2016-06-22 | Move sysdeps/generic/bits/hwcap.h to top-level bits/ | Zack Weinberg | 2 | -23/+5 |
| 2016-06-22 | Move sysdeps/generic/bits/hwcap.h to top-level bits/ | Zack Weinberg | 1 | -0/+23 |
| 2016-06-22 | This patch further tunes memcpy - avoid one branch for sizes 1-3, | Wilco Dijkstra | 2 | -24/+37 |
| 2016-06-21 | malloc: Avoid premature fallback to mmap [BZ #20284] | Florian Weimer | 2 | -6/+10 |
| 2016-06-21 | Fix p{readv,writev}{64} consolidation implementation | Adhemerval Zanella | 9 | -14/+168 |
| 2016-06-20 | Added tests to ensure linkage through libmvec *_finite aliases which are | Andrew Senkevich | 27 | -0/+337 |
| 2016-06-20 | Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as it | Wilco Dijkstra | 3 | -2/+50 |
| 2016-06-20 | This is an optimized memcpy/memmove for AArch64. Copies are split into 3 main | Wilco Dijkstra | 3 | -452/+216 |
| 2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 35 | -242/+106 |
| 2016-06-20 | Revert __malloc_initialize_hook symbol poisoning | Florian Weimer | 7 | -30/+18 |
| 2016-06-19 | Expand comments in Linux times() implementation. | Carlos O'Donell | 2 | -10/+21 |
| 2016-06-18 | MIPS, SPARC: fix wrong vfork aliases in libpthread.so | Aurelien Jarno | 4 | -0/+13 |
| 2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 48 | -11/+936 |
| 2016-06-16 | manual: fix typos in the pattern chapter | Rical Jasan | 2 | -12/+16 |
| 2016-06-16 | localedata: ro_RO: update Tuesday translation [BZ #18911] | Simion Onea | 2 | -5/+6 |
| 2016-06-16 | manual: fix typos in the search chapter | Rical Jasan | 2 | -18/+22 |
| 2016-06-16 | manual: fix typos in the message chapter | Rical Jasan | 2 | -79/+82 |
| 2016-06-16 | manual: fix spelling typos | Mike Frysinger | 8 | -13/+23 |
| 2016-06-16 | manual: fix typos in the locale chapter | Rical Jasan | 1 | -0/+4 |
| 2016-06-16 | manual: fix typos in the locale chapter | Rical Jasan | 1 | -8/+8 |
| 2016-06-16 | manual: fix typos in character set handling | Rical Jasan | 2 | -34/+38 |
| 2016-06-16 | manual: fix typos in the string chapters | Rical Jasan | 2 | -12/+16 |
| 2016-06-16 | manual: fix typos in the character handling chapter | Rical Jasan | 2 | -2/+6 |
| 2016-06-16 | manual: fix typos in the memory chapter | Rical Jasan | 2 | -12/+16 |
| 2016-06-14 | Fix i386 fdim double rounding (bug 20255). | Joseph Myers | 3 | -0/+57 |
| 2016-06-14 | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 15 | -395/+58 |
| 2016-06-14 | Simplify generic fdim implementations. | Joseph Myers | 4 | -30/+13 |
| 2016-06-14 | powerpc: strcasecmp/strncasecmp optmization for power8 | raji | 12 | -49/+620 |
| 2016-06-13 | Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252). | Joseph Myers | 3 | -1/+69 |
| 2016-06-13 | Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod). | Joseph Myers | 2 | -0/+102 |
| 2016-06-13 | Fix frexp (NaN) (bug 20250). | Joseph Myers | 9 | -6/+33 |
| 2016-06-13 | nptl: Add sendmmsg and recvmmsg cancellation tests | Adhemerval Zanella | 7 | -309/+613 |
| 2016-06-13 | debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248] | Florian Weimer | 2 | -5/+27 |
| 2016-06-13 | Remove __ASSUME_FUTEX_LOCK_PI | Adhemerval Zanella | 7 | -11/+15 |
| 2016-06-11 | Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLog | Paul Pluzhnikov | 2 | -1/+3 |
| 2016-06-11 | 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 11 | -24/+35 |
| 2016-06-11 | NEWS: clarify localedef --old-style update | Mike Frysinger | 1 | -2/+3 |