Age | Commit message (Expand) | Author | Files | Lines |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -1/+0 |
2021-05-25 | Linux: Remove remaining references to $(shared-thread-library) | Florian Weimer | 1 | -2/+0 |
2021-05-21 | nptl: Remove remaining code from libpthread | Florian Weimer | 3 | -12/+0 |
2021-03-01 | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer | 1 | -0/+74 |
2021-02-25 | Reduce the statically linked startup code [BZ #23323] | Florian Weimer | 1 | -11/+7 |
2021-01-18 | Update MIPS libm-test-ulps. | Joseph Myers | 2 | -22/+24 |
2021-01-07 | Remove dbl-64/wordsize-64 (part 2) | Wilco Dijkstra | 1 | -1/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 115 | -115/+115 |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer | 1 | -2/+0 |
2020-10-08 | Update mips64 libm-test-ulps | Adhemerval Zanella | 1 | -1/+1 |
2020-10-02 | aarch64: enforce >=64K guard size [BZ #26691] | Szabolcs Nagy | 1 | -0/+3 |
2020-06-22 | mips: Use sqrt{f} builtin | Adhemerval Zanella | 9 | -82/+6 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 1 | -1/+1 |
2020-04-24 | elf: Introduce <elf_machine_sym_no_match.h> | Florian Weimer | 2 | -15/+43 |
2020-04-08 | Update mips libm-test-ulps | Adhemerval Zanella | 2 | -54/+56 |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella | 2 | -1389/+0 |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer | 1 | -0/+20 |
2020-02-14 | linux: Remove INTERNAL_SYSCALL_DECL | Adhemerval Zanella | 1 | -4/+3 |
2020-02-14 | linux: Consolidate INLINE_SYSCALL | Adhemerval Zanella | 1 | -1/+1 |
2020-01-08 | MIPS: Fix circular definition of __LDBL_MANT_DIG__ in ieee754.h | Zack Weinberg | 1 | -1/+1 |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 3 | -5/+6 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 115 | -115/+115 |
2019-12-27 | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho | 1 | -0/+1 |
2019-11-26 | nptl: Add struct_rwlock.h | Adhemerval Zanella | 2 | -36/+71 |
2019-11-26 | nptl: Add struct_mutex.h | Adhemerval Zanella | 2 | -7/+56 |
2019-11-26 | nptl: Remove rwlock elision definitions | Adhemerval Zanella | 1 | -2/+0 |
2019-11-26 | nptl: Add tests for internal pthread_rwlock_t offsets | Adhemerval Zanella | 1 | -0/+10 |
2019-11-26 | nptl: Cleanup mutex internal offset tests | Adhemerval Zanella | 1 | -8/+0 |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 4 | -23/+27 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 113 | -113/+113 |
2019-08-29 | MIPS support for GNU hash | Mihailo Stojanovic | 2 | -0/+16 |
2019-08-23 | Don't put non-ASCII into installed headers | Paul Eggert | 5 | -5/+0 |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert | 5 | -5/+5 |
2019-08-23 | [MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916] | Mihailo Stojanovic | 3 | -0/+78 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-02-26 | Add and move fall-through comments in system-specific code. | Joseph Myers | 2 | -2/+2 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 3 | -12/+12 |
2019-01-02 | Update MIPS libm-test-ulps. | Joseph Myers | 2 | -88/+88 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 111 | -111/+111 |
2018-11-13 | Fix mips build with GCC 9. | Joseph Myers | 1 | -1/+6 |
2018-11-01 | MIPS: Use `.set mips2' to emulate LL/SC for the R5900 too | Fredrik Noring | 1 | -1/+2 |
2018-08-28 | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers | 1 | -56/+52 |
2018-08-23 | Move EXCEPTION_TESTS_* out of math-tests.h | Joseph Myers | 1 | -29/+0 |
2018-08-22 | Move ROUNDING_TESTS_* out of math-tests.h. | Joseph Myers | 1 | -3/+0 |
2018-08-02 | Do not define various fenv.h macros for MIPS soft-float (bug 23479). | Joseph Myers | 4 | -16/+51 |
2018-08-01 | Move SNAN_TESTS_PRESERVE_PAYLOAD out of math-tests.h. | Joseph Myers | 2 | -6/+30 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 3 | -0/+6 |
2018-05-16 | Update MIPS libm-test-ulps. | Joseph Myers | 2 | -0/+16 |
2018-04-20 | Drop fpregset unused symbol exposition | Samuel Thibault | 1 | -1/+1 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 2 | -9/+9 |