aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers1-3/+4
2020-07-06manual: Document __libc_single_threadedFlorian Weimer1-0/+113
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+64
2020-07-03manual: Show copyright information not just in the printed manualFlorian Weimer1-9/+11
2020-06-15manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+72
2020-06-03manual/jobs.texi: remove unused var from example codeAurélien Aptel1-1/+0
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell1-4/+19
2020-05-29manual: Fix backtraces code example [BZ #10441]Girish Joshi1-6/+7
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer1-0/+6
2020-05-20manual: Add missing section and node for clockid_t wait functionsFlorian Weimer1-0/+8
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu1-4/+8
2020-05-05manual: Document the O_NOFOLLOW open flagFlorian Weimer1-0/+7
2020-04-30powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy1-2/+8
2020-04-30powerpc64le: bump binutils version requirement to >= 2.26Paul E. Murphy1-0/+4
2020-04-30powerpc64le: raise GCC requirement to 7.4 for long double transitionPaul E. Murphy1-0/+5
2020-04-29manual: Fix typos in the fexecve descriptionFlorian Weimer1-1/+1
2020-04-27manual: Document the fexecve functionFlorian Weimer1-0/+13
2020-04-17Remove __NO_MATH_INLINESAdhemerval Zanella1-6/+0
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer1-144/+0
2020-04-09Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers1-0/+3
2020-03-20Extended Char Intro: Use getwc in example (Bug 25626)Carlos O'Donell1-1/+1
2020-03-13manual: Fix inconsistent declaration of wcsrchr [BZ #24655]Girish Joshi1-1/+1
2020-03-05manual: Fix wrong declaration of wcschr [BZ #24654]Girish Joshi1-1/+1
2020-03-04manual: Fix typo in parse_printf_format example [BZ #24638]Girish Joshi1-1/+1
2020-02-01Update newest tested versions of dependencies in install.texiSiddhesh Poyarekar1-5/+5
2020-02-01Add more contributors to the manualSiddhesh Poyarekar1-0/+18
2020-01-17Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes1-0/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers48-48/+48
2019-12-19aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang1-1/+1
2019-12-11manual: clarify fopen with the x flagPaul Eggert1-1/+3
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe1-1/+1
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+12
2019-11-01manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe1-2/+24
2019-10-30Revise the documentation of simple calendar time.Zack Weinberg4-471/+611
2019-10-11manual: Remove warning in the documentation of the abort functionFlorian Weimer1-8/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert48-48/+48
2019-08-29Correct the spelling of more contributorsPaul Eggert1-1/+2
2019-08-23Don't put non-ASCII into installed headersPaul Eggert1-0/+9
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert1-1/+1
2019-08-22Document strftime %Ob and %OB as C2X features.Joseph Myers1-5/+11
2019-08-19nss: Make nsswitch.conf more distribution friendly.Carlos O'Donell1-5/+19
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-14/+16
2019-08-13Add feature test macro _ISOC2X_SOURCE.Joseph Myers1-0/+7
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie1-0/+12
2019-08-05login: Remove utmp backend jump tables [BZ #23518]Florian Weimer1-10/+10
2019-08-01Update install and NEWS for 2.30 release.Carlos O'Donell1-5/+5
2019-07-29Linux: Move getdents64 to <dirent.h>Florian Weimer1-1/+1
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-0/+28
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-0/+20
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-0/+10