summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
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
2016-12-08Add pretty printers for the NPTL lock typesMartin Galvan
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-11-15manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND [BZ #11235]Rical Jasan
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-11-01Correct clog10 documentation (bug 19673).Joseph Myers
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-26Remove references to sbrk to grow/shrink arenasSiddhesh Poyarekar
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar
2016-10-26Add note on MALLOC_MMAP_* environment variablesSiddhesh Poyarekar
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-07Add configure check to test if gcc supports attribute ifunc.Stefan Liebler
2016-10-06Add iseqsig.Joseph Myers