aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers28-95/+504
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers7-4/+165
2015-11-24misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds.Chris Metcalf2-0/+3
2015-11-24tile: define __NO_LONG_DOUBLE_MATHChris Metcalf8-0/+32
2015-11-24malloc: remove redundant getenv callGleb Fotengauer-Malinovskiy2-2/+7
2015-11-24Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer17-218/+1006
2015-11-24Implement "make update-all-abi"Florian Weimer5-1/+106
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer7-5/+16
2015-11-23Update <sys/ptrace.h> for Linux 4.3.Joseph Myers8-7/+42
2015-11-23Update <netpacket/packet.h> for Linux 4.3.Joseph Myers2-0/+36
2015-11-23Fix strtol in Turkish locales (bug 19242).Joseph Myers7-8/+168
2015-11-20NaCl: Use allocate_code_data after dyncode_createRoland McGrath2-1/+34
2015-11-20Fix math_private.h multiple include guards.Joseph Myers9-8/+42
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers65-204/+721
2015-11-20Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella3-158/+6
2015-11-20S390: Use __asm__ instead of asm.Stefan Liebler42-453/+498
2015-11-19powerpc: Spinlock optimization and cleanupPaul Murphy4-6/+16
2015-11-19powerpc: More elision improvementsPaul Murphy3-10/+23
2015-11-19Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy2-2/+12
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar3-19/+27
2015-11-17Remove redundant else clauses in s_sin.cSiddhesh Poyarekar2-186/+160
2015-11-17benchtests: Mark output variables as usedSiddhesh Poyarekar2-1/+6
2015-11-16Work around conflicting declarations of math functionsFlorian Weimer2-0/+5
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu8-15/+96
2015-11-13Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers4-0/+111
2015-11-12Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers5-12/+33
2015-11-12Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception...Joseph Myers3-0/+22
2015-11-11pylintrc: disable reportsMike Frysinger2-1/+5
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath6-8/+159
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers7-9/+104
2015-11-10Add a test for prelink outputH.J. Lu4-0/+57
2015-11-10Add more tests of pow.Joseph Myers4-0/+33
2015-11-10Fix nearbyintl linkage for ia64 (bug 19219)Adhemerval Zanella2-2/+9
2015-11-10Enable _STRING_ARCH_unaligned on AArch64.Wilco Dijkstra2-1/+30
2015-11-10Remove __signbit* from localplt.data as they are no longer called from within...Wilco Dijkstra6-17/+8
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer15-8/+397
2015-11-09S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler6-30/+63
2015-11-09S390: Call direct system calls for socket operations.Stefan Liebler6-19/+43
2015-11-09Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer9-1/+145
2015-11-07Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu2-2/+31
2015-11-06Fix typo in signgam test messages.Joseph Myers3-4/+8
2015-11-06Remove configure tests for some linker -z options.Joseph Myers3-108/+7
2015-11-06Simplify the abilist formatFlorian Weimer362-92593/+91069
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard43-66/+733
2015-11-05Run libm-test tests for finite-math-only functions.Joseph Myers14-8/+181
2015-11-05Fix some stub prototypes missing ... after K&R conversionRoland McGrath4-3/+9
2015-11-05Add script to list fixed bugs for the NEWS file.Joseph Myers3-17/+53
2015-11-05Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers9-8/+60
2015-11-05Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers7-26/+164
2015-11-05Fix features.h for -Wundef (bug 19212).Joseph Myers3-8/+26