aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella
2017-09-06__libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer
2017-09-06resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer
2017-09-06resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer
2017-09-06nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer
2017-09-06tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mappingFlorian Weimer
2017-09-06Improve utf8_gen.py to set the width for characters with Prepended_Concatenat...Mike FABIAN
2017-09-06Write all ranges of neighbouring characters with the same width using the ran...Mike FABIAN
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-09-05Fix tests that are testing obsoleted functionalitySteve Ellcey
2017-09-05Fix pcprofiledump cross-endian condition (bug 22086).Joseph Myers
2017-09-05Add miq_NI locale for MiskitoMike FABIAN
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu
2017-09-04Update kernel version in syscall-names.list to 4.13.Joseph Myers
2017-09-04Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers
2017-09-04math.h: Warn about an already-defined log macroFlorian Weimer
2017-09-04Use Linux 4.13 in build-many-glibcs.py.Joseph Myers
2017-09-03hurd: fix resolv/tst-resolv-res_init-skeleton.c buildSamuel Thibault
2017-09-03hurd: Fix build ot misc/tst-preadvwritev2-common.cSamuel Thibault
2017-09-03hurd: Fix rtld's strtoul_internal use through hurdlookupSamuel Thibault
2017-09-03hurd: mach/hurd/x86 also needs x86 tunablesSamuel Thibault
2017-09-03hurd: mach/hurd/i386 also needs mach/hurd/x86Samuel Thibault
2017-09-03hurd: fix libm linkSamuel Thibault
2017-09-03hurd: Fix libc linkSamuel Thibault
2017-09-03hurd: Fix libc linkSamuel Thibault
2017-09-03hurd: Fix rtld linkSamuel Thibault
2017-09-03hurd: Fix rtld linkSamuel Thibault
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault
2017-09-03hurd: Fix p{read,write}v64v2.c buildSamuel Thibault
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault
2017-09-03hurd: Fix getting ssize_t for <sys/socket.h>Samuel Thibault
2017-09-03hurd: Fix sigsetops.h macrosSamuel Thibault
2017-09-03sysdeps/generic/sigsetops.h: Remove spurious #endifSamuel Thibault
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-09-012017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2017-09-01Update tst-regex.c/tst-regex2.c for old ChangeLog moveH.J. Lu
2017-09-01Credit Ulrich Drepper for libpthread in contrib.texiH.J. Lu
2017-09-01Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.Joseph Myers
2017-09-01Remove Roland McGrath/Ulrich Drepper et al. from DSO bannerH.J. Lu
2017-09-012017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2017-09-01math/math.h (HUGE_VAL): Improve commentary.Zack Weinberg
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer
2017-09-01getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer
2017-09-01support_chroot_create: Add support for /etc/hosts, /etc/host.confFlorian Weimer
2017-09-01getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer
2017-09-01getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer
2017-09-01getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer
2017-09-01getaddrinfo: Use &errno has the errno pointerFlorian Weimer
2017-08-31ILP32 math changesSteve Ellcey