Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-06-11 | nss_db: Fix initialization of iteration position [BZ #20237] | Florian Weimer | 2 | -1/+14 |
2016-06-11 | malloc_usable_size: Use correct size for dumped fake mapped chunks | Florian Weimer | 2 | -1/+11 |
2016-06-11 | fopencookie: Mangle function pointers stored on the heap [BZ #20222] | Florian Weimer | 2 | -14/+46 |
2016-06-11 | localedata: ne_NP: misc updates [BZ #1170] | Paras pradhan | 2 | -73/+45 |
2016-06-11 | unicode-gen: include standard comment file header | Mike Frysinger | 8 | -0/+28 |
2016-06-11 | localedef: drop unused --old-style | Marko Myllynen | 4 | -10/+8 |
2016-06-11 | localedata: pt_BR/pt_PT: make days/months lowercase [BZ #19133] | Mike Frysinger | 3 | -39/+49 |
2016-06-11 | localedata: eo: new Esperanto locale [BZ #16190] | Eduardo TrĂ¡pani | 3 | -0/+218 |
2016-06-10 | Fix modf (sNaN) (bug 20240). | Joseph Myers | 3 | -0/+16 |
2016-06-10 | Bug 20215: Always undefine __always_inline before defining it. | Carlos O'Donell | 2 | -0/+11 |
2016-06-10 | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 62 | -581/+180 |
2016-06-10 | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer | 10 | -30/+92 |
2016-06-09 | Fix i386/x86_64 log2l (sNaN) (bug 20235). | Joseph Myers | 4 | -0/+10 |
2016-06-09 | Fix ldbl-128ibm log1pl (sNaN) (bug 20234). | Joseph Myers | 2 | -1/+5 |
2016-06-09 | Fix ldbl-128ibm expm1l (sNaN) (bug 20233). | Joseph Myers | 2 | -2/+6 |
2016-06-09 | Fix ldbl-128 expm1l (sNaN) (bug 20232). | Joseph Myers | 2 | -2/+8 |
2016-06-09 | Always indirect branch to __libc_start_main via GOT | H.J. Lu | 2 | -9/+13 |
2016-06-09 | X86-64: Add dummy memcopy.h and wordcopy.c | H.J. Lu | 3 | -0/+7 |
2016-06-09 | quick_exit tests: Do not use C++ headers | Florian Weimer | 3 | -15/+53 |
2016-06-09 | Fix nscd assertion failure in gc (bug 19755) | Andreas Schwab | 3 | -2/+31 |
2016-06-08 | 2016-06-09 Paul Pluzhnikov <ppluzhnikov@gmail.com> | Paul Pluzhnikov | 2 | -9/+55 |
2016-06-09 | mach: Add mach_print sycsall declaration | Samuel Thibault | 2 | -0/+9 |
2016-06-08 | Fix i386/x86_64 log1pl (sNaN) (bug 20229). | Joseph Myers | 4 | -0/+9 |
2016-06-08 | Fix i386/x86_64 log10l (sNaN) (bug 20228). | Joseph Myers | 4 | -0/+10 |
2016-06-08 | Fix i386/x86_64 logl (sNaN) (bug 20227). | Joseph Myers | 5 | -0/+12 |
2016-06-08 | Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226). | Joseph Myers | 4 | -4/+24 |
2016-06-08 | Fix ldexp, scalbn, scalbln for sNaN input (bug 20225). | Joseph Myers | 8 | -6/+21 |
2016-06-08 | Fix i386 cbrtl (sNaN) (bug 20224). | Joseph Myers | 3 | -0/+10 |
2016-06-08 | X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove | H.J. Lu | 20 | -1490/+474 |
2016-06-08 | X86-64: Remove the previous SSE2/AVX2 memsets | H.J. Lu | 9 | -319/+101 |
2016-06-08 | Generate new format names in auto-libm-test-out | Paul E. Murphy | 4 | -307667/+307674 |
2016-06-08 | Remove type specific information from auto-libm-test-in | Paul E. Murphy | 3 | -2864/+2877 |
2016-06-08 | Remove CHOOSE() macro from libm-tests.inc | Paul E. Murphy | 21 | -39/+73 |
2016-06-08 | Apply LIT(x) to floating point literals in libm-test.c | Paul E. Murphy | 3 | -95/+145 |
2016-06-08 | malloc: Correct size computation in realloc for dumped fake mmapped chunks | Florian Weimer | 2 | -4/+15 |