about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-222-1/+13
* Remove Banner mechanism.Joseph Myers2017-09-225-17/+13
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-213-10/+9
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-09-217-2253/+2253
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-09-217-12/+3827
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-09-214-0/+36
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-09-212-0/+9
* Fix BZ# 22180.Paul Pluzhnikov2017-09-215-4/+180
* Remove non-add-on Banner files.Joseph Myers2017-09-218-14/+19
* Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov2017-09-205-23/+108