summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2013-12-19Update texinfo.tex, config.guess, config.sub from upstream.Joseph Myers
2013-12-19Add _DEFAULT_SOURCE feature test macro.Joseph Myers
2013-12-19Stop partial menu generation in INSTALL fileAllan McRae
2013-12-18Add error reporting (via errno) to getauxval().Brooks Moses
2013-12-18Add missing deftp to fix commit 4d84e6addd62bdc256627af.Ondřej Bílka
2013-12-18Update documentation after dropping PER_THREAD conditional.Ondřej Bílka
2013-12-17Support TZ transition times < 00:00:00.Paul Eggert
2013-12-17Document TZ transition times >= 25:00:00.Paul Eggert
2013-12-17* manual/time.texi (TZ Variable): Modernize North America examplePaul Eggert
2013-12-17* manual/time.texi (TZ Variable): POSIX.1 hour can be 24.Paul Eggert
2013-12-17Remove __FAVOR_BSD.Joseph Myers
2013-12-16manual/memory.texi: Document aligned_alloc.Will Newton
2013-12-16manual/memory.texi: Bring aligned allocation docs up to date.Will Newton
2013-12-05BZ #15941: Fix INSTALL file regeneration failure with makeinfo 5.xSiddhesh Poyarekar
2013-12-04Clarify documentation on how functions use timezone. Fixes bug 926.Paul Eggert
2013-12-02Document shm_open.Ondřej Bílka
2013-11-28Document libm accuracy goals.Joseph Myers
2013-11-28Document some libm error handling intents.Joseph Myers
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar
2013-11-06manual/memory.texi: Remove register keyword from examples.Will Newton
2013-11-01Fix description of random according to POSIX. Fixes bug 7003Bruno Haible
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-25Fix gethostbyname_r example. Fixes bug 2801.Ondřej Bílka
2013-10-25Acknowledge that fnmatch can fail. Fixes bug 14029.Ondřej Bílka
2013-10-25Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac
2013-10-19Mention FIPS 140-2 compliance and Sun RPC.Carlos O'Donell
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar
2013-10-08Update gethostbyname2_r documentation. Fixes bug #156.Yogesh Chaudhari
2013-10-04Fix typo in manualSiddhesh Poyarekar
2013-10-03BZ #431 Fix manual of strncat/wcsncat.Ondřej Bílka
2013-09-28Revert "Remove references to non-existent content items in install.texi"Allan McRae
2013-09-27Remove references to non-existent content items in install.texiAllan McRae
2013-09-24Update to canonical freemanuals.texi file.Roland McGrath
2013-09-23manual: Fix a typo in `POSIX Threads' sectionMaciej W. Rozycki
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva
2013-09-20Add catch-all alloc retry probe.Alexandre Oliva
2013-09-20Add probes for malloc retries.Alexandre Oliva
2013-09-20Add probes for malloc arena changes.Alexandre Oliva
2013-09-20Add probes for all changes to malloc options.Alexandre Oliva
2013-09-20Add first set of memory probes.Alexandre Oliva
2013-09-10Clarify documentation cross-referenceAllan McRae
2013-09-10Update pt_chown sections of the manualAllan McRae
2013-09-09Fix typo in strcoll exampleAllan McRae
2013-09-04Remove --disable-versioning.Joseph Myers
2013-08-30Fix then/than typos.Ondřej Bílka
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer
2013-08-01Update manual/contrib.texiDavid S. Miller
2013-07-21CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell
2013-07-02Add a configure option to enable lock elision and disable by defaultAndi Kleen