aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Collapse)AuthorFilesLines
2013-05-07manual/message.texi: Fix english and clarify.Carlos O'Donell1-4/+4
Rewrite the first paragraph to talk about users not humans, and to use correct English. Clarify that it is the mapping of messages to IDs that impacts the design of the message translation API. --- 2013-05-07 Carlos O'Donell <carlos@redhat.com> * manual/message.texi (Message Translation): Talk about users. Message to key mapping impacts design.
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
It is based on draft TS 18661 and currently enabled as a GNU extension.
2013-03-24Fix docs for scalbn* and scalbl* functionsMark H Weaver1-6/+6
* manual/arith.texi (Normalization Functions): Fix prototypes for scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
2013-03-19Rename nptl.texi to threads.texiSiddhesh Poyarekar2-1/+1
The manual and its file names are about interfaces and not the implementation details.
2013-03-17manual: Sort mallopt M_* parameters alphabeticallyCarlos O'Donell1-13/+19
Sort the mallopt M_* parameters alphabetically and add comments for the missing paramters.
2013-03-15Modify threads in nptl cindex to pthreadsSiddhesh Poyarekar1-1/+1
2013-03-14Add nptl manual chapterSiddhesh Poyarekar3-2/+46
This adds the base chapter for POSIX threads and also documentation for thread-specific data, along with a note on its interaction with C++11 thread_local variables.
2013-03-12Remove mention of i386-pc-linux-gnu.Carlos O'Donell1-4/+4
The GNU C Library does not support building for i386 therefore we remove mention of this configuration from the INSTALL file.
2013-02-24Fix menu ordering in socket.texi.Allan McRae1-1/+1
Match the order of (sub)sections in the menu to that in the file..
2013-02-24Add @detailmenu to subsection node listingAllan McRae1-0/+2
Surround the "Detailed Node Listing" section of the info page menu with @detailmenu flags to avoid confusing texinfo. Resolves a large number of warnings printed by texinfo-5.0.
2013-02-21Move @end statement to start of lineAllan McRae1-1/+2
Fixes a warning with texinfo-5.0.
2013-02-20manual: Remove frobnicate @pxref.Carlos O'Donell1-1/+1
We remove the frobnicate @pxref in the "System Databases and Name Service Switch" chapter. The @pxref doesn't make sense in the given context.
2013-02-11Fix some errors in declarations in the manual.Roland McGrath19-88/+86
2013-02-08Fix PF_LOCAL socket example sockaddr_un size calculation.Roland McGrath1-3/+2
2013-01-13manual: glob flags: fix sorting orderMike Frysinger1-7/+7
Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-01-13manual: glob flags: mention the GNU extensionsMike Frysinger1-1/+3
The glob flags page reads as if this section is comprehensive when it is not -- a lot of GNU extensions exist. Point that out in the intro. Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-01-13manual: glob: document the gl_flags fieldMike Frysinger1-0/+12
The More Flags for Globbing section indirectly mentions gl_flags when talking about GLOB_MAGCHAR. Mention it explicitly when covering the glob_t types. Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu1-0/+5
2013-01-02Update miscellaneous copyright dates.Joseph Myers1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers45-45/+45
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2-3/+2
2012-12-18Fix AArch64 typo.Marcus Shawcroft1-1/+1
2012-12-13Update manual/contrib.texiDavid S. Miller1-3/+10
* manual/contrib.texi (Contributors): Update entries for Hongjiu Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
2012-12-11Move node Argp Helper Functions to follow Argp Parsing StateSiddhesh Poyarekar1-79/+79
Resolves BZ #14246.
2012-12-11Mention if terminating null is included in NAME_MAX/PATH_MAXSiddhesh Poyarekar1-2/+4
Fixes BZ #14872.
2012-12-08BZ #14833: message.texi typo fixesBenno Schulenberg1-10/+10
2012-12-04Remove @hsep and @vsep usage from info pagesAllan McRae1-1/+1
These cause an error when the info pages are build with texinfo>=4.13.90.
2012-12-01Fix typos in arith.texi.Joseph Myers1-2/+2
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers3-4/+48
2012-11-07BZ#14815: Manual typo fix.Roland McGrath1-1/+1
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge1-2/+1
2012-10-31Document general use of test-wrapper and test-wrapper-env.Joseph Myers1-0/+11
2012-10-29manual: delete nested @cartoucheMike Frysinger1-2/+0
Putting @cartouche inside of @smallexample does not work with HTML output as the former produces a <table> while the latter produces a <pre>. You cannot nest a <table> in a <pre> as the contents are no longer formatted. Since it's entirely unnecessary, and none of the other examples do this, just drop the cartouche. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-10-25Add cross-test-ssh.sh.Joseph Myers1-1/+8
2012-10-18Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar1-1/+4
Fixes BZ #12140.
2012-09-25Add __ppc_get_timebase_freq to ppc.h.Tulio Magno Quites Machado Filho1-0/+8
2012-09-07Use www.gnu.org as example hostname in manual/examples/inetcli.c.Joseph Myers1-1/+1
2012-09-07Fix description of carg branch cut (bug 13542)John Tobey1-3/+3
2012-09-07Use www.gnu.org as example hostname in manual (bug 10014).Joseph Myers1-1/+1
2012-09-07Fix pointers between nodes in manual (bug 10038).Joseph Myers1-1/+1
2012-09-05* manual/contrib.texi (Contributors): Fix typo. Complete entry.Alexandre Oliva1-2/+3
2012-08-20Fix typos in manual wrt syslog.Roland McGrath1-2/+2
2012-08-13 * manual/stdio.texi (snprintf): Clarify handling of the trailingJeff Law1-0/+2
null byte in the output string.
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer1-3/+19
2012-07-20Document va_copy in preference to __va_copy.Joseph Myers2-14/+16
2012-07-17setcontext: Clarify termination when uc_link is the null pointer.Thomas Schwinge1-1/+2
2012-07-09BZ#14336: Manual spelling fixes.Roland McGrath2-5/+5
2012-06-28manual/contrib.texi (Contributors): Sort alphabetically by last name.Thomas Schwinge1-17/+17
2012-06-27Add Samuel Thibault to manual/contrib.texiAndreas Jaeger1-0/+3