aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers5-18/+57
2016-10-27Fix a sparc header conformtest failure.David S. Miller2-0/+6
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar2-34/+105
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers49-26/+518
2016-10-26Add getpayloadl to libnldbl.Joseph Myers3-1/+35
2016-10-26Use read_int in vfscanfGabriel F. T. Gomes2-8/+10
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer7-100/+504
2016-10-26iconv: Avoid writable data and relocations in ISO646Florian Weimer2-40/+50
2016-10-26iconv: Avoid writable data and relocations in IBM charsetsFlorian Weimer9-154/+171
2016-10-26Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar2-5/+2
2016-10-26Remove references to sbrk to grow/shrink arenasSiddhesh Poyarekar2-7/+8
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar3-62/+70
2016-10-26Add note on MALLOC_MMAP_* environment variablesSiddhesh Poyarekar2-0/+41
2016-10-26Fix atomic_fetch_xor_release.Carlos O'Donell2-8/+17
2016-10-25Add tests for strfrom functionsRajalakshmi Srinivasaraghavan5-1/+310
2016-10-25Refactor strtod testsRajalakshmi Srinivasaraghavan6-22/+27
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes42-1/+434
2016-10-25Fix cmpli usage in power6 memset.Joseph Myers3-2/+9
2016-10-24 * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast.Yury Norov7-6/+15
2016-10-24Fix Linux sh4 pread/pwrite argument passingAdhemerval Zanella11-100/+35
2016-10-24Fix -Wformat-length warning in tst-setgetname.cSteve Ellcey2-1/+5
2016-10-22math.h: Wrap C++ bits in extern "C++"Florian Weimer2-2/+8
2016-10-21Use -fno-builtin for sqrt benchmark.Joseph Myers2-0/+5
2016-10-21powerpc: Cleanup fenv_private.hPaul Murphy2-103/+95
2016-10-21math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer4-6/+116
2016-10-20Use VSQRT instruction for ARM sqrt (bug 20660).Joseph Myers3-0/+96
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers3-9/+30
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers42-7/+491
2016-10-18Fix Linux fallocate tests for EOPNOTSUPPAdhemerval Zanella3-2/+17
2016-10-17Bug 20689: Fix FMA and AVX2 detection on IntelCarlos O'Donell2-10/+20
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers23-36/+167
2016-10-17S390: Fix fp comparison not raising FE_INVALID.Stefan Liebler2-0/+40
2016-10-15hppa: Optimize atomic_compare_and_exchange_val_acqJohn David Anglin2-17/+14
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers47-8/+786
2016-10-14Fix warnings from latest GCC.steve ellcey-CA Eng-Software2-4/+9
2016-10-14Clean up some complex functions raising FE_INVALID.Joseph Myers5-29/+16
2016-10-12Add more totalorder tests.Joseph Myers2-0/+32
2016-10-12Fix posix_fadvise64 build on mips64n64Adhemerval Zanella2-0/+11
2016-10-12X86: Don't assert on older Intel CPUs [BZ #20647]H.J. Lu2-1/+9
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers50-11/+958
2016-10-11Consolidate Linux sync_file_range implementationsAdhemerval Zanella8-94/+150
2016-10-11resolv: Compile without -Wno-write-stringsFlorian Weimer4-84/+89
2016-10-11Avoid M_NAN + M_NAN in complex functions.Joseph Myers3-6/+10
2016-10-10hurd: Fix unused variable warningSamuel Thibault2-0/+7
2016-10-09powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554)Alan Modra2-3/+31
2016-10-07Make iseqsig handle excess precision.Joseph Myers4-3/+107
2016-10-07Fix iseqsig for ports that do not support FE_INVALIDAdhemerval Zanella2-0/+3
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella23-554/+306
2016-10-07Consolidate posix_fallocate{64} implementationsAdhemerval Zanella14-224/+199
2016-10-07Consolidate fallocate{64} implementationsAdhemerval Zanella13-102/+191