aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Add narrowing divide functions.Joseph Myers1-0/+19
2024-06-10Add narrowing multiply functions.Joseph Myers1-0/+19
2024-06-10Add narrowing subtract functions.Joseph Myers1-0/+19
2024-06-10Add narrowing add functions.Joseph Myers1-0/+19
2021-08-27manual: Various fixes to the mbstouwcs example, and mbrtowc updateFlorian Weimer2-43/+77
2021-08-27manual: Move mbstouwcs to an example C fileFlorian Weimer2-22/+29
2021-08-27Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu1-0/+3
2018-02-19manual: Update the _ISOC99_SOURCE description.Rical Jasan1-4/+3
2018-02-19manual: Document missing feature test macros.Rical Jasan1-2/+37
2018-02-16manual: Improve documentation of get_current_dir_name. [BZ #6889]Rical Jasan1-8/+9
2018-02-16manual: Fix a syntax error.Rical Jasan1-1/+1
2018-01-24manual: Fix Texinfo warnings about improper node names.Rical Jasan3-6/+6
2018-02-01Update contributions in the manualDmitry V. Levin1-4/+14
2018-01-31Fix typo in the previous commitDmitry V. Levin1-1/+1
2018-01-31Update information about the newest versions of tools used to build glibcDmitry V. Levin1-6/+7
2018-01-29Add documentation for __riscv_flush_icachePalmer Dabbelt1-0/+19
2018-01-29Skeleton documentation for the RISC-V portPalmer Dabbelt1-1/+1
2018-01-23manual: Fix spelling of "Auxiliary."Tobias Klauser1-1/+1
2018-01-22manual: Touch up documentation for strftime and ALTMON_* constants.Rical Jasan2-13/+20
2018-01-22Documentation to the above changes (bug 10871).Rafal Luzynski2-11/+50
2018-01-01Update miscellaneous files from upstream sources.Joseph Myers1-27/+20
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers47-47/+47
2017-12-29manual: clarify errno value on success [BZ #22615]Aurelien Jarno1-14/+14
2017-12-23manual: fix a typo in strtoul description [BZ #21161]Aurelien Jarno1-1/+1
2017-12-23manual: fix finite description [BZ #22596]Aurelien Jarno1-2/+2
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer1-0/+88
2017-12-20Update miscellaneous files from upstream sources.Joseph Myers1-96/+116
2017-12-19Document that --enable-static-pie implies PIEH.J. Lu1-1/+2
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-0/+14
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-14/+0
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu1-0/+9
2017-12-12Remove --with-fp / --without-fp.Joseph Myers1-4/+0
2017-12-12manual: Fix a typo in locale.texi.Rical Jasan1-1/+1
2017-12-12manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588]Aurelien Jarno1-1/+1
2017-12-11powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella1-0/+10
2017-12-07Add _Float32 function aliases.Joseph Myers1-1/+2
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers1-3/+4
2017-12-05Add elision tunablesRogerio Alves2-3/+69
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer1-0/+232
2017-11-30plural.c: improve reproducibilityJuro Bystricky1-8/+6
2017-11-27Implement the mlock2 functionFlorian Weimer1-2/+30
2017-11-27Add _Float64x function aliases.Joseph Myers1-3/+3
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer1-0/+63
2017-11-20manual: Document the MAP_HUGETLB, MADV_HUGEPAGE, MADV_NOHUGEPAGE flagsFlorian Weimer1-5/+49
2017-11-19manual: Document mprotect and introduce section on memory protectionFlorian Weimer2-11/+125
2017-11-19manual: Move preadv/writev variants to Scatter-Gather sectionFlorian Weimer1-211/+201
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-2/+2
2017-11-15manual: Update to mention ENODEV for ttyname and ttyname_rLuke Shumaker1-0/+5
2017-11-04manual: Document the O_TMPFILE flagFlorian Weimer1-0/+28