aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2020-03-20Extended Char Intro: Use getwc in example (Bug 25626)Carlos O'Donell
2020-03-13manual: Fix inconsistent declaration of wcsrchr [BZ #24655]Girish Joshi
2020-03-05manual: Fix wrong declaration of wcschr [BZ #24654]Girish Joshi
2020-03-04manual: Fix typo in parse_printf_format example [BZ #24638]Girish Joshi
2020-02-01Update newest tested versions of dependencies in install.texiSiddhesh Poyarekar
2020-02-01Add more contributors to the manualSiddhesh Poyarekar
2020-01-17Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang
2019-12-11manual: clarify fopen with the x flagPaul Eggert
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-11-01manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe
2019-10-30Revise the documentation of simple calendar time.Zack Weinberg
2019-10-11manual: Remove warning in the documentation of the abort functionFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-29Correct the spelling of more contributorsPaul Eggert
2019-08-23Don't put non-ASCII into installed headersPaul Eggert
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert
2019-08-22Document strftime %Ob and %OB as C2X features.Joseph Myers
2019-08-19nss: Make nsswitch.conf more distribution friendly.Carlos O'Donell
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-13Add feature test macro _ISOC2X_SOURCE.Joseph Myers
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie
2019-08-05login: Remove utmp backend jump tables [BZ #23518]Florian Weimer
2019-08-01Update install and NEWS for 2.30 release.Carlos O'Donell
2019-07-29Linux: Move getdents64 to <dirent.h>Florian Weimer
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer
2019-06-07Linux: Add getdents64 system callFlorian Weimer
2019-05-17Small tcache improvementsWilco Dijkstra
2019-05-17manual: Document O_DIRECTORYFlorian Weimer
2019-05-14Linux: Add the tgkill functionFlorian Weimer
2019-05-14manual: Adjust twalk_r documentation.Carlos O'Donell
2019-05-10Fix tcache count maximum (BZ #24531)Wilco Dijkstra
2019-05-02misc: Add twalk_r functionFlorian Weimer
2019-04-25Extend BIND_NOW to installed programs with --enable-bind-nowFlorian Weimer
2019-04-11Add missing percent sign to conversion specifierTAMUKI Shoichi
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer
2019-02-02manual: Document lack of conformance of sched_* functions [BZ #14829]Florian Weimer
2019-02-01Require GCC 6.2 or later to build glibc.Joseph Myers
2019-02-01manual: Update struct sockaddr_in, struct sockaddr_sin6 descriptionFlorian Weimer
2019-02-01aarch64: Add AmpereComputing emag to tunable cpu listFeng Xue
2019-01-31Prepare for 2.29 releaseSiddhesh Poyarekar
2019-01-24strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]TAMUKI Shoichi
2019-01-24strftime: Set the default width of "%Ey" to 2 [BZ #23758]TAMUKI Shoichi