aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2019-08-01Update install and NEWS for 2.30 release.Carlos O'Donell
2019-07-22Add NEWS entry about the new AArch64 IFUNC resolver call ABISzabolcs Nagy
2019-07-12Update NEWS for new _clockwait and _clocklock functionsMike Crowe
2019-07-08NEWS: clarify copy_file_rangeDJ Delorie
2019-06-28ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer
2019-06-07Linux: Add getdents64 system callFlorian Weimer
2019-06-01arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl supportFlorian Weimer
2019-05-22Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg
2019-05-14Linux: Add the tgkill functionFlorian Weimer
2019-05-13Bug 24535: Update to Unicode 12.1.0Mike FABIAN
2019-05-02misc: Add twalk_r functionFlorian Weimer
2019-04-25Extend BIND_NOW to installed programs with --enable-bind-nowFlorian Weimer
2019-04-21Fix NEWS entry from 9bf8e29ca136Adhemerval Zanella
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella
2019-04-08resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer
2019-04-02ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi
2019-04-02NEWS: Mention Minguo calendar support added [BZ #24293]TAMUKI Shoichi
2019-03-16Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-03-08Bug 24307: Update to Unicode 12.0.0Mike FABIAN
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer
2019-02-08rt: Turn forwards from librt to libc into compat symbols [BZ #24194]Florian Weimer
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu
2019-02-04elf: Implement --preload option for the dynamic linkerDavid Newall
2019-02-01Require GCC 6.2 or later to build glibc.Joseph Myers
2019-01-31Open master for 2.30 developmentglibc-2.29.9000Siddhesh Poyarekar
2019-01-31Prepare for 2.29 releaseSiddhesh Poyarekar
2019-01-24strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]TAMUKI Shoichi
2019-01-24strftime: Set the default width of "%Ey" to 2 [BZ #23758]TAMUKI Shoichi
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer
2019-01-21x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-28NEWS: Fix another typo ("multithread..." -> "multi-threaded...").Rafal Luzynski
2018-12-28NEWS: Fix a minor typo ("incosistent" -> "inconsistent").Rafal Luzynski
2018-12-21Require GCC 5 or later to build glibc (bug 23993).Joseph Myers
2018-12-21Add C-SKY portMao Han
2018-12-07Add getcpuH.J. Lu
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-11-30posix: Use posix_spawn on popenAdhemerval Zanella
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers
2018-10-24Use gen-libm-test.py to generate ulps table for manual.Joseph Myers
2018-09-21powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella
2018-09-19Add new pow implementationSzabolcs Nagy