aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Improve doc for time_t range (BZ 31808)Paul Eggert1-1/+11
2024-05-30x86: Add seperate non-temporal tunable for memsetNoah Goldstein1-1/+15
2024-05-21manual: clarify defintions of floating point exponent bounds (bug 31518)Andreas Schwab1-5/+5
2024-05-20Implement C23 log2p1Joseph Myers1-0/+14
2024-05-13manual: add dup3DJ Delorie1-0/+8
2024-04-24LoongArch: Add glibc.cpu.hwcap support.caiyinyu1-1/+4
2024-04-08aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer1-0/+34
2024-04-08x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer1-1/+84
2024-04-06Fix bsearch, qsort doc to match POSIX betterPaul Eggert1-24/+36
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+4
2024-04-03manual: significand() uses FLT_RADIX, not 2Alejandro Colomar1-1/+1
2024-04-03manual: Clarify return value of cbrt(3)Alejandro Colomar1-2/+6
2024-04-03manual: floor(log2(fabs(x))) has rounding errorsAlejandro Colomar1-2/+5
2024-04-03manual: logb(x) is floor(log2(fabs(x)))Alejandro Colomar1-1/+1
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2-0/+10
2024-03-01manual/tunables - Add entry for enable_secure tunable.Joe Talbott1-0/+10
2024-02-14trivial doc fix: remove weird phrase "syscall takes zero to five arguments"Askar Safin1-2/+1
2024-02-01stdlib: fix qsort example in manualPaul Eggert1-9/+12
2024-02-01manual: Fix up stdbit.texiJakub Jelinek1-1/+1
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers5-42/+42
2024-01-31Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek1-1/+7
2024-01-31INSTALL, install.texi: minor updates, regenerateAndreas K. Hüttel1-3/+3
2024-01-30contrib.texi: updateAndreas K. Hüttel1-8/+24
2024-01-30manual/io: Fix swapped reading and writing phrase.Joe Simmons-Talbott1-1/+1
2024-01-24manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel1-2/+2
2024-01-24manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer1-0/+8
2024-01-15stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella3-5/+6
2024-01-09i386: Fail if configured with --enable-cetAdhemerval Zanella1-2/+1
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella2-3/+1
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu1-0/+11
2024-01-04i386: Ignore --enable-cetH.J. Lu1-7/+4
2024-01-03Implement C23 <stdbit.h>Joseph Myers4-3/+209
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert47-47/+47
2023-12-19manual: Clarify undefined behavior of feenableexcept (BZ 31019)Bruno Haible1-0/+6
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella1-9/+0
2023-11-21elf: Remove /etc/suid-debug supportAdhemerval Zanella2-6/+2
2023-11-20manual: Fix termios.c example. (Bug 31078)Carlos O'Donell1-2/+1
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra1-1/+1
2023-11-08Fix type typo in “String/Array Conventions” docPaul Eggert1-1/+1
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella1-0/+17
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella3-7/+5
2023-10-31crypt: Remove manul entry for --enable-cryptAdhemerval Zanella1-13/+0
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella5-341/+25
2023-09-29x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein1-0/+12
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers1-0/+14
2023-09-06manual: Fix ld.so diagnostics menu/section structureFlorian Weimer1-3/+11
2023-09-05linux: Add pidfd_getpidAdhemerval Zanella Netto1-0/+38
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto1-7/+7
2023-08-25elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer1-0/+8
2023-08-25manual: Document ld.so --list-diagnostics outputFlorian Weimer1-0/+207