aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2024-02-14trivial doc fix: remove weird phrase "syscall takes zero to five arguments"Askar Safin
2024-02-01stdlib: fix qsort example in manualPaul Eggert
2024-02-01manual: Fix up stdbit.texiJakub Jelinek
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-31Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek
2024-01-31INSTALL, install.texi: minor updates, regenerateAndreas K. Hüttel
2024-01-30contrib.texi: updateAndreas K. Hüttel
2024-01-30manual/io: Fix swapped reading and writing phrase.Joe Simmons-Talbott
2024-01-24manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel
2024-01-24manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer
2024-01-15stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella
2024-01-09i386: Fail if configured with --enable-cetAdhemerval Zanella
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu
2024-01-04i386: Ignore --enable-cetH.J. Lu
2024-01-03Implement C23 <stdbit.h>Joseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-19manual: Clarify undefined behavior of feenableexcept (BZ 31019)Bruno Haible
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella
2023-11-21elf: Remove /etc/suid-debug supportAdhemerval Zanella
2023-11-20manual: Fix termios.c example. (Bug 31078)Carlos O'Donell
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra
2023-11-08Fix type typo in “String/Array Conventions” docPaul Eggert
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella
2023-10-31crypt: Remove manul entry for --enable-cryptAdhemerval Zanella
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-09-29x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers
2023-09-06manual: Fix ld.so diagnostics menu/section structureFlorian Weimer
2023-09-05linux: Add pidfd_getpidAdhemerval Zanella Netto
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto
2023-08-25elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer
2023-08-25manual: Document ld.so --list-diagnostics outputFlorian Weimer
2023-08-25manual/jobs.texi: Add missing @item EPERM for getpgidMark Wielaard
2023-08-01PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati
2023-07-30install.texi: Build was tested with binutils 2.41 (just released)Andreas K. Hüttel
2023-07-27install.texi: Update versions of most recent build toolsAndreas K. Hüttel
2023-07-27contrib.texi: Update for 2.38Andreas K. Hüttel
2023-07-27<sys/platform/x86.h>: Add APX supportH.J. Lu
2023-07-20configure: Disable building libcrypt by defaultSiddhesh Poyarekar
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-07-13manual: Fix typos in struct dl_find_objectBert Wesarg
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat
2023-07-03manual: Update documentation of strerror and related functionsFlorian Weimer
2023-07-03manual: Enhance documentation of the <ctype.h> functionsFlorian Weimer
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert
2023-06-19C2x scanf %b supportJoseph Myers
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers
2023-06-14manual: Manual update for strlcat, strlcpy, wcslcat, wclscpyPaul Eggert