aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)AuthorFilesLines
2013-12-05BZ #15941: Fix INSTALL file regeneration failure with makeinfo 5.xSiddhesh Poyarekar2-3/+8
2013-12-04Clarify documentation on how functions use timezone. Fixes bug 926.Paul Eggert1-17/+21
2013-12-02Document shm_open.Ondřej Bílka1-0/+27
2013-11-28Document libm accuracy goals.Joseph Myers1-4/+74
2013-11-28Document some libm error handling intents.Joseph Myers1-7/+18
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka1-3/+2
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar1-0/+42
2013-11-06manual/memory.texi: Remove register keyword from examples.Will Newton1-3/+3
2013-11-01Fix description of random according to POSIX. Fixes bug 7003Bruno Haible1-1/+1
2013-10-30rename configure.in to configure.acMike Frysinger2-5/+5
2013-10-25Fix gethostbyname_r example. Fixes bug 2801.Ondřej Bílka1-3/+5
2013-10-25Acknowledge that fnmatch can fail. Fixes bug 14029.Ondřej Bílka1-5/+2
2013-10-25Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac1-2/+2
2013-10-19Mention FIPS 140-2 compliance and Sun RPC.Carlos O'Donell1-1/+9
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar1-0/+98
2013-10-08Update gethostbyname2_r documentation. Fixes bug #156.Yogesh Chaudhari1-8/+11
2013-10-04Fix typo in manualSiddhesh Poyarekar1-1/+1
2013-10-03BZ #431 Fix manual of strncat/wcsncat.Ondřej Bílka1-4/+4
2013-09-28Revert "Remove references to non-existent content items in install.texi"Allan McRae1-1/+1
2013-09-27Remove references to non-existent content items in install.texiAllan McRae1-1/+1
2013-09-24Update to canonical freemanuals.texi file.Roland McGrath2-1/+5
2013-09-23manual: Fix a typo in `POSIX Threads' sectionMaciej W. Rozycki1-1/+1
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva1-0/+41
2013-09-20Add catch-all alloc retry probe.Alexandre Oliva1-0/+12
2013-09-20Add probes for malloc retries.Alexandre Oliva1-0/+22
2013-09-20Add probes for malloc arena changes.Alexandre Oliva1-0/+60
2013-09-20Add probes for all changes to malloc options.Alexandre Oliva1-1/+82
2013-09-20Add first set of memory probes.Alexandre Oliva3-2/+43
2013-09-10Clarify documentation cross-referenceAllan McRae1-1/+2
2013-09-10Update pt_chown sections of the manualAllan McRae1-8/+5
2013-09-09Fix typo in strcoll exampleAllan McRae1-1/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-5/+0
2013-08-30Fix then/than typos.Ondřej Bílka4-7/+7
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2-20/+62
2013-08-01Update manual/contrib.texiDavid S. Miller1-1/+15
2013-07-21CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell1-0/+14
2013-07-02Add a configure option to enable lock elision and disable by defaultAndi Kleen1-0/+3
2013-06-26Require GCC 4.4 or later to build glibc.Joseph Myers1-2/+2
2013-06-25Update texinfo.tex.Joseph Myers1-202/+353
2013-06-17Sort sysd-rules-patterns by descending pattern length.Roland McGrath1-3/+4
2013-06-15Add documentation for default pthread attribute functionsSiddhesh Poyarekar1-0/+40
2013-06-05Remove trailing whitespace.Joseph Myers1-1/+1
2013-05-30 [BZ #14256]Jeff Law1-5/+6
2013-05-28Doc fix for 'frexp' in arith.texiBen Norht1-2/+2
2013-05-26 * manual/platform.texi: Add missing @end deftypefun.Thomas Schwinge1-0/+1
2013-05-24PowerPC: Program Priority Register supportAdhemerval Zanella1-0/+20
2013-05-23PowerPC: Add functions for shared resources hints.Edjunior Machado1-0/+24
2013-05-07manual/message.texi: Fix english and clarify.Carlos O'Donell1-4/+4
2013-04-12BZ#15361: Make aio_fsync not check open modes.Roland McGrath1-2/+1
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2-1/+11