summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-0324-371/+1033
* resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.cFlorian Weimer2017-07-032-1/+201
* More fixes after the recent import from CLDR-31Rafal Luzynski2017-07-039-64/+103
* powerpc: Clean up strlen and strnlen for power8Rajalakshmi Srinivasaraghavan2017-07-033-20/+6
* Use __builtin_popcount in __sched_cpucount [BZ #21696]H.J. Lu2017-07-012-17/+17
* Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar2017-07-012-1/+6
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-306-1/+71
* Consolidate Linux fcntl implementationAdhemerval Zanella2017-06-3015-224/+54
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-306-26/+106
* aarch64: Call all string function implementations in testsSiddhesh Poyarekar2017-06-302-4/+8
* i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu2017-06-305-10/+64
* resolv: Improve debugging output from tst-resolv-res_initFlorian Weimer2017-06-302-2/+19
* resolv: Remove source argument fron res_optionsFlorian Weimer2017-06-302-4/+9
* resolv: Remove DEBUG from resolv/res_query.cFlorian Weimer2017-06-302-36/+4
* resolv: Reformat resolv/res_data.c to GNU styleFlorian Weimer2017-06-302-13/+38
* resolv: Move res_query, res_search res_querydomain, hostaliasFlorian Weimer2017-06-303-81/+63
* resolv: Move res_isourserver, res_send from res_data.c to res_send.cFlorian Weimer2017-06-303-16/+20
* resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer2017-06-304-6/+21
* resolv: Move fp_nquery, fp_query, p_query, _res_opcodesFlorian Weimer2017-06-304-59/+71
* resolv: Remove unused resolv/res_debug.h header fileFlorian Weimer2017-06-303-35/+5
* resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer2017-06-302-144/+7
* resolv: Move the res_mkquery function to the resolv/mk_query.c fileFlorian Weimer2017-06-303-21/+26
* resolv: Reformat resolv/res_mkquery.c to GNU styleFlorian Weimer2017-06-302-144/+145
* resolv: Remove DEBUG macro from resolv/res_mkquery.cFlorian Weimer2017-06-302-18/+23
* support: Report actual exit status in support_capture_subprocess_checkFlorian Weimer2017-06-302-1/+6
* resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer2017-06-305-28/+354
* localedata: CLDRv29: update LC_ADDRESS.lang_name translationsMike Frysinger2017-06-3081-73/+86
* SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-294-121/+236
* vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer2017-06-293-4/+15
* posix: Improve default posix_spawn implementationAdhemerval Zanella2017-06-292-183/+184
* vfprintf: Reuse work_buffer in group_numberFlorian Weimer2017-06-292-29/+44
* vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer2017-06-292-40/+34
* _i18n_number_rewrite: Use struct scratch_bufferFlorian Weimer2017-06-292-14/+14
* vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer2017-06-292-1/+6
* vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer2017-06-293-0/+549
* vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer2017-06-293-1/+224
* posix: Adapt tst-spawn{2,3} to use libsupport.Adhemerval Zanella2017-06-283-73/+46
* Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers2017-06-282-1/+5
* Support _Float128 in tgmath.h.Joseph Myers2017-06-284-40/+160
* Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers2017-06-283-2/+8
* Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers2017-06-284-9/+31
* Simplify tgmath.h for integer return types.Joseph Myers2017-06-282-18/+32
* Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers2017-06-2818-48/+36
* Add more thorough generated tgmath.h test.Joseph Myers2017-06-283-0/+623
* Require binutils 2.25 or later to build glibc.Joseph Myers2017-06-2810-145/+20
* Support building glibc with gold 1.14 or above [BZ #14995]H.J. Lu2017-06-283-6/+89
* Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-286-7/+30
* Fix elf/loadtest.c build with GCC 8.Joseph Myers2017-06-272-6/+12
* Fix strftime build with GCC 8.Joseph Myers2017-06-272-6/+21
* [ARM] Optimise memchr for NEON-enabled processorsPrakhar Bahuguna2017-06-276-1/+304