aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-31Create ChangeLog.old/ChangeLog.26.glibc-2.37Carlos O'Donell
2023-01-31Prepare for glibc 2.37 release.Carlos O'Donell
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein
2023-01-31Update install.texi, and regenerate INSTALL.Carlos O'Donell
2023-01-31Update manual/contrib.texi.Carlos O'Donell
2023-01-31Update NEWS file with bug fixes.Carlos O'Donell
2023-01-31Regenerate configure.Carlos O'Donell
2023-01-31Update all PO files in preparation for release.Carlos O'Donell
2023-01-31doc: correct _FORTIFY_SOURCE doc in features.hfanquake
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer
2023-01-30Account for octal marker in %#o formatAndreas Schwab
2023-01-27Use binutils 2.40 branch in build-many-glibcs.pyJoseph Myers
2023-01-27Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.pyJoseph Myers
2023-01-25stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer
2023-01-25Document '%F' format specifierPaul Pluzhnikov
2023-01-24sparc (64bit): Regenerate ulpsAndreas K. Hüttel
2023-01-24ia64: Regenerate ulpsAndreas K. Hüttel
2023-01-23Update libc.pot for 2.37 release.Carlos O'Donell
2023-01-18x86: Cache computation for AMD architecture.Sajan Karumanchi
2023-01-18manual: Fix typoMartin Joerg
2023-01-17Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.hJoseph Myers
2023-01-17Add IPPROTO_L2TP from Linux 6.1 to netinet/in.hJoseph Myers
2023-01-17AArch64: Improve strrchrWilco Dijkstra
2023-01-17AArch64: Optimize strnlenWilco Dijkstra
2023-01-17AArch64: Optimize strlenWilco Dijkstra
2023-01-17AArch64: Optimize strcpyWilco Dijkstra
2023-01-17AArch64: Improve strchrnulWilco Dijkstra
2023-01-17AArch64: Optimize strchrWilco Dijkstra
2023-01-17AArch64: Improve strlen_asimdWilco Dijkstra
2023-01-17AArch64: Optimize memrchrWilco Dijkstra
2023-01-17AArch64: Optimize memchrWilco Dijkstra
2023-01-15hurd: Fix _NOFLSH valueSamuel Thibault
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella
2023-01-12string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella
2023-01-12scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP optionAdhemerval Zanella
2023-01-12configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella
2023-01-11configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella
2023-01-11math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella
2023-01-11sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]Adhemerval Zanella
2023-01-11locale: Use correct buffer size for utf8_sequence_error [BZ #19444]Adhemerval Zanella
2023-01-10Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers
2023-01-10Add _FORTIFY_SOURCE implementation documentation [BZ #28998]Siddhesh Poyarekar
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-06Remove trailing whitespace in gmp.hJoseph Myers
2023-01-06Remove trailing whitespaceJoseph Myers
2023-01-06C2x semantics for <tgmath.h>Joseph Myers
2023-01-05time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer
2023-01-05Fix ldbl-128 built-in function useJoseph Myers
2023-01-03x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu