aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-29i386: Replace assembly versions of e_powf with generic e_powf.chjl/nsz/mathH.J. Lu
2017-09-29 i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu
2017-09-29x86-64: Add powf with FMAH.J. Lu
2017-09-29x86-64: Add log2f with FMAH.J. Lu
2017-09-29x86-64: Add logf with FMAH.J. Lu
2017-09-29i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu
2017-09-29i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu
2017-09-29x86-64: Add exp2f with FMAH.J. Lu
2017-09-29i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-09-29x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-09-29Do not wrap logf, log2f and powfnsz/mathSzabolcs Nagy
2017-09-29Do not wrap expf and exp2fSzabolcs Nagy
2017-09-29New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy
2017-09-29missed ChangeLog entrySzabolcs Nagy
2017-09-29New generic logfSzabolcs Nagy
2017-09-28x86: Allow undefined _DYNAMIC in static executableH.J. Lu
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra
2017-09-28AArch64: update libm-test-ulpsSzabolcs Nagy
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers
2017-09-27Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu
2017-09-28hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault
2017-09-28hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu
2017-09-26Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu
2017-09-26Use generic __ifunc for SPARC.Joseph Myers
2017-09-26powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho
2017-09-26Fix ia64 executable stack default (bug 22156).Joseph Myers
2017-09-26resolv/Makefile: Fix typo in commentFlorian Weimer
2017-09-26resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer
2017-09-25scratch_buffer: use union for internal bufferAdhemerval Zanella
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella
2017-09-25Update configure.ac for binutils 2.25H.J. Lu
2017-09-25Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov
2017-09-25nscd: Release read lock after resetting timeout.DJ Delorie
2017-09-25Revert "resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom"Samuel Thibault
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-09-25hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault
2017-09-25resolv_test.c: also cope with CONNREFUSED errors returned by recvfromSamuel Thibault
2017-09-24hurd: Fix bits/socket.h conformitySamuel Thibault
2017-09-24hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault
2017-09-22Use libm_alias_float in flt-32.Joseph Myers