aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Collapse)AuthorFilesLines
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
2012-06-15Update manual/contrib.texiAndreas Jaeger1-1/+10
Update entry of Liubov Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites Machado Filho.
2012-06-14Make sure <build-dir>/manual directory gets created.Roland McGrath1-0/+1
2012-06-11BZ#14218: Reword argp_parse description slightly.Roland McGrath1-6/+6
2012-06-04Manual for platform-specific features and new __ppc_get_timebase inline.Tulio Magno Quites Machado Filho4-3/+111
[BZ #13743] A new class of installed headers has been documented for low-level platform-specific functionality. PowerPC added the first instance with a function to provide time base register access (__ppc_get_timebase). This is required for applications that measure time at high frequencies with high precision that can't afford a syscall.
2012-05-23Do not mention old Linux kernel versions in installation documentation.Joseph Myers1-7/+2
2012-05-21Rewrite manual/contrib.texiAndreas Jaeger1-102/+235
* manual/contrib.texi: Completely rewritten. It contains now an alphabetical list of contributors and their contributions.
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson1-1/+29
2012-05-18Fix INSTALL description for modified files in source dirAndreas Jaeger1-2/+2
2012-05-17Avoid compiler warnings in qsort/bsearch examplesAndreas Jaeger2-3/+12
2012-05-16Update Texinfo version requirement.Joseph Myers1-1/+1
2012-05-14Do not build manual in source dirAndreas Jaeger4-147/+81
[BZ #13750] Do not build manual anymore in the source dir. Also clean up the Makefile and remove rules that have been used previously when we had a stand-alone Makefile which was obsoleted recently.
2012-05-14Fix concat exampleAndreas Jaeger1-0/+1
2012-05-14 Andreas Jaeger <aj@suse.de> * manual/string.texi (Copying and Concatenation): Add missing variable in concat example. Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2012-05-04Revert "Do not build manual in the source directory"Andreas Jaeger3-73/+87
This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9. reverting since it breaks building.
2012-05-04Revert "Update install.texi for building manual in build dir"Andreas Jaeger1-4/+4
This reverts commit 0d80ac6813e3bf21fad6d87202e9efe6d0c17a82. Reverting since e3945c47bdac1149a1fec5d46bd567a248cd17b9 gets reverted as well.
2012-05-04Update install.texi for building manual in build dirAndreas Jaeger1-4/+4