summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-20manual: Complete @standards in lang.texi.Rical Jasan
2017-06-19Require GCC 4.9 or later for building glibc.Joseph Myers
2017-06-16manual: Complete @standards in string.texi.Rical Jasan
2017-06-16manual: Complete @standards in arith.texi.Rical Jasan
2017-06-16manual: Complete @standards in argp.texi.Rical Jasan
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan
2017-06-15manual: Create empty placeholder macros for @standards.Rical Jasan
2017-06-15Enable tunables by defaultSiddhesh Poyarekar
2017-06-12float128: Add strfromf128, strtof128, and wcstof128 to the manualGabriel F. T. Gomes
2017-06-07tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar
2017-06-02manual: Provide consistent errno documentation.Rical Jasan
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-22libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella
2017-05-19manual: Convert errno @comments to new @errno macro.Rical Jasan
2017-05-18manual: Convert @tables of annotated @items to @vtables.Rical Jasan
2017-05-18manual: Fix up invalid header and standards syntax.Rical Jasan
2017-05-09Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__Paul E. Murphy
2017-05-04manual: Add preadv and pwritev documentationAdhemerval Zanella
2017-04-21manual: Document replacing malloc [BZ #20424]Florian Weimer
2017-04-19Assume that accept4 is always available and worksFlorian Weimer
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer
2017-04-11manual: readdir, readdir64 are thread-safeFlorian Weimer
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg
2017-03-21Deprecate libnsl by default (only shared library will beThorsten Kukuk
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer
2017-02-08Fix a typo in the manual.Rical Jasan
2017-02-07Fix typo in manualSiddhesh Poyarekar
2017-02-06Do not hardcode list of libm functions in libm-err-tab.pl.Joseph Myers
2017-02-05Add more contributors to contrib.texiSiddhesh Poyarekar
2017-01-18Update install.texi latest GCC version known to work.Joseph Myers
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31User manual documentation for tunablesSiddhesh Poyarekar
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-31Add fromfp functions.Joseph Myers
2016-12-27Fix typo in manual for iseqsigGabriel F. T. Gomes
2016-12-26Configure support for --enable-stack-protector [BZ #7065]Nick Alcock
2016-12-21Update miscellaneous files from upstream sources.Joseph Myers
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16Document sNaN argument error handling.Joseph Myers
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg