about summary refs log tree commit diff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
...
* Add issubnormal.Joseph Myers2016-09-212-3/+11
* Add <stdint.h> integer width macros.Joseph Myers2016-09-212-1/+35
* manual: Clarify the documentation of strverscmp [BZ #20524]Florian Weimer2016-09-211-20/+49
* Add <limits.h> integer width macros.Joseph Myers2016-09-191-0/+50
* Add femode_t functions.Joseph Myers2016-09-071-0/+33
* Add fetestexceptflag.Joseph Myers2016-08-291-0/+11
* Add fesetexcept.Joseph Myers2016-08-161-0/+12
* Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers2016-08-032-4/+14
* Fix typo in last arith.texi change.Joseph Myers2016-08-031-1/+1
* Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers2016-08-032-11/+19
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-0/+8
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-162-3/+43
* manual: fix typos in the pattern chapterRical Jasan2016-06-161-12/+12
* manual: fix typos in the search chapterRical Jasan2016-06-161-18/+18
* manual: fix typos in the message chapterRical Jasan2016-06-161-79/+78
* manual: fix spelling typosMike Frysinger2016-06-167-13/+13
* manual: fix typos in the locale chapterRical Jasan2016-06-161-8/+8
* manual: fix typos in character set handlingRical Jasan2016-06-161-34/+34
* manual: fix typos in the string chaptersRical Jasan2016-06-161-12/+12
* manual: fix typos in the character handling chapterRical Jasan2016-06-161-2/+2
* manual: fix typos in the memory chapterRical Jasan2016-06-161-12/+12
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-101-22/+2
* 2016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-051-6/+0
* stpcpy is part of POSIX.1-2008 [BZ #3629]Roland McGrath2016-05-301-3/+3
* manual: fix typos in error reportingricaljasan@pacific.net2016-05-191-11/+11
* manual: fix typo in the introductionricaljasan@pacific.net2016-05-191-1/+1
* NSS: Implement group merging support.Stephen Gallagher2016-04-291-1/+45
* glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-04-292-1/+80
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-141-8/+0
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-42/+6
* Allow spurious underflow / inexact for ldbl-128ibm.Joseph Myers2016-03-101-0/+10
* Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers2016-02-241-1/+1
* Deprecate readdir_r, readdir64_r [BZ #19056]Florian Weimer2016-02-201-6/+7
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-191-1/+1
* Update INSTALL with latest versions tested to work.Carlos O'Donell2016-02-141-7/+6
* Fix doc quoting problems with Texinfo 5Paul Eggert2016-01-101-0/+7
* Make shebang interpreter directives consistentMarko Myllynen2016-01-074-4/+4
* Update miscellaneous files from upstream sources.Joseph Myers2016-01-051-600/+1529
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0446-46/+46
* Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers2015-12-141-2/+0
* Split large string section; add truncation advicePaul Eggert2015-12-106-227/+250
* Document best practice for disconnected NSS modules.Carlos O'Donell2015-12-101-0/+7
* Fix typo in strncat, wcsncat manual entriesPaul Eggert2015-12-041-4/+6
* Consistency about byte vs character in string.texiPaul Eggert2015-12-041-221/+236
* Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer2015-11-241-2/+0
* Require GCC 4.7 or later to build glibc.Joseph Myers2015-10-271-2/+2
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-201-2/+1
* timezone: polish grammar a bit in documentationMike Frysinger2015-10-191-2/+2
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-4/+0