Age | Commit message (Expand) | Author | Files | Lines |
2017-12-14 | sparc: assembly version of memmove for ultra1+ | Jose E. Marchesi | 5 | -0/+196 |
2017-12-14 | sparc: support the ADP hw capability | Jose E. Marchesi | 4 | -3/+11 |
2017-12-13 | aarch64: Improve strcmp unaligned performance | Siddhesh Poyarekar | 2 | -2/+34 |
2017-12-12 | Fix testing with nss-crypt. | Carlos O'Donell | 2 | -1/+6 |
2017-12-12 | Add sysdeps/ieee754/soft-fp. | Joseph Myers | 33 | -39/+56 |
2017-12-12 | x86-64: Add cosf with FMA | H.J. Lu | 6 | -4/+47 |
2017-12-12 | Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCC | Steve Ellcey | 2 | -1/+5 |
2017-12-12 | libio: Free backup area when it not required (BZ#22415) | Adhemerval Zanella | 5 | -2/+125 |
2017-12-12 | Update IA64 libm-test-ulps | Adhemerval Zanella | 2 | -26/+1918 |
2017-12-12 | ia64: Add ipc_priv.h header to set __IPC_64 to zero | James Clarke | 2 | -0/+26 |
2017-12-12 | [BZ #22593] Fix nextafter and nexttoward declaration | Szabolcs Nagy | 2 | -2/+8 |
2017-12-12 | Remove --with-fp / --without-fp. | Joseph Myers | 12 | -66/+112 |
2017-12-12 | manual: Fix a typo in locale.texi. | Rical Jasan | 2 | -1/+5 |
2017-12-12 | manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588] | Aurelien Jarno | 2 | -1/+6 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 34 | -496/+984 |
2017-12-11 | New generic cosf | Paul Clarke | 2 | -40/+218 |
2017-12-11 | powerpc: POWER8 memcpy optimization for cached memory | Adhemerval Zanella | 13 | -13/+344 |
2017-12-11 | string: Replace = with += in CFLAGS-xxx.c | H.J. Lu | 2 | -9/+21 |
2017-12-11 | S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding. | Stefan Liebler | 3 | -25/+30 |
2017-12-10 | elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ... | Aurelien Jarno | 2 | -1/+7 |
2017-12-07 | x86-64: Add sinf with FMA | H.J. Lu | 6 | -3/+47 |
2017-12-07 | x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S | H.J. Lu | 2 | -559/+4 |
2017-12-07 | Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471). | Joseph Myers | 5 | -14/+30 |
2017-12-07 | lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524] | Mike FABIAN | 4 | -2061/+139 |
2017-12-07 | Add _Float32 function aliases. | Joseph Myers | 64 | -122/+3052 |
2017-12-06 | Support defining strtof32, wcstof32 aliases. | Joseph Myers | 3 | -0/+49 |
2017-12-06 | Support defining strfromf32 alias. | Joseph Myers | 2 | -0/+20 |
2017-12-06 | Add header for _Float32 testing. | Joseph Myers | 2 | -0/+39 |
2017-12-06 | Support _Float32 in libm_alias_float. | Joseph Myers | 2 | -2/+15 |
2017-12-06 | Correct some ia64 libm_alias_float_other calls. | Joseph Myers | 4 | -3/+10 |
2017-12-06 | Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471). | Joseph Myers | 3 | -3/+19 |
2017-12-06 | Update Alpha libm-test-ulps | Adhemerval Zanella | 2 | -2/+12 |
2017-12-06 | Sparc ulp update. | David S. Miller | 2 | -0/+11 |
2017-12-06 | Don't make local variables static in ldbl-96 j1l. | Joseph Myers | 2 | -1/+4 |
2017-12-06 | Make some ldbl-128, ldbl-128ibm arrays const. | Joseph Myers | 5 | -8/+19 |
2017-12-06 | hsb_DE locale: Base collation on copy "iso14651_t1" [BZ #22515] | Mike FABIAN | 4 | -2075/+133 |
2017-12-06 | Add references to CVE-2017-17426 | Florian Weimer | 2 | -0/+6 |
2017-12-06 | Update NEWS to add sinf optimization | Rajalakshmi Srinivasaraghavan | 2 | -1/+5 |
2017-12-06 | Add _Float64, _Float32x function aliases. | Joseph Myers | 64 | -23/+5914 |
2017-12-05 | Use long double not double for _Float64 with old GCC if values the same. | Joseph Myers | 2 | -9/+60 |
2017-12-05 | Add elision tunables | Rogerio Alves | 26 | -94/+357 |
2017-12-05 | Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases. | Joseph Myers | 3 | -0/+111 |
2017-12-05 | math: Use sign as double for reduced case in sinf | Adhemerval Zanella | 2 | -2/+7 |
2017-12-05 | [PATCH] fix sinf(NAN) | Szabolcs Nagy | 2 | -3/+7 |
2017-12-05 | Support defining strfromf64, strfromf32x aliases. | Joseph Myers | 2 | -0/+31 |
2017-12-05 | Add headers for _Float64, _Float32x testing. | Joseph Myers | 3 | -0/+77 |
2017-12-05 | Support _Float64, _Float32x in libm_alias_double. | Joseph Myers | 3 | -4/+55 |
2017-12-05 | s_sinf.c: Replace floor with simple casts | H.J. Lu | 2 | -6/+12 |
2017-12-05 | tilegx: tag __insn_OP builtin issue with gcc bugzilla # | Chris Metcalf | 1 | -1/+2 |
2017-12-05 | et_EE locale: Base collation on iso14651_t1 [BZ #22517] | Mike FABIAN | 4 | -2067/+100 |