about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* i386: Replace assembly versions of e_powf with generic e_powf.c hjl/nsz/mathH.J. Lu2017-09-298-401/+66
* i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu2017-09-298-72/+49
* x86-64: Add powf with FMAH.J. Lu2017-09-293-1/+49
* x86-64: Add log2f with FMAH.J. Lu2017-09-293-1/+45
* x86-64: Add logf with FMAH.J. Lu2017-09-293-1/+45
* i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu2017-09-299-143/+62
* i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu2017-09-297-54/+46
* x86-64: Add exp2f with FMAH.J. Lu2017-09-293-1/+42
* i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-09-2912-442/+35
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-09-297-531/+31
* Do not wrap logf, log2f and powf nsz/mathSzabolcs Nagy2017-09-2912-6/+30
* Do not wrap expf and exp2fSzabolcs Nagy2017-09-2913-8/+32
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-09-2936-14/+131
* New generic powfSzabolcs Nagy2017-09-298-201/+266
* New generic log2fSzabolcs Nagy2017-09-298-75/+136
* missed ChangeLog entrySzabolcs Nagy2017-09-291-0/+11
* New generic logfSzabolcs Nagy2017-09-298-75/+136
* x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-09-283-4/+25
* Remove ancient __signbit inlinesWilco Dijkstra2017-09-2810-436/+22
* Simplify C99 isgreater macrosWilco Dijkstra2017-09-287-349/+41
* AArch64: update libm-test-ulpsSzabolcs Nagy2017-09-282-2/+12
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-285-10/+23
* Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu2017-09-272-0/+8
* hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault2017-09-285-2/+18
* hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault2017-09-284-3/+10
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-285-3/+14
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-286-6/+21
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-2613-46/+46
* Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers2017-09-262-10/+13
* Fix range check in do_tunable_update_valAlexey Makhalov2017-09-273-13/+20
* Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu2017-09-264-3/+61
* Use generic __ifunc for SPARC.Joseph Myers2017-09-262-8/+7
* powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho2017-09-262-8/+9
* Fix ia64 executable stack default (bug 22156).Joseph Myers2017-09-262-3/+7
* resolv/Makefile: Fix typo in commentFlorian Weimer2017-09-262-1/+5
* resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer2017-09-262-1/+6
* scratch_buffer: use union for internal bufferAdhemerval Zanella2017-09-254-6/+12
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-2546-61/+632
* Update configure.ac for binutils 2.25H.J. Lu2017-09-253-4/+9
* Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov2017-09-252-0/+11
* nscd: Release read lock after resetting timeout.DJ Delorie2017-09-252-0/+8
* Revert "resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom"Samuel Thibault2017-09-252-9/+1
* Fix typo in sincos32.h inclusion guard.Stefan Liebler2017-09-252-1/+7
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-2534-9/+158
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-2516-567/+421
* hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault2017-09-253-3/+7
* resolv_test.c: also cope with CONNREFUSED errors returned by recvfromSamuel Thibault2017-09-252-1/+9
* hurd: Fix bits/socket.h conformitySamuel Thibault2017-09-243-18/+42
* hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault2017-09-242-7/+33
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2241-39/+169