aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu1-0/+54
2015-08-12Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov1-0/+8
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov1-0/+15
2015-08-11Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov1-0/+6
2015-08-11powerpc: Fix stpcpy performance for power8Ondrej Bilka1-0/+4
2015-08-11powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella1-0/+5
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella1-0/+22
2015-08-11powerpc: Fix strnlen/power7 buildAdhemerval Zanella1-0/+4
2015-08-11powerpc: Fix strstr/power7 buildAdhemerval Zanella1-0/+6
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko1-0/+14
2015-08-11Remove unused definition of __openat(64)_nocancelAndreas Schwab1-0/+6
2015-08-11Add more tests of various libm functions.Joseph Myers1-0/+9
2015-08-10Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers1-0/+9
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab1-0/+7
2015-08-10Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers1-0/+9
2015-08-09Add a missing break in tst-auditmod3b.cH.J. Lu1-0/+6
2015-08-09Remove unused variables from timezone/MakefileAndreas Schwab1-0/+5
2015-08-09gawk: fix gensub usageMike Frysinger1-0/+5
2015-08-09fix non-portable `echo -n` usageMike Frysinger1-0/+7
2015-08-08hppa: put custom madvise defines behind __USE_MISCMike Frysinger1-0/+5
2015-08-08hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin1-0/+12
2015-08-08In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov1-0/+5
2015-08-08Fix BZ #17905Paul Pluzhnikov1-0/+8
2015-08-08hppa: Fix reload error with atomic code [BZ #18787]John David Anglin1-0/+9
2015-08-07microblaze: include unix/sysdep.hMike Frysinger1-0/+6
2015-08-07Fix tan missing underflows (bug 16517).Joseph Myers1-0/+21
2015-08-07Fix sysdeps/i386/fpu/s_scalbn.S buildSamuel Thibault1-0/+6
2015-08-07hppa: _dl_symbol_address: add missing hidden defMike Frysinger1-0/+4
2015-08-07Fix gcrt0.o compilationSamuel Thibault1-0/+16
2015-08-06Fix sinh missing underflows (bug 16519).Joseph Myers1-0/+22
2015-08-06Add #include <unistd.h> to libio/oldfileops.c for write.Paul Pluzhnikov1-0/+4
2015-08-06fix missing ctype.h includeMike Frysinger1-0/+4
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar1-0/+75
2015-08-05Correct comments about the history of <regexp.h>Zack Weinberg1-0/+4
2015-08-05Properly terminate FDE in makecontext for m68k (bug 18635)Andreas Schwab1-0/+6
2015-08-05Align stack to 16 bytes when calling __errno_locationH.J. Lu1-0/+8
2015-08-05Align stack to 16 bytes when calling __gettimeofdayH.J. Lu1-0/+7
2015-08-05Align stack to 16 bytes when calling __setcontextH.J. Lu1-0/+7
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu1-0/+6
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra1-0/+6
2015-08-05Improve memccpy performance by using memchr/memcpy/mempcpy rather thanWilco Dijkstra1-0/+5
2015-08-05This patch improves strncpy performance by using strnlen/memcpy rather than a...Wilco Dijkstra1-0/+5
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra1-0/+5
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra1-0/+5
2015-08-05Also check dead->data[category] != NULLH.J. Lu1-0/+5
2015-08-05Fix powf (close to -1, large) (bug 18647).Joseph Myers1-0/+8
2015-08-05arm: Assembly implementation cleanupAdhemerval Zanella1-0/+6
2015-08-05localedata: remove timezone information [BZ #18525]Marko Myllynen1-0/+10
2015-08-05Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18...Daniel Marjamäki1-0/+8
2015-08-05test-skeleton: add usage informationMike Frysinger1-0/+5