aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-05Remove _IO_MTSAFE_IO from public headers.zack/testsuite-isomac-prepZack Weinberg
2017-03-04hurd: Provide truncate64 and ftruncate64.Justus Winter
2017-03-03tzset: Remove unused NOID macroFlorian Weimer
2017-03-03tzset: Remove __attribute_noinline__ from compute_offsetFlorian Weimer
2017-03-02Remove header file inclusion guard from elf/get-dynamic-info.hFlorian Weimer
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg
2017-02-28Add scripts/backport-support.shFlorian Weimer
2017-02-28sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer
2017-02-28sunrpc: Do not unregister services if not registered [BZ #5010]Florian Weimer
2017-02-28Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>Andreas Schwab
2017-02-27sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-02-24Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho
2017-02-24Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c.Stefan Liebler
2017-02-24Run libm tests separately for each function.Joseph Myers
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes
2017-02-22Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h.Joseph Myers
2017-02-22Use Linux 4.10 in build-many-glibcs.py.Joseph Myers
2017-02-21Add IP_RECVFRAGSIZE from Linux 4.10.Joseph Myers
2017-02-21powerpc: Update powerpc-fpu libm-test-ulpsTulio Magno Quites Machado Filho
2017-02-21powerpc: Add tests for __ppc_set_ppr_* functions.Wainer dos Santos Moschetta
2017-02-21powerpc: Convert tests to the new support test-driverWainer dos Santos Moschetta
2017-02-21Bug 20313: Update to Unicode 9.0.0Mike FABIAN
2017-02-20Remove some unused libm-test exception macros.Joseph Myers
2017-02-19One more obvious missing #include in the testsuite.Zack Weinberg
2017-02-17Update arm, mips, powerpc-nofpu libm-test-ulps.Joseph Myers
2017-02-17Rework -fno-omit-frame-pointer support on i386Adhemerval Zanella
2017-02-17Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho
2017-02-16build-many-glibcs: don't crash if email is not configuredZack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-02-16ChangeLog entry for previous changesetZack Weinberg
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg
2017-02-15Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra
2017-02-15The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes
2017-02-15Move most libmvec test contents from .c to .h files.Joseph Myers
2017-02-14Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes
2017-02-10GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra
2017-02-09x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu