aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Create ChangeLog.old/ChangeLog.26.glibc-2.37Carlos O'Donell1-0/+6942
2023-01-31Prepare for glibc 2.37 release.Carlos O'Donell2-3/+3
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein2-3/+26
2023-01-31Update install.texi, and regenerate INSTALL.Carlos O'Donell2-17/+17
2023-01-31Update manual/contrib.texi.Carlos O'Donell1-4/+12
2023-01-31Update NEWS file with bug fixes.Carlos O'Donell1-6/+75
2023-01-31Regenerate configure.Carlos O'Donell2-3/+4
2023-01-31Update all PO files in preparation for release.Carlos O'Donell37-10095/+8069
2023-01-31doc: correct _FORTIFY_SOURCE doc in features.hfanquake1-1/+2
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer3-0/+47
2023-01-30Account for octal marker in %#o formatAndreas Schwab3-0/+56
2023-01-27Use binutils 2.40 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2023-01-27Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.pyJoseph Myers1-2/+2
2023-01-25stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer4-10/+155
2023-01-25Document '%F' format specifierPaul Pluzhnikov1-11/+12
2023-01-24sparc (64bit): Regenerate ulpsAndreas K. Hüttel1-3/+4
2023-01-24ia64: Regenerate ulpsAndreas K. Hüttel1-2/+2
2023-01-23Update libc.pot for 2.37 release.Carlos O'Donell1-306/+282
2023-01-18x86: Cache computation for AMD architecture.Sajan Karumanchi1-159/+45
2023-01-18manual: Fix typoMartin Joerg1-1/+1
2023-01-17Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.hJoseph Myers1-0/+1
2023-01-17Add IPPROTO_L2TP from Linux 6.1 to netinet/in.hJoseph Myers1-0/+2
2023-01-17AArch64: Improve strrchrWilco Dijkstra1-25/+33
2023-01-17AArch64: Optimize strnlenWilco Dijkstra1-21/+18
2023-01-17AArch64: Optimize strlenWilco Dijkstra1-8/+12
2023-01-17AArch64: Optimize strcpyWilco Dijkstra1-17/+19
2023-01-17AArch64: Improve strchrnulWilco Dijkstra1-2/+10
2023-01-17AArch64: Optimize strchrWilco Dijkstra1-28/+24
2023-01-17AArch64: Improve strlen_asimdWilco Dijkstra1-12/+4
2023-01-17AArch64: Optimize memrchrWilco Dijkstra1-9/+11
2023-01-17AArch64: Optimize memchrWilco Dijkstra1-13/+14
2023-01-15hurd: Fix _NOFLSH valueSamuel Thibault1-1/+1
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella3-48/+44
2023-01-12string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella1-0/+24
2023-01-12scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP optionAdhemerval Zanella1-2/+0
2023-01-12configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella4-287/+27
2023-01-11configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella3-11/+24
2023-01-11math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella1-0/+11
2023-01-11sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]Adhemerval Zanella1-3/+4
2023-01-11locale: Use correct buffer size for utf8_sequence_error [BZ #19444]Adhemerval Zanella1-1/+1
2023-01-10Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2023-01-10Add _FORTIFY_SOURCE implementation documentation [BZ #28998]Siddhesh Poyarekar2-0/+251
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers21-21/+21
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers12181-12183/+12183
2023-01-06Remove trailing whitespace in gmp.hJoseph Myers1-1/+1
2023-01-06Remove trailing whitespaceJoseph Myers1-1/+1
2023-01-06C2x semantics for <tgmath.h>Joseph Myers2-162/+297
2023-01-05time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer4-20/+93
2023-01-05Fix ldbl-128 built-in function useJoseph Myers3-2/+6
2023-01-03x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu1-9/+16