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