summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2016-09-19Add <limits.h> integer width macros.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-08-29Add fetestexceptflag.Joseph Myers
2016-08-16Add fesetexcept.Joseph Myers
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers
2016-08-03Fix typo in last arith.texi change.Joseph Myers
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-16manual: fix typos in the pattern chapterRical Jasan
2016-06-16manual: fix typos in the search chapterRical Jasan
2016-06-16manual: fix typos in the message chapterRical Jasan
2016-06-16manual: fix spelling typosMike Frysinger
2016-06-16manual: fix typos in the locale chapterRical Jasan
2016-06-16manual: fix typos in character set handlingRical Jasan
2016-06-16manual: fix typos in the string chaptersRical Jasan
2016-06-16manual: fix typos in the character handling chapterRical Jasan
2016-06-16manual: fix typos in the memory chapterRical Jasan
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer
2016-06-052016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-05-30stpcpy is part of POSIX.1-2008 [BZ #3629]Roland McGrath
2016-05-19manual: fix typos in error reportingricaljasan@pacific.net
2016-05-19manual: fix typo in the introductionricaljasan@pacific.net
2016-04-29NSS: Implement group merging support.Stephen Gallagher
2016-04-29glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-03-10Allow spurious underflow / inexact for ldbl-128ibm.Joseph Myers
2016-02-24Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers
2016-02-20Deprecate readdir_r, readdir64_r [BZ #19056]Florian Weimer
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer
2016-02-14Update INSTALL with latest versions tested to work.Carlos O'Donell
2016-01-10Fix doc quoting problems with Texinfo 5Paul Eggert
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-05Update miscellaneous files from upstream sources.Joseph Myers
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-14Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers
2015-12-10Split large string section; add truncation advicePaul Eggert
2015-12-10Document best practice for disconnected NSS modules.Carlos O'Donell
2015-12-04Fix typo in strncat, wcsncat manual entriesPaul Eggert
2015-12-04Consistency about byte vs character in string.texiPaul Eggert
2015-11-24Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer
2015-10-27Require GCC 4.7 or later to build glibc.Joseph Myers
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers
2015-10-19timezone: polish grammar a bit in documentationMike Frysinger
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-17The va_list pointer is unspecified after a call to vfprintf [BZ #18982]Florian Weimer
2015-10-14manual/argp.texi (Specifying Argp Parsers): Fix typo.Namhyung Kim
2015-10-07Fix manual argument order for posix_fallocate64 (Bug 19086).Carlos O'Donell