aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Update printf %b/%B C2x supportJoseph Myers1-1/+1
2023-03-02C2x scanf binary constant handlingJoseph Myers1-1/+2
2023-02-23tunables.texi: Change \code{1} to @code{1}H.J. Lu1-1/+1
2023-02-22x86-64: Add glibc.cpu.prefer_map_32bit_exec [BZ #28656]H.J. Lu1-9/+24
2023-02-22gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane1-0/+59
2023-02-16C2x strtol binary constant handlingJoseph Myers1-3/+6
2023-02-07S390: Influence hwcaps/stfle via GLIBC_TUNABLES.Stefan Liebler1-1/+5
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-9/+1
2023-01-31Update install.texi, and regenerate INSTALL.Carlos O'Donell1-8/+8
2023-01-31Update manual/contrib.texi.Carlos O'Donell1-4/+12
2023-01-25Document '%F' format specifierPaul Pluzhnikov1-11/+12
2023-01-18manual: Fix typoMartin Joerg1-1/+1
2023-01-10Add _FORTIFY_SOURCE implementation documentation [BZ #28998]Siddhesh Poyarekar2-0/+251
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers48-48/+48
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer1-3/+4
2022-10-25manual: Add missing % in int conversion listJakub Wilk1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra2-4/+4
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra1-1/+1
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2-3/+3
2022-09-14Fix BRE typos in check-safety.shPaul Eggert1-3/+3
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2-2/+2
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-9/+0
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-0/+9
2022-08-04malloc: Correct the documentation of the top_pad defaultFlorian Weimer1-1/+1
2022-07-29Update install.texi, and regenerate INSTALL.Carlos O'Donell1-6/+6
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld1-10/+3
2022-07-26LoongArch: Update NEWS and README for the LoongArch port.caiyinyu1-1/+1
2022-07-22manual: Add documentation for arc4random functionsAdhemerval Zanella Netto1-0/+46
2022-06-30AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod1-0/+3
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein1-1/+1
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James1-1/+1
2022-05-31manual: fix reference to source fileAndreas Schwab1-1/+1
2022-05-13wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar1-5/+6
2022-05-04manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar1-1/+2
2022-04-29dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer1-3/+12
2022-04-29manual: Document the dlinfo functionFlorian Weimer1-1/+70
2022-04-26INSTALL: Rephrase -with-default-link documentationFlorian Weimer1-5/+5
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer1-0/+6
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella1-2/+1
2022-04-12hurd: Define ELIBEXECSamuel Thibault1-5/+5
2022-02-28manual: SA_ONSTACK is ignored without alternate stackFlorian Weimer1-1/+1
2022-02-03Update install.texi, and regenerate INSTALL.Carlos O'Donell1-9/+12
2022-02-02Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer1-1/+1
2022-01-19x86_64: Document libmvec vector functions accuracy [BZ #28766]Sunil K Pandey1-2/+3
2022-01-14Add --with-rtld-early-cflags configure optionFlorian Weimer1-0/+7
2022-01-12manual: Drop obsolete @refillSiddhesh Poyarekar10-21/+21
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy1-3/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert48-48/+48
2021-12-28elf: Add _dl_find_object functionFlorian Weimer5-13/+140
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer1-2/+6