Age | Commit message (Expand) | Author | Files | Lines |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 1 | -1/+0 |
2016-11-04 | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2 | -0/+2 |
2016-10-28 | Check IFUNC definition in unrelocated shared library [BZ #20019] | H.J. Lu | 1 | -1/+17 |
2016-09-23 | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 1 | -0/+6 |
2016-09-20 | Remove remnants of .og patterns | Florian Weimer | 1 | -2/+0 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 2 | -0/+86 |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 1 | -3/+0 |
2016-08-16 | Add fesetexcept. | Joseph Myers | 1 | -0/+31 |
2016-07-18 | i386: Compile rtld-*.os with -mno-sse -mno-mmx -mfpmath=387 | H.J. Lu | 1 | -2/+5 |
2016-07-13 | Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347] | H.J. Lu | 1 | -2/+2 |
2016-06-30 | i686/multiarch: Regenerate ulps | Aurelien Jarno | 1 | -8/+8 |
2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479). | Joseph Myers | 3 | -18/+21 |
2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479). | Joseph Myers | 3 | -18/+23 |
2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479). | Joseph Myers | 3 | -18/+23 |
2016-06-23 | Fix i386/x86_64 scalbl with sNaN input (bug 20296). | Joseph Myers | 1 | -13/+3 |
2016-06-22 | Simplify x86 nearbyint functions. | Joseph Myers | 3 | -12/+0 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2 | -16/+1 |
2016-06-14 | Fix i386 fdim double rounding (bug 20255). | Joseph Myers | 1 | -0/+50 |
2016-06-14 | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 6 | -282/+0 |
2016-06-13 | Fix frexp (NaN) (bug 20250). | Joseph Myers | 1 | -1/+8 |
2016-06-09 | Fix i386/x86_64 log2l (sNaN) (bug 20235). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Fix i386/x86_64 log1pl (sNaN) (bug 20229). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Fix i386/x86_64 log10l (sNaN) (bug 20228). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Fix i386/x86_64 logl (sNaN) (bug 20227). | Joseph Myers | 2 | -0/+2 |
2016-06-08 | Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226). | Joseph Myers | 1 | -2/+5 |
2016-06-08 | Fix i386 cbrtl (sNaN) (bug 20224). | Joseph Myers | 1 | -0/+1 |
2016-06-07 | Fix i386 atanhl (sNaN) (bug 20219). | Joseph Myers | 1 | -0/+1 |
2016-06-07 | Fix i386 asinhl (sNaN) (bug 20218). | Joseph Myers | 1 | -0/+1 |
2016-06-03 | Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205). | Joseph Myers | 1 | -1/+1 |
2016-05-13 | Call init_cpu_features only if SHARED is defined | H.J. Lu | 1 | -0/+4 |
2016-05-11 | Remove x86 ifunc-defines.sym and rtld-global-offsets.sym | H.J. Lu | 2 | -20/+0 |
2016-05-08 | Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86 | H.J. Lu | 1 | -1/+1 |
2016-04-09 | When disabling SSE, make sure -fpmath is not set to use SSE either | Khem Raj | 1 | -1/+2 |
2016-04-09 | configure: fix `test ==` usage | Mike Frysinger | 2 | -2/+2 |
2016-04-01 | Improve generic strcspn performance | Wilco Dijkstra | 1 | -18/+1 |
2016-03-24 | Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848). | Joseph Myers | 2 | -9/+9 |
2016-03-15 | Fix building glibc master with NDEBUG and --with-cpu. | Carlos O'Donell | 1 | -0/+1 |
2016-03-06 | Use HAS_ARCH_FEATURE with Fast_Rep_String | H.J. Lu | 9 | -9/+9 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 251 | -251/+251 |
2015-12-20 | i386: move ULPs to i686/multiarch and regenerate new ones for i386 | Aurelien Jarno | 2 | -56/+2246 |
2015-11-25 | Fix hurd build with hidden support | Samuel Thibault | 1 | -0/+1 |
2015-11-20 | Fix math_private.h multiple include guards. | Joseph Myers | 1 | -1/+2 |
2015-11-05 | Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213). | Joseph Myers | 4 | -4/+28 |
2015-11-04 | Remove miscellaneous GCC >= 4.7 version conditionals. | Joseph Myers | 1 | -10/+2 |
2015-11-04 | Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga... | Joseph Myers | 1 | -4/+5 |
2015-11-02 | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 3 | -0/+9 |
2015-10-29 | Remove cpuid.h configure tests. | Joseph Myers | 2 | -46/+0 |
2015-10-28 | Handle more state in i386/x86_64 fesetenv (bug 16068). | Joseph Myers | 1 | -10/+30 |
2015-10-28 | Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181). | Joseph Myers | 1 | -0/+4 |