Age | Commit message (Expand) | Author | Files | Lines |
2017-02-17 | Revert header inclusion changes that break math/ testing on x86_64. | Joseph Myers | 3 | -3/+17 |
2017-02-17 | Fix lgamma*, log10* and log2* results [BZ #21171] | Tulio Magno Quites Machado Filho | 12 | -11/+28 |
2017-02-16 | build-many-glibcs: don't crash if email is not configured | Zack Weinberg | 2 | -0/+16 |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 83 | -30/+191 |
2017-02-16 | ChangeLog entry for previous changeset | Zack Weinberg | 1 | -0/+16 |
2017-02-16 | Clean up redundancies between string.h and strings.h. | Zack Weinberg | 3 | -141/+39 |
2017-02-16 | Move bits/types.h into posix/bits. | Zack Weinberg | 3 | -0/+6 |
2017-02-15 | Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp | Wilco Dijkstra | 2 | -58/+6 |
2017-02-15 | The internal header include/string.h does not work in C++: it causes link errors | Wilco Dijkstra | 2 | -2/+6 |
2017-02-15 | Fix y0 and y1 exception handling for zero input [BZ #21134] | Gabriel F. T. Gomes | 7 | -6/+17 |
2017-02-15 | Move most libmvec test contents from .c to .h files. | Joseph Myers | 17 | -82/+250 |
2017-02-14 | Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver. | Joseph Myers | 4 | -3/+12 |
2017-02-12 | ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130] | Gabriel F. T. Gomes | 3 | -12/+9 |
2017-02-10 | GLIBC uses strchr (s, '\0') as an idiom to find the end of a string. | Wilco Dijkstra | 2 | -10/+4 |
2017-02-09 | x86-64: Verify that _dl_runtime_resolve preserves vector registers | H.J. Lu | 10 | -4/+428 |
2017-02-09 | Move more csin, csinh tests to auto-libm-test-in. | Joseph Myers | 6 | -6/+1187 |
2017-02-09 | Merge libm-compat-calls-auto and libm-compat-calls | Gabriel F. T. Gomes | 2 | -9/+15 |
2017-02-09 | Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h. | Joseph Myers | 3 | -6/+18 |
2017-02-08 | Build most libm-test support code once per type. | Joseph Myers | 8 | -1317/+1622 |
2017-02-08 | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes | 13 | -4/+36 |
2017-02-08 | Move w_lgamma to libm-compat-calls-auto | Gabriel F. T. Gomes | 5 | -2/+14 |
2017-02-08 | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes | 10 | -4/+32 |
2017-02-08 | aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLER | Adhemerval Zanella | 2 | -1/+6 |
2017-02-08 | Fix a typo in the manual. | Rical Jasan | 2 | -1/+5 |
2017-02-08 | Fix getting tunable values on big-endian (BZ #21109) | Siddhesh Poyarekar | 4 | -6/+18 |
2017-02-08 | Add Linux PTRACE_EVENT_STOP | Kir Kolyshkin | 8 | -14/+39 |
2017-02-07 | Clean up libm vector tests exception test disabling. | Joseph Myers | 11 | -7/+14 |
2017-02-07 | Fix powf inaccuracy (bug 21112). | Joseph Myers | 4 | -2/+37 |
2017-02-07 | Fix typo in manual | Siddhesh Poyarekar | 2 | -1/+5 |
2017-02-07 | powerpc: Set minimum kernel version for powerpc64le | Rajalakshmi Srinivasaraghavan | 3 | -0/+38 |
2017-02-07 | powerpc: Use latest optimizations for internal function calls | Rajalakshmi Srinivasaraghavan | 3 | -3/+10 |
2017-02-07 | powerpc: Improve strcmp performance for shorter strings | Rajalakshmi Srinivasaraghavan | 3 | -44/+22 |
2017-02-06 | Refactor some code in libm-test-driver.c. | Joseph Myers | 2 | -19/+63 |
2017-02-06 | Move libm-test TEST_MSG definitions to libm-test-driver.c. | Joseph Myers | 17 | -31/+38 |
2017-02-06 | Split libm-test.inc by function. | Joseph Myers | 126 | -50125/+53367 |
2017-02-06 | Split auto-libm-test-out by function. | Joseph Myers | 55 | -312339/+312416 |
2017-02-06 | Eliminate libm-test.stmp. | Joseph Myers | 2 | -10/+22 |
2017-02-06 | Rework gen-libm-test.pl input/output handling. | Joseph Myers | 4 | -21/+48 |
2017-02-06 | As a minor cleanup remove the (r)index defines from include/string.h as | Wilco Dijkstra | 6 | -16/+16 |
2017-02-06 | Move non-function-specific parts of libm-test.inc to separate file. | Joseph Myers | 3 | -2263/+2539 |
2017-02-06 | Remove libm-test.inc comment listing functions tested and not tested. | Joseph Myers | 2 | -29/+6 |
2017-02-06 | nptl: Remove COLORING_INCREMENT | Adhemerval Zanella | 4 | -49/+9 |
2017-02-06 | Do not hardcode list of libm functions in libm-err-tab.pl. | Joseph Myers | 3 | -26/+25 |
2017-02-06 | Remove before-compile setting in math/Makefile. | Joseph Myers | 2 | -3/+4 |
2017-02-06 | sparc: Remove unused assignment in __clone | Ivo Raisr | 3 | -2/+7 |
2017-02-06 | Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock. | Stefan Liebler | 2 | -2/+7 |
2017-02-06 | Remove i686, x86_64, and powerpc strtok implementations | Adhemerval Zanella | 9 | -1075/+10 |
2017-02-06 | Consolidate arm and mips posix_fadvise implementations | Adhemerval Zanella | 5 | -42/+31 |
2017-02-05 | Open master for developmentglibc-2.25.90 | Siddhesh Poyarekar | 3 | -2/+20 |
2017-02-05 | Update for 2.25 releaseglibc-2.25 | Siddhesh Poyarekar | 3 | -3/+7 |