about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add cosf with FMAH.J. Lu2017-12-126-4/+47
* Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCCSteve Ellcey2017-12-122-1/+5
* libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella2017-12-125-2/+125
* Update IA64 libm-test-ulpsAdhemerval Zanella2017-12-122-26/+1918
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-122-0/+26
* [BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy2017-12-122-2/+8
* Remove --with-fp / --without-fp.Joseph Myers2017-12-1212-66/+112
* manual: Fix a typo in locale.texi.Rical Jasan2017-12-122-1/+5
* manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588]Aurelien Jarno2017-12-122-1/+6
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-1134-496/+984
* New generic cosfPaul Clarke2017-12-112-40/+218
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-1113-13/+344
* string: Replace = with += in CFLAGS-xxx.cH.J. Lu2017-12-112-9/+21
* S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding.Stefan Liebler2017-12-113-25/+30
* elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno2017-12-102-1/+7
* x86-64: Add sinf with FMAH.J. Lu2017-12-076-3/+47
* x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu2017-12-072-559/+4
* Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).Joseph Myers2017-12-075-14/+30
* lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524]Mike FABIAN2017-12-074-2061/+139
* Add _Float32 function aliases.Joseph Myers2017-12-0764-122/+3052
* Support defining strtof32, wcstof32 aliases.Joseph Myers2017-12-063-0/+49
* Support defining strfromf32 alias.Joseph Myers2017-12-062-0/+20
* Add header for _Float32 testing.Joseph Myers2017-12-062-0/+39
* Support _Float32 in libm_alias_float.Joseph Myers2017-12-062-2/+15
* Correct some ia64 libm_alias_float_other calls.Joseph Myers2017-12-064-3/+10
* Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471).Joseph Myers2017-12-063-3/+19
* Update Alpha libm-test-ulpsAdhemerval Zanella2017-12-062-2/+12
* Sparc ulp update.David S. Miller2017-12-062-0/+11
* Don't make local variables static in ldbl-96 j1l.Joseph Myers2017-12-062-1/+4
* Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers2017-12-065-8/+19
* hsb_DE locale: Base collation on copy "iso14651_t1" [BZ #22515]Mike FABIAN2017-12-064-2075/+133
* Add references to CVE-2017-17426Florian Weimer2017-12-062-0/+6
* Update NEWS to add sinf optimizationRajalakshmi Srinivasaraghavan2017-12-062-1/+5
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-0664-23/+5914
* Use long double not double for _Float64 with old GCC if values the same.Joseph Myers2017-12-052-9/+60
* Add elision tunablesRogerio Alves2017-12-0526-94/+357
* Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers2017-12-053-0/+111
* math: Use sign as double for reduced case in sinfAdhemerval Zanella2017-12-052-2/+7
* [PATCH] fix sinf(NAN)Szabolcs Nagy2017-12-052-3/+7
* Support defining strfromf64, strfromf32x aliases.Joseph Myers2017-12-052-0/+31
* Add headers for _Float64, _Float32x testing.Joseph Myers2017-12-053-0/+77
* Support _Float64, _Float32x in libm_alias_double.Joseph Myers2017-12-053-4/+55
* s_sinf.c: Replace floor with simple castsH.J. Lu2017-12-052-6/+12
* tilegx: tag __insn_OP builtin issue with gcc bugzilla #Chris Metcalf2017-12-051-1/+2
* et_EE locale: Base collation on iso14651_t1 [BZ #22517]Mike FABIAN2017-12-054-2067/+100
* tilegx: work around vector insn bug in gccChris Metcalf2017-12-0510-25/+64
* Linux: Implement interfaces for memory protection keysFlorian Weimer2017-12-0550-4/+1179
* support/tst-test_compare: Fix 32-bit/64-bit expected output mismatchFlorian Weimer2017-12-052-2/+9
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0575-83/+377
* support: Add TEST_COMPARE macroFlorian Weimer2017-12-045-0/+226