aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Add more tests of various libm functions.Joseph Myers5-48/+1722
2015-08-10Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers6-7/+952
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab4-2/+33
2015-08-10Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers6-2/+785
2015-08-09Add a missing break in tst-auditmod3b.cH.J. Lu3-1/+9
2015-08-09Resort bug numbers in NEWS into ascending order.Joseph Myers1-1/+1
2015-08-09Remove unused variables from timezone/MakefileAndreas Schwab2-9/+5
2015-08-09gawk: fix gensub usageMike Frysinger3-2/+7
2015-08-09fix non-portable `echo -n` usageMike Frysinger5-13/+20
2015-08-08hppa: put custom madvise defines behind __USE_MISCMike Frysinger2-8/+16
2015-08-08hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin4-23/+56
2015-08-08In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov2-0/+8
2015-08-08Fix trailing space.Paul Pluzhnikov1-1/+1
2015-08-08Fix BZ #17905Paul Pluzhnikov6-18/+74
2015-08-08hppa: Fix reload error with atomic code [BZ #18787]John David Anglin3-19/+27
2015-08-07microblaze: include unix/sysdep.hMike Frysinger2-1/+12
2015-08-07Fix tan missing underflows (bug 16517).Joseph Myers9-5/+393
2015-08-07locales/ce_RU: sync with other *_RU localesArslanbek Astemirov3-7/+12
2015-08-07Fix sysdeps/i386/fpu/s_scalbn.S buildSamuel Thibault2-0/+8
2015-08-07hppa: _dl_symbol_address: add missing hidden defMike Frysinger2-0/+5
2015-08-07Fix gcrt0.o compilationSamuel Thibault2-2/+25
2015-08-06Fix sinh missing underflows (bug 16519).Joseph Myers10-8/+392
2015-08-06Add #include <unistd.h> to libio/oldfileops.c for write.Paul Pluzhnikov2-0/+5
2015-08-06fix missing ctype.h includeMike Frysinger2-0/+5
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar19-36/+165
2015-08-05Correct comments about the history of <regexp.h>Zack Weinberg3-5/+10
2015-08-05Properly terminate FDE in makecontext for m68k (bug 18635)Andreas Schwab2-1/+10
2015-08-05Align stack to 16 bytes when calling __errno_locationH.J. Lu5-1/+27
2015-08-05Align stack to 16 bytes when calling __gettimeofdayH.J. Lu2-4/+12
2015-08-05Align stack to 16 bytes when calling __setcontextH.J. Lu2-2/+9
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu3-0/+14
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra3-0/+28
2015-08-05Improve memccpy performance by using memchr/memcpy/mempcpy rather thanWilco Dijkstra2-7/+9
2015-08-05This patch improves strncpy performance by using strnlen/memcpy rather than a...Wilco Dijkstra2-54/+10
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra2-9/+12
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra2-17/+28
2015-08-05Also check dead->data[category] != NULLH.J. Lu2-1/+6
2015-08-05Fix powf (close to -1, large) (bug 18647).Joseph Myers5-2/+5661
2015-08-05arm: Assembly implementation cleanupAdhemerval Zanella4-136/+24
2015-08-05localedata: remove timezone information [BZ #18525]Marko Myllynen8-36/+11
2015-08-05Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18...Daniel Marjamäki3-4/+18
2015-08-05test-skeleton: add usage informationMike Frysinger2-0/+41
2015-08-05mmap64: fix undef warningsMike Frysinger2-3/+8
2015-08-05nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger2-7/+16
2015-08-05Open development for 2.23.glibc-2.22.90Carlos O'Donell2-2/+5
2015-08-05Update version.h and include/features.h for 2.22 releaseglibc-2.22Carlos O'Donell3-3/+9
2015-08-04tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf2-8/+18
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab4-9/+13
2015-08-01Updated translations for 2.22.Carlos O'Donell7-2122/+2069
2015-08-01Deprecate the use of regexp.hZack Weinberg4-18/+39