summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2025-11-20Implement C23 const-preserving standard library macrosJoseph Myers
2025-11-19malloc: add free_sized and free_aligned_sized from C23Justin King
2025-11-18Remove support for lock elision.Stefan Liebler
2025-11-17manual: don't use the FSF's old address in license text.Collin Funk
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-12linux: Add mseal syscall supportAdhemerval Zanella
2025-11-11stdlib: Do not define once_flag, ONCE_FLAG_INIT for C++Florian Weimer
2025-11-04Add feature test macros for POSIX.1-2024.Collin Funk
2025-11-03docs: Add dynamic linker environment variable docsFrédéric Bérat
2025-10-28Rename uimaxabs to umaxabs (bug 33325)Joseph Myers
2025-10-17Implement C23 memalignmentJoseph Myers
2025-10-06manual: check the correct variable in SIOCATMARK example [BZ #33093]Collin Funk
2025-10-06manual: describe syscall numbers not supported via syscall()Yury Khrustalev
2025-10-05manual: fix some mistakes in the indices [BZ #24657]Bruno Haible
2025-10-03manual: Fix missing reference to the mmap function [BZ #20473]Collin Funk
2025-10-01Add once_flag, ONCE_FLAG_INIT and call_once to stdlib.h for C23Joseph Myers
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-09-29manual: Fix missing declaration in inetcli example.Collin Funk
2025-09-29manual: Fix compiler errors in inetsrv example.Collin Funk
2025-09-29manual: Fix compiler errors in filesrv example.Collin Funk
2025-09-29manual: Fix missing declaration in select example.Collin Funk
2025-09-29manual: Fix missing declaration in setjmp example.Collin Funk
2025-09-29manual: fix missing include in sigh1 example.Collin Funk
2025-09-29manual: Fix missing declaration in strdupa example.Collin Funk
2025-09-29manual: Allow getsubopt example to compile with GCC 15.Collin Funk
2025-09-29manual: Fix missing include in memopen example.Collin Funk
2025-09-29manual: Fix missing declaration in twalk example.Collin Funk
2025-09-29manual: Fix missing include in sigusr example.Collin Funk
2025-09-29manual: Fix missing includes in the mbstouwcs example.Collin Funk
2025-09-29manual: Fix missing include in group and user database example.Collin Funk
2025-09-25manual: Improve documentation of the shutdown functionFlorian Weimer
2025-09-19manual: Explain our implementation-defined memstream semanticsDJ Delorie
2025-09-19manual: fix typo in tunables.texiYury Khrustalev
2025-09-11manual: fix typoYury Khrustalev
2025-09-10atomics: Remove unused atomicsWilco Dijkstra
2025-09-08misc: Add support for Linux uio.h RWF_DONTCACHE flagXi Ruoyao
2025-08-25manual: Refer to libc-alpha instead of a dead mailing list.Collin Funk
2025-08-04manual: Adjust documentation to standardization of selectCollin Funk
2025-08-04manual: Use sys/select.h instead of sys/time.h for select example.Collin Funk
2025-08-04manual: document getsubopt standardization.Collin Funk
2025-07-28INSTALL: Update newest tested binutils versionAndreas K. Hüttel
2025-07-26install.texi: Update tested build tool versionsAndreas K. Hüttel
2025-07-26contrib.texi: UpdateAndreas K. Hüttel
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-07-24manual: Use @Theglibc{} at sentence start in terminal documentationFlorian Weimer
2025-07-20termios: manual: document the SPEED_MAX and BAUD_MAX constantsH. Peter Anvin
2025-07-20termios: manual: improve the explanation of various tty conceptsH. Peter Anvin
2025-07-20termios: manual: remove duplicate cfgetospeed() definitionH. Peter Anvin
2025-07-20termios: manual: fix typo: tcsettattr -> tcsetattrH. Peter Anvin
2025-07-14configure: Add --enable-sframe optionClaudiu Zissulescu