summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2026-02-26manual: Document that EOPNOTSUPP and ENOTSUP are equal, not distinct (BZ 2363)Nicolas Boulenguez
2026-02-26malloc: alignment might change in future versionsPaul Eggert
2026-02-26Say malloc (0) != NULL is now common; resectionPaul Eggert
2026-02-26Document malloc alignmentPaul Eggert
2026-02-26Document max_align_tPaul Eggert
2026-02-26manual: Fix typo in documentation of iconv character set optionsFlorian Weimer
2026-02-17aarch64: Lock GCS status at startupYury Khrustalev
2026-02-06malloc: Remove unused tcache code from unsorted bin scanWilco Dijkstra
2026-02-02math: Order signed zeros in f{max,min}mag{f,l,f128}Adhemerval Zanella
2026-02-02math: Order signed zeros in f{max,min}{f,l,f128}Adhemerval Zanella
2026-02-02manual: Document //TRANSLIT and //IGNORE support in iconv_open [BZ #3794]Avinal Kumar
2026-02-02manual: Document that iconv buffers may not overlapFlorian Weimer
2026-01-27manual: Fix some typos in the Threads chapter.Collin Funk
2026-01-27manual: Fix some typos in the Low-Level Terminal Interface chapter.Collin Funk
2026-01-26manual: Updates for the dynamic linker hardening recommendationsFlorian Weimer
2026-01-26dlfcn: Add dlinfo request type RTLD_DI_ORIGIN_PATH (bug #24298)Arjun Shankar
2026-01-23contrib.texi: Add missing accentAndreas K. Hüttel
2026-01-22install.texi, INSTALL: update versionsAndreas K. Hüttel
2026-01-22contrib.texi: UpdatesAndreas K. Hüttel
2026-01-13aarch64: Add LD_DEBUG=security to log BTI and GCS warningsYury Khrustalev
2026-01-03Better terminology for ‘long double’ in manualPaul Eggert
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-11manual: Fix madvise typo in mseal documentationFlorian Weimer
2025-12-09linux: Add openat2 (BZ 31664)Adhemerval Zanella
2025-12-05libio: null terminate the buffer upon initial allocation in getdelimCollin Funk
2025-12-04aarch64: Support enforcing BTI on dependenciesYury Khrustalev
2025-12-03time: Add TIME_MONOTONIC, TIME_ACTIVE, and TIME_THREAD_ACTIVEAdhemerval Zanella
2025-12-02misc: fix some typosYury Khrustalev
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