aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-29Do not wrap logf, log2f and powfnsz/mathSzabolcs Nagy12-6/+30
2017-09-29Do not wrap expf and exp2fSzabolcs Nagy13-8/+32
2017-09-29New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy36-14/+131
2017-09-29New generic powfSzabolcs Nagy8-201/+266
2017-09-29New generic log2fSzabolcs Nagy8-75/+136
2017-09-29missed ChangeLog entrySzabolcs Nagy1-0/+11
2017-09-29New generic logfSzabolcs Nagy8-75/+136
2017-09-28x86: Allow undefined _DYNAMIC in static executableH.J. Lu3-4/+25
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra10-436/+22
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra7-349/+41
2017-09-28AArch64: update libm-test-ulpsSzabolcs Nagy2-2/+12
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers5-10/+23
2017-09-27Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu2-0/+8
2017-09-28hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault5-2/+18
2017-09-28hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault4-3/+10
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault5-3/+14
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault6-6/+21
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu13-46/+46
2017-09-26Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers2-10/+13
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov3-13/+20
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu4-3/+61
2017-09-26Use generic __ifunc for SPARC.Joseph Myers2-8/+7
2017-09-26powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho2-8/+9
2017-09-26Fix ia64 executable stack default (bug 22156).Joseph Myers2-3/+7
2017-09-26resolv/Makefile: Fix typo in commentFlorian Weimer2-1/+5
2017-09-26resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer2-1/+6
2017-09-25scratch_buffer: use union for internal bufferAdhemerval Zanella4-6/+12
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella46-61/+632
2017-09-25Update configure.ac for binutils 2.25H.J. Lu3-4/+9
2017-09-25Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov2-0/+11
2017-09-25nscd: Release read lock after resetting timeout.DJ Delorie2-0/+8
2017-09-25Revert "resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom"Samuel Thibault2-9/+1
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler2-1/+7
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy34-9/+158
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy16-567/+421
2017-09-25hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault3-3/+7
2017-09-25resolv_test.c: also cope with CONNREFUSED errors returned by recvfromSamuel Thibault2-1/+9
2017-09-24hurd: Fix bits/socket.h conformitySamuel Thibault3-18/+42
2017-09-24hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault2-7/+33
2017-09-22Use libm_alias_float in flt-32.Joseph Myers41-39/+169
2017-09-22Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2-1/+13
2017-09-22Remove Banner mechanism.Joseph Myers5-17/+13
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes3-10/+9
2017-09-21ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes7-2253/+2253
2017-09-21ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes7-12/+3827
2017-09-21powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes4-0/+36
2017-09-21powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2-0/+9
2017-09-21Fix BZ# 22180.Paul Pluzhnikov5-4/+180
2017-09-21Remove non-add-on Banner files.Joseph Myers8-14/+19
2017-09-20Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov5-23/+108