aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-23loongarch: Remove duplicate strnlen in libc.a (BZ 31785)Adhemerval Zanella1-0/+2
2024-05-23aarch64: Remove duplicate memchr/strlen in libc.a (BZ 31777)Adhemerval Zanella2-0/+6
2024-05-23Update PIDFD_* constants for Linux 6.9Joseph Myers2-9/+8
2024-05-22Define write_profiling functions only in profile library [BZ #31756]H.J. Lu1-1/+2
2024-05-22Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu4-0/+10
2024-05-22Don't provide scalb/significand _FloatN aliases [BZ #31760]H.J. Lu2-0/+24
2024-05-21math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella1-0/+4
2024-05-21math: Add support for auto static math testsAdhemerval Zanella12-5/+133
2024-05-21Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]H.J. Lu1-0/+4
2024-05-21Obsolete _dl_mcount_wrapper in glibc 2.40 [BZ #31765]H.J. Lu1-1/+5
2024-05-21math: Fix i386 and m68k exp10 on static build (BZ 31775)Adhemerval Zanella2-4/+14
2024-05-21math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella5-13/+17
2024-05-21Remove the clone3 symbol from libc.a [BZ #31770]H.J. Lu11-11/+0
2024-05-21aarch64/fpu: Add vector variants of powJoe Ramsay21-12/+2236
2024-05-21Compile libmvec with -fno-math-errnoJoe Ramsay1-3/+4
2024-05-21manual: clarify defintions of floating point exponent bounds (bug 31518)Andreas Schwab1-5/+5
2024-05-21LoongArch: Update ulpscaiyinyu1-0/+20
2024-05-21LoongArch: Fix tst-gnu2-tls2 compiler errormengqinggang3-2/+8
2024-05-20resolv: Make _res_opcodes a compat symbol [BZ #31764]H.J. Lu1-0/+1
2024-05-20i386: Don't define stpncpy alias when used in IFUNC [BZ #31768]H.J. Lu1-0/+2
2024-05-20powerpc: Update ulpsAdhemerval Zanella1-0/+24
2024-05-20arm: Update ulpsAdhemerval Zanella1-0/+16
2024-05-20aarch64: Update ulpsAdhemerval Zanella1-0/+20
2024-05-20math: Add more details to the test driver output.Joe Simmons-Talbott3-49/+162
2024-05-20Implement C23 log2p1Joseph Myers52-2/+3206
2024-05-20Update syscall lists for Linux 6.9Joseph Myers1-2/+2
2024-05-20Rename procutils_read_file to __libc_procutils_read_file [BZ #31755]H.J. Lu3-5/+7
2024-05-20nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu2-0/+4
2024-05-19Pass -nostdlib -nostartfiles together with -r [BZ #31753]H.J. Lu1-1/+2
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer10-14/+25
2024-05-17Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux3-2/+43
2024-05-16powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31...Manjunath Matti2-4/+4
2024-05-16benchtests: Add fclose benchmarkH.J. Lu3-0/+82
2024-05-16aarch64/fpu: Add vector variants of cbrtJoe Ramsay14-0/+526
2024-05-16aarch64/fpu: Add vector variants of hypotJoe Ramsay14-0/+329
2024-05-16Use Linux 6.9 in build-many-glibcs.pyJoseph Myers1-1/+1
2024-05-15localedata: Fix several issues with the set of characters considered 0-width ...Jules Bertholet6-1898/+979
2024-05-15LoongArch: Add support for TLS Descriptorsmengqinggang16-8/+1076
2024-05-14math: Add GLIBC_TEST_LIBM_VERBOSE environment variable support.Joe Talbott1-2/+21
2024-05-14malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott5-0/+151
2024-05-14aarch64: Fix AdvSIMD libmvec routines for big-endianJoe Ramsay17-85/+119
2024-05-14Unify output from backtrace_symbols_fd with backtrace_symbols (bug 31730)Andreas Schwab1-2/+8
2024-05-13manual: add dup3DJ Delorie1-0/+8
2024-05-13libio/bug-wsetpos: Make the error message match the causing functionMaciej W. Rozycki1-1/+1
2024-05-10malloc/Makefile: Split and sort testsH.J. Lu1-64/+102
2024-05-09Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu1-3/+6
2024-05-09powerpc: Fix __fesetround_inline_nocheck on POWER9+ (BZ 31682)Adhemerval Zanella2-14/+8
2024-05-08x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk1-3/+3
2024-05-08localedata: fix weekdays in mdf_RU localeMike FABIAN1-14/+15
2024-05-08localedata: add mdf_RU localeMike FABIAN4-0/+207