about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Allow direct use of math_ldbl.h in testsuite.Zack Weinberg2017-02-2513-53/+212
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-2525-75/+148
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-259-43/+62
* Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho2017-02-242-9/+14
* Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c.Stefan Liebler2017-02-242-1/+6
* Run libm tests separately for each function.Joseph Myers2017-02-24161-973/+1512
* Add new templates for IEEE wrappersGabriel F. T. Gomes2017-02-2329-1/+1084
* Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h.Joseph Myers2017-02-222-1/+6
* Use Linux 4.10 in build-many-glibcs.py.Joseph Myers2017-02-222-1/+6
* Add IP_RECVFRAGSIZE from Linux 4.10.Joseph Myers2017-02-212-0/+5
* powerpc: Update powerpc-fpu libm-test-ulpsTulio Magno Quites Machado Filho2017-02-212-98/+110
* powerpc: Add tests for __ppc_set_ppr_* functions.Wainer dos Santos Moschetta2017-02-213-0/+111
* powerpc: Convert tests to the new support test-driverWainer dos Santos Moschetta2017-02-214-21/+19
* Bug 20313: Update to Unicode 9.0.0Mike FABIAN2017-02-2117-2596/+6701
* Remove some unused libm-test exception macros.Joseph Myers2017-02-202-28/+9
* One more obvious missing #include in the testsuite.Zack Weinberg2017-02-192-0/+5
* Update arm, mips, powerpc-nofpu libm-test-ulps.Joseph Myers2017-02-175-304/+343
* Rework -fno-omit-frame-pointer support on i386Adhemerval Zanella2017-02-176-41/+113
* Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu2017-02-172-1/+6
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-1710-919/+76430
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-1710-1391/+92082
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-1710-1342/+92033
* Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers2017-02-173-3/+17
* Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho2017-02-1712-11/+28
* build-many-glibcs: don't crash if email is not configuredZack Weinberg2017-02-162-0/+16
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-1683-30/+191
* ChangeLog entry for previous changesetZack Weinberg2017-02-161-0/+16
* Clean up redundancies between string.h and strings.h.Zack Weinberg2017-02-163-141/+39
* Move bits/types.h into posix/bits.Zack Weinberg2017-02-163-0/+6
* Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra2017-02-152-58/+6
* The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra2017-02-152-2/+6
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-157-6/+17
* Move most libmvec test contents from .c to .h files.Joseph Myers2017-02-1517-82/+250
* Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers2017-02-144-3/+12
* ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes2017-02-123-12/+9
* GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra2017-02-102-10/+4
* x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu2017-02-0910-4/+428
* Move more csin, csinh tests to auto-libm-test-in.Joseph Myers2017-02-096-6/+1187
* Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes2017-02-092-9/+15
* Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers2017-02-093-6/+18
* Build most libm-test support code once per type.Joseph Myers2017-02-088-1317/+1622
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-0813-4/+36
* Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes2017-02-085-2/+14
* Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2017-02-0810-4/+32
* aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella2017-02-082-1/+6
* Fix a typo in the manual.Rical Jasan2017-02-082-1/+5
* Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar2017-02-084-6/+18
* Add Linux PTRACE_EVENT_STOPKir Kolyshkin2017-02-088-14/+39
* Clean up libm vector tests exception test disabling.Joseph Myers2017-02-0711-7/+14
* Fix powf inaccuracy (bug 21112).Joseph Myers2017-02-074-2/+37