Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | New pthread rwlock that is more scalable. | Torvald Riegel | 1 | -7/+7 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 113 | -113/+113 |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 1 | -9/+23 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -20/+0 |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2 | -9/+24 |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 1 | -1/+0 |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2 | -8/+25 |
2016-11-07 | nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI | Florian Weimer | 1 | -1/+1 |
2016-11-04 | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2 | -0/+2 |
2016-09-23 | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 1 | -0/+6 |
2016-09-07 | Add femode_t functions: m68k. | Joseph Myers | 2 | -0/+59 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -0/+8 |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 1 | -3/+0 |
2016-08-29 | Convert remaining complex function to generated files | Paul E. Murphy | 3 | -17/+4 |
2016-08-19 | Convert _Complex sine functions to generated code | Paul E. Murphy | 6 | -37/+10 |
2016-08-19 | Convert _Complex cosine functions to generated code | Paul E. Murphy | 3 | -19/+5 |
2016-08-16 | Add fesetexcept: m68k. | Joseph Myers | 1 | -0/+31 |
2016-07-04 | m68k: suppress -Wframe-address warning | Andreas Schwab | 1 | -0/+4 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2 | -14/+1 |
2016-04-30 | m68k: use large PIC model for gcrt1.o | Andreas Schwab | 1 | -0/+5 |
2016-02-18 | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 2 | -3/+23 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 108 | -108/+108 |
2015-12-03 | math: add LDBL_CLASSIFY_COMPAT support | Chris Metcalf | 1 | -0/+10 |
2015-11-20 | Fix math_private.h multiple include guards. | Joseph Myers | 1 | -1/+2 |
2015-11-02 | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 1 | -0/+3 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 4 | -9/+4 |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 3 | -7/+3 |
2015-09-25 | Use soft-fp fma for no-FPU ColdFire (bug 13304). | Joseph Myers | 3 | -0/+3 |
2015-09-16 | Make scalbn set errno (bug 6803). | Joseph Myers | 1 | -1/+0 |
2015-09-11 | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2 | -2/+2 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-08-15 | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 1 | -2/+5 |
2015-07-21 | m68k: update libm test ULPs | Andreas Schwab | 1 | -133/+311 |
2015-04-13 | Set errno for log1p on pole/domain error. | Stefan Liebler | 3 | -0/+6 |
2015-03-14 | m68k: fix 64-bit arithmetic in atomic operations (bug 18128) | Andreas Schwab | 1 | -8/+8 |
2015-03-05 | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 1 | -1/+1 |
2015-01-25 | m68k: fix missing definition of __feraiseexcept | Andreas Schwab | 1 | -0/+1 |
2015-01-25 | m68k: force inlining bswap functions | Andreas Schwab | 1 | -4/+4 |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2 | -1/+2 |
2015-01-05 | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 108 | -108/+108 |
2014-12-31 | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2014-12-30 | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2 | -3/+5 |
2014-12-21 | m68k: remove @PLTPC from _dl_init call | Andreas Schwab | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-20 | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 2 | -0/+7 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 1 | -1/+1 |