summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2017-06-30resolv: Remove unused resolv/res_debug.h header fileFlorian Weimer
2017-06-30resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer
2017-06-30resolv: Move the res_mkquery function to the resolv/mk_query.c fileFlorian Weimer
2017-06-30resolv: Reformat resolv/res_mkquery.c to GNU styleFlorian Weimer
2017-06-30resolv: Remove DEBUG macro from resolv/res_mkquery.cFlorian Weimer
2017-06-30support: Report actual exit status in support_capture_subprocess_checkFlorian Weimer
2017-06-30resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer
2017-06-29SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers
2017-06-29vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer
2017-06-29posix: Improve default posix_spawn implementationAdhemerval Zanella
2017-06-29vfprintf: Reuse work_buffer in group_numberFlorian Weimer
2017-06-29vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer
2017-06-29_i18n_number_rewrite: Use struct scratch_bufferFlorian Weimer
2017-06-29vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer
2017-06-29vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer
2017-06-29vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer
2017-06-28posix: Adapt tst-spawn{2,3} to use libsupport.Adhemerval Zanella
2017-06-28Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers
2017-06-28Support _Float128 in tgmath.h.Joseph Myers
2017-06-28Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers
2017-06-28Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers
2017-06-28Simplify tgmath.h for integer return types.Joseph Myers
2017-06-28Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers
2017-06-28Add more thorough generated tgmath.h test.Joseph Myers
2017-06-28Require binutils 2.25 or later to build glibc.Joseph Myers
2017-06-28Support building glibc with gold 1.14 or above [BZ #14995]H.J. Lu
2017-06-28Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers
2017-06-27Fix elf/loadtest.c build with GCC 8.Joseph Myers
2017-06-27Fix strftime build with GCC 8.Joseph Myers
2017-06-27[ARM] Optimise memchr for NEON-enabled processorsPrakhar Bahuguna
2017-06-27S390: Use cu21 instruction for converting from utf16 to utf8.Stefan Liebler
2017-06-27S390: Use cu24 instruction for converting from utf16 to utf32.Stefan Liebler
2017-06-27S390: Use cu42 instruction for converting from utf32 to utf16.Stefan Liebler
2017-06-27S390: Use cu41 instruction for converting from utf32 to utf8.Stefan Liebler
2017-06-27S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler
2017-06-27x86-64: Optimize memcmp-avx2-movbe.S for short differenceH.J. Lu
2017-06-27S390: Save and restore r12 in TLS_IE macro.Stefan Liebler
2017-06-27resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-threadFlorian Weimer
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer
2017-06-26Add float128 support for ia64.Joseph Myers
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-26Call exit directly in clone (BZ #21512)Adhemerval Zanella
2017-06-26powerpc64le: Enable float128Paul E. Murphy
2017-06-26powerpc64le: Require at least POWER8 for powerpc64leGabriel F. T. Gomes
2017-06-26powerpc64le: Check for compiler features for float128Gabriel F. T. Gomes
2017-06-26Prevent an implicit int promotion in malloc/tst-alloc_buffer.cTulio Magno Quites Machado Filho
2017-06-25manual: Fix a minor grammatical error.Rical Jasan
2017-06-24resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer
2017-06-24getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov