aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-23Remove non-standard initialisation of flexible array memberAndreas Schwab2-1/+14
2013-04-23S/390: Change struct statfs[64] member types to unsigned valuesHeiko Carstens2-12/+18
2013-04-22Fix getent to call endspent rather than endpwent for shadow database.Jan-Benedict Glaw2-1/+5
2013-04-22Consolidate pthread_attr value validationSiddhesh Poyarekar7-29/+98
2013-04-22Minor cleanup in getaddrinfoSiddhesh Poyarekar2-3/+9
2013-04-21Russian translations update.David S. Miller2-6/+10
2013-04-19ARM: Macroize assembly use of EABI unwind directives.Roland McGrath3-15/+31
2013-04-18Remove __wur from setfsuid and setfsgid.Adam Conrad2-2/+7
2013-04-18MicroBlaze PortDavid Holsgrove101-0/+12503
2013-04-17Update ChangeLog.Carlos O'Donell1-2/+2
2013-04-17Configuring for i386 is no longer supported.Carlos O'Donell5-22/+32
2013-04-17Add benchmark inputs for cos and tanSiddhesh Poyarekar8-1/+89
2013-04-16Don't test O_RDONLY case in tst-aio7.Roland McGrath2-16/+6
2013-04-16Define NOT_IN_libc when compiling benchmark programsSiddhesh Poyarekar2-0/+9
2013-04-16Add target bench-cleanSiddhesh Poyarekar3-1/+9
2013-04-16Adding MicroBlaze support to elf/elf.hDavid Holsgrove2-0/+36
2013-04-15Fix coding-style violation.Thomas Schwinge2-4/+8
2013-04-15Properly check for short writes when sending the response in nscdAndreas Schwab5-62/+99
2013-04-15Write to bench.out-tmp only onceSiddhesh Poyarekar2-4/+9
2013-04-15nscd: don't fork twiceAndreas Schwab2-9/+4
2013-04-15Fix off-by-one bug in tst-fwrite-errorSiddhesh Poyarekar2-1/+3
2013-04-15Rebuild benchmark sources when Makefile is updatedSiddhesh Poyarekar2-1/+9
2013-04-12BZ#15361: Make aio_fsync not check open modes.Roland McGrath4-8/+13
2013-04-12Move bench target to benchtestsSiddhesh Poyarekar3-30/+39
2013-04-11m68k: update libm test ULPsAndreas Schwab2-4/+3600
2013-04-11libm-test.inc: Fix tests where cos(PI/2) != 0.Carlos O'Donell4-30/+57
2013-04-11Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2-66/+321
2013-04-11Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab5-12/+61
2013-04-11Fix invalid free of memory allocated during rtld initAndreas Schwab3-5/+17
2013-04-11Don't use run-via-rtld-prefix for anything other than testsSiddhesh Poyarekar4-5/+10
2013-04-11Remove evalSiddhesh Poyarekar2-1/+5
2013-04-10Accept leading and trailing spaces in getdate input stringSiddhesh Poyarekar4-1/+57
2013-04-08BZ#14280: Fix Hurd ioctl macro to avoid warning.Roland McGrath2-1/+7
2013-04-07sem_post.c: Include atomic.h.Carlos O'Donell2-0/+5
2013-04-06README.libm-test: Use testrun.sh to run libm test.Carlos O'Donell2-2/+4
2013-04-06dl_open_worker: Memset all of seen array.Carlos O'Donell3-2/+8
2013-04-06fi_FI: Define yesstr, nostrMarko Myllynen2-0/+7
2013-04-06New Makefile target `regen-ulps'.Carlos O'Donell5-19/+97
2013-04-06i386: Fail at configure time for i386 builds.Carlos O'Donell8-6/+126
2013-04-06Update ChangeLog.Carlos O'Donell1-0/+5
2013-04-06s390/s390x: Undef PSEUDO before redef.Carlos O'Donell2-0/+2
2013-04-05More tests for external charater sequences representing NaNs.Thomas Schwinge4-1/+83
2013-04-05Properly collect individual tests' results.Thomas Schwinge2-5/+8
2013-04-05[BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge5-16/+46
2013-04-05[BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge4-10/+15
2013-04-05Remove unreachable code.Thomas Schwinge2-2/+4
2013-04-05Remove unused hard-coded qNaN definition.Thomas Schwinge2-2/+5
2013-04-04Add BZ #15337 to NEWSSiddhesh Poyarekar1-1/+1
2013-04-04Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar2-1/+9
2013-04-03Fix missing underflow from cexp (bug 14478).Joseph Myers6-4/+52