aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-25csb_PL: Add alternative month names (bug 23140).Rafal Luzynski3-5/+33
2018-06-25csb_PL: Update month translations + add yesstr/nostr (bug 19485).Rafal Luzynski2-2/+12
2018-06-22m68k: Reorganize log1p and significand implementationsTulio Magno Quites Machado Filho7-32/+56
2018-06-21Add Andes nds32 dynamic relocations to elf.hVincent Chen2-0/+21
2018-06-21elf.h: Add BPF relocation types.Mark Wielaard2-1/+7
2018-06-21math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer4-36/+80
2018-06-20Fix tst-cmp.c build with GCC mainline.Joseph Myers2-0/+21
2018-06-20Fix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline.Joseph Myers3-0/+23
2018-06-20ldbl-128ibm-compat: Create libm-alias-float128.hTulio Magno Quites Machado Filho3-0/+183
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho8-107/+45
2018-06-20Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho3-7/+22
2018-06-20libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer2-2/+6
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers4-17/+81
2018-06-19hurd: fix localplt.data formatSamuel Thibault1-1/+1
2018-06-19hurd: Fix "Missing required PLT reference"Samuel Thibault2-14/+22
2018-06-18Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers13-0/+37
2018-06-18Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers11-0/+31
2018-06-18Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers11-0/+31
2018-06-18Update MAP_TYPE value for hppa from Linux 4.17.Joseph Myers2-1/+6
2018-06-18Linux: Create Netlink socket with SOCK_CLOEXEC in __check_pf [BZ #15722]Florian Weimer2-1/+7
2018-06-18Fix powerpc64le build of nan-sign tests (bug 23303).Joseph Myers2-1/+13
2018-06-16hurd: Fix reference to _hurd_self_sigstateSamuel Thibault3-1/+14
2018-06-16hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault6-15/+10
2018-06-16hurd: Whitelist PLT refs which are difficult to avoidSamuel Thibault2-0/+10
2018-06-16hurd: Avoid PLT references to syscallsSamuel Thibault3-7/+20
2018-06-16hurd: Avoid PLT ref to __mach_msgSamuel Thibault3-0/+6
2018-06-16hurd: Avoid PLT references to shortcutsSamuel Thibault4-0/+20
2018-06-16hurd: Avoid missing PLT ref from ld.so requirementSamuel Thibault2-1/+2
2018-06-16hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault5-4/+15
2018-06-16hurd: Detect 32bit overflow in value returned by lseekSamuel Thibault2-1/+14
2018-06-16hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault4-3/+18
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers6-2/+111
2018-06-15Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge2-1/+7
2018-06-14localedata: Make IBM273 compatible with ISO-8859-1 [BZ #23290]Florian Weimer3-2/+10
2018-06-14hurd: Fix htl link failureSamuel Thibault2-2/+7
2018-06-14Ignore -Wrestrict for one strncat test.Joseph Myers2-0/+9
2018-06-14aarch64: Use an ifunc/VDSO to implement gettimeofday in shared glibc.Steve Ellcey2-0/+76
2018-06-14scripts/update-abilist.sh: Accept empty list of files to patchFlorian Weimer2-1/+8
2018-06-14hurd: Avoid a PLT referenceSamuel Thibault2-6/+3
2018-06-14hurd: Avoid PLTs for __mach_thread_self and __mach_reply_portSamuel Thibault3-9/+18
2018-06-14hurd: Avoid PLTs for _hurd_port_locked_get/setSamuel Thibault2-0/+10
2018-06-14hurd: update localplt.dataSamuel Thibault2-2/+5
2018-06-13hurd: xfail missing abilist for libmachuser and libhurduserSamuel Thibault2-0/+13
2018-06-13Fix strtod overflow detection (bug 23279).Joseph Myers6-4391/+4864
2018-06-12Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell2-6/+11
2018-06-12Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell2-1/+6
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers4-2/+45
2018-06-12benchtests: Add -f/--functions argumentH.J. Lu2-10/+50
2018-06-12aarch64: add HXT Phecda core memory operation ifuncsHongbo Zhang6-5/+24
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell5-93/+165