summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-03-15resolv: Move libanl symbols to libc on hurd tooSamuel Thibault
2026-03-15rt: Move librt symbols to libc on hurd tooSamuel Thibault
2026-02-26debug: Fix build with --enable-fortify-source=1 (BZ 33904)Adhemerval Zanella
2026-02-03gnulib: sync comment from upstreamPaul Eggert
2026-02-02x86: Add __issignalingl inlineAdhemerval Zanella
2026-02-02math: Add __issignaling inlineWilco Dijkstra
2026-01-23version.h, include/features.h: Increase version numberAndreas K. Hüttel
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-17atomic: Reinstate HAVE_64B_ATOMICS configure checkWilco Dijkstra
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-12-03time: Add TIME_MONOTONIC, TIME_ACTIVE, and TIME_THREAD_ACTIVEAdhemerval Zanella
2025-12-02misc: fix some typosYury Khrustalev
2025-11-27Define C23 header version macrosJoseph Myers
2025-11-22pthread: Simplify condition for hidden protoSamuel Thibault
2025-11-22htl: Also use __libc_thread_freeres to clean TLS stateSamuel Thibault
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-17math: Handle fabsf128 !__USE_EXTERN_INLINESAdhemerval Zanella
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-13htl: move {,_IO_}f{,un,try}lockfile implementation into libcSamuel Thibault
2025-11-10string: Check if attribute can declared after function declarationAdhemerval Zanella
2025-11-04Add feature test macros for POSIX.1-2024.Collin Funk
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra
2025-11-04atomic: Consolidate atomic_write_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_read_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_full_barrier implementationAdhemerval Zanella
2025-10-31debug: mark __libc_message_wrapper as always inlineYury Khrustalev
2025-10-29argp: Move attribute_hidden to argp-fmtstream.hAdhemerval Zanella
2025-10-29include: Sync gnulib intpropsAdhemerval Zanella
2025-10-21stdio: Only use __va_arg_pack if compiler supports itAdhemerval Zanella
2025-10-21elf: Suppress unused function clang warning for __ifunc_resolverAdhemerval Zanella
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-21Disable __USE_EXTERN_INLINES for clangAdhemerval Zanella
2025-10-10misc: Fix several typosYury Khrustalev
2025-10-08atomic: Remove atomic_forced_readWilco Dijkstra
2025-10-01shm-directory: Truncated struct member name lengthPrasanna Paithankar
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-09-23assert: Refactor assert/assert_perrorAdhemerval Zanella
2025-09-15support: add check_mem_access functionYury Khrustalev
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-09-11math: Add feclearexcept internal aliasAdhemerval Zanella
2025-09-10atomics: Remove unused atomicsWilco Dijkstra
2025-09-09atomic: Switch atomic.h to builtin atomicsWilco Dijkstra
2025-09-09atomic: Use builtin atomics with USE_ATOMIC_COMPILER_BUILTINSWilco Dijkstra
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-22Undef __INT64_C/__UINT64_C for glibc build and testH.J. Lu
2025-07-28Bump version number to 2.42Andreas K. Hüttel
2025-07-05elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer
2025-07-01elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]H.J. Lu